]> git.defcon.no Git - rctxduino/log
rctxduino
12 years agoMoved to new value format on model.stick. Used to be float 0..1, is not float -100...
Jon Langseth [Tue, 30 Aug 2011 16:15:28 +0000 (18:15 +0200)]
Moved to new value format on model.stick. Used to be float 0..1, is not float -100 to 100, plus a series of other fixes:

Updated process_inputs() to the new values
Added dual-rate math to process_inputs()
Updated the ISR_Timer to reflect the new value format, and added an extra sanity check
Added raw values to model datastruct for debugging
Added dumping of raw value to serial-dumping.
Tested tuning of PPM timing const's, may still be glitchy..
Moved the calibrate-trigger during startup, it did not get triggered after the change to active low logic
Removed a for-loop-limit-bug causing incorrect/invalid values for input_cal.max[0] and model.stick[0]
Changed the calibrate routine to use one int less, less code space and cycles.

12 years agoAdding some PDF Datasheets :)
Jon Langseth [Tue, 30 Aug 2011 14:58:36 +0000 (16:58 +0200)]
Adding some PDF Datasheets :)

12 years agoTrivial change: Comments preparing for value-change on model_t.stick[]
Jon Langseth [Mon, 29 Aug 2011 21:55:47 +0000 (23:55 +0200)]
Trivial change: Comments preparing for value-change on model_t.stick[]

12 years agoMerge branch 'master' of http://git.defcon.no/rctxduino
Jon Langseth [Mon, 29 Aug 2011 21:50:25 +0000 (23:50 +0200)]
Merge branch 'master' of http://git.defcon.no/rctxduino

12 years agoChanged UI buttons from Active High to Active low.
Jon Langseth [Mon, 29 Aug 2011 21:50:03 +0000 (23:50 +0200)]
Changed UI buttons from Active High to Active low.

12 years agoChanged for HIGH to LOW logic, and enabled internal pullups for the UI-buttons
Hans Åge Martinsen [Mon, 29 Aug 2011 20:16:18 +0000 (22:16 +0200)]
Changed for HIGH to LOW logic, and enabled internal pullups for the UI-buttons

12 years agoMainly data-structure changes:
Jon Langseth [Mon, 29 Aug 2011 16:38:35 +0000 (18:38 +0200)]
Mainly data-structure changes:
Restructured global variables, actively using structs
Changed a bunch of constants stored in variables to #defines
Added a bit of quasi-sane initialization of model settings
Saved about 800 bytes of memory use.

Signed-off-by: Jon Langseth <jon.langseth@lilug.no>
12 years agoInitial code import, contains "fairly runnable" RCTXDuino code.
jon.langseth@lilug.no [Mon, 29 Aug 2011 12:37:12 +0000 (14:37 +0200)]
Initial code import, contains "fairly runnable" RCTXDuino code.