Home | History | Annotate | only in /development/samples/USB/MissileLauncher
Up to higher level directory
NameDateSize
_index.html21-Aug-2018782
Android.mk21-Aug-2018224
AndroidManifest.xml21-Aug-20181,012
default.properties21-Aug-2018363
README.txt21-Aug-2018634
res/21-Aug-2018
src/21-Aug-2018

README.txt

      1 MissileLauncher is a simple program that controls Dream Cheeky USB missile launchers.
      2 You control the left/right/up/down orientation of the launcher using the accelerometer.
      3 Tilt the tablet to change the direction of the launcher.
      4 Pressing the "Fire" button will fire one missile.
      5 
      6 This program serves as an example of the following USB host features:
      7 
      8 - filtering for multiple devices based on vendor and product IDs (see device_filter.xml)
      9 
     10 - Sending control requests on endpoint zero that contain data
     11 
     12 - Receiving packets on an interrupt endpoint using a thread that calls
     13   UsbRequest.queue and UsbDeviceConnection.requestWait()
     14