forked from tjhoff/BR-M5
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Sitinut Waisara
committed
Jun 10, 2021
1 parent
acec2a6
commit e08c4b7
Showing
6 changed files
with
35 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
.pio | ||
.vscode | ||
.DS_Store | ||
video/ | ||
video/ | ||
.code-workspace |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
####################################### | ||
# Syntax Coloring Map For CANONBLEREM | ||
####################################### | ||
####################################### | ||
# Library (KEYWORD3) | ||
####################################### | ||
|
||
ESP32-Canon-BLE-Remote KEYWORD3 | ||
|
||
####################################### | ||
# Datatypes (KEYWORD1) | ||
####################################### | ||
|
||
CanonBLERemote KEYWORD1 | ||
|
||
####################################### | ||
# Methods and Functions (KEYWORD2) | ||
####################################### | ||
|
||
init KEYWORD2 | ||
pair KEYWORD2 | ||
isConnected KEYWORD2 | ||
|
||
trigger KEYWORD2 | ||
focus KEYWORD2 | ||
|
||
getPairedAddress KEYWORD2 | ||
getPairedAddressString KEYWORD2 |