Skip to content

Commit 6ffb2a3

Browse files
authored
Update README.md
1 parent 1b2d5ec commit 6ffb2a3

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

README.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,34 @@
11
# aht20_driver_stm32f446ret
22
driver for AHT20 temperature and humidity sensor
3+
4+
---
5+
6+
![GitHub Release](https://img.shields.io/github/v/release/git-user-cpp/aht20_driver_stm32f446ret?style=flat-square&logo=github)
7+
![GitHub Repo stars](https://img.shields.io/github/stars/git-user-cpp/aht20_driver_stm32f446ret?style=flat-square&logo=github)
8+
9+
![GitHub contributors](https://img.shields.io/github/contributors-anon/git-user-cpp/aht20_driver_stm32f446ret?style=flat-square&logo=github) ![GitHub last commit](https://img.shields.io/github/last-commit/git-user-cpp/aht20_driver_stm32f446ret?style=flat-square&logo=github)
10+
11+
![GitHub License](https://img.shields.io/github/license/git-user-cpp/aht20_driver_stm32f446ret?style=flat-square&logo=github)
12+
13+
---
14+
15+
## ⚠️ LICENSE ⚠️
16+
17+
aht20_driver_stm32f446ret
18+
driver for AHT20 temperature and humidity sensor
19+
Copyright (C) 2025 Andrew Kushyk
20+
21+
This program is free software: you can redistribute it and/or modify
22+
it under the terms of the GNU Affero General Public License as published
23+
by the Free Software Foundation, either version 3 of the License, or
24+
(at your option) any later version.
25+
26+
This program is distributed in the hope that it will be useful,
27+
but WITHOUT ANY WARRANTY; without even the implied warranty of
28+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
29+
GNU Affero General Public License for more details.
30+
31+
You should have received a copy of the GNU Affero General Public License
32+
along with this program. If not, see <https://www.gnu.org/licenses/>.
33+
34+
---

0 commit comments

Comments
 (0)