fiatlux/firmware/lux.h
2021-09-03 20:44:23 +02:00

24 lines
302 B
C++

//
// Created by jedi on 25.06.21.
//
#ifndef FIRMWARE_LUX_H
#define FIRMWARE_LUX_H
#ifdef __cplusplus
constexpr int led_number = 8;
#endif
#ifdef __cplusplus
extern "C" {
#endif
void lux_task(void *pvParameters);
void signal_led(bool state);
#ifdef __cplusplus
}
#endif
#endif //FIRMWARE_LUX_H