fiatlux/firmware/lux.h
jedi 006d281ad6
All checks were successful
continuous-integration/drone/push Build is passing
add basic signal led
2021-07-19 22:55:08 +02:00

20 lines
245 B
C

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