wordclock/libraries/States/ViewRemoteState.cpp
2019-02-13 19:27:22 +01:00

11 lines
190 B
C++

#include <ViewStates.h>
ViewRemoteState::ViewRemoteState(){
};
void ViewRemoteState::render(uint8_t matrix[121], ControlStates controlState)
{
// nothing, LEDs set via remote control
}