Skip to content

Commit 7e7c4e4

Browse files
add adoc readme to sync with Firmata in Arduino IDE
1 parent bb76a1b commit 7e7c4e4

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

README.adoc

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
= Firmata Library for Arduino =
2+
3+
The Firmata library implements the Firmata protocol for communicating with software on the host computer. This allows you to write custom firmware without having to create your own protocol and objects for the programming environment that you are using.
4+
5+
The Firmata source code is hosted outside of the Arduino code repository. Please visit the [Firmata
6+
GitHub repository](https://github.com/firmata/arduino) to file issues, make contributions or obtain the latest version of the library.
7+
8+
To learn more about the Firmata protocol, see the protocol documentation site at https://github.com/firmata/protocol.
9+
10+
Slightly outdated documentation is also available at http://arduino.cc/en/Reference/Firmata.
11+
12+
== License ==
13+
14+
Copyright (c) Arduino LLC. All right reserved.
15+
16+
This library is free software; you can redistribute it and/or
17+
modify it under the terms of the GNU Lesser General Public
18+
License as published by the Free Software Foundation; either
19+
version 2.1 of the License, or (at your option) any later version.
20+
21+
This library is distributed in the hope that it will be useful,
22+
but WITHOUT ANY WARRANTY; without even the implied warranty of
23+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
24+
Lesser General Public License for more details.
25+
26+
You should have received a copy of the GNU Lesser General Public
27+
License along with this library; if not, write to the Free Software
28+
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

0 commit comments

Comments
 (0)