initial commit

This commit is contained in:
2023-02-10 10:34:41 +01:00
commit fcad3a98b6
44 changed files with 1392 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
#pragma once
#include "IndicatorLed.h"
class GenericDevBoardIndicatorLed : public IndicatorLed
{
protected:
void set_led_rgb(uint32_t color);
public:
GenericDevBoardIndicatorLed();
};