Breathalyzer running on the MBED 1768 Platform; EE4427 Group 3 Spring 2018

Dependencies:   4DGL-uLCD-SE mbed

Revision:
0:35f90b280233
diff -r 000000000000 -r 35f90b280233 switch.cpp
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/switch.cpp	Mon Apr 23 22:18:27 2018 +0000
@@ -0,0 +1,8 @@
+//Written by Madison Wilkey
+#include "switch.h"
+
+DigitalIn toggleSwitch(p5);
+
+bool getUtahMode(){
+    return toggleSwitch;
+}
\ No newline at end of file