2c
Fork of TS_DISCO_F429ZI by
Embed:
(wiki syntax)
Show/hide line numbers
Led_Lcd.h
00001 #ifndef LED_H 00002 #define LED_H 00003 00004 #include "mbed.h" 00005 #include "LCD_DISCO_F429ZI.h" 00006 00007 class LedLcd 00008 :public LCD_DISCO_F429ZI 00009 { 00010 public: 00011 LedLcd(unsigned char _ucCol=0); 00012 //protected: 00013 void On(unsigned char ucLedIndex); 00014 private: 00015 void DrawNumber(); 00016 unsigned char ucCol; 00017 00018 }; 00019 #endif 00020 00021 00022 00023 00024
Generated on Mon Jul 18 2022 05:40:23 by 1.7.2