collin80 / TeslaBMS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EEProm settings

Tom-evnut opened this issue · comments

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.

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

Does the EEprom libary write to on chip memory?

image

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.