In my program, I get conflict between
1...\esp\esp-idf\components\driver\include\driver\gpio.h
2...\esp\esp-idf\components\esp32\include\rom\gpio.h
gpio_set_direction - described in 1
gpio_matrix_in - described in 2
gpio_pad_select_gpio - described in 2
two of the same header with different content do not work together. Where's my error I don't understand?
gpio.h conflict
Re: gpio.h conflict
inside
1...\esp\esp-idf\components\driver\include\driver\gpio.h
we have
#include "rom/gpio.h" to
2...\esp\esp-idf\components\esp32\include\rom\gpio.h
1...\esp\esp-idf\components\driver\include\driver\gpio.h
we have
#include "rom/gpio.h" to
2...\esp\esp-idf\components\esp32\include\rom\gpio.h
Re: gpio.h conflict
I've been sitting here all day, Eclipse is annoying. Helped "project" > "C/C++ indexes" > rebuild
Who is online
Users browsing this forum: Bing [Bot], Gilbert, Google [Bot] and 129 guests