nuova versione

Dependencies:   BSP_DISCO_F746NG CD74HC165E LCD_DISCO_F746NG Shifter2 TS_DISCO_F746NG mbed

Fork of Enrico_newproject by marco valli

Revision:
2:6b24c77e16b6
Parent:
1:8a54b7de2617
diff -r 8a54b7de2617 -r 6b24c77e16b6 Output/Output.h
--- a/Output/Output.h	Wed Feb 21 19:38:50 2018 +0000
+++ b/Output/Output.h	Wed Mar 07 21:14:46 2018 +0000
@@ -9,6 +9,11 @@
     bool stato;
     bool draw_image(const unsigned long* indirizzo_acceso, const unsigned long* indirizzo_spento, bool stato, int off_X, int off_Y);
     bool trigger;
+    bool DCmotorA1;
+    bool DCmotorA2;
+    void avanti();
+    void indietro();
+    void fermo();
 private:
 
 };