Skip to content

Commit

Permalink
Update edg/parts/Camera_Ov2640_Fpc24.py
Browse files Browse the repository at this point in the history
Update: rm stray comma

Co-authored-by: Richard Lin <[email protected]>
  • Loading branch information
Suke0811 and ducky64 authored Sep 20, 2024
1 parent f0b06cf commit 77984d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edg/parts/Camera_Ov2640_Fpc24.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def __init__(self) -> None:
self.dovdd = self.Export(self.conn.pins.request('14').adapt_to(VoltageSink(
voltage_limits=self.nonstrict_3v3_compatible.then_else(
(1.71, 4.5)*Volt, # Table 6, absolute maximum (Table 5) is 4.5v
(1.71, 3.3)*Volt,),
(1.71, 3.3)*Volt),
current_draw=(6, 15)*mAmp # active typ to max
)))
self.dvdd = self.Export(self.conn.pins.request('15').adapt_to(VoltageSink(
Expand Down

0 comments on commit 77984d8

Please sign in to comment.