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

Commit

Permalink
Add: missing module interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
ruben-iteng committed Sep 5, 2024
1 parent f67a6e5 commit c95a8ee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/faebryk/library/RS232.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
class RS232(ModuleInterface):
tx: F.ElectricLogic
rx: F.ElectricLogic
dtr: F.ElectricLogic
dcd: F.ElectricLogic
dsr: F.ElectricLogic
ri: F.ElectricLogic
rts: F.ElectricLogic
cts: F.ElectricLogic

@L.rt_field
def single_electric_reference(self):
Expand Down
2 changes: 2 additions & 0 deletions src/faebryk/library/UART.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ class UART(ModuleInterface):
cts: F.ElectricLogic
dtr: F.ElectricLogic
dsr: F.ElectricLogic
dcd: F.ElectricLogic
ri: F.ElectricLogic

0 comments on commit c95a8ee

Please sign in to comment.