Lennart Groen
/
SerialMonitor
test
Diff: main.cpp
- Revision:
- 0:31e4820f8e16
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/main.cpp Mon Jul 13 21:19:09 2020 +0000 @@ -0,0 +1,9 @@ +/* Program for testing serial communication Koezoeker */ + +#include <mbed.h>; + +int main() +{ + Serial(D0,D1,9600); + } + \ No newline at end of file