-
Notifications
You must be signed in to change notification settings - Fork 1
Starting a new project
Tomash edited this page Mar 20, 2020
·
1 revision
To start a new project:
- Make a copy of the
template
folder. - Rename the folder name and the
template.ino
file to the name of your project (both have to exactly match for Arduino IDE to recognize them). - Run the
update.sh
script to update the HAL library to the latest version. - Edit the
.ino
file.