Tasmota/lib/lib_div/Adafruit-Fingerprint-Sensor-Library-2.0.4-Tasmota/examples/blank/blank.ino
2020-11-11 12:35:41 +01:00

12 lines
278 B
C++

// this sketch will allow you to bypass the Atmega chip
// and connect the fingerprint sensor directly to the USB/Serial
// chip converter.
// Red connects to +5V
// Black connects to Ground
// White goes to Digital 0
// Green goes to Digital 1
void setup() {}
void loop() {}