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: SDFileSystem mbed
Fork of PES4_Programme by
Diff: header/serialConnection.h
- Revision:
- 93:32cd0af29c2b
- Parent:
- 89:f63e4736d875
diff -r f63e4736d875 -r 32cd0af29c2b header/serialConnection.h --- a/header/serialConnection.h Mon Apr 09 15:19:36 2018 +0000 +++ b/header/serialConnection.h Tue Apr 10 07:40:58 2018 +0000 @@ -1,9 +1,13 @@ #pragma once #include "mbed.h" -/* + +void setBaud(); + void Tx_interrupt(); void Rx_interrupt(); + + void send_line(); void read_line(); @@ -24,5 +28,3 @@ // Line buffers for sprintf and sscanf char tx_line[80]; char rx_line[80]; - -*/ \ No newline at end of file
