Regarding #libsibo, I'm trying to decide on the way forward for the project.
Currently it's in #Arduino C, so there's the odd class, but it's mostly regular C. It'll run on an Uno, ESP32, or a Pico/RP2040.
I've wanted to drop the ESP32 support for ages. But I'm wondering about dropping Arduino support and switching fully to the #RP2040 SDK. For the Uno, I can just maintain the old .INO file for basic functions.
If I go C, I'll have to refactor the classes. But is going full C++ a good idea?