From 12e3713e7705e4353d306ae2ec03abfe8fcd5f55 Mon Sep 17 00:00:00 2001 From: HampusM Date: Mon, 21 Mar 2022 09:43:10 +0100 Subject: feat: add status LED --- src/status.hpp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/status.hpp (limited to 'src/status.hpp') diff --git a/src/status.hpp b/src/status.hpp new file mode 100644 index 0000000..ff8980e --- /dev/null +++ b/src/status.hpp @@ -0,0 +1,9 @@ +#pragma once + +#include + +constexpr uint8_t STATUS_LED_POSITIVE = 5U; + +void initialize_status_leds() noexcept; + +void set_led_positive(uint8_t value) noexcept; -- cgit v1.2.3-18-g5258