DIY Auto-Correlator 1.0
Auto-Correlator Card implementation using Teensy 4.x microcontrollers.
ledpanel.hpp
Go to the documentation of this file.
1#pragma once
2#include "ledset.hpp"
3
5extern LEDSet<5> LEDPanel;
Definition: ledset.hpp:13
LEDSet< 5 > LEDPanel({LED_BUILTIN, LED_RED, LED_GREEN, LED_WHITE, LED_BLUE})