Rafael Mena
/
ComunicacionDosNucleo
Tareita
Fork of UART0 by
main.cpp
- Committer:
- hoangnguyen578
- Date:
- 2014-02-12
- Revision:
- 0:9e15cfed60ea
- Child:
- 1:9f10be874ce0
File content as of revision 0:9e15cfed60ea:
#include "mbed.h" Serial device(PA_9, PA_10); // tx, rx int main() { device.baud(19200); device.printf("Hello World\n"); }