Problems with the EEPROM
burkhardtnb5 opened this issue · 3 comments
burkhardtnb5 commented
When I try to run the calibration sketch, it wouldn't compile because "eeprom was not declared in this scope". Also, there isn't any calibration sketch, that doesn't use the eeprom.
olkal commented
Hi! The calibration example is intended for mcu's that support internal eeprom, but you should be able to compile and use it if you comment out all lines that call eeprom functions, specifically line 148, 152, 204, 208.
burkhardtnb5 commented
Thank you, it worked! I really think you should integrate a calibration sketch without the eeprom by default for dumbasses like me
burkhardtnb5 commented
Nevermind, did it myself and created a pull request