Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile error #9

Open
davidkasle opened this issue Oct 22, 2021 · 0 comments
Open

Compile error #9

davidkasle opened this issue Oct 22, 2021 · 0 comments

Comments

@davidkasle
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant