-
-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
Hi!
I'm doing some tests with the multitap feature of the devel branch.
Using HardwareSpi.
Code works fine until I disable/enable interrupts for reading controller.
Like this
noInterrupts();
const bool success = psx.read (0, controller);
interrupts();
Code just hangs.
Any idea why?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels