
Podpunkt 2d_2 z ćwiczenia mbed_cz1
Dependencies: LCD_DISCO_F429ZI mbed TS_DISCO_F429ZI BSP_DISCO_F429ZI
Diff: Led_Lcd.h
- Revision:
- 0:4b909a2346a4
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Led_Lcd.h Mon May 18 11:50:27 2020 +0000 @@ -0,0 +1,14 @@ +#ifndef LED_LCD_H +#define LED_LCD_H + +#include "LCD_DISCO_F429ZI.h" + +class LedLcd : public LCD_DISCO_F429ZI { + public: + void On(uint8_t ButtonNumber); + LedLcd(uint8_t SetColumn=0); + private: + uint8_t Column; +}; + +#endif \ No newline at end of file