#ifndef _LED_H_ #define _LED_H_ #include void ledRed(bool on); void ledGreen(bool on); #endif // _LED_H_