How can I print a specific data response from Python Request to LCD?

前端 未结 0 666
渐次进展
渐次进展 2021-01-16 18:29

Here is my code to get the weather data from AirVisual:

import requests
import time
import I2C_LCD_driver
mylcd = I2C_LCD_driver.lcd()

def repeat():
  url =          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题