AGH PPO MBED cz.I

Dependencies:   LCD_DISCO_F429ZI mbed TS_DISCO_F429ZI BSP_DISCO_F429ZI

Led_Lcd.h

Committer:
kasruk11
Date:
2020-05-09
Revision:
0:2101f3b06f18

File content as of revision 0:2101f3b06f18:

#ifndef LED
#define LED

#include "LCD_DISCO_F429ZI.h"

 class LedLcd: private LCD_DISCO_F429ZI{
     public:
     void On(unsigned char);
     LedLcd(unsigned char);
     unsigned char Column;
    };

#endif