holaarduino.c
setup
(
)
{
pinMode
(
13
,
OUTPUT
)
;
}
loop
(
)
{
toogle
(
13
)
;
delay
(
2000
)
;
}