Related Arduino Packages - ku-fpg/haskino GitHub Wiki

hArduino

hArduino is a weak monad interface for controlling an Arduino running Standard Firmata

Firmata

Firmata is the Arduino Firmware which allows control of the Arduino over the serial port using a MIDI-like protocol. Standard Firmata is the base release. Configurable Firmata contains extensions and also allows the user to compile in/out modules when building it.

Modified Firmware

Currently, we are using special builds of the two types of Firmata. These special builds support the new Firmata command to be able to write to a single digital pin, not just a 8 bit port. In the Standard case, it is a beta release. In the Configurable Firmata case, it is a fork located in Mark Grebe's github which integrates the changes, and will hopefully be pulled into the base release.

Original Firmware releases: