diff options
Diffstat (limited to 'libraries/Firmata/examples/OldStandardFirmata')
-rw-r--r-- | libraries/Firmata/examples/OldStandardFirmata/OldStandardFirmata.ino (renamed from libraries/Firmata/examples/OldStandardFirmata/OldStandardFirmata.pde) | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libraries/Firmata/examples/OldStandardFirmata/OldStandardFirmata.pde b/libraries/Firmata/examples/OldStandardFirmata/OldStandardFirmata.ino index 56a47ac..d306c70 100644 --- a/libraries/Firmata/examples/OldStandardFirmata/OldStandardFirmata.pde +++ b/libraries/Firmata/examples/OldStandardFirmata/OldStandardFirmata.ino @@ -1,4 +1,15 @@ /* + * 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 + */ + +/* Copyright (C) 2006-2008 Hans-Christoph Steiner. All rights reserved. This library is free software; you can redistribute it and/or |