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.
Dependencies: mbed DigitDisplay LED_Bar
main.cpp
- Committer:
- Niranjan_ravi
- Date:
- 2020-02-05
- Revision:
- 1:04022340010b
- Parent:
- 0:880457ab5a77
File content as of revision 1:04022340010b:
#include "mbed.h"
Serial pc(USBTX,USBRX);
int main()
{
while(1)
{
pc.printf("hello");
}
}