23 lines
651 B
XML
23 lines
651 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<DeviceList xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:noNamespaceSchemaLocation="config.xsd">
|
|
<Device name="example">
|
|
<Port protocol="DI">
|
|
<Pin>GPIO_2</Pin>
|
|
</Port>
|
|
</Device>
|
|
<Device name="PWM_example" buffer_size="1000">
|
|
<Port protocol="PWM" frequency="2">
|
|
<Pin>GPIO_10</Pin>
|
|
</Port>
|
|
</Device>
|
|
<Device name="sensorarray">
|
|
<Port protocol="DI">
|
|
<Pin>GPIO_3</Pin>
|
|
<Pin>GPIO_4</Pin>
|
|
<Pin>GPIO_5</Pin>
|
|
<Pin>GPIO_6</Pin>
|
|
</Port>
|
|
</Device>
|
|
|
|
</DeviceList> |