| 112 | |
| 113 | void setEnabled(bool enabled) FL_NOEXCEPT { mEnabled = enabled; } |
| 114 | bool getEnabled() FL_NOEXCEPT { return mEnabled; } |
| 115 | |
| 116 | CLEDController() FL_NOEXCEPT; |
| 117 | // If we added virtual to the AVR boards then we are going to add 600 bytes of memory to the binary |