SPI Software Pull-up
-
- Posts: 4
- Joined: Mon Aug 12, 2019 10:42 am
SPI Software Pull-up
Can we use SPI software pull-up in esp32?
Re: SPI Software Pull-up
Try:
instead of
I think I tried once and my initialisation hung. I was having a bad day though.
Anyway why would you need to? I am sure that GPIO_MODE_OUTPUT is push pull.
Code: Select all
gpioConfig.mode = GPIO_MODE_OUTPUT;
gpioConfig.pull_up_en = GPIO_PULLUP;
Code: Select all
gpioConfig.pull_up_en = GPIO_PULLUP_DISABLE;
Anyway why would you need to? I am sure that GPIO_MODE_OUTPUT is push pull.
& I also believe that IDF CAN should be fixed.
Who is online
Users browsing this forum: Baidu [Spider] and 119 guests