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: draw.h
- Revision:
- 1:526bdd5faa37
- Parent:
- 0:89b318e49395
- Child:
- 2:dd42be3f7753
- Child:
- 3:3936d249a67c
--- a/draw.h Sat Mar 17 00:57:56 2018 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,20 +0,0 @@ -#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 vertex2d(uint8_t x, uint8_t y); - -void home(); -void initdraw(float x, float y); -void put_sstime(uint8_t vtime); - -#endif // DRAW_H \ No newline at end of file