issues
search
zachale
/
solar-tracker
An Arduino solar tracker based in C++
0
stars
0
forks
source link
Add SD Card support
#1
Open
zachale
opened
1 month ago
zachale
commented
1 month ago
Overview
Because this device will be deployed in a remote location, the starlink internet connection does not have 100% up time
Add micro SD support to allow for local settings saving and data logging
Solution
Add SD card class to handle reading and writing editable values
Overview
Solution