Lennart Groen
/
SerialMonitor
test
Revision 0:31e4820f8e16, committed 2020-07-13
- Comitter:
- lennartgroen
- Date:
- Mon Jul 13 21:19:09 2020 +0000
- Commit message:
- test
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 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
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed.bld Mon Jul 13 21:19:09 2020 +0000 @@ -0,0 +1,1 @@ +https://os.mbed.com/users/mbed_official/code/mbed/builds/65be27845400 \ No newline at end of file