Communication for reciever

Dependencies:   Fork_Boss_Communication_Robot

Dependents:   BEAR_Motion BEAR_Motion_Editing4Betago

Fork of BEAR_Protocol by BE@R lab

Revision:
17:774eec1470d8
Parent:
14:1c3180c64272
Child:
22:894bca54ae1a
--- a/Receiver.h	Sun Jan 24 07:24:53 2016 +0000
+++ b/Receiver.h	Tue Jan 26 18:14:50 2016 +0000
@@ -33,6 +33,8 @@
     uint8_t sendBodyWidth(uint8_t,uint8_t*);
     uint8_t sendUpAngleRange(uint8_t,uint8_t*);
     uint8_t sendLowAngleRange(uint8_t,uint8_t*);
+    uint8_t sendUpLinkLength(uint8_t,uint8_t*);
+    uint8_t sendLowLinkLength(uint8_t,uint8_t*);
 };
 
 #endif
\ No newline at end of file