|
|
|
|
|
by 2sk21
1069 days ago
|
|
The RP2040s can multitask. This is because the Arduino compatibility layer is actually built on top of MbedOS which support preemptive multitasking. You have access to the full API set of MbedOS in addition to the Arduino APIs when the code is running on an Arduino RP2040. |
|