Project Autus - Automated Plant Chamber

Dependencies:   TextLCD mbed

Fork of keypad_test by Plamen Totev

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers cycleair.cpp Source File

cycleair.cpp

00001 #include "mbed.h"
00002 #include "cycleair.h"
00003 
00004 void cycle_air_on(){
00005     cycle_air_fan=1;
00006 }
00007 void cycle_air_off(){
00008     cycle_air_fan=0;
00009 }