Greg Woods
Greg Woods
Although ```cargo asm``` doesn't work for embedded, ```cargo asm --target thumbv7em-none-eabihf``` does work. It produces a huge list of functions, both mine, and for all the dependencies. If I now...
Sorry, I hadn't initially realised that Pico-Go was also your project! Without pico-go in the VS Code Extensions gallery, the process in this readme is a lot less accessible. Forking...
When taking video on mobile, using the native camera/video app in "My Device" uses the pretty standard approach of "mirror video when viewing the selfie-cam", "do not mirror video when...
When creating a new project with ```micropy init```, and the user selects "Pymakr configuration", add PyMakr as a recommended Extension in the VS Code extensions.json file. ## Background I am...
Is this even possible? I'm a C# developer, not afraid to get my hands dirty, but would appreciate some feedback if this is even possible within UCR, and any tips...
I would like to experiment with the code myself, but I am not sure where to start. I have experience of Arduino, PlatoformIO and some Rust experience on STM32F1 and...
It doesn't surprise my though.... Microsoft are the worst for shuffling content around, changing URLs, and renaming or retiring whole sections of their web presence without maintaining links --- ####...
Using VS Code, my files are in a ```src``` folder My ESP32 board wants these files in the root folder. I cannot figure out how to do it without writing...
Docs need to add info which cannot be read from the UI. This page (and may others like it) is an example of bad documentation One piece of info which...
If a user is holding down the mouse button whilst moving the mouse around the color picker, the onchange event fires... unless the user is holding the mouse button down...