// The code for the Android application is heavily based on this guide: http://allaboutee.com/2011/12/31/arduino-adk-board-blink-an-led-with-your-phone-code-and-explanation/ by Miguel
#include<Usb.h>
#include<adk.h>
USBUsb;
ADKadk(&Usb,"TKJElectronics",// Manufacturer Name
"ArduinoBlinkLED",// Model Name
"Example sketch for the USB Host Shield",// Description (user-visible string)
"1.0",// Version
"http://www.tkjelectronics.dk/uploads/ArduinoBlinkLED.apk",// URL (web page to visit if no installed apps support the accessory)