Setup
Installing the Arduino IDE
Download the code
With Git
Info
If you do not know what Git is, or do not have it installed, you should skip to Without Git
git clone https://github.com/SomeAspy/ChromeBookEnroller
cd ChromeBookEnroller
git branch -r
Switch to the branch closest to your ChromeBook's version.
Without Git
-
Navigate to the list of branches in the repository:
-
Select the closest version to what your ChromeBooks are running
-
Press the green "Code" button and select "Download ZIP"
-
Download and extract the ZIP.
-
Name the folder
ChromeBookEnroller
Failure
This step is actually crucial, as otherwise the Arduino IDE will throw an error because the project name does not match the directory name.
The file structure should look similar to this:
ChromeBookEnroller
├── ChromeBookEnroller.ino
├── config.example.cpp
├── keys.cpp
├── license.txt
└── readme.md