Code migration from an Arduino library.
Posted: Sun Mar 07, 2021 11:10 pm
Hello fellow forum-ers.
I have stumbled upon a setback in my project and I am asking for some assistance.
In the past I had thought of a project that involved an Arduino and a fingerprint sensor, for which adafruit provided an basic sdk library, which I used in order to handle all of the functions of the sensor.
When I heard about the capabilities of esp32, I thought of migrating the project,removingg the Arduino from the picture and utilising esp32 as the controller of the sensor. Unfortunately, I have not found a library(header files and c files) that I could use in order to control the sensor.
Is there a way to migrate the code from the library that adafruit has released in to an freertos device?
I believe that such a project might bring unwanted complexity since the header files of the library utilise arduino.h files. I believe that these files do not exist in the compilation of esp-idf... Correct?
Is there anyway that I could avoid re-writing the library in order to replace all of the Apis used in the Arduino namespace?
I have stumbled upon a setback in my project and I am asking for some assistance.
In the past I had thought of a project that involved an Arduino and a fingerprint sensor, for which adafruit provided an basic sdk library, which I used in order to handle all of the functions of the sensor.
When I heard about the capabilities of esp32, I thought of migrating the project,removingg the Arduino from the picture and utilising esp32 as the controller of the sensor. Unfortunately, I have not found a library(header files and c files) that I could use in order to control the sensor.
Is there a way to migrate the code from the library that adafruit has released in to an freertos device?
I believe that such a project might bring unwanted complexity since the header files of the library utilise arduino.h files. I believe that these files do not exist in the compilation of esp-idf... Correct?
Is there anyway that I could avoid re-writing the library in order to replace all of the Apis used in the Arduino namespace?