arduino-libraries / Scheduler

Scheduler Library for Arduino
http://arduino.cc/
46 stars 22 forks source link

Any chance to update this library for Nano RP2040 Connect ? #16

Closed stefat closed 2 years ago

stefat commented 2 years ago

Any chance to update this library for Nano RP2040 Connect ?

per1234 commented 2 years ago

Hi @stefat. I'm happy to tell you that the "Arduino Mbed OS Nano Boards" platform of the Arduino Nano RP2040 Connect comes with its own variant of the Scheduler library.

So when you install support for the Nano RP2040 Connect in the Arduino IDE, you have already installed that Scheduler library. You can find a demonstration of its usage by doing this:

  1. Select Tools > Board > Arduino Mbed OS Nano Boards > Arduino Nano RP2040 Connect from the Arduino IDE menus. (since this is a "platform bundled" library, the library is only accessible after you have selected a board of the "Arduino Mbed OS Nano Boards" platform)
  2. Select File > Examples > Scheduler > MultipleBlinks from the Arduino IDE menus.