Roza Dwornik / Mbed 2 deprecated DISCO-F429ZI_mbed1

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 LEDLCD_H
00002 #define LEDLCD_H
00003 
00004 class LedLcd {
00005     public:
00006         LedLcd(unsigned char ucColumnPosition);
00007         void On(unsigned char ucLedIndex);
00008     private:
00009         unsigned char ucColumnIndex;
00010     };
00011 
00012 #endif//LEDLCD_H