Search found 1 match

by 00coday
Sat Jun 06, 2020 8:04 pm
Forum: ESP32 Arduino
Topic: gpio_config_t.pin_bit_mask inconsistent behavior?
Replies: 1
Views: 3008

gpio_config_t.pin_bit_mask inconsistent behavior?

Running a NodeMCU ESP32S, Arduino IDE 1.8.5, and ESP32 library 1.0.4. I am trying to run gpio_config for multiple input pins with the ultimate goal of adding interrupts - the project is a race track timer using photodiodes as inputs for the lane ends. Right now I'm using GPIOs 8 and 15. I get incons...