Skip to content

Commit

Permalink
updates to library files
Browse files Browse the repository at this point in the history
  • Loading branch information
ndroid committed Sep 29, 2023
1 parent e1f36eb commit 44464e9
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ Version 2.0

board Mega MKR Uno WiFi Zero Due MSP432
-------------------+-------------------------------------------------------
[Serial1 RX] | 19 13 0 0 19 3
[Serial1 TX] | 18 14 1 1 18 4
[Serial1 RX] | 19 13 0 0 19 3
[Serial1 TX] | 18 14 1 1 18 4

<br>

Expand Down
34 changes: 17 additions & 17 deletions keywords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,28 +8,28 @@
# Datatypes (KEYWORD1)
#######################################

HCBT KEYWORD1
HCBT KEYWORD1

#######################################
# Methods and Functions (KEYWORD2)
#######################################
commandMenu KEYWORD2
detectDevice KEYWORD2
getRole KEYWORD2
setRole KEYWORD2
getVersionString KEYWORD2
configUART KEYWORD2
setName KEYWORD2
setPin KEYWORD2
setCommandMode KEYWORD2
setDataMode KEYWORD2
setLocalBaud KEYWORD2
setLocalParity KEYWORD2
commandMenu KEYWORD2
detectDevice KEYWORD2
getRole KEYWORD2
setRole KEYWORD2
getVersionString KEYWORD2
configUART KEYWORD2
setName KEYWORD2
setPin KEYWORD2
setCommandMode KEYWORD2
setDataMode KEYWORD2
setLocalBaud KEYWORD2
setLocalParity KEYWORD2

#######################################
# Constants (LITERAL1)
#######################################
ROLE_UNKNOWN LITERAL1 Constants
ROLE_SECONDARY LITERAL1 Constants
ROLE_PRIMARY LITERAL1 Constants
ROLE_SECONDARY_LOOP LITERAL1 Constants
ROLE_UNKNOWN LITERAL1
ROLE_SECONDARY LITERAL1
ROLE_PRIMARY LITERAL1
ROLE_SECONDARY_LOOP LITERAL1
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name=HC0x_AT_Config
version=2.0.0
author=chris miller <miller4@rose-hulman.edu>
maintainer=chris miller <miller4@rose-hulman.edu>
sentence=Simple HC05/06 AT configuration program.
sentence=Simple HC05/06 Bluetooth module AT configuration program.
paragraph=Provides user menu for selecting configuration changes. Automatically identifies device (HC-05 or HC-06), firmware version, baud and parity settings. Requires 2nd UART (Serial1) defined.
category=Communication
url=https://github.com/ndroid/HC06_AT_CommandCenter
Expand Down

0 comments on commit 44464e9

Please sign in to comment.