A package to connect BBC microbit to an MQTT broker in the cloud and send a message to a telegram bot.
connect_wifi(yourSSID,yourPASSWORD)
connect_iot_cloud(server,port,user,password)
subscribe(topicName)
publish(topicName, message)
send_telegram(BotApiKey, ChannelName, message)