summaryrefslogtreecommitdiff
path: root/src/status.hpp
blob: ff8980ed4a46e7ad790289fa66115d6ae6f1add9 (plain)
1
2
3
4
5
6
7
8
9
#pragma once

#include <stdint.h>

constexpr uint8_t STATUS_LED_POSITIVE = 5U;

void initialize_status_leds() noexcept;

void set_led_positive(uint8_t value) noexcept;