code splitting
Signed-off-by: Peter Siegmund <mars3142@users.noreply.github.com>
This commit is contained in:
8
main/beacon.h
Normal file
8
main/beacon.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include "esp_err.h"
|
||||
|
||||
esp_err_t beacon_init(void);
|
||||
esp_err_t beacon_start(void);
|
||||
esp_err_t beacon_stop(void);
|
||||
esp_err_t wled_init(void);
|
Reference in New Issue
Block a user