collin80 / TeslaBMS

156 stars 90 forks source link

EEProm settings #2

Open Tom-evnut opened 7 years ago

Tom-evnut commented 7 years ago

I need to rewrite the serial console to remove the references to the EEProm library because it is not part of a teensy. But great libraries so far, will see about now creating a bms master based on these libraries.

Tom-evnut commented 7 years ago

So it is working with some butchering. Mainly just ripping out the serial console.

Does the EEprom libary write to on chip memory?

image

collin80 commented 7 years ago

I had previously ported the GVRET firmware to Teensy so I ran into this same situation. The Teensy does have EEPROM it's just a different library. You can look at https://github.com/collin80/TeensyRET to see what I did.