File tree Expand file tree Collapse file tree 4 files changed +40
-4
lines changed
src/components/i2c/drivers Expand file tree Collapse file tree 4 files changed +40
-4
lines changed Original file line number Diff line number Diff line change 1
1
/* !
2
2
* @file drvHdc302x.h
3
3
*
4
- * Device driver for an HDC302X Humidity and Temperature sensor.
4
+ * Device driver for the HDC302X humidity and temperature sensor.
5
+ *
6
+ * Adafruit invests time and resources providing this open source code,
7
+ * please support Adafruit and open-source hardware by purchasing
8
+ * products from Adafruit!
9
+ *
10
+ * Copyright (c) 2025 Tyeth Gundry for Adafruit Industries
11
+ *
12
+ * MIT license, all text here must be included in any redistribution.
13
+ *
5
14
*/
6
15
7
16
#ifndef DRV_HDC302X_H
Original file line number Diff line number Diff line change 1
1
/* !
2
2
* @file drvHts221.h
3
3
*
4
- * Device driver for an HTS221 Humidity and Temperature sensor.
4
+ * Device driver for the HTS221 Humidity and Temperature sensor.
5
+ *
6
+ * Adafruit invests time and resources providing this open source code,
7
+ * please support Adafruit and open-source hardware by purchasing
8
+ * products from Adafruit!
9
+ *
10
+ * Copyright (c) 2025 Tyeth Gundry for Adafruit Industries
11
+ *
12
+ * MIT license, all text here must be included in any redistribution.
13
+ *
5
14
*/
6
15
7
16
#ifndef DRV_HTS221_H
Original file line number Diff line number Diff line change 1
1
/* !
2
2
* @file drvHtu21d.h
3
3
*
4
- * Device driver for an HTU21D Humidity and Temperature sensor.
4
+ * Device driver for the HTU21D Humidity and Temperature sensor.
5
+ *
6
+ * Adafruit invests time and resources providing this open source code,
7
+ * please support Adafruit and open-source hardware by purchasing
8
+ * products from Adafruit!
9
+ *
10
+ * Copyright (c) 2025 Tyeth Gundry for Adafruit Industries
11
+ *
12
+ * MIT license, all text here must be included in any redistribution.
13
+ *
5
14
*/
6
15
7
16
#ifndef DRV_HTU21D_H
Original file line number Diff line number Diff line change 1
1
/* !
2
2
* @file drvHtu31d.h
3
3
*
4
- * Device driver for an HTU31D Humidity and Temperature sensor.
4
+ * Device driver for the HTU31D humidity and temperature sensor.
5
+ *
6
+ * Adafruit invests time and resources providing this open source code,
7
+ * please support Adafruit and open-source hardware by purchasing
8
+ * products from Adafruit!
9
+ *
10
+ * Copyright (c) 2025 Tyeth Gundry for Adafruit Industries
11
+ *
12
+ * MIT license, all text here must be included in any redistribution.
13
+ *
5
14
*/
6
15
7
16
#ifndef DRV_HTU31D_H
You can’t perform that action at this time.
0 commit comments