Blink with Function
by
Indigo
Clone & Edit
Download
Edit
Blink with Function.ino
1
2
int
led
=
9
;
int
times
=
5
;
//<- Change times to your liking
void
setup
(
)
{
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX