Skip to content

Commit

Permalink
hwmod/linuxcnc: Implement direct peripheral I/O
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Buesch <[email protected]>
  • Loading branch information
mbuesch committed Feb 15, 2020
1 parent 75f5622 commit 13ba004
Show file tree
Hide file tree
Showing 6 changed files with 254 additions and 188 deletions.
2 changes: 2 additions & 0 deletions awlsimhw_linuxcnc/main.pxd.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ cdef class HardwareInterface_LinuxCNC(AbstractHardwareInterface):
cdef public uint32_t outputSize
cdef public _Bool __configDone
cdef public list __activeInputs
cdef public dict __activeInputsAddr2Sig
cdef public list __activeOutputs
cdef public dict __activeOutputsAddr2Sig

cdef readInputs(self)
cdef writeOutputs(self)
Expand Down
Loading

0 comments on commit 13ba004

Please sign in to comment.