Danillo Aguiar / Mbed OS STM32serial

Dependencies:   mbed-STM32F103C8T6

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers main.cpp Source File

main.cpp

00001 #include "stm32f103c8t6.h"
00002 #include "mbed.h"
00003   
00004 
00005 // main() runs in its own thread in the OS
00006 int main() {  
00007     while(1) {
00008         printf("HELLO");
00009     }
00010 }