-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels