Skip to content

Commit

Permalink
update library.json
Browse files Browse the repository at this point in the history
  • Loading branch information
RobTillaart committed May 27, 2020
1 parent 2ef6d01 commit 454f74d
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 9 deletions.
3 changes: 2 additions & 1 deletion AnalogKeypad.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// FILE: AnalogKeypad.cpp
// AUTHOR: Rob Tillaart
// VERSION: 0.1.3
// VERSION: 0.1.4
// DATE: 2019-01-31
// PURPOSE: Class for (Robotdyn) 4x4 and 4x3 analog keypad
//
Expand All @@ -10,6 +10,7 @@
// 0.1.1 2019-02-01 add pressed() event() last()
// 0.1.2 2019-02-01 refactored rawRead(), first stable version
// 0.1.3 2020-03-25 minor refactoring
// 0.1.4 2020-05-27 update library.json
//

#include "AnalogKeypad.h"
Expand Down
4 changes: 2 additions & 2 deletions AnalogKeypad.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
//
// FILE: AnalogKeypad.h
// AUTHOR: Rob Tillaart
// VERSION: 0.1.3
// VERSION: 0.1.4
// DATE: 2019-01-31
// PURPOSE: Class for (Robotdyn) 4x4 and 4x3 analog keypad
// URL: https://github.com/RobTillaart/AnalogKeypad
//

#include "Arduino.h"

#define ANALOGKEYPAD_LIB_VERSION "0.1.3"
#define ANALOGKEYPAD_LIB_VERSION "0.1.4"

#define NOKEY 0x00
#define PRESSED 0x80
Expand Down
Binary file added examples/.vs/slnx.sqlite
Binary file not shown.
Binary file added examples/.vs/slnx.sqlite-journal
Binary file not shown.
7 changes: 2 additions & 5 deletions library.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@
"type": "git",
"url": "https://github.com/RobTillaart/AnalogKeypad"
},
"version":"0.1.3",
"version":"0.1.4",
"frameworks": "arduino",
"platforms": "*",
"export": {
"include": "AnalogKeypad"
}
"platforms": "*"
}
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=AnalogKeypad
version=0.1.3
version=0.1.4
author=Rob Tillaart <[email protected]>
maintainer=Rob Tillaart <[email protected]>
sentence=Arduino Library for (Robotdyn) 4x4 and 4x3 AnalogKeypad
Expand Down

0 comments on commit 454f74d

Please sign in to comment.