Skip to content

Commit 014ebce

Browse files
authored
Merge pull request #30 from arduino/mlx90614
Add driver for mlx90614
2 parents 2690737 + cd987c5 commit 014ebce

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

package-list.yaml

+9
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ packages:
77
docs: https://github.com/arduino/arduino-modulino-mpy/blob/main/docs/api.md
88
tags: ["sensors", "actuators"]
99
license: Mozilla Public License Version 2.0
10+
- name: micropython-mlx90614
11+
url: https://github.com/mcauser/micropython-mlx90614
12+
author: Mike Causer
13+
description: A MicroPython library for interfacing with a Melexis MLX90614 IR temperature sensor.
14+
tags: ["sensor", "temperature"]
15+
license: MIT License
16+
package_descriptor:
17+
urls:
18+
- [mlx90614.py, github:mcauser/micropython-mlx90614/mlx90614.py]
1019
- name: micropython-modbus
1120
url: https://github.com/brainelectronics/micropython-modbus
1221
author: brainelectronics

0 commit comments

Comments
 (0)