詹 博任 / Mbed 2 deprecated UART

Dependencies:   mbed

main.cpp

Committer:
stonegarden
Date:
2020-11-27
Revision:
1:5614b8b6163f
Parent:
0:879aa9d0247b

File content as of revision 1:5614b8b6163f:

#include "mbed.h"

Serial pc(PD_5, PD_6,9600);



int main()
{
    pc.printf("Nucleo_Test_UART_NBIoT\r\n");
    
    while(1)
    {
        pc.printf("Nucleo_Test_UART_NBIoT\r\n");
        
        }
}