Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mvdwetering/vusb-for-arduino
Automatically exported from code.google.com/p/vusb-for-arduino
https://github.com/mvdwetering/vusb-for-arduino
Last synced: about 13 hours ago
JSON representation
Automatically exported from code.google.com/p/vusb-for-arduino
- Host: GitHub
- URL: https://github.com/mvdwetering/vusb-for-arduino
- Owner: mvdwetering
- Created: 2015-10-04T18:54:59.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-04T18:55:54.000Z (about 9 years ago)
- Last Synced: 2023-04-09T13:16:20.546Z (over 1 year ago)
- Language: C
- Size: 227 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Arduino / AVRUSB integration
----------------------------* NOTE: This should now work with Arduino IDE 0018 onward but I've only
tested with 0020.* Source now available as a Mercurial repository here:
* Build the USB mini-shield documented here:
NOTE: The code will NOW ONLY WORK WITH THE PCB DESIGN
*NOT* THE PROTOBOARD DESIGN.
* Copy 'UsbKeyboard' directory in the 'libraries' directory to your
Arduino 'hardware/libraries' directory.* Open an example sketch from 'examples' directory.
* See 'libraries/UsbKeyboard/ArduinoNotes.txt' for more.
* I've had some USB ports on a MacBook Pro not work while others do.
* Consider GPL 2.0 unless licensed otherwise.
* Feedback to: [email protected]
Version history:
* 2008-08-12 -- "Muck and Crud" -- Initial alpha release
* 2009-10-16 -- "Not a Patch On" -- Incorporate previous changes & pcb design
* 2009-10-18 -- "All Your Upgrade" -- Upgrade base V-USB version to 2009-08-22
* 2010-10-17 -- "Year, So What" -- Update to work with recent IDEs