Newby. Arduino. Using an external library. Fingerprint reader
Posted: Thu Feb 27, 2025 2:29 pm
Hello
I'm new for arduino and flowchart.
I've done a few experiments using arduino IDE with C++ coding. Now I'd like to use flowchart coming from there.
I've been successful with some codes in flowchart, using keypads, buzzers, LCDs, etc.
Now I want to use a fingerprint reader (UART communication), which is not in the component library, and I don't know how to go on.
In c++ I'd simply import the library for the fingerprint reader (https://github.com/adafruit/Adafruit-Fi ... or-Library) and that's it, proceed to code.
But in flowchart it seems that's not the way. If I understand well, I'd need to create a new component myself. I could try that, but how can I know that it's going to work with the real fingerprint reader? I rather would like to use the existing library. I'd like to know if I can create the new component but use the existing library as basis for all its real functionality. Or there's another way??
Thank you
I'm new for arduino and flowchart.
I've done a few experiments using arduino IDE with C++ coding. Now I'd like to use flowchart coming from there.
I've been successful with some codes in flowchart, using keypads, buzzers, LCDs, etc.
Now I want to use a fingerprint reader (UART communication), which is not in the component library, and I don't know how to go on.
In c++ I'd simply import the library for the fingerprint reader (https://github.com/adafruit/Adafruit-Fi ... or-Library) and that's it, proceed to code.
But in flowchart it seems that's not the way. If I understand well, I'd need to create a new component myself. I could try that, but how can I know that it's going to work with the real fingerprint reader? I rather would like to use the existing library. I'd like to know if I can create the new component but use the existing library as basis for all its real functionality. Or there's another way??
Thank you