0.1.1 • Published 12 years ago

reflecta_ardu1 v0.1.1

Weekly downloads
6
License
-
Repository
github
Last release
12 years ago

ReflectaArduinoCore

Reflecta Arduino Core binds the functions pinMode, digitalRead, digitalWrite, analogRead, and analogWrite to the ARDU1 interface. This is the Arduino library that enables the 'send' side of the Reflecta conversation.

Stability: Medium

Calling ReflectaArduinoCore from NodeJS

The NodeJS client can be found here.

To Be Documented -- Calling ReflectaArduinoCore 'raw' just using ReflectaFunctions

Release History

  • 0.3.x: Analog & digital io, wire, and servo.

Futures

  • Add Advanced I/O functions (tone, pulseIn, etc.)
  • Consider including other Arduino standard libraries such as Stepper, EEPROM, SD, SPI, SoftwareSerial, etc.