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 01-04EntregaPrimerCorte by
Diff: mover.h
- Revision:
- 2:0b07d055833d
- Parent:
- 1:526bdd5faa37
- Child:
- 3:83d8f67303b8
diff -r 526bdd5faa37 -r 0b07d055833d mover.h --- a/mover.h Tue Sep 04 02:15:49 2018 +0000 +++ b/mover.h Fri Sep 07 01:38:18 2018 +0000 @@ -1,18 +1,7 @@ -#ifndef DRAW_H -#define DRAW_H - #include "mbed.h" - #define MAXPOS 50 // en milimetros -#define POSDRAW 50 -#define POSNODRAW 10 void init_servo(); -void draw(); -void nodraw(); void mover_ser(uint8_t motor, uint8_t pos); - - -#endif // DRAW_H \ No newline at end of file
