Controlling multiple output in a loop with fingerprint sensor

Hello.

i need some help right here..

i want to control two outputs with a fingerprint sensor. so it gonna be like this,

first scan turning on led 1, delay then off
next scan turning on led 2, delay then off

i want to to do that in a loop.

im using the fingerprint example in adafruit library.

anyone can show me the way?

sorry for my bad english btw

we usually don't write full code here - we help out those who give it a try...

what have you tried?

I suggest you forget first about the fingerprint sensor and use a plain button and do

first button press is turning on led 1, delay then off
next button press is turning on led 2, delay then off
and loop

once you get this going you'll have something to work from

J-M-L:
we usually don't write full code here - we help out those who give it a try...

what have you tried?

I suggest you forget first about the fingerprint sensor and use a plain button and do

first button press is turning on led 1, delay then off
next button press is turning on led 2, delay then off
and loop

once you get this going you'll have something to work from

thank for the suggestion. i already solved it btw hahaha

good - you should post your code in case anyone is interested