flipperzero-firmware/bootloader/targets/f7/furi_hal/furi_hal_light.h

18 lines
239 B
C
Raw Normal View History

#pragma once
#include <stdbool.h>
#include <stdint.h>
#include <furi_hal_resources.h>
#ifdef __cplusplus
extern "C" {
#endif
void furi_hal_light_init();
void furi_hal_light_set(Light light, uint8_t value);
#ifdef __cplusplus
}
#endif