2 new libraries: Metro & SimpleMessageSystem
Metro:
Metro is a library for Arduino 0004. It facilitates the implementation of recurring timed events like blinking LEDs or servo motor control. Compliled size is around 260 bytes.
SimpleMessageSystem:
SimpleMessageSystem is a library for Arduino 0004. It facilitates communication with terminals or message based programs like Pure Data or Max/Msp. All Serial input and output will be made and interpreted as ASCII characters.
- Send, receive and parse lists to and from the Arduino Board.
- Send, receive and parse integers to and from the Arduino Board.
- Max/Msp and Pure Data can communicate with the same code on the Arduino Board.
Compiled size is around 500 bytes.
Get Metro library here: Arduino Playground - Metro
Get SimpleMessageSystem here: Arduino Playground - SimpleMessageSystem
Tom