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: constants.h
- Revision:
- 3:c9df852ad9ac
- Child:
- 4:48d390356fba
diff -r 7f4be54c7257 -r c9df852ad9ac constants.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/constants.h Wed Feb 21 11:55:29 2018 +0000 @@ -0,0 +1,10 @@ +extern int ENCODER_PULSE; +extern int GEAR_RATIO; +extern float SAMPLE_TIME; +extern int WHEEL_DISTANCE; +extern float NORMAL_PWM; +extern float FAST_PWM; +extern float SLOW_PWM; +extern int RIGHT_MOTOR_CONST; +extern int LEFT_MOTOR_CONST; +extern float MOTOR_PERIOD; \ No newline at end of file