Interfaçage NeoPixel Ring 12, LPRO MECSE, Arnaud A.

lcd.h

Committer:
Rhamao
Date:
2020-06-17
Revision:
0:8d73f4071c1a

File content as of revision 0:8d73f4071c1a:

#ifndef LCD_H
#define LCD_H
#include "stm32746g_discovery_lcd.h"
#include "stm32746g_discovery_ts.h"

class LCD
{
    public:
        LCD();
        void initLCD();
};

#endif