Arduino/hardware/arduino/sam/libraries/USBHost
Scott 6496943f4c Minor changes to the keyboard and mouse controller examples 2012-10-21 19:57:23 -04:00
..
examples Minor changes to the keyboard and mouse controller examples 2012-10-21 19:57:23 -04:00
KeyboardController.cpp Added USB KeyboardController library 2012-10-08 19:38:01 +02:00
KeyboardController.h Added USB KeyboardController library 2012-10-08 19:38:01 +02:00
MouseController.cpp Updated MouseController library API 2012-10-08 15:47:13 +02:00
MouseController.h Added USB KeyboardController library 2012-10-08 19:38:01 +02:00
README USBHost is now a library 2012-06-28 00:28:52 +02:00
Usb.cpp USBHost is now a library 2012-06-28 00:28:52 +02:00
Usb.h USBHost is now a library 2012-06-28 00:28:52 +02:00
address.h USBHost is now a library 2012-06-28 00:28:52 +02:00
adk.cpp USBHost is now a library 2012-06-28 00:28:52 +02:00
adk.h USBHost is now a library 2012-06-28 00:28:52 +02:00
confdescparser.h USBHost is now a library 2012-06-28 00:28:52 +02:00
hid.h USBHost is now a library 2012-06-28 00:28:52 +02:00
hid2.cpp USBHost is now a library 2012-06-28 00:28:52 +02:00
hidboot.cpp USBHost is now a library 2012-06-28 00:28:52 +02:00
hidboot.h USBHost is now a library 2012-06-28 00:28:52 +02:00
hidusagestr.h USBHost is now a library 2012-06-28 00:28:52 +02:00
keywords.txt Added keywords for new libraries, rearranged and modified Due and USB examples 2012-10-21 12:36:54 -04:00
parsetools.cpp USBHost is now a library 2012-06-28 00:28:52 +02:00
parsetools.h USBHost is now a library 2012-06-28 00:28:52 +02:00
usb_ch9.h USBHost is now a library 2012-06-28 00:28:52 +02:00

README

This is the most reliable library to control the USB host chip MAX3421E. It is used to handle the communication between the Arduino ADK board and Android devices supporting Accessory mode. It of course works with other devices, but documenting that is outside our scope. 

It is of course based in the original by CircuitsAtHome.com and has been patched by Follower (RancidBacon.com)

CircuitsAtHome has discontinued the development of this project. The Arduino Team commissioned a patch to the library to make it reliable up to a 99%. 
CircuitsAtHome revision of the code can be found at https://github.com/felis/USB_Host_Shield_2.0. However the Arduino Team does not recommend using that library, yet, with ADK compatible boards, as v1 is much more stable.