marvinroger / arduino-shutters

Arduino library to control non-smart roller shutters using time
MIT License
60 stars 17 forks source link

wrong type for _eepromPosition #2

Closed fab33 closed 7 years ago

fab33 commented 8 years ago

For Atmega328, EEPROM is 1kbyte and in the code, _eepromPosition is unisgned char. Not enough if you put your data after 255

marvinroger commented 7 years ago

v2.0.0 is now technology agnostic (you provide the set and get state callbacks).