Difference between revisions of "Arduinos in Space"

From Wiki in Space
Jump to: navigation, search
(Created page with "[https://bitbucket.org/pjhardy/arduinosinspace/src/master/ Arduinos in Space] is an Arduino library to interface with Objects in Space. It aims to provide a high level, Arduin...")
 
Line 1: Line 1:
 
[https://bitbucket.org/pjhardy/arduinosinspace/src/master/ Arduinos in Space] is an Arduino library to interface with Objects in Space. It aims to provide a high level, Arduino-like interface while still being powerful and flexible.
 
[https://bitbucket.org/pjhardy/arduinosinspace/src/master/ Arduinos in Space] is an Arduino library to interface with Objects in Space. It aims to provide a high level, Arduino-like interface while still being powerful and flexible.
 +
 +
== Getting started ==
 +
 +
=== Installation ===
 +
 +
The library is not (yet) available through the Arduino Library Manager, so must be installed manually.
 +
 +
# Download the most recent release from the [https://bitbucket.org/pjhardy/arduinosinspace/downloads/ 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.
 +
 +
=== Hello World ===
 +
 +
First, ensure Objects in Space is configured to talk to hardware, following the directions in [[Getting started with hardware]].
 +
 +
[[:Category:ArduinosInSpace]]

Revision as of 09:06, 24 July 2018

Arduinos in Space is an Arduino library to interface with Objects in Space. It aims to provide a high level, Arduino-like interface while still being powerful and flexible.

Getting started

Installation

The library is not (yet) available through the Arduino Library Manager, so must be installed manually.

  1. Download the most recent release from the downloads section of the library repository on Bitbucket.
  2. Open the Arduino IDE, and navigate to Sketch -> Include Library -> Add .ZIP Library...
  3. Select the zip file previously downloaded.

Hello World

First, ensure Objects in Space is configured to talk to hardware, following the directions in Getting started with hardware.

Category:ArduinosInSpace