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.
Diff: ReceiverIR.h
- Revision:
- 17:6d2532146627
- Parent:
- 16:3922b10d4606
- Child:
- 19:3b0c7f5eb4aa
- Child:
- 20:bbedc231c6a9
--- a/ReceiverIR.h Fri Jun 07 14:50:21 2019 +0000
+++ b/ReceiverIR.h Fri Jun 07 17:10:01 2019 +0000
@@ -51,12 +51,12 @@
void move(uint8_t *buf);
float Speed_L, Speed_R;
- //float init_sp_r, init_sp_l;
+ float init_sp_r, init_sp_l;
volatile int cal_start, cal_stop;
-// float kp;
-// float kd;
-// int ki;
-// int max;
+ float kp;
+ float kd;
+ int ki;
+ int max;
//private:
@@ -118,5 +118,4 @@
};
-#endif
-
\ No newline at end of file
+#endif
\ No newline at end of file