Remove sensor setting from deep sleep example

This commit is contained in:
Sebastian Romero 2021-03-21 23:20:26 +01:00
parent 34fd67be98
commit e9c4881ee2

View File

@ -15,15 +15,6 @@ print(rtc.datetime())
sensor.reset()
# Enable sensor softsleep
sensor.sleep(True)
# Optionally bypass the regulator on OV7725
# for the lowest possible power consumption.
if (sensor.get_id() == sensor.OV7725):
# Bypass internal regulator
sensor.__write_reg(0x4F, 0x18)
# Shutdown the sensor (pulls PWDN high).
sensor.shutdown(True)