leaphy-robotics / leaphy-blocks

The web-based visual programming editor.
Apache License 2.0
1 stars 0 forks source link

[enhancement] Make blocks portable for other chips #88

Open rmoesbergen opened 2 months ago

rmoesbergen commented 2 months ago

Some (most) of the blocks currently use code that includes 'avr.h' and uses AVR specific functions. This means they won't run on the ESP32 or RP2040. This ticket is to fix those blocks and use more generic libraries/functions. While doing this, we can also move as much code as possible out of the leaphy c++ arduino libraries.

koen1711 commented 6 days ago

I'm starting development now