summaryrefslogtreecommitdiffhomepage
path: root/StatusLED.cpp
blob: c3544a59ff4a8dd230ff0e6f2037188e5db3b137 (plain)
1
2
3
4
5
6
7
8
9
10
#include "StatusLED.h"

StatusLED::StatusLED()
{
}

void StatusLED::addLED(const LED& led)
{
  m_leds.push_back(led);
}