PES 4 - Smart Medication Dispenser / PES4_ProgrammeforDesignReview2

Dependencies:   SDFileSystem mbed

Fork of PES4_Programme by PES 4 - Smart Medication Dispenser

Revision:
93:32cd0af29c2b
Parent:
89:f63e4736d875
--- 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