android_open_accessory_lib icon indicating copy to clipboard operation
android_open_accessory_lib copied to clipboard

a library to talk to your android device over USB

Results 2 android_open_accessory_lib issues
Sort by recently updated
recently updated
newest added

HI, I know it's been a long time since you did this lib but I'm trying to implement this protocol and I'm having issue with read_data in C++ side. Can...

Hi, I think gcc 4.8 has C++ feature, but it still have problem in your code. Any idea? thank you g++ -o test_usb src/libtest.cpp src/openaccessory.cpp -std=c++11 -Wall \ `pkg-config --libs...