devices.panStamp.rgbdriver.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>RGB LED controller</product> <pwrdownmode>false</pwrdownmode> <regular> <reg name="RGB" id="11"> <endpoint name="RGBlevel" type="num" dir="out"> <size>3</size> </endpoint> <endpoint name="Red" type="num" dir="out"> <position>0</position> <size>1</size> </endpoint> <endpoint name="Green" type="num" dir="out"> <position>1</position> <size>1</size> </endpoint> <endpoint name="Blue" type="num" dir="out"> <position>2</position> <size>1</size> </endpoint> </reg> </regular> </device>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy