Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
iopapamanoglou committed Aug 29, 2024
1 parent a4d2044 commit 4a15444
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/faebryk/library/I2C.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,3 @@ class SpeedMode(Enum):
@staticmethod
def define_max_frequency_capability(mode: SpeedMode):
return F.Range(I2C.SpeedMode.low_speed, mode)


print(I2C, type(I2C))

0 comments on commit 4a15444

Please sign in to comment.