From 7ecbb11321a05f7498f36ff91d08b51fd3d00a62 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Mon, 20 Jan 2025 15:40:14 +0100 Subject: Add StatusLED --- StatusLED.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 StatusLED.cpp (limited to 'StatusLED.cpp') diff --git a/StatusLED.cpp b/StatusLED.cpp new file mode 100644 index 0000000..c3544a5 --- /dev/null +++ b/StatusLED.cpp @@ -0,0 +1,10 @@ +#include "StatusLED.h" + +StatusLED::StatusLED() +{ +} + +void StatusLED::addLED(const LED& led) +{ + m_leds.push_back(led); +} -- cgit v1.2.3