jcchurch13 / Mechaduino-Firmware

Hardware available here:
http://tropical-labs.com
Other
389 stars 232 forks source link

Store calibration lookup table in the flash using FlashStorage #30

Closed osresearch closed 6 years ago

jcchurch13 commented 6 years ago

Wow! Awesome work. We've been meaning to add this feature for a while. I'd like to take a couple of days to test this and your other commits before merging to the master. Thanks for sharing this work! -Joe

sundryseth commented 5 years ago

This change needs some Documentation for new users, 1) Add this note & picture in the manual " Now we have to install the appropriate libraries to allow the mechaduino to function. Go to Tools>Manage libraries...
First install And install "FlashStorage" easily found by searching flash zero " I will pm @jcchurch13 the screen shot of this library

2) Include a note in the Utils.cpp for people just updating Add to line 10 #include <FlashStorage.h> //This is not a default library Go to Tools>Manage libraries... And install "FlashStorage" for arduino zero See manual for more information