Tasmota/lib/lib_div/Adafruit-Fingerprint-Sensor.../examples/blank/blank.ino

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() {}