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: sensors/sensors.h
- Revision:
- 35:04699b49c463
- Parent:
- 34:0a8ae7f92262
- Child:
- 45:6df20a8f4b21
- Child:
- 50:3e73f68c3b37
--- a/sensors/sensors.h Mon May 13 11:55:08 2019 +0000
+++ b/sensors/sensors.h Wed May 15 06:48:23 2019 +0000
@@ -32,8 +32,8 @@
extern CAN can1;
void can_send(int mode, float duty);
enum EVENT {
- NORMAL,
- GEREGE,
+ G_OPEN,
+ G_CLOSE,
GOAL,
};
extern int hand_mode;