LibreVNA/Software/VNA_embedded/Application/Led.hpp

13 lines
123 B
C++
Raw Normal View History

#pragma once
#include <cstdint>
namespace LED {
void Init();
void Pulsating();
void Off();
void Error(uint8_t code);
}