Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/camera_nonstrict3v3' into camera…
Browse files Browse the repository at this point in the history
…_nonstrict3v3
  • Loading branch information
Suke0811 committed Sep 20, 2024
2 parents a3a4523 + 77984d8 commit f0170fe
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 f0170fe

Please sign in to comment.