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

Dependencies:   4DGL-uLCD-SE mbed

switch.cpp

Committer:
phred754
Date:
2018-04-23
Revision:
0:35f90b280233

File content as of revision 0:35f90b280233:

//Written by Madison Wilkey
#include "switch.h"

DigitalIn toggleSwitch(p5);

bool getUtahMode(){
    return toggleSwitch;
}