mqtt_client.h 197 B

1234567891011121314
  1. /*
  2. * mqtt_client.h
  3. *
  4. * Created on: Jun 10, 2024
  5. * Author: jakubski
  6. */
  7. #ifndef INC_MQTT_CLIENT_H_
  8. #define INC_MQTT_CLIENT_H_
  9. void mqtt_cli_init(void);
  10. #endif /* INC_MQTT_CLIENT_H_ */