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: FRDM-TFC mbed CBuffer XBEE mbed_angular_speed motor2 MMA8451Q
Fork of KL25Z_Camera_Test by
Revision 38:72a174cccd43, committed 2017-01-13
- Comitter:
- lh14g13
- Date:
- Fri Jan 13 10:14:40 2017 +0000
- Parent:
- 37:3baddde964db
- Child:
- 39:7b28ee39185d
- Commit message:
- added new TUNING variable
Changed in this revision
| main.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.h Fri Jan 13 10:11:51 2017 +0000 +++ b/main.h Fri Jan 13 10:14:40 2017 +0000 @@ -78,6 +78,9 @@ // Maximum car speed (PWM) float speed; +// Tuning variable + +float tune; //Hacky start/stop signal detection int startstop; bool seen;
