mbed3 zad 4
Dependencies: LCD_DISCO_F429ZI mbed TS_DISCO_F429ZI LEDBOARD BSP_DISCO_F429ZI KEYBOARD
Diff: KeyboardLed/KeyboardLed.h
- Revision:
- 0:a9c26b76c0c1
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/KeyboardLed/KeyboardLed.h Sat Jun 13 13:30:27 2020 +0000 @@ -0,0 +1,15 @@ +#ifndef KEYBOARD_LED_H + #define KEYBOARD_LED_H + #include "Keyboard.h" + #include "Ledboard.h" + class KeyboardLed + { + public: + KeyboardLed(unsigned char ucColumn); + enum KeyboardState eRead(void); + Keyboard *pKeyboard; + Ledboard *pLedboard; + }; +#else + #error "This class was definied previously" +#endif \ No newline at end of file