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;