sad radi

Dependencies:   BSP_DISCO_F469NIfdsf LCD_DISCO_F469NI mbed

Fork of PrintGear by Nenad Djalovic

Committer:
formulas
Date:
Tue Oct 24 08:50:14 2017 +0000
Revision:
1:b6c19373bd01
Parent:
0:a549a6b9b62e
pokusaj2

Who changed what in which revision?

UserRevisionLine numberNew contents of line
formulas 0:a549a6b9b62e 1
formulas 0:a549a6b9b62e 2 #include "Gear.h"
formulas 0:a549a6b9b62e 3 #include "mbed.h"
formulas 0:a549a6b9b62e 4
formulas 0:a549a6b9b62e 5 LCD_DISCO_F469NI lcd;
formulas 1:b6c19373bd01 6 extern GEAR Gear1;
formulas 0:a549a6b9b62e 7
formulas 0:a549a6b9b62e 8 int main()
formulas 0:a549a6b9b62e 9 {
formulas 1:b6c19373bd01 10 //lcd.init();
formulas 0:a549a6b9b62e 11 PrintGear(Gear1);
formulas 0:a549a6b9b62e 12 while(1) {
formulas 0:a549a6b9b62e 13 };
formulas 0:a549a6b9b62e 14 }
formulas 0:a549a6b9b62e 15
formulas 0:a549a6b9b62e 16