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
After importing the softSPI library as a zip file to Arduino IDE 1.8.13, I am having the following compile error when using
#include <SoftSPI.h>
with a Teensy 4.0 microcontroller. Here is the error message:
C:\Users\david\OneDrive\Documents\Arduino\libraries\SoftSPI-master\src\SoftSPI.cpp:34:57: error: no matching function for call to 'SPIClass::SPIClass()'
SoftSPI::SoftSPI(uint8_t mosi, uint8_t miso, uint8_t sck) {
^
Does anyone have a suggestion on how to fix this?
Thanks in advance
The text was updated successfully, but these errors were encountered:
After importing the softSPI library as a zip file to Arduino IDE 1.8.13, I am having the following compile error when using
#include <SoftSPI.h>
with a Teensy 4.0 microcontroller. Here is the error message:
C:\Users\david\OneDrive\Documents\Arduino\libraries\SoftSPI-master\src\SoftSPI.cpp:34:57: error: no matching function for call to 'SPIClass::SPIClass()'
SoftSPI::SoftSPI(uint8_t mosi, uint8_t miso, uint8_t sck) {
^
Does anyone have a suggestion on how to fix this?
Thanks in advance
The text was updated successfully, but these errors were encountered: