You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If ChipSelectPin is -1, begin() incorrectly tries to write to pin -1 and set the mode for -1 to OUTPUT. It should be using this->m_CS. Found by examining code after seeing warnings in this area from -Wall.
The text was updated successfully, but these errors were encountered:
If
ChipSelectPin
is -1,begin()
incorrectly tries to write to pin -1 and set the mode for -1 toOUTPUT
. It should be usingthis->m_CS
. Found by examining code after seeing warnings in this area from-Wall
.The text was updated successfully, but these errors were encountered: