Skip to content

Commit f6cb450

Browse files
committed
cleanup
1 parent 6616bc3 commit f6cb450

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/Example05_NavigationSPI/Example05_NavigationSPI.ino

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* of the sensor. This example uses the SPI interface to communicate with the sensor.
1313
*
1414
* Example Setup:
15-
* - Connect the SparkFun Qwiic FPC2534 Fingerprint sensor to your microcontroller using SPI.
15+
* - Connect the SparkFun Qwiic FPC2534 Fingerprint sensor to your microcontroller using SPI.
1616
* - Connect the RST pin on the sensor to a digital pin on your microcontroller. This is used by the
1717
* example to "reset the sensor" on startup.
1818
* - Connect the IRQ pin on the sensor to a digital pin on your microcontroller. The sensor triggers
@@ -232,11 +232,11 @@ void setup()
232232
Serial.begin(115200); // Set baud rate to 115200
233233
while (!Serial)
234234
{
235-
; // Wait for serial port to connect. Needed for native USB port only
235+
; // Wait for serial port to connect.
236236
}
237237
Serial.println();
238238
Serial.println("----------------------------------------------------------------");
239-
Serial.println(" SparkFun FPC2534 Navigation Example - I2C");
239+
Serial.println(" SparkFun FPC2534 Navigation Example - SPI");
240240
Serial.println("----------------------------------------------------------------");
241241
Serial.println();
242242

examples/Example06_EnrollSPI/Example06_EnrollSPI.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ void setup()
413413
}
414414
Serial.println();
415415
Serial.println("----------------------------------------------------------------");
416-
Serial.println(" SparkFun FPC2534 Fingerprint Enrollment Example");
416+
Serial.println(" SparkFun FPC2534 Fingerprint Enrollment Example - SPI");
417417
Serial.println("----------------------------------------------------------------");
418418
Serial.println();
419419

0 commit comments

Comments
 (0)