GroupA / Mbed 2 deprecated Lab_6_WaG

Dependencies:   mbed

Fork of WaG by GroupA

Revision:
38:57af77435ae1
Parent:
34:378a49e5b15f
Child:
40:4e82369f337c
--- a/analog.h	Thu Mar 22 16:41:52 2018 +0000
+++ b/analog.h	Fri Mar 23 19:32:39 2018 +0000
@@ -11,6 +11,8 @@
 * Last Modified: 03/20/2018
 *
 ******************************************************************************/
+#ifndef ANALOG_H
+#define ANALOG_H
 
 #include "mbed.h"
 #include "io_pins.h"
@@ -18,4 +20,6 @@
 #define MUX_CHANS 16
 
 void ana_init();
-void ana_scan_mux(float * an_array, int no_of_channels);
\ No newline at end of file
+void ana_scan_mux(float * an_array, int no_of_channels);
+
+#endif
\ No newline at end of file