Skip to content

Commit 94f55a3

Browse files
committed
Add README
1 parent 5678f82 commit 94f55a3

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

src/README.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
= Keyboard Library for Arduino =
2+
3+
This library allows an Arduino board with USB capabilities to act as a Keyboard.
4+
5+
For more information about this library please visit us at
6+
https://www.arduino.cc/reference/en/language/functions/usb/keyboard/
7+
8+
= Contributors =
9+
10+
Original code (pre-library): Peter Barrett
11+
12+
Contributor: MRNIU
13+
14+
= Usage =
15+
16+
See examples/Serial/Serial.ino
17+
18+
== License ==
19+
20+
Copyright (c) Arduino LLC. All right reserved.
21+
22+
This library is free software; you can redistribute it and/or
23+
modify it under the terms of the GNU Lesser General Public
24+
License as published by the Free Software Foundation; either
25+
version 2.1 of the License, or (at your option) any later version.
26+
27+
This library is distributed in the hope that it will be useful,
28+
but WITHOUT ANY WARRANTY; without even the implied warranty of
29+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
30+
Lesser General Public License for more details.
31+
32+
You should have received a copy of the GNU Lesser General Public
33+
License along with this library; if not, write to the Free Software
34+
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

0 commit comments

Comments
 (0)