essele
essele
Hi, Further to my previous pull request, this one also sorts out the duplicate out_rev from the previous pull, but also fixes an issue with integer processing as well. %#3x...
Hi, I'm very impressed with your printf implementation .. I've been using it on an embedded project with a great improvement in memory usage. However, I've recently just added eLua...
Hi, The current implementation of cyw43_arch_poll includes a GPIO IRQ mechanism presumably for triggering activity. The trigger for this is currently ignored (commented out) and the poll is executed every...
The pico-w datasheet doesn't mention that the cyw43 driver utilises one state machine and 22/32 instructions for that PIO ... meaning you have fewer PIO resources should you be using...
Hi, What a fantastic little library ... absolutely solved a nasty challenge for me! Thank you! I'm working with an image produced from the 1980's bit of test equipment and...
I have created a library where the definitions of which pins to use are controlled by compiler defines in the CMakeLists.txt file. For most of the pins used by my...