mirror of https://github.com/arendst/Tasmota.git
12 lines
278 B
Arduino
12 lines
278 B
Arduino
|
// 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() {}
|