valjda je to to

Dependencies:   BSP_DISCO_F469NIfdsf LCD_DISCO_F469NI mbed

Revision:
0:a549a6b9b62e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Mon Oct 23 15:07:35 2017 +0000
@@ -0,0 +1,15 @@
+
+#include "Gear.h"
+#include "mbed.h"
+
+LCD_DISCO_F469NI lcd;
+
+int main()
+{    
+    lcd.init();
+    PrintGear(Gear1);
+    while(1) {
+        };
+    }
+    
+