Display Steuerung für Lampen per Relais. https://www.youtube.com/watch?v=_CupBMcZ8Xc

Dependencies:   BSP_DISCO_F746NG F746_GUI LCD_DISCO_F746NG TS_DISCO_F746NG mbed

Revision:
1:f316de154ff7
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/template_h.txt	Sun Apr 23 17:15:53 2017 +0000
@@ -0,0 +1,42 @@
+#ifndef __PROTOTYPE_H_
+#define __PROTOTYPE_H_
+/*=============================================================================================
+        section 1 - includes
+ ==============================================================================================*/
+
+/*=============================================================================================
+        section 2 - public defines / enumerations
+ ==============================================================================================*/
+
+/*=============================================================================================
+        section 3 - public typedefs
+ ==============================================================================================*/
+
+/*=============================================================================================
+        section 4 - public macros
+ ==============================================================================================*/
+
+/*=============================================================================================
+        section 5 - public constants declaration
+ ==============================================================================================*/
+
+/*=============================================================================================
+        section 6 - public variables declaration
+ ==============================================================================================*/
+
+/*=============================================================================================
+        section 7 - public functions - declaration
+ ==============================================================================================*/
+/* init function */
+
+/* getter functions */
+//void module_setVal(uint8_t val);
+
+/* setter functions */
+
+/* other functions */
+
+#endif /* #ifndef  __PROTOTYPE_H_ */
+/*=============================================================================================
+        end of file
+ ==============================================================================================*/
\ No newline at end of file