Masahiko Yamazaki
/
Lab1-01_pc_communication_lite
Lab1-01_pc_communication_lite
Revision 0:2f78e9f9540b, committed 2021-08-10
- Comitter:
- heptasat2021
- Date:
- Tue Aug 10 01:50:43 2021 +0000
- Commit message:
- Lab1-01_pc_communication_lite
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
mbed.bld | Show annotated file Show diff for this revision Revisions of this file |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/main.cpp Tue Aug 10 01:50:43 2021 +0000 @@ -0,0 +1,9 @@ +#include "mbed.h" +Serial pc(USBTX,USBRX,9600); +int main() +{ + while (true) { + pc.printf("Hello World!\r\n"); + wait_ms(500); + } +} \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed.bld Tue Aug 10 01:50:43 2021 +0000 @@ -0,0 +1,1 @@ +https://os.mbed.com/users/mbed_official/code/mbed/builds/65be27845400 \ No newline at end of file