Reused ACT (led0) light as activity light.
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
#pragma once
|
||||
#include <map>
|
||||
#include <chrono>
|
||||
#include "Channel.hpp"
|
||||
|
||||
class Controller
|
||||
{
|
||||
protected:
|
||||
std::map<uint32_t, Channel> channels;
|
||||
uint32_t currChannel;
|
||||
std::map<uint32_t, Channel> channels;
|
||||
uint32_t currChannel;
|
||||
std::chrono::system_clock::time_point lastMessage;
|
||||
|
||||
public:
|
||||
Controller(const uint32_t startChannel = 1);
|
||||
|
||||
Reference in New Issue
Block a user