Rev Adrian Kennard (RevK) has designed several open-source hardware ESP32-S3 WiFi and Bluetooth IoT boards with WAGO ...
* GNU General Public License for more details. /* There is a GPIO control register for each GPIO */ #define GPIO_CONTROL(gpio) (0x00000100 + ((gpio) << 2)) /* The remaining registers are per GPIO bank ...
* @our_gpio: GPIO we'll use to claim. * @our_gpio_release: 0 if active high; 1 if active low; AKA if the GPIO == * this then consider it released. * @their_gpio: GPIO that the other side will use to ...