forked from lucadentella/esp32_htu21d
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathidf_component.yml
30 lines (30 loc) · 1.01 KB
/
idf_component.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
## IDF Component Manager Manifest File
version: "1.0.0"
description: Driver for HTU21D temperature and humidity I2C sensor.
url: https://github.com/rob4226/esp32_htu21d
repository: https://github.com/rob4226/esp32_htu21d
maintainers: rob4226 <[email protected]>
documentation: https://github.com/rob4226/esp32_htu21d/blob/main/README.md
issues: https://github.com/rob4226/esp32_htu21d/issues
discussion: https://github.com/rob4226/esp32_htu21d/discussions
tags:
- htu21d
- temperature
- humidity
- i2c
- sensor
license: "MIT"
dependencies:
## Required IDF version
idf: ">=4.4"
# Put list of dependencies here
# For components maintained by Espressif:
# component: "~1.0.0"
# For 3rd party components:
# username/component: ">=1.0.0,<2.0.0"
# username2/component2:
# version: "~1.0.0"
# # For transient dependencies `public` flag can be set.
# # `public` flag doesn't have an effect dependencies of the `main` component.
# # All dependencies of `main` are public by default.
# public: true