Changes to allow CK Inverter to work with gear and enable status set by rest of code (instead of being hardcoded)
by Collin Kidder 8 years 2 months
a542cbb2
Fixes for CANIO, fixes and clean up for system EEPROM settings, addition of a module to use for vehicle specific code
by Collin Kidder 8 years 2 months
35b9bd55
Changed tick handler and device manager classes to be stack allocated instead for ease of development
by Collin Kidder 8 years 2 months
1ec471a5
Added more advanced CAN handler from ArduinoDue / Private branch. Now can do CANOpen as well. Added PowerKeyPro device driver.
by Collin Kidder 8 years 2 months
50ebecb7
Switch system I/O functionality to a class instead of bare C++ functions. Add ability to register CAN connected I/O into the system.
by Collin Kidder 8 years 2 months
263df726
Added ability to retrieve changed BLE characteristics and use them to update the system
by Collin Kidder 8 years 2 months
01bb2d01
Fixed timeRunning, sped up and reorganized characteristic updates
by Collin Kidder 8 years 3 months
9a5e162a
Added a test throttle and test inverter that can be used to test the new BLE system without actual hardware or can be used for testing. Fixed up some BLE bugs.
by Collin Kidder 8 years 3 months
6f0b32eb
Added a few more data items to BLE data comm. Added state of charge to BatteryManager - no idea why it wasn't already there.
by Collin Kidder 8 years 4 months
b8d8c9eb
Merge branch 'master' of github.com:collin80/GEVCU
by Collin Kidder 8 years 4 months
252d436d
Report a bug