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
Scratch that .. after noticing the last error was on 31, I changed:
void sdCsWrite(SdCsPin_t pin, bool level) { digitalWrite(pin, level ? HIGH : LOW); }
and that worked.
get this error with sdfat 2.2.3:
SpiDriver\SdSpiChipSelect.cpp:34:26: error: cannot convert 'bool' to 'PinStatus' for argument '2' to 'void digitalWrite(pin_size_t, PinStatus)'
The text was updated successfully, but these errors were encountered: