Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ Then:
4. Click on "Documents" in Finder and look for the `Arduino` directory inside it. The full path is `~/Documents/Arduino/hardware`
5. Open the anet-board zip file you downloaded in step 2 and copy the 'anet' folder into `~/Documents/Arduino/hardware`

#### Linux (Ubuntu)
4. Find location of Arduino IDE configuration files, usually: `~/Arduino/`, create hardware folder if not exists: `mkdir ~/Arduino/hardware`
5. Extract Anet folder from downloaded zip to `~/Arduino/hardware/`
6. Restart Arduino IDE

## Using the Board Definition
1. Open the Arduino IDE
2. Open the Tools->Board menu and select either of the Anet V1.0 boards
Expand Down