Fix servo contract (radian is float)

This commit is contained in:
yellow-sky 2014-04-05 19:25:07 +04:00
parent e41ab213fb
commit 07022b6fe6
2 changed files with 2 additions and 2 deletions

View File

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

View File

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