mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Fix typo.
This commit is contained in:
parent
f362f0c647
commit
12c9b65a01
@ -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).
|
||||
|
||||
Loading…
Reference in New Issue
Block a user