new version of AL96_OT

Dependencies:   mbed LCD_DISCO_F469NI TS_DISCO_F469NI BSP_DISCO_F469NI

Revision:
0:c980456a5562
diff -r 000000000000 -r c980456a5562 Output/Output.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Output/Output.h	Wed May 30 14:59:27 2018 +0000
@@ -0,0 +1,17 @@
+#ifndef OUTPUT_H
+#define OUTPUT_H
+
+#include "mbed.h"
+class Output
+{
+
+public:
+    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 ON_OFF;
+    bool CW_CCW;
+private:
+
+};
+#endif