Skip to content

Commit 973bdce

Browse files
committed
0.4.0 SHT85
1 parent 075a12a commit 973bdce

File tree

16 files changed

+679
-245
lines changed

16 files changed

+679
-245
lines changed

libraries/SHT85/.github/workflows/arduino-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
lint:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v2
9+
- uses: actions/checkout@v3
1010
- uses: arduino/arduino-lint-action@v1
1111
with:
1212
library-manager: update

libraries/SHT85/.github/workflows/arduino_test_runner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v3
1212
- uses: ruby/setup-ruby@v1
1313
with:
1414
ruby-version: 2.6

libraries/SHT85/.github/workflows/jsoncheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
test:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v3
1414
- name: json-syntax-check
1515
uses: limitusus/json-syntax-check@v1
1616
with:

libraries/SHT85/CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,25 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

88

9+
## [0.4.0] - 2022-12-14
10+
- redo asynchronous interface
11+
- add **uint32_t getLastRequest()** timestamp.
12+
- add offset functions for temperature and humidity.
13+
- update readme.md
14+
- move code from .h to .cpp
15+
- updated unit test
16+
- add examples
17+
- update keywords.txt
18+
- update GitHub actions
19+
- update license 2023
20+
- minor edits
21+
22+
----
23+
924
## [0.3.3] - 2022-11-24
1025
- Add RP2040 support to build-CI.
1126
- Add CHANGELOG.md
1227

13-
1428
## [0.3.2] - 2022-01-17
1529
- fix #8 add SHT_DEFAULT_ADDRESS + 2x begin()
1630

libraries/SHT85/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021-2022 Rob Tillaart
3+
Copyright (c) 2021-2023 Rob Tillaart
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)