Hendrik Langer
7 years ago
7 changed files with 122 additions and 13 deletions
@ -1,11 +1,11 @@ |
|||||
#include "driver/i2s.h" |
|
||||
|
|
||||
void resetToFactoryDefaults(); |
void resetToFactoryDefaults(); |
||||
void setup(); |
void setup(); |
||||
void onMqttConnect(bool sessionPresent); |
void onMqttConnect(bool sessionPresent); |
||||
void transmitStatus(); |
void transmitStatus(); |
||||
void onMqttMessage(char* topic, char* payload, AsyncMqttClientMessageProperties properties, size_t len, size_t index, size_t total); |
void onMqttMessage(char* topic, char* payload, AsyncMqttClientMessageProperties properties, size_t len, size_t index, size_t total); |
||||
|
void suspend(uint32_t secondsToSleep); |
||||
void suspend(); |
void suspend(); |
||||
|
void setWakeupTime(uint32_t time); |
||||
void loop(); |
void loop(); |
||||
void rotation(int i, int direction, int buttonPressed); |
void rotation(int i, int direction, int buttonPressed); |
||||
void obtain_time(void); |
void obtain_time(void); |
||||
|
Loading…
Reference in new issue