Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

from Adafruit_IO import Client

from time import sleep


aio=Client("gurucharan9499","aio_vwgh73C5CE98InT3WuHt6kTLmnvX")
for i in range(10):
data=aio.receive("relay1")
print(data.value)
print(data)
sleep(1)

You might also like