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?
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
Code just hangs.
Any idea why?