Canon BLE work
This commit is contained in:
parent
e1bf69e622
commit
5f0da91659
|
@ -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