Merge pull request #65 from jrickard/WIP
by Collin Kidder 11 years 1 week
Merge pull request #65 from jrickard/WIP

Added new Web site page and the CodaMotorController
af9ad2d7
Added CodaMotorController
by jrickard 11 years 1 week
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
4c502c40
WIP revision for new Web Page
by jrickard 11 years 1 week
b7b15aee
Fixed up some lingering problems with ichip code t...
by Collin Kidder 11 years 3 months
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.
5d8182c4
Merge changes from EVTV version
by Collin Kidder 11 years 3 months
0f1d711a
Added a method to automatically list enabled and d...
by Collin Kidder 11 years 3 months
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.
42120e77
So, that last update that was supposed to make dev...
by Collin Kidder 11 years 3 months
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.
584a046a
Moved ADC configuration to EEPROM for PotThrottle ...
by Collin Kidder 11 years 3 months
Moved ADC configuration to EEPROM for PotThrottle and PotBrake. This makes all devices have parameter-less constructors.
28c48462
Switch to 12x divisor (the lowest we can go - 1MHz...
by Collin Kidder 11 years 3 months
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.
c0aecb34
Additional work on getting OBD2 to work over ichip...
by Collin Kidder 11 years 3 months
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.
1922082a
Report a bug