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:
- 10:2398eeafa967
- Parent:
- 8:e1f43b1df0b5
- Child:
- 11:b34eababcf56
--- a/BEAR_Protocol.h Thu Jan 21 18:48:02 2016 +0000
+++ b/BEAR_Protocol.h Fri Jan 22 02:25:26 2016 +0000
@@ -35,6 +35,8 @@
uint8_t setBodyLength(uint8_t,float);
uint8_t setUpAngleRange(uint8_t,float,float);
uint8_t setLowAngleRange(uint8_t,float,float);
+ uint8_t setUpLinkLength(uint8_t,float);
+ uint8_t setLowLinkLength(uint8_t,float);
// get Command
uint8_t getMotorPos(uint8_t,float*,float*);
@@ -50,6 +52,9 @@
uint8_t getBodyLength(uint8_t,float*);
uint8_t getUpAngleRange(uint8_t,float*,float*);
uint8_t getLowAngleRange(uint8_t,float*,float*);
+ uint8_t getUpLinkLength(uint8_t,float*);
+ uint8_t getLowLinkLength(uint8_t,float*);
+
uint8_t saveDataToEEPROM(uint8_t,uint8_t);
};
\ No newline at end of file
