Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: Communication_Robot
Fork of BEAR_Protocol by
Diff: BEAR_Protocol.h
- Revision:
- 11:b34eababcf56
- Parent:
- 10:2398eeafa967
--- a/BEAR_Protocol.h Fri Jan 22 02:25:26 2016 +0000
+++ b/BEAR_Protocol.h Fri Jan 22 10:21:37 2016 +0000
@@ -32,7 +32,7 @@
uint8_t setWheelPos(uint8_t,float);
uint8_t setMagData(uint8_t,float,float,float,float,float,float);
uint8_t setOffset(uint8_t,float,float);
- uint8_t setBodyLength(uint8_t,float);
+ uint8_t setBodyWidth(uint8_t,float);
uint8_t setUpAngleRange(uint8_t,float,float);
uint8_t setLowAngleRange(uint8_t,float,float);
uint8_t setUpLinkLength(uint8_t,float);
@@ -49,7 +49,7 @@
uint8_t getWheelPos(uint8_t,float*);
uint8_t getMagData(uint8_t,float*,float*,float*,float*,float*,float*);
uint8_t getOffset(uint8_t,float*,float*);
- uint8_t getBodyLength(uint8_t,float*);
+ uint8_t getBodyWidth(uint8_t,float*);
uint8_t getUpAngleRange(uint8_t,float*,float*);
uint8_t getLowAngleRange(uint8_t,float*,float*);
uint8_t getUpLinkLength(uint8_t,float*);
