需要導入模塊: import bme280 [as 別名] # 或者: from bme280 import BME280 [as 別名] def __init__(self): try: self.bme280 = BME280() except ImportError: ...
確定! 回上一頁