canon_ble #82
|
@ -15,7 +15,7 @@ bool ledState;
|
||||||
|
|
||||||
String name_remote = "mcopy";
|
String name_remote = "mcopy";
|
||||||
CanonBLERemote canon_ble(name_remote);
|
CanonBLERemote canon_ble(name_remote);
|
||||||
TickTwo blinker(blink, 500);
|
TickTwo blinker(blink, 500, 0, MILLIS);
|
||||||
|
|
||||||
void blink(){
|
void blink(){
|
||||||
digitalWrite(LED, ledState);
|
digitalWrite(LED, ledState);
|
||||||
|
|
Loading…
Reference in New Issue