forked from ftctechnh/ftc_app
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.xml
More file actions
17 lines (17 loc) · 843 Bytes
/
config.xml
File metadata and controls
17 lines (17 loc) · 843 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>
<Robot type="FirstInspires-FTC">
<LynxUsbDevice name="Expansion Hub Portal 1" serialNumber="DQ1O0RZG" parentModuleAddress="1">
<LynxModule name="other" port="2">
<NeveRest40Gearmotor name="hangTop" port="0" />
<NeveRest40Gearmotor name="hangBottom" port="1" />
<LynxEmbeddedIMU name="imu" port="0" bus="0" />
</LynxModule>
<LynxModule name="Expansion Hub 3" port="3">
<NeveRest40Gearmotor name="rbDrive" port="0" />
<NeveRest40Gearmotor name="lbDrive" port="1" />
<NeveRest40Gearmotor name="lfDrive" port="2" />
<NeveRest40Gearmotor name="rfDrive" port="3" />
<LynxEmbeddedIMU name="imu 1" port="0" bus="0" />
</LynxModule>
</LynxUsbDevice>
</Robot>