Getting up to speed with GPIO support on Zero 3e?
https://wiki.radxa.com/Zero/hardware/gpio
As I understand it the GPIO pinout is similar to later Pi devices, but not identical. For example, GPIO pin assignment by function is comparable for i2c-0. The power, 5v and 3.3v are comparable pins in the 40 pin layout. But per pin functionality varies, but I did find UART TX/RX comparable.
I am going to be using python, as I understand it, I will have to read and write directly to the pins as visible via the device tree/file system? Since there does not seem to be something like RPi.GPIO library/module for python on the Zero 3e?
There are a few GPIO pins that are 5v logic per the Wiki? For example GPIOH_8 is 5v? Can some one confirm this default voltage when pins are assigned for output? Can handle said voltage for input? So is input 5v tolerant?