最終更新:2015-01-19 (月) 15:29:11 (3376d)  

Android SDK/サンプル/MissileLauncher
Top / Android SDK / サンプル / MissileLauncher

a simple program that controls Dream Cheeky USB missile launchers.

https://github.com/android/platform_development/tree/master/samples/USB/MissileLauncher

消えてる

This program serves as an example of the following USB host features:

  • filtering for multiple devices based on vendor and product IDs (see device_filter.xml)
  • Sending control requests on endpoint zero that contain data
  • Receiving packets on an interrupt endpoint using a thread that calls UsbRequest?.queue and UsbDeviceConnection.requestWait()

参考

関連