reflecta_ardu1
v0.1.1
Published
Node.js client for the Reflecta ardu1 interface for Arduino core functions like gpio, Wire, and Servo
Readme
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.
