Search found 1 match

by danielotto
Fri May 15, 2020 5:34 pm
Forum: Sample Code
Topic: ESP-AT framework with GPIO custom commands
Replies: 0
Views: 3202

ESP-AT framework with GPIO custom commands

https://github.com/danistm/esp-at-gpio partly tested use at your own risk ESP32 only, build master branch. Added commands: AT+GPIOINIT=<gpio number>,<dir>,<pullup> dir: 0 = disable 1 = input 2 = output 3 = output open drain pullup: 0 = pullup 1 = pulldown 2 = pullup + pulldown 3 = float response: OK...