George Jiglau

Results 40 comments of George Jiglau

This is what I managed to make work so far: ``` use embedded_hal::adc::{self as eadc, OneShot}; use esp32c3_hal::adc; use esp_println::println; use nb; pub fn do_io( mut adc: adc::ADC

I see. I don't mind not using embedded-hal::adc until a better implementation is suggested. However, the issue still remains that an esp-hal ADC cannot be cloned/copied. So passing multiple ADC...

Hmm, I don't see how that would solve the problem. If a function needs to be generic over analog inputs, it needs to accept both an ADC and an ADC...

Yes, I don't need to use that function in a loop or multiple times, the example is a bit artificial, in reality do_io is a separate task that never returns,...

Is that the same as sveltekit? I'm also getting an error: ``` $ git clean -fdx; npm run init > [email protected] init > npm run create-renderer && npm run integrate-renderer...

Do ADC calibrations need to be made on each boot?

I have an ESP32-C6 dev board and a motor controller with which i communicate via TWAI if you need to test anything

I get the same error whenever running the `wsl` commands, even if the OS is still running. The only new entry in dmesg, that I get whenever running `wsl` is:...

It seems that removing `services.envfs.enable = true` seems to have fixed this. However, in the process of trying to reproduce this, I've reenabled it, and while the OS booted, running...

I suspect the root cause of this is an issue with my Windows' PATH.