Merge pull request #65 from jrickard/WIP Added new Web site page and the CodaMotorController
by Collin Kidder 10 years 7 months
af9ad2d7
Added CodaMotorController Does not seem to recognize as a motorcontroller. Alsmost as if it isn’t loading the parent configuration. for MotorController. Configuration parameters are not persistant across resets in teh EEPROM
by jrickard 10 years 7 months
4c502c40
WIP revision for new Web Page
by jrickard 10 years 7 months
b7b15aee
Fixed up some lingering problems with ichip code that caused things to be very brittle on startup and sometimes when running. It's not perfect yet but it operates properly under testing.
by Collin Kidder 10 years 10 months
5d8182c4
Merge changes from EVTV version
by Collin Kidder 10 years 10 months
0f1d711a
Added a method to automatically list enabled and disabled devices so that this information needn't be manually created any longer. Now devices are pretty much plug-n-play without a whole lot of manual work.
by Collin Kidder 10 years 10 months
42120e77
So, that last update that was supposed to make device init easy just broke everything. Here is try two. This one works, scout's honor.
by Collin Kidder 10 years 10 months
584a046a
Moved ADC configuration to EEPROM for PotThrottle and PotBrake. This makes all devices have parameter-less constructors.
by Collin Kidder 10 years 10 months
28c48462
Switch to 12x divisor (the lowest we can go - 1MHz sampling) and disabled secondary 64 position buffer that isn't necessary and just slows down the readings.
by Collin Kidder 10 years 10 months
c0aecb34
Additional work on getting OBD2 to work over ichip interface. It might be a dead end. :( The ichip seems to interpret 0x10 and 0x13 in the data stream and this causes an invalid state.
by Collin Kidder 10 years 11 months
1922082a
Report a bug