Hello people,
Im using idf in linux to program the esp32. i need to use internal pull up/down, i searched the guide and am confused with the parameters to use with gpio_set_pull_mode. Kindly explain how to use this function with parameters. i need pull down and im using pins 32,27,12,15
Thanks.
internal pull up/down
- ESP_krzychb
- Posts: 400
- Joined: Sat Oct 01, 2016 9:05 am
- Contact:
Re: internal pull up/down
Hello georgecarlo,
Have you tried:
Have you tried:
- gpio_set_pull_mode(32, GPIO_PULLDOWN_ONLY);
- gpio_set_pull_mode(27, GPIO_PULLDOWN_ONLY);
- ...
Who is online
Users browsing this forum: Bing [Bot], JK Sleepling and 62 guests