|
| 1 | += Keyboard Library for Arduino = |
| 2 | + |
| 3 | +This library allows an Arduino board with USB capabilites to act as a Keyboard. |
| 4 | +Being based on HID library you need to include "HID.h" in your sketch. |
| 5 | + |
| 6 | +For more information about this library please visit us at |
| 7 | +http://www.arduino.cc/en/Reference/Keyboard |
| 8 | + |
| 9 | +== License == |
| 10 | + |
| 11 | +Copyright (c) Arduino LLC. All right reserved. |
| 12 | + |
| 13 | +This library is free software; you can redistribute it and/or |
| 14 | +modify it under the terms of the GNU Lesser General Public |
| 15 | +License as published by the Free Software Foundation; either |
| 16 | +version 2.1 of the License, or (at your option) any later version. |
| 17 | + |
| 18 | +This library is distributed in the hope that it will be useful, |
| 19 | +but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 20 | +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| 21 | +Lesser General Public License for more details. |
| 22 | + |
| 23 | +You should have received a copy of the GNU Lesser General Public |
| 24 | +License along with this library; if not, write to the Free Software |
| 25 | +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
0 commit comments