Kaleidoscope
LED-Off.h
Go to the documentation of this file.
1 #pragma once
2 
4 
5 class LEDOff_ : public LEDMode {
6  public:
7  LEDOff_(void) { }
8 
9  void update(void) final;
10 };
11 
12 extern LEDOff_ LEDOff;
LEDOff_(void)
Definition: LED-Off.h:7
Definition: Kaleidoscope-LEDControl.h:11
LEDOff_ LEDOff
Definition: LED-Off.cpp:7
Definition: LED-Off.h:5
void update(void) final
Definition: LED-Off.cpp:3