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.
Fork of 02_LAB_serial_protocol by
Diff: main.h
- Revision:
- 13:4226825e2060
- Parent:
- 12:b780833f517e
- Child:
- 14:124051c4524a
--- a/main.h Thu Oct 12 00:16:35 2017 +0000 +++ b/main.h Thu Oct 12 00:38:03 2017 +0000 @@ -95,4 +95,13 @@ #define COMMAND_HOME 5 +#define COMMAND_RSTEPSERVO 6 //RESOLUCIÓN DEL CIRCULO Y LA LINEA +#define COMMAND_SS_TIME 7 // TIEMPO ENTRE EL PINTADO DE VERTEX2D +#define COMMAND_STOP 8 +#define COMMAND_PAUSA 9 +#define COMMAND_REANUDAR 10 +#define MOVER_STEPMOTOR 11 + + + #endif // MAIN_H \ No newline at end of file
