REDAC HybridController
Firmware for LUCIDAC/REDAC Teensy
Loading...
Searching...
No Matches
front_panel.cpp
Go to the documentation of this file.
1// Copyright (c) 2024 anabrid GmbH
2// Contact: https://www.anabrid.com/licensing/
3//
4// SPDX-License-Identifier: MIT OR GPL-2.0-or-later
5
6#include "native/leds.h"
8#include <entity/base.h>
9#include <lucidac/front_panel.h>
10
11platform::LUCIDACFrontPanel::LUCIDACFrontPanel()
12 : signal_generator(std::make_unique<NativeSignalGenerator>()), leds(std::make_unique<NativeLEDs>()) {}