aghmtmppo

Dependencies:   LCD_DISCO_F429ZI mbed TS_DISCO_F429ZI BSP_DISCO_F429ZI

Revision:
0:b7f6cb529d74
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Keyboard_Led.h	Mon Jun 15 17:39:40 2020 +0000
@@ -0,0 +1,15 @@
+#ifndef KEYBOARD_LED_H
+#define KEYBOARD_LED_H
+
+#include "Keyboard.h"
+#include "Led_Board.h"
+
+class KeyboardLed {
+    public:
+        KeyboardLed(unsigned char ucColNum);
+        enum Read eRead();
+    private:
+        Keyboard *pKeyboard;
+        LedBoard *pLed;
+};
+#endif
\ No newline at end of file