Skip to content
Snippets Groups Projects
Commit e236e402 authored by Dorababu A's avatar Dorababu A
Browse files

downLoadImage function from DFrobot

- Not working
- return zeros
parent 4a7bfa85
No related branches found
No related tags found
No related merge requests found
......@@ -36,8 +36,8 @@ void serialPrintFPdata() {
for (uint16_t i = 0; i < 25600; i++) {
// Serial.print(i);
// Serial.print('\t');
Serial.println(data[i]);
// Serial.print(" ");
Serial.print(data[i]);
Serial.print(" ");
delay(10);
}
// Serial.println();
......@@ -56,7 +56,7 @@ void read_image() {
/*blinkCount = */ 0);
// Serial.println("Please release your finger");
// Collect full images
fingerprint.getFingerImage(data);
fingerprint.downLoadImage(1, data);
delay(100);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment