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 "
teensy/leds.h
"
7
#include "
teensy/signal_generator.h
"
8
#include <
chips/AD9834.h
>
9
#include <entity/base.h>
10
#include <
entity/meta.h
>
11
#include <lucidac/front_panel.h>
12
13
platform::LUCIDACFrontPanel::LUCIDACFrontPanel()
14
// TODO: Give it a HAL and pass it on to Entity constructor
15
: Entity(
"FP"
), leds(std::make_unique<TeensyLEDs>()), signal_generator(std::make_unique<TeensySignalGenerator>()) {}
AD9834.h
leds.h
signal_generator.h
meta.h
lib
hardware
src
lucidac
front_panel.cpp
Generated by
1.12.0