fiatlux/firmware/lux.h

29 lines
349 B
C
Raw Normal View History

2021-07-02 16:45:29 +00:00
//
// Created by jedi on 25.06.21.
//
#ifndef FIRMWARE_LUX_H
#define FIRMWARE_LUX_H
#ifdef __cplusplus
2021-06-25 14:13:22 +00:00
<<<<<<< HEAD
2021-07-02 16:45:29 +00:00
extern "C" {
#endif
2021-06-25 14:13:22 +00:00
=======
constexpr int led_number = 8;
#endif
#ifdef __cplusplus
extern "C" {
#endif
void lux_task(void *pvParameters);
>>>>>>> 8d3006e (keep refactoring)
2021-07-02 16:45:29 +00:00
#ifdef __cplusplus
}
#endif
#endif //FIRMWARE_LUX_H