intmeasurePin=A7;/*Connect dust sensor to Arduino Analog A7 pin*/
intledPower=11;
intledPower=11;/*LED Power Pin*/
unsignedintsamplingTime=280;/*the same as ints in that they store a 2 byte value*/
unsignedintsamplingTime=280;/*the same as ints in that they store a 2 byte value*/
unsignedintdeltaTime=40;/*Calculate time taken by loop.*/
unsignedintdeltaTime=40;/*Calculate time taken by loop.*/
unsignedintsleepTime=9680;/*Pauses the program for the amount of time (in milliseconds) specified as parameter. (There are 1000 milliseconds in a second.)*/
unsignedintsleepTime=9680;/*Pauses the program for the amount of time (in milliseconds) specified as parameter. (There are 1000 milliseconds in a second.)*/