Merge remote-tracking branch 'upstream/ArduinoDue'...
by neuweiler 11 years 6 months
Merge remote-tracking branch 'upstream/ArduinoDue' into ArduinoDue
5abf9c47
some logging, some docs
by neuweiler 11 years 6 months
ff40b039
Fix found by Jack: comment out a couple of lines i...
by Collin Kidder 11 years 6 months
Fix found by Jack: comment out a couple of lines in SerialConsole that allowed the WSSID, WTYPE, and WPASS commands to be postfixed with a number. That worked but it broke the throttle min/max commands. A proper fix for WSSID, etc will come later.
d56f8f53
Added const to definition of temporary arrays. Thi...
by Collin Kidder 11 years 6 months
Added const to definition of temporary arrays. This is required by GCC
> 4.7.0
3e1cd3b1
Change how frames are received to match the new wa...
by Collin Kidder 11 years 6 months
Change how frames are received to match the new way the canbus library works.
896365f6
Merge branch 'ArduinoDue' of github.com:collin80/G...
by Collin Kidder 11 years 6 months
Merge branch 'ArduinoDue' of github.com:collin80/GEVCU into WIP
fa067a12
Made getTickInterval virtual like it should have b...
by Collin Kidder 11 years 6 months
Made getTickInterval virtual like it should have been, added kludge for throttle output, added GEVCU4 to serial console help
1ab04747
Another round of updates due to changes in canbus ...
by Collin Kidder 11 years 6 months
Another round of updates due to changes in canbus library.
a2263fbb
Updates to compile against newest canbus library
by Collin Kidder 11 years 6 months
Updates to compile against newest canbus library

The canbus library was changed to include more functionality, be easier to use,
and generally be better. There are no longer RX and TX specifications for frames,
just one type. Also, many other things that CanHandler did are now in the canbus
library.
2b67dc68
Support for both ECU broadcast and direct comm to ...
by Collin Kidder 11 years 6 months
Support for both ECU broadcast and direct comm to this ECU.
7ead754c
Report a bug