Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 765 Bytes

File metadata and controls

20 lines (11 loc) · 765 Bytes

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.