We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
and
I dont understand why i get this error. In the Arduino IDE there is no problem but in Visual Studio Code cant compile the code...
Thank you very much
The text was updated successfully, but these errors were encountered:
i found fix for it
#if ARDUINO_ARCH_RP2040 #ifndef _MBED_WRAP_H_ #include <mbed.h> #endif #else #ifndef Arduino_h #include <Arduino.h> #endif #endif
im using it with the RP2040 (reason for mbed) but all i had to do is reinclude the arduino/mbed .h file in the cpp file
Sorry, something went wrong.
No branches or pull requests
and
and
and
I dont understand why i get this error. In the Arduino IDE there is no problem but in Visual Studio Code cant compile the code...
Thank you very much
The text was updated successfully, but these errors were encountered: