What interfaces do the finger print scanner and display have? How large is the output from the finger print scanner? Where is the image displayed by the touch display stored?
I have connected the pins of finger print sensor module to the hifive1 and i tried for uploading sample “enroll” program from examples from arduino ide .While compiling it shows errors like no file is found"avr/interrupt.h" as i downloaded and added adafruit_fingerprint.h and softwareserial.h zip files in the beginning itself.
so my question is should i create a new library for the module separately that should support with risc-v processors? is my question is right?since the ide is supporting only for avr processors.Kindly guide me