Changed AnalogWrite service data value from float32 to uint16

This commit is contained in:
Patrick Goebel 2015-12-06 16:14:52 -08:00
parent 32245aa9d3
commit 06884afb87

View File

@ -1,3 +1,3 @@
uint8 pin uint8 pin
float32 value uint16 value
--- ---