Servo
Last change
on this file since 4a3e18a was
a763394,
checked in by Steve Castellotti <sc@…>, 9 years ago
|
- updated target for v17 (Android 4.2)
- renamed res/XML to res/xml
|
-
Property mode set to
100644
|
File size:
686 bytes
|
Line | |
---|
1 | <?xml version="1.0" encoding="utf-8"?> |
---|
2 | <resources> |
---|
3 | <!-- 0x0403 / 0x6001: FTDI FT232R UART --> |
---|
4 | <usb-device vendor-id="1027" product-id="24577" /> |
---|
5 | |
---|
6 | <!-- 0x2341 / 0x0001: Arduino Uno SMD R2 --> |
---|
7 | <!-- <usb-device vendor-id="9025" product-id="1" /> --> |
---|
8 | |
---|
9 | <!-- 0x2341 / 0x0043: Arduino Uno R3 --> |
---|
10 | <!-- <usb-device vendor-id="9025" product-id="2b" /> --> |
---|
11 | |
---|
12 | <!-- 0x2341 / 0x0044: Arduino Mega ADK R3 --> |
---|
13 | <!-- <usb-device vendor-id="9025" product-id="2c" /> --> |
---|
14 | |
---|
15 | <!-- 0x2341 / 0x****: Arduino (All) --> |
---|
16 | <usb-device vendor-id="9025" /> |
---|
17 | |
---|
18 | <!-- 0x16C0 / 0x0483: Teensyduino --> |
---|
19 | <usb-device vendor-id="5824" product-id="1155" /> |
---|
20 | |
---|
21 | </resources> |
---|
Note: See
TracBrowser
for help on using the repository browser.