Skip to content

Commit

Permalink
Rename CONFIG register to CONFIG_1
Browse files Browse the repository at this point in the history
  • Loading branch information
beegee-tokyo committed Sep 24, 2022
1 parent d9aa858 commit e778c7b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "RAKwireless CAP1293 Touch Pad library",
"version": "1.0.2",
"version": "1.0.3",
"keywords": [
"touch",
"cap1293",
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=RAKwireless CAP1293 Touch Pad library
version=1.0.2
version=1.0.3
author=RAKWireless <rakwireless.com>
maintainer=RAKWireless <rakwireless.com>
sentence=RAKWireless library for the RAK14002 module with the CAP1293 sense IC
Expand Down
2 changes: 1 addition & 1 deletion src/CAP1293_Registers.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ enum CAP1293_Register
SENSOR_INPUT_2_DELTA_COUNT = 0X11,
SENSOR_INPUT_3_DELTA_COUNT = 0X12,
SENSITIVITY_CONTROL = 0x1F,
CONFIG = 0x20,
CONFIG_1 = 0x20,
SENSOR_INPUT_ENABLE = 0x21,
SENSOR_INPUT_CONFIG = 0x22,
SENSOR_INPUT_CONFIG_2 = 0x23,
Expand Down

0 comments on commit e778c7b

Please sign in to comment.