Difference between revisions of "Arduinos in Space Getting Started"
(Created page with "== Requirements == Any Arduino-compatible board should work. The Hello World sketch below needs a board with a built-in LED. All genuine Arduino/Genuino boards have one, as w...") |
|||
Line 10: | Line 10: | ||
# Open the Arduino IDE, and navigate to Sketch -> Include Library -> Add .ZIP Library... | # Open the Arduino IDE, and navigate to Sketch -> Include Library -> Add .ZIP Library... | ||
# Select the zip file previously downloaded. | # Select the zip file previously downloaded. | ||
+ | |||
+ | [[Category:ArduinosInSpace]] |
Revision as of 12:53, 15 August 2018
Requirements
Any Arduino-compatible board should work. The Hello World sketch below needs a board with a built-in LED. All genuine Arduino/Genuino boards have one, as well as most Arduino-compatible boards.
Installation
The library is not (yet) available through the Arduino Library Manager, so must be installed manually.
- Download the most recent release from the downloads section of the library repository on Bitbucket.
- Open the Arduino IDE, and navigate to Sketch -> Include Library -> Add .ZIP Library...
- Select the zip file previously downloaded.