We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b24603 commit 01b2ef7Copy full SHA for 01b2ef7
libraries/SPI/src/SPI.h
@@ -51,7 +51,7 @@ class SPIClass
51
52
public:
53
SPIClass(uint8_t spi_bus=HSPI);
54
- void begin(int8_t sck=-1, int8_t miso=-1, int8_t mosi=-1, int8_t ss=-1);
+ void begin(int8_t sck=SCK, int8_t miso=MISO, int8_t mosi=MOSI, int8_t ss=-1);
55
void end();
56
57
void setHwCs(bool use);
0 commit comments