Switched up code to support negative ADC readings ...
by Collin Kidder 8 years 10 months
Switched up code to support negative ADC readings (only for GEVCU6). That board has full support for negative readings as well. Switched GEVCU6 ADC to be 13 bit signed which essentially gives it the same range as previous board (4096) but now also negative as much too.
4225ea40
Change text output of device table init to be cons...
by Collin Kidder 8 years 10 months
Change text output of device table init to be console instead of debug
cc0a1789
Add ability to dump device table or reinitialize i...
by Collin Kidder 8 years 10 months
Add ability to dump device table or reinitialize it. Both for debugging.
04b939c4
Fix automatic ADC compensation
by Collin Kidder 8 years 10 months
f7308f0f
Disable GATT checking for updates. It's broken and...
by Collin Kidder 8 years 10 months
Disable GATT checking for updates. It's broken and does bad things.
92efa389
Fix to initialization, fix for crash with paramete...
by Collin Kidder 8 years 10 months
Fix to initialization, fix for crash with parameter setting, status updates
9624b787
Switch to only initialize BLE module at first powe...
by Collin Kidder 8 years 10 months
Switch to only initialize BLE module at first power up and then use the existing configuration from then on.
e2689617
Changes to allow CK Inverter to work with gear and...
by Collin Kidder 8 years 10 months
Changes to allow CK Inverter to work with gear and enable status set by rest of code (instead of being hardcoded)
a542cbb2
Fixes for CANIO, fixes and clean up for system EEP...
by Collin Kidder 8 years 10 months
Fixes for CANIO, fixes and clean up for system EEPROM settings, addition of a module to use for vehicle specific code
35b9bd55
Changed tick handler and device manager classes to...
by Collin Kidder 8 years 10 months
Changed tick handler and device manager classes to be stack allocated instead
for ease of development
1ec471a5
Report a bug