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: Control.h
- Revision:
- 1:9c7744271d72
- Parent:
- 0:ed8bf5304fbb
- Child:
- 2:8dd5298ca3a0
--- a/Control.h Sat Dec 28 01:43:29 2019 +0000
+++ b/Control.h Sat Dec 28 06:18:27 2019 +0000
@@ -15,6 +15,13 @@
int Vx,Vy,wl;
float bias[4];
int pwm[4];
+ int pre_button[4];
+ int PS3_R1_bit();
+ int pre_PS3_R1_bit;
+ int pre_button_circle[];
+ int pre_button_triangle[];
+ int pre_button_square[];
+ int pre_button_cross[];
};
#endif
\ No newline at end of file