News
Shop
Learn
Community
Ein Bild oder sowas
LUCIDAC Documentation
User Docs
Pybrid
Julia
C++
Firmware
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
"
7
#include "
native/signal_generator.h
"
8
#include <entity/base.h>
9
#include <lucidac/front_panel.h>
10
11
platform::LUCIDACFrontPanel::LUCIDACFrontPanel()
12
: signal_generator(std::make_unique<NativeSignalGenerator>()), leds(std::make_unique<NativeLEDs>()) {}
leds.h
signal_generator.h
lib
native
src
lucidac
front_panel.cpp
Generated by
1.12.0