Hello,
I tried to use your library but even the examples don't compile. It says the wrong board is selected..
I use Arduino 1.8.19 on os x 12.2.1, core and library with arduino library manager, all up to date.
RPi pico is selected in the board manager and I use RP2040 since a while with success. /Users/simonjuif/Documents/Arduino/libraries/MBED_RPI_PICO_TimerInterrupt/src/MBED_RPi_Pico_TimerInterrupt.hpp:47:4: error: #error This code is intended to run on the MBED RASPBERRY_PI_PICO platform! Please check your Tools->Board setting. 47 | #error This code is intended to run on the MBED RASPBERRY_PI_PICO platform! Please check your Tools->Board setting. | ^~~~~ exit status 1
Thank you,
Simon
Hello,
I tried to use your library but even the examples don't compile. It says the wrong board is selected..
I use Arduino 1.8.19 on os x 12.2.1, core and library with arduino library manager, all up to date.
RPi pico is selected in the board manager and I use RP2040 since a while with success.
`/Users/simonjuif/Documents/Arduino/libraries/MBED_RPI_PICO_TimerInterrupt/src/MBED_RPi_Pico_TimerInterrupt.hpp:47:4: error: #error This code is intended to run on the MBED RASPBERRY_PI_PICO platform! Please check your Tools->Board setting.
47 | #error This code is intended to run on the MBED RASPBERRY_PI_PICO platform! Please check your Tools->Board setting.
| ^~~~~
exit status 1`
Thank you,
Simon
With the careless post to the wrong library, you'd have more problem in the future, especially while using hardware interrupt. Be much more careful in the future.
#error This code is intended to run on the MBED RASPBERRY_PI_PICO platform! Please check your Tools->Board setting
Retry using the correct core for the library by at least reading Prerequisites.
Good Luck,
Hi,
With the **careless** post to the **wrong** library, you'd have more problem in the future, especially while using hardware interrupt. Be much more careful in the future.
```
#error This code is intended to run on the MBED RASPBERRY_PI_PICO platform! Please check your Tools->Board setting
```
The `MBED_RPI_PICO_TimerInterrupt` is designed for RP2040 using [**ArduinoCore-mbed** core](https://github.com/arduino/ArduinoCore-mbed)
While this library is designed for [**arduino-pico** core](https://github.com/earlephilhower/arduino-pico)
Retry using the correct core for the library by at least reading [**Prerequisites**](https://github.com/khoih-prog/RPI_PICO_TimerInterrupt#prerequisites).
Good Luck,
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Hello,
I tried to use your library but even the examples don't compile. It says the wrong board is selected..
I use Arduino 1.8.19 on os x 12.2.1, core and library with arduino library manager, all up to date.
RPi pico is selected in the board manager and I use RP2040 since a while with success.
/Users/simonjuif/Documents/Arduino/libraries/MBED_RPI_PICO_TimerInterrupt/src/MBED_RPi_Pico_TimerInterrupt.hpp:47:4: error: #error This code is intended to run on the MBED RASPBERRY_PI_PICO platform! Please check your Tools->Board setting. 47 | #error This code is intended to run on the MBED RASPBERRY_PI_PICO platform! Please check your Tools->Board setting. | ^~~~~ exit status 1Thank you,
Simon
Hi,
With the careless post to the wrong library, you'd have more problem in the future, especially while using hardware interrupt. Be much more careful in the future.
The
MBED_RPI_PICO_TimerInterruptis designed for RP2040 using ArduinoCore-mbed coreWhile this library is designed for arduino-pico core
Retry using the correct core for the library by at least reading Prerequisites.
Good Luck,