/* * server.h * * Created on: 21 Apr 2020 * Author: Chris */ #ifndef COMPONENTS_SERVER_SERVER_H_ #define COMPONENTS_SERVER_SERVER_H_ #include #include #include #include #include #include #include "mqtt_client.h" void init_server(); void send_mqtt_update(double lux, const char* topic); #endif /* COMPONENTS_SERVER_SERVER_H_ */