devices.panStamp.temppress.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>panStamp</developer> <product>Dual Temperature-Barometric pressure sensor</product> <pwrdownmode>true</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="Temperature and Pressure" id="12"> <endpoint name="Temperature" type="num" dir="inp"> <position>0</position> <size>2</size> <units> <unit name="C" factor="0.1" offset="-50"/> <unit name="F" factor="0.18" offset="-58"/> <unit name="K" factor="0.1" offset="223.15"/> </units> </endpoint> <endpoint name="Pressure" type="num" dir="inp"> <position>2</position> <size>4</size> <units> <unit name="Pa" factor="1" offset="0"/> <unit name="mbar" factor="0.01" offset="0"/> <unit name="bar" factor="0.00001" offset="0"/> </units> </endpoint> </reg> </regular> </device>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy