REDAC HybridController
Firmware for LUCIDAC/REDAC Teensy
Loading...
Searching...
No Matches
back_panel.h
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#pragma once
7
8#include <redac/back_panel.h>
9
10namespace platform {
11
12class BackPanelHAL_Dummy : public BackPanelHAL {
13public:
14 metadata::eui_t get_entity_eui() const override { return {}; }
15};
16
17} // namespace platform
metadata::eui_t get_entity_eui() const override
Definition back_panel.h:14