AGH PPO MBED cz.I

Dependencies:   LCD_DISCO_F429ZI mbed TS_DISCO_F429ZI BSP_DISCO_F429ZI

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Led_Lcd.h Source File

Led_Lcd.h

00001 #ifndef LED
00002 #define LED
00003 
00004 #include "LCD_DISCO_F429ZI.h"
00005 
00006  class LedLcd: private LCD_DISCO_F429ZI{
00007      public:
00008      void On(unsigned char);
00009      LedLcd(unsigned char);
00010      unsigned char Column;
00011     };
00012 
00013 #endif