Remove unused function declaration
This commit is contained in:
parent
21b5796ee3
commit
215315bd3a
1 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@
|
||||||
namespace LightController {
|
namespace LightController {
|
||||||
enum class LightActionType { INCREASE, DECREASE, TOGGLE, ON, OFF };
|
enum class LightActionType { INCREASE, DECREASE, TOGGLE, ON, OFF };
|
||||||
using LightAction = etl::pair<LightActionType, etl::optional<uint8_t>>;
|
using LightAction = etl::pair<LightActionType, etl::optional<uint8_t>>;
|
||||||
void init(const etl::span<int> pins);
|
|
||||||
|
|
||||||
template <int... PIN> class Controller {
|
template <int... PIN> class Controller {
|
||||||
public:
|
public:
|
||||||
|
|
Reference in a new issue