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

Dependencies:   4DGL-uLCD-SE mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers light.h Source File

light.h

00001 //Written by Madison Wilkey
00002 #include "mbed.h"
00003 
00004 void changeLight(bool isOverLimit);
00005 void changeRed();
00006 void changeGreen();
00007 void changeBlue();
00008 void turnOff();