REDAC HybridController
Firmware for LUCIDAC/REDAC Teensy
Loading...
Searching...
No Matches
front_panel_signaling.h
Go to the documentation of this file.
1#pragma once
2
3namespace leds {
4
6void set(uint8_t val);
7
10void indicate_error();
11
14void ease_out();
15
16} // namespace
void indicate_error()
Flashing all LEDs Duration: 1.6sec blocking.
void ease_out()
Animation where all LEDs go off one by one Duration: 800ms blocking.
void set(uint8_t val)
Shorthand to set LEDs on LUCIDAC front panel.