Merge pull request #11 from yellow-sky/fix_servo

Fix servo contract (radian is float)
This commit is contained in:
pirobot 2014-04-07 06:18:20 -07:00
commit 02aa11a6a9
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
uint8 id
---
int16 value
float32 value

View File

@ -1,3 +1,3 @@
uint8 id
int16 value
float32 value
---