-
Notifications
You must be signed in to change notification settings - Fork 0
/
DOWNLOAD_INSTRUCTIONS
27 lines (15 loc) · 1.32 KB
/
DOWNLOAD_INSTRUCTIONS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
To down load the ARDUINO files (.ino and other associated documentations):
The files to be downloaded are held in two github branches - the "master" and a sub branch "Arduino-Code-branch".
On your local computer (Windows 10):
1. Navigate to the sub branch ("Arduino-Code-branch") under the master branch and locate the .ino file called
something like "A00_interrupt_Framework_README_v2.03.ino".
2. Now create a folder under the ARDUINO IDE directory on your pc with the same name as this first ARDUINO sketch
tab, but WITHOUT the .ino extention (ie "A00_interrupt_Framework_README_v2.03").
3. From this sub branch select all files for download using the download zip option.
When this is complete, unzip and move the files to the ARDUINO IDE folder you have just created.
4. Now navigate to the github master branch and again select the download zip option to download
all files in this branch. Once download is complete, unzip the files and then move to the ARDUINO IDE
folder.
5. That should be it. Fire up your IDE and select the folder "A00_interrupt_Framework_README_v2.03".
Please do read the User Guide thoroughly to ensure you fully appreciate how the Framework operates.
The guide includes examples that should clarify how it can be implemented.