arduino-pico/libraries/SPI
Earle F. Philhower, III fd685aac82
PANIC on attempting an invalid setXXX pin (#182)
Fixes #169

Trying to change pinout while running, or to an illegal configuration,
will now immediately panic() with an error message.  Such an attempt
is a pretty big problem since pinouts are hardware related/static.

Prior code would fail silently and return false, but nobody checked
the setXXX return values, anyway.
2021-05-29 10:50:13 -07:00
..
keywords.txt Clean up SPI library info 2021-03-16 22:11:16 -07:00
library.properties Clean up SPI library, add info 2021-03-16 21:44:17 -07:00
SPI.cpp PANIC on attempting an invalid setXXX pin (#182) 2021-05-29 10:50:13 -07:00
SPI.h Two board variant definitions and a high speed SPI transfer function (#172) 2021-05-26 18:09:49 -07:00