-
Notifications
You must be signed in to change notification settings - Fork 4
Arduino Library installation Windows
Erriez edited this page May 21, 2018
·
4 revisions
Arduino libraries can be installed in two ways:
- Using GIT (Easy to get updates)
- Using a ZIP release. (No updates)
- Install GIT client.
- Run the following commands on the command line to install the library once:
cd C:\Users\%USERNAME%\Documents\Arduino\libraries
git clone https://github.com/Erriez/ErriezTimestamp.git
- Run the following commands to retrieve the latest updates:
git pull
- Restart the Arduino IDE and build an example.
- Click the Release button on a Github page and download a ZIP release.
- Start the Arduino IDE.
- Click Sketch | Include Library | Add .ZIP Library... and select this ZIP.
- Build an example.