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: draw.h
- Revision:
- 14:124051c4524a
- Parent:
- 10:d2bf51fdc68a
- Child:
- 18:08bd68471535
--- a/draw.h Thu Oct 12 00:38:03 2017 +0000
+++ b/draw.h Thu Oct 12 01:13:42 2017 +0000
@@ -4,7 +4,7 @@
#include "mbed.h"
#define MAXPOS 50 // en milimetros
-#define SS_TIME 100 // en microsegundos
+
#define RSTEP 5 // en milimetros
#define POSDRAW 10
@@ -18,6 +18,6 @@
void initdraw(float x, float y);
void line(float xi, float yi, float xf, float yf);
void rectangle(float x, float y, float width,float height);
-
+void put_sstime(uint8_t vtime);
#endif // DRAW_H
\ No newline at end of file
