The modified AndroidAccessory Library

Dependents:   ADKTerm droidcycle uva_nc androidservo ... more

Fixed version check for AOA 2.0

AOA is backward compatible, so I changed if (1==getProtocol(device)) to if (1<=getProtocol(device)) Now the lib is working with newer devices.

Fixed version check for AOA 2.0