We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c60681c commit 6911abfCopy full SHA for 6911abf
libraries/SPI/src/SPI.h
@@ -65,7 +65,7 @@ class SPIClass {
65
void end();
66
67
void setHwCs(bool use);
68
- void setSSInvert(bool invert);
+ void setSSInvert(bool invert); //use before setHwCS for change to be used by setHwCs
69
void setBitOrder(uint8_t bitOrder);
70
void setDataMode(uint8_t dataMode);
71
void setFrequency(uint32_t freq);
0 commit comments