File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments