31#ifndef FOG_MACHINE_HPP__ 
   32#define FOG_MACHINE_HPP__ 
   38#define HUMIDIFIER_PIN 6 
   41#define HUMIDIFIER_DURATION (unsigned long)15000 
   44#define HUMIDIFIER_COOL_DOWN (unsigned long)30000 
void fogMachineEnable()
Enable the humidifier.
void fogMachineInit()
Initialize the fog machine( humidifier ).
void fogMachineUpdate()
Update the fog machine state.