|
| 1 | +:repository-owner: arduino-libraries |
| 2 | +:repository-name: Joystick |
| 3 | + |
| 4 | += {repository-name} Library for Arduino (RP2040 based boards) = |
| 5 | + |
| 6 | +This library allows an RaspberryPi RP2040 board to act as a Joystick when |
| 7 | +Earle F. Philhower`s [arduino-pico](https://github.com/earlephilhower/arduino-pico) |
| 8 | +Core is used. |
| 9 | + |
| 10 | +It was forked from the original upstream USB Joystick library by Benjamin Aigner |
| 11 | + |
| 12 | +== Acknowledgements / Credits == |
| 13 | + |
| 14 | +* [arduino-pico](https://github.com/earlephilhower/arduino-pico) Earle F. Philhower providing the Arduino Core, on which this library is based on, available under LGPL. |
| 15 | +* [tinyUSB] (https://github.com/hathach/tinyusb) Ha Thach for providing tinyUSB under MIT license, which covers most of the USB functionality. |
| 16 | + |
| 17 | + |
| 18 | +== License == |
| 19 | + |
| 20 | +Copyright (c) Benjamin Aigner < [email protected]> 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