Codigo donde falta la comunicacion serial

Dependencies:   mbed

Revision:
5:342e6640b61e
Parent:
4:66f0a55f249d
--- a/mover.h	Fri Sep 07 12:38:06 2018 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +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 mover_ser(uint8_t motor, uint8_t pos);
-
-
-
-#endif //  DRAW_H 
\ No newline at end of file