This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from machine import I2C, Pin,deepsleep | |
import utime | |
# from m5stack import lcd | |
# see bme280,ambient lib from https://github.com/AmbientDataInc/ESP32SamplePrograms/tree/master/Micropython | |
import bme280 | |
import ambient | |
ssid = 'your_ssid' | |
password = 'your_wifi_password ' |