Fix typo.

This commit is contained in:
iabdalkader 2018-09-05 17:21:05 +02:00
parent f362f0c647
commit 12c9b65a01

View File

@ -20,7 +20,7 @@ if (sensor.get_id() == sensor.OV7725):
# Bypass internal regulator
sensor.__write_reg(0x4F, 0x18)
# Enable sensro softsleep
# Enable sensor softsleep
sensor.sleep(True)
# Shutdown the sensor (pulls PWDN high).