added CC3D board (STM F1)

pull/143/head
Bart 2018-01-11 03:33:50 +01:00
rodzic e8847515d0
commit bad5558125
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -11,8 +11,8 @@ public class XdcVcpIds
private static final ConcreteDevice[] xdcvcpDevices = new ConcreteDevice[] private static final ConcreteDevice[] xdcvcpDevices = new ConcreteDevice[]
{ {
new ConcreteDevice(0x264D, 0x0232), // VCP (Virtual Com Port) new ConcreteDevice(0x264D, 0x0232), // VCP (Virtual Com Port)
new ConcreteDevice(0x264D, 0x0120) // USI (Universal Sensor Interface) new ConcreteDevice(0x264D, 0x0120), // USI (Universal Sensor Interface)
new ConcreteDevice(0x0483, 0x5740), //CC3D (STM) new ConcreteDevice(0x0483, 0x5740) //CC3D (STM)
}; };
public static boolean isDeviceSupported(int vendorId, int productId) public static boolean isDeviceSupported(int vendorId, int productId)