switch-controller: init empty class
This class is meant for controlling switch behaviour, such as button hold etc
This commit is contained in:
24
SwitchController/src/SwitchController.cpp
Normal file
24
SwitchController/src/SwitchController.cpp
Normal file
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
* SwitchController.cpp
|
||||
*
|
||||
* Created on: Oct 17, 2022
|
||||
* Author: tylen
|
||||
*/
|
||||
|
||||
#include <SwitchController.h>
|
||||
|
||||
SwitchController::SwitchController (DigitalIoPin *button, Timer *timer,
|
||||
StateHandler *handler)
|
||||
{
|
||||
// TODO Auto-generated constructor stub
|
||||
}
|
||||
|
||||
SwitchController::~SwitchController ()
|
||||
{
|
||||
// TODO Auto-generated destructor stub
|
||||
}
|
||||
|
||||
void
|
||||
SwitchController::listen ()
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user