Pepijn de Vos

Results 186 comments of Pepijn de Vos

It looks very type unstable

A showstopper for switching to this great engine.

Well this is what I've been playing with mostly https://github.com/NyanCAD/Pyttoresque-templates

Retracing my own instructions it seems to work. Thanks!

I'm also curious about this. I have access to the evaluation hardware and have done a HAL before, but am completely unfamiliar with the ESP32 register definitions. Are they mostly...

Looking at the PAC documentation for esp32 and esp32c3 it seems they are far from compatible. Compare: https://docs.rs/esp32/0.10.0/esp32/gpio/index.html https://docs.rs/esp32c3/0.1.2/esp32c3/gpio/index.html The leaflet that came with the dev hardware confirms that documentation...

Oh interesting! Let's ping @imheresamir to get their input. Maybe the same patches can be applied to esp32c3? I'd be happy to do some testing and fixes with my esp32c3....

From the graph it seems like Rd isn't working correctly. Could you add some printing to verify Rd has the value you expect and condition3 is producing the expected result...

What do you mean "runs infinitely"?

That's probably because you change the condition equation in the affect function, so it ends up oscillating unable to find the zero point. Why isn't it just using id?