devices.Robomotic.SeismoFloor.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
<?xml version="1.0"?> <device> <developer>Robomotic</developer> <product>SeismoFloor simple</product> <pwrdownmode>false</pwrdownmode> <regular> <reg name="Voltage supply" id="11"> <endpoint name="Voltage" type="num" dir="inp"> <size>2</size> <units> <unit name="V" factor="0.001" offset="0"/> </units> </endpoint> </reg> <reg name="Accelerations" id="12"> <endpoint name="Ax" type="num" dir="inp"> <position>0</position> <size>2</size> <units> <unit name="G" factor="0.00376390" offset="0"/> </units> </endpoint> <endpoint name="Ay" type="num" dir="inp"> <position>2</position> <size>2</size> <units> <unit name="G" factor="0.00376009" offset="0"/> </units> </endpoint> <endpoint name="Az" type="num" dir="inp"> <position>4</position> <size>2</size> <units> <unit name="G" factor="0.00349265" offset="0"/> </units> </endpoint> </reg> <reg name="Interrupt code" id="13"> <endpoint name="OVERRUNY" type="num" dir="inp"> <position>0.7</position> <size>0.1</size> </endpoint> <endpoint name="WATERMARK" type="num" dir="inp"> <position>0.6</position> <size>0.1</size> </endpoint> <endpoint name="FREE_FALL" type="num" dir="inp"> <position>0.5</position> <size>0.1</size> </endpoint> <endpoint name="INACTIVITY" type="num" dir="inp"> <position>0.4</position> <size>0.1</size> </endpoint> <endpoint name="ACTIVITY" type="num" dir="inp"> <position>0.3</position> <size>0.1</size> </endpoint> <endpoint name="DOUBLE_TAP" type="num" dir="inp"> <position>0.2</position> <size>0.1</size> </endpoint> <endpoint name="SINGLE_TAP" type="num" dir="inp"> <position>0.1</position> <size>0.1</size> </endpoint> <endpoint name="DATA_READY" type="num" dir="inp"> <position>0.0</position> <size>0.1</size> </endpoint> </reg> </regular> <config> <reg name="Settings" id="14"> <param name="Tap" type="num"> <position>0.0</position> <size>0.2</size> <verif>^(\d*)$</verif> </param> <param name="Stream" type="num"> <position>0.2</position> <size>0.2</size> <verif>^(\d*)$</verif> </param> <param name="Frequency" type="num"> <position>0.4</position> <size>0.4</size> <verif>^(\d*)$</verif> <default>4</default> </param> </reg> <reg name="Range" id="15"> <param name="G" type="num"> <position>0</position> <size>1</size> <default>2</default> <verif>^(\d*)$</verif> </param> </reg> <reg name="Tap detection" id="16"> <param name="Axis selection" type="num"> <position>0</position> <size>1</size> <verif>^(\d*)$</verif> </param> </reg> <reg name="Tap settings" id="17"> <param name="Threshold" type="num"> <position>0</position> <size>1</size> <verif>^(\d*)$</verif> </param> <param name="Duration" type="num"> <position>1</position> <size>1</size> <verif>^(\d*)$</verif> </param> <param name="Latency" type="num"> <position>2</position> <size>1</size> <verif>^(\d*)$</verif> </param> <param name="Window" type="num"> <position>3</position> <size>1</size> <verif>^(\d*)$</verif> </param> </reg> </config> </device>