danillo blink

Dependencies:   mbed-STM32F103C8T6

main.cpp

Committer:
danilloaguiar
Date:
2019-07-30
Revision:
1:e96b56e982b5
Parent:
0:85b368f15c18

File content as of revision 1:e96b56e982b5:

#include "stm32f103c8t6.h"
#include "mbed.h"
  

// main() runs in its own thread in the OS
int main() {  
    while(1) {
        printf("HELLO");
    }
}