bruker nå ny serial klasse med større hastighet.. Forøvrig baser en del av koden på Flaskepant oppgaven fra lab.
Dependencies: SerialTerminal mbed
Fork of Fancy-Terminal by
Revision 6:e82da1b9e11a, committed 2015-10-16
- Comitter:
- madmonkeyman82
- Date:
- Fri Oct 16 16:22:25 2015 +0000
- Parent:
- 5:529715bcff18
- Commit message:
- testet med hastighet opp til 115200 bit/sek
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 529715bcff18 -r e82da1b9e11a main.cpp --- a/main.cpp Fri Oct 16 16:14:02 2015 +0000 +++ b/main.cpp Fri Oct 16 16:22:25 2015 +0000 @@ -2,7 +2,7 @@ #include "SerialTerminal.h" #include "variables.h" -SerialTerminal pc(USBTX, USBRX, 38400); // tx, rx +SerialTerminal pc(USBTX, USBRX, 115200); // tx, rx //Prototypes