Hacker News new | ask | show | jobs
by seba_dos1 41 days ago
You interface with SoC's peripherals rather than bit-bang lines. You can think of them as a kind of memory mapped APIs.
1 comments

I never interface with the peripheral in an ESP32 directly. I guess I really need to read the Free-RTOS code. Micropython just uses that, last I checked.