devices.Robomotic.Repeater.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of panstamp Show documentation
Show all versions of panstamp Show documentation
A Java library for working with a network of panStamp Arduino devices
The newest version!
<?xml version="1.0"?> <device> <developer>Robomotic</developer> <product>Repeater node</product> <pwrdownmode>false</pwrdownmode> <config> <reg name="Repeater mode" id="11"> <param name="Maximum hop" type="num"> <position>0</position> <size>1</size> <default>0</default> </param> </reg> </config> <regular> <reg name="Binary output 0" id="12"> <endpoint name="Binary 0" type="bin" dir="out"/> </reg> <reg name="Binary output 1" id="13"> <endpoint name="Binary 1" type="bin" dir="out"/> </reg> <reg name="Binary output 2" id="14"> <endpoint name="Binary 2" type="bin" dir="out"/> </reg> <reg name="Binary output 3" id="15"> <endpoint name="Binary 3" type="bin" dir="out"/> </reg> <reg name="Binary output 4" id="16"> <endpoint name="Binary 4" type="bin" dir="out"/> </reg> <reg name="Binary output 5" id="17"> <endpoint name="Binary 5" type="bin" dir="out"/> </reg> <reg name="Binary output 6" id="18"> <endpoint name="Binary 6" type="bin" dir="out"/> </reg> <reg name="Binary output 7" id="19"> <endpoint name="Binary 7" type="bin" dir="out"/> </reg> <reg name="PWM output 0" id="20"> <endpoint name="PWM output 0" type="num" dir="out"/> </reg> <reg name="PWM output 1" id="21"> <endpoint name="PWM output 1" type="num" dir="out"/> </reg> <reg name="PWM output 2" id="22"> <endpoint name="PWM output 2" type="num" dir="out"/> </reg> <reg name="PWM output 3" id="23"> <endpoint name="PWM output 3" type="num" dir="out"/> </reg> </regular> </device>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy