blabla

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_LCD_H
00002 #define LED_LCD_H
00003 
00004 class LedLcd{
00005     public:
00006         LedLcd(unsigned char x = 0);
00007         void On(unsigned char ucLedIndex);
00008     private:
00009         unsigned char LEDXPOS;
00010 };
00011 
00012 #endif