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...") |
(→Installing manually) |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 5: | Line 5: | ||
== Installation == | == Installation == | ||
| − | + | Available as "ArduinosInSpace" in the Arduino Library Manager, and PlatformIO Library Manager. | |
| − | + | === Arduino IDE === | |
| − | + | ||
| − | + | Open the Arduino Library Manager (Sketch menu -> Include Library -> Manage Libraries...). Search for "ArduinosInSpace", and install. | |
| + | |||
| + | === PlatformIO === | ||
| + | |||
| + | [https://platformio.org/lib/show/5652/ArduinosInSpace pio lib install "ArduinosInSpace"] | ||
| + | |||
| + | === Installing manually === | ||
| + | |||
| + | * The git repository is available at [https://bitbucket.org/pjhardy/arduinosinspace/ https://bitbucket.org/pjhardy/arduinosinspace/]. New code doesn't stay unreleased for long, but HEAD is sometimes a little ahead of releases, and almost always stable. | ||
| + | * Stable releases can be downloaded from [https://bitbucket.org/pjhardy/arduinosinspace/downloads/ https://bitbucket.org/pjhardy/arduinosinspace/downloads/]. | ||
| + | |||
| + | [[Category:ArduinosInSpace]] | ||
Latest revision as of 05:42, 18 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
Available as "ArduinosInSpace" in the Arduino Library Manager, and PlatformIO Library Manager.
Arduino IDE
Open the Arduino Library Manager (Sketch menu -> Include Library -> Manage Libraries...). Search for "ArduinosInSpace", and install.
PlatformIO
pio lib install "ArduinosInSpace"
Installing manually
- The git repository is available at https://bitbucket.org/pjhardy/arduinosinspace/. New code doesn't stay unreleased for long, but HEAD is sometimes a little ahead of releases, and almost always stable.
- Stable releases can be downloaded from https://bitbucket.org/pjhardy/arduinosinspace/downloads/.