Hardware Reference
In-Depth Information
Bridge.begin();
}
void
loop
()
{
counter++;
if
(counter>=
100
)
counter =
0
;
Bridge.put("counter", String(counter++));
delay(
1000
);
}
