mangue baja example serial
Dependencies: mbed-STM32F103C8T6
main.cpp@1:e96b56e982b5, 2019-07-30 (annotated)
- Committer:
- danilloaguiar
- Date:
- Tue Jul 30 18:37:57 2019 +0000
- Revision:
- 1:e96b56e982b5
- Parent:
- 0:85b368f15c18
Mangue Baja Serial Example
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
danilloaguiar | 0:85b368f15c18 | 1 | #include "stm32f103c8t6.h" |
danilloaguiar | 0:85b368f15c18 | 2 | #include "mbed.h" |
danilloaguiar | 0:85b368f15c18 | 3 | |
danilloaguiar | 0:85b368f15c18 | 4 | |
danilloaguiar | 0:85b368f15c18 | 5 | // main() runs in its own thread in the OS |
danilloaguiar | 0:85b368f15c18 | 6 | int main() { |
danilloaguiar | 0:85b368f15c18 | 7 | while(1) { |
danilloaguiar | 1:e96b56e982b5 | 8 | printf("HELLO"); |
danilloaguiar | 0:85b368f15c18 | 9 | } |
danilloaguiar | 0:85b368f15c18 | 10 | } |