Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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");
}
}