- This topic has 1 reply, 1 voice, and was last updated 4 years, 3 months ago by .
Viewing 1 reply thread
Viewing 1 reply thread
- You must be logged in to reply to this topic.
Home › Forums › The libraries hosted on the site › PCF8574 i2c digital I/O expander › PCF8574-Lib in an ESP-IDF Environment
Tagged: ESP-IDF
Hello everyone,
I am trying to compile the PCF8574 library under vscode with the ESP-IDF. Unfortunately I seem to be missing Arduino components.
I get the error message
In file included from ../main/hello_world_main.cpp:15:
../main/PCF8574.h:38:10: fatal error: Wire.h: No such file or directory
#include “Wire.h”
Yours
Arne
Hi Arne,
I think my library is not suitable for idf, only in the Arduino environment.
I don’t know if it can be ported on idf in a simply way.
Bye Renzo
More