mirror of
https://github.com/sengeiou/realtek_ameba_mp_sdk.git
synced 2025-01-10 14:15:18 +00:00
7 lines
101 B
C
7 lines
101 B
C
|
#ifndef EXAMPLE_MQTT_H
|
||
|
#define EXAMPLE_MQTT_H
|
||
|
|
||
|
void example_mqtt(void);
|
||
|
|
||
|
#endif /* EXAMPLE_MQTT_H */
|