<?xml version='1.0' encoding='utf-8'?>
<PyFile xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
def topic_callback(topic, payload):
def publish_example(data):
MQTT_publish("mqtt_0", "py_test", data)
MQTT_subscribe("mqtt_0", "py_test", topic_callback)