We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ff65fa commit 0ffab9dCopy full SHA for 0ffab9d
libraries/SPI/src/SPI.h
@@ -61,7 +61,7 @@ class SPIClass {
61
public:
62
SPIClass(uint8_t spi_bus = HSPI);
63
~SPIClass();
64
- void begin(int8_t sck = -1, int8_t miso = -1, int8_t mosi = -1, int8_t ss = -1);
+ bool begin(int8_t sck = -1, int8_t miso = -1, int8_t mosi = -1, int8_t ss = -1);
65
void end();
66
67
void setHwCs(bool use);
0 commit comments