reorganize code
create light service, with splitted beacon and outdoor functions Signed-off-by: Peter Siegmund <mars3142@users.noreply.github.com>
This commit is contained in:
16
components/light/outdoor.c
Normal file
16
components/light/outdoor.c
Normal file
@@ -0,0 +1,16 @@
|
||||
#include "outdoor.h"
|
||||
|
||||
esp_err_t outdoor_init(void)
|
||||
{
|
||||
return ESP_OK;
|
||||
}
|
||||
|
||||
esp_err_t outdoor_start(void)
|
||||
{
|
||||
return ESP_OK;
|
||||
}
|
||||
|
||||
esp_err_t outdoor_stop(void)
|
||||
{
|
||||
return ESP_OK;
|
||||
}
|
Reference in New Issue
Block a user