-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathREADME
40 lines (22 loc) · 1.12 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
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:
<http://code.google.com/p/vusb-for-arduino/>
* Build the USB mini-shield documented here:
NOTE: The code will NOW ONLY WORK WITH THE PCB DESIGN
*NOT* THE PROTOBOARD DESIGN.
<http://code.rancidbacon.com/ProjectLogArduinoUSB>
* 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