Should SPI attachInterrupt()
and detachInterrupt()
be removed?
#183
Labels
attachInterrupt()
and detachInterrupt()
be removed?
#183
It looks like these methos are only used in the AVR ports, and even then they indicate that they should not be used.
ArduinoCore-avr/libraries/SPI/src/SPI.h#L306-L310
ArduinoCore-megaavr/libraries/SPI/src/SPI.h#L183-L187
Other cores do nothing or even do not implement it:
When are these methods meant to be used by Arduino users or ArduinoCore developers?
The text was updated successfully, but these errors were encountered: