initial commit
This commit is contained in:
12
lib/indicator_led/src/GenericDevBoardIndicatorLed.h
Normal file
12
lib/indicator_led/src/GenericDevBoardIndicatorLed.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
#include "IndicatorLed.h"
|
||||
|
||||
class GenericDevBoardIndicatorLed : public IndicatorLed
|
||||
{
|
||||
protected:
|
||||
void set_led_rgb(uint32_t color);
|
||||
|
||||
public:
|
||||
GenericDevBoardIndicatorLed();
|
||||
};
|
||||
Reference in New Issue
Block a user