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.
Dependencies: BSP_DISCO_F469NI LCD_DISCO_F469NI Shifter2 TS_DISCO_F469NI max31865 mbed
Diff: Output/Output.h
- Revision:
- 0:c980456a5562
--- /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