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

template_h.txt

Committer:
hexfactory
Date:
2017-04-23
Revision:
1:f316de154ff7

File content as of revision 1:f316de154ff7:

#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
 ==============================================================================================*/