#ifndef _TOOLSLED_H
#define _TOOLSLED_H

/* 
This header file contains defintions and declarations common to
all toolsleds.
*/


enum PumpDirection
{
  PumpForward, PumpReverse, PumpStop
};
  
  


#endif

