Paul

Results 2 issues of Paul

Nice work! digitalWriteSafe and digitalReadSafe work with my Teensy3 ARM. digitalWriteSafe is 18 times faster than digitalWrite. setModeFast, and the ...Safe versions are not recognized during Teensy3 compile.

Thanks for the well documented sketches. I have used dmaspi.ino to create a DMA/SPI DUE library that is compatible with SPI.h for the most part. However, could you explain or...