Lab 6 code.

Dependencies:   mbed

Fork of WaG by GroupA

Revision:
53:389fe53b2642
Parent:
51:1eb60f0d2f03
Child:
56:048b30c9f2a1
--- a/analog.h	Tue Apr 03 22:32:41 2018 +0000
+++ b/analog.h	Thu Apr 05 17:16:40 2018 +0000
@@ -18,7 +18,7 @@
 #include "io_pins.h"
 
 #define MUX_CHANS 16
-#define PTTHRESH 0.7
+#define PTTHRESH 2.0
 
 void ana_init();
 void ana_scan_mux(float * an_array, int no_of_channels);