Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Sitinut Waisara committed Jun 10, 2021
1 parent acec2a6 commit e08c4b7
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 15 deletions.
Binary file modified .DS_Store
Binary file not shown.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.pio
.vscode
.DS_Store
video/
video/
.code-workspace
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ This library is adapted and inspired from [BR-M5](https://github.com/ArthurFDLR/
* Auto re-connect.

## Installation
- Platform IO Library Manager
- Arduino IDE Library Manager
- Manual installation by copying this repository to your `library` folder
1. Install [ArduinoNvs]() library, uses to store paring data to ESP32 NVS storage.
2. Install this library from the following way.
- Platform IO Library Manager
- Arduino IDE Library Manager
- Manual installation by copying this repository to your `library` folder

## Usage
I'm highly recommend you to checkout example code to see how to use it.
Expand Down
11 changes: 0 additions & 11 deletions device_characteristics.txt

This file was deleted.

File renamed without changes.
28 changes: 28 additions & 0 deletions keywords.txt
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

0 comments on commit e08c4b7

Please sign in to comment.