1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

Updating to Firmata r82 (e.g. including I2C in StandardFirmata).

http://code.google.com/p/arduino/issues/detail?id=633
This commit is contained in:
David A. Mellis
2011-09-09 17:11:42 -04:00
parent 5ba38fa9bd
commit b722028c7b
11 changed files with 377 additions and 49 deletions

View File

@ -1,3 +1,14 @@
/*
* Firmata is a generic protocol for communicating with microcontrollers
* from software on a host computer. It is intended to work with
* any host computer software package.
*
* To download a host software package, please clink on the following link
* to open the download page in your default browser.
*
* http://firmata.org/wiki/Download
*/
/* This sketch accepts strings and raw sysex messages and echos them back.
*
* This example code is in the public domain.