fiatlux/firmware/mqtt.h

20 lines
255 B
C
Raw Normal View History

2021-07-02 16:45:29 +00:00
//
// Created by jedi on 25.06.21.
//
#ifndef FIRMWARE_MQTT_H
#define FIRMWARE_MQTT_H
#ifdef __cplusplus
extern "C" {
#endif
2021-07-06 20:49:45 +00:00
void mqtt_task(void *pvParameters);
void beat_task(void *pvParameters);
2021-07-02 16:45:29 +00:00
#ifdef __cplusplus
}
#endif
#endif //FIRMWARE_MQTT_H