valjda je to to

Dependencies:   BSP_DISCO_F469NIfdsf LCD_DISCO_F469NI mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers main.cpp Source File

main.cpp

00001 
00002 #include "Gear.h"
00003 #include "mbed.h"
00004 
00005 LCD_DISCO_F469NI lcd;
00006 
00007 int main()
00008 {    
00009     lcd.init();
00010     PrintGear(Gear1);
00011     while(1) {
00012         };
00013     }
00014     
00015