REDAC HybridController
Firmware for LUCIDAC/REDAC Teensy
Loading...
Searching...
No Matches
front_panel_signaling.cpp
Go to the documentation of this file.
1#include "lucidac/front_panel_signaling.h"
2#include "lucidac/lucidac.h"
3#include <Arduino.h>
4
5void leds::set(uint8_t val) {
6 // TODO: log someting or make ui
7}
8
9void leds::indicate_error() {
10 // TODO: log someting or make ui
11}
12
13void leds::ease_out() {
14 // TODO: log someting or make ui
15}