Kamil Maruta / Mbed 2 deprecated zad_2d_2

Dependencies:   BSP_DISCO_F429ZI LCD_DISCO_F429ZI TS_DISCO_F429ZI mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Led_Lcd.h Source File

Led_Lcd.h

00001 #ifndef LED_LCD_H
00002 #define LED_LCD_H
00003  
00004 class LedLcd {
00005    
00006         unsigned char ucColChosen;
00007         
00008     public:
00009         LedLcd(unsigned char = 0);
00010         void On(unsigned char);
00011     
00012 };
00013  
00014 #endif