Skip to content

Commit f38bf31

Browse files
author
sasilva1998
committed
error de syntaxis
1 parent 1ab0ea3 commit f38bf31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ov2640.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import gc
99

1010
class ov2640(object):
11-
def __init__(self, sclpin=22, sdapin=21, cspin=15, sckpin=14, mosipin=13, misopin=12 resolution=OV2640_320x240_JPEG, IMAGEDECODE=OV2640_YUV422):
11+
def __init__(self, sclpin=22, sdapin=21, cspin=15, sckpin=14, mosipin=13, misopin=12, resolution=OV2640_320x240_JPEG, IMAGEDECODE=OV2640_YUV422):
1212

1313
gc.enable()
1414

0 commit comments

Comments
 (0)