Advanced use of PIO may require state machine coordination. To do that we'll need away to allocate them to the same PIO. The constructor of a state machine could have a colocate kwarg that is another state machine or a count of other state machines that will need to allocate alongside it. Interrupt numbers may also need to be allocated in a similar way.
Advanced use of PIO may require state machine coordination. To do that we'll need away to allocate them to the same PIO. The constructor of a state machine could have a
colocatekwarg that is another state machine or a count of other state machines that will need to allocate alongside it. Interrupt numbers may also need to be allocated in a similar way.