Skip to content

Commit a53ba77

Browse files
authored
Merge pull request #8 from EnviroDIY/develop
Add keywords.txt, bump version
2 parents ab9e997 + 87ec085 commit a53ba77

File tree

6 files changed

+45
-15
lines changed

6 files changed

+45
-15
lines changed

ChangeLog.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2020

2121
***
2222

23+
## [0.2.3]
24+
25+
### Added
26+
27+
- Added keywords.txt for Arduino IDE
28+
29+
***
30+
2331
## [0.2.2]
2432

2533
### Changed
@@ -32,10 +40,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3240

3341
- Added Doxygen documentation
3442

35-
### Removed
36-
37-
### Fixed
38-
3943
***
4044

4145
## [0.2.1]
@@ -44,12 +48,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4448

4549
- Renumbered model enumerations to avoid namespace conflicts
4650

47-
### Added
48-
49-
### Removed
50-
51-
### Fixed
52-
5351
***
5452

5553
## [0.2.0]
@@ -58,6 +56,8 @@ Initial release
5856

5957
***
6058

61-
[Unreleased]: https://github.com/EnviroDIY/KellerModbus/compare/v0.2.2...HEAD
59+
[Unreleased]: https://github.com/EnviroDIY/KellerModbus/compare/v0.2.3...HEAD
60+
[0.2.3]: https://github.com/EnviroDIY/YosemitechModbus/releases/tag/v0.2.3
61+
[0.2.2]: https://github.com/EnviroDIY/YosemitechModbus/releases/tag/v0.2.2
6262
[0.2.1]: https://github.com/EnviroDIY/YosemitechModbus/releases/tag/v0.2.1
6363
[0.2.0]: https://github.com/EnviroDIY/YosemitechModbus/releases/tag/v0.2.0

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.2
1+
0.2.3

docs/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ PROJECT_NAME = KellerModbus
4848
# could be handy for archiving the generated documentation or if some version
4949
# control system is used.
5050

51-
PROJECT_NUMBER = 0.2.2
51+
PROJECT_NUMBER = 0.2.3
5252

5353
# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454
# for a project that appears at the top of each page and should give viewer a

keywords.txt

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
#######################################
2+
# Syntax Coloring Map For the current project.
3+
# This file was generated by doxygen2keywords.xsl.
4+
#######################################
5+
6+
#######################################
7+
# Classes and structs (KEYWORD1)
8+
#######################################
9+
10+
keller KEYWORD1
11+
12+
#######################################
13+
# Methods (KEYWORD2)
14+
#######################################
15+
16+
begin KEYWORD2
17+
getSlaveID KEYWORD2
18+
getSerialNumber KEYWORD2
19+
getValues KEYWORD2
20+
getValueLastTempC KEYWORD2
21+
calcWaterDepthM KEYWORD2
22+
setDebugStream KEYWORD2
23+
stopDebugging KEYWORD2
24+
25+
#######################################
26+
# Constants (LITERAL1)
27+
#######################################
28+
29+
Acculevel_kellerModel LITERAL1
30+
Nanolevel_kellerModel LITERAL1

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "KellerModbus",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"keywords": "Keller, Modbus, communication, bus, sensor, water level, pressure",
55
"description": "Arduino library for communication with Keller pressure and water level sensors via Modbus.",
66
"repository": {

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=KellerModbus
2-
version=0.2.2
2+
version=0.2.3
33
author=Anthony Aufdenkampe <aaufdenkampe@limno.com>
44
maintainer=Anthony Aufdenkampe <aaufdenkampe@limno.com>
55
sentence=Arduino library for communication with Keller pressure and water level sensors via Modbus.

0 commit comments

Comments
 (0)