Arkadiusz Pępkowski / Mbed 2 deprecated z2_2

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 #include "LCD_DISCO_F429ZI.h"
00004 
00005 class LedLcd{
00006     LCD_DISCO_F429ZI lcd;
00007     unsigned char square_x_pos;
00008     public:
00009     LedLcd(unsigned char ucColumnNr);
00010     void On(unsigned char uLedLcdNumber);
00011 };
00012 #endif