Interfaçage NeoPixel Ring 12, LPRO MECSE, Arnaud A.
Diff: lcd.h
- Revision:
- 0:8d73f4071c1a
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lcd.h Wed Jun 17 16:34:01 2020 +0000 @@ -0,0 +1,13 @@ +#ifndef LCD_H +#define LCD_H +#include "stm32746g_discovery_lcd.h" +#include "stm32746g_discovery_ts.h" + +class LCD +{ + public: + LCD(); + void initLCD(); +}; + +#endif