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 11/* !
22 * @file drvHdc302x.h
33 *
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+ *
514 */
615
716#ifndef DRV_HDC302X_H
Original file line number Diff line number Diff line change 11/* !
22 * @file drvHts221.h
33 *
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+ *
514 */
615
716#ifndef DRV_HTS221_H
Original file line number Diff line number Diff line change 11/* !
22 * @file drvHtu21d.h
33 *
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+ *
514 */
615
716#ifndef DRV_HTU21D_H
Original file line number Diff line number Diff line change 11/* !
22 * @file drvHtu31d.h
33 *
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+ *
514 */
615
716#ifndef DRV_HTU31D_H
You can’t perform that action at this time.
0 commit comments