blabla

Dependencies:   LCD_DISCO_F429ZI mbed TS_DISCO_F429ZI BSP_DISCO_F429ZI

Revision:
0:b90c17e124b1
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Led_Lcd.h	Sat May 16 11:47:20 2020 +0000
@@ -0,0 +1,12 @@
+#ifndef LED_LCD_H
+#define LED_LCD_H
+
+class LedLcd{
+    public:
+        LedLcd(unsigned char x = 0);
+        void On(unsigned char ucLedIndex);
+    private:
+        unsigned char LEDXPOS;
+};
+
+#endif
\ No newline at end of file