Results 14 comments of Justin

According to [this](https://github.com/free-pdk/easy-pdk-programmer-software/issues/14), PA4 is used for calibration of IHRC.

This is pure speculation on my end: so your as your circuit does not excessively load the pin, you should be alright. Of course, this comes with a whole long...

Thanks for getting back! Does look good, I'll attempt to integrate it with my module sometime next week.

Once again, thank you for adding the feature! It works as expected (at least on the unix port), I'll be playing around with this wrapper on the ESP32 and testing...

Got it to build against micropython e4d90be and ESP-IDF v4.4.2-378-g9269a536ac (From the V4.4 Docker image). Couple of notes: - `inline KwargsMaker Kwargs;`: The use of inline variables means that the...

> Shouldn't that be c++17 instead? Anyway: my mistake, replaced it with an inline function doing the same but simpler. The warning mentioned using either `c++17` or `gnu++17`, but `c++17`...

> Is that different from the official MicroPython instructions? Nope, its just the ESP32 environment. I believe most people working with the ESP32 install it directly onto their host, and...

Working with `ESP-IDF v4.4.2-378-g9269a536ac`, I have a lightly patched version of FAS [here](https://github.com/JustinOng/FastAccelStepper/tree/fix/esp-idf) that builds fine after performing some cleanup and re-ordering of defines. A test project can be found...

It would be great to maintain IDF compatbility! Upon further testing, it seems like commenting out `SUPPORT_ESP32_MCPWM_PCNT` is not a good way to test the operation of the RMT. Initialising...

> I've recently started to see something similar that I suspect is related in `SegmentedButton` but possibly affects others too.. Can confirm this issue with a fresh installation of sveltekit...