Newbie here and kind of struggling to get the M5Stack-SAM to install. I've got past the hello world stage and even got the DHT12 sample to work, except for the known bug where the temperature values are 0.01C after the Arduino is woken up.
Now I want to get the M5Stack-SAM loaded but when I open the Library Manager in the Arduino IDE, I get the error,
"Could not find boards.txt in C:\Users\myaccount\Documents\Arduino\hardware\PartsandCircuits\M5Stack-SAM. Is it pre-1.5?
WARNING: Error loading hardware folder C:\Users\myaccount\Documents\Arduino\hardware\PartsandCircuits
No valid hardware definitions found in folder PartsandCircuits."
What I did to get this far was to follow the procedure below;
1. Open GIT GUI
2. Select Clone Existing Repository
3. select source and destination
a. source: https://github.com/PartsandCircuits/M5Stack-SAM
b. destination: C:/Users/myaccount/Documents/Arduino/hardware/PartsandCircuits/M5Stack-SAM
4. Click 'Clone'
- open a Git Bash session CD to C:/Users/myaccount/Documents/Arduino/hardware/PartsandCircuits/M5Stack-SAM and execute 'git submodule update --init --recursive'
So where have I gone wrong here?