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.
Dependents: state_machine_modes_1_12_11_11h
Diff: cmd_io.h
- Revision:
- 5:9aa646406402
- Parent:
- 4:c099ce00dd9a
- Child:
- 6:ee6b303c2868
--- a/cmd_io.h Tue Nov 29 00:24:01 2011 +0000 +++ b/cmd_io.h Wed Nov 30 00:53:03 2011 +0000 @@ -12,7 +12,7 @@ #define CMD_STR_BUFFER_SZ 100 #define MAX_SERVO_NUMBER 5 #define MIN_SERVO_ANGLE 0 -#define MAX_SERVO_ANGLE 180 +#define MAX_SERVO_ANGLE 200 // // Use 'enum' construct to create list of return codes. // Each entry will be defined as 1 more than the previous entry