You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
376 B
11 lines
376 B
#include "driver/i2s.h"
|
|
|
|
void resetToFactoryDefaults();
|
|
void setup();
|
|
void onMqttConnect(bool sessionPresent);
|
|
void transmitStatus();
|
|
void onMqttMessage(char* topic, char* payload, AsyncMqttClientMessageProperties properties, size_t len, size_t index, size_t total);
|
|
void suspend();
|
|
void loop();
|
|
void rotation(int i, int direction, int buttonPressed);
|
|
void obtain_time(void);
|
|
|