Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions package-list.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ packages:
docs: https://github.com/arduino/arduino-modulino-mpy/blob/main/docs/api.md
tags: ["sensors", "actuators"]
license: Mozilla Public License Version 2.0
- name: micropython-mlx90614
url: https://github.com/mcauser/micropython-mlx90614
author: Mike Causer
description: A MicroPython library for interfacing with a Melexis MLX90614 IR temperature sensor.
tags: ["sensor", "temperature"]
license: MIT License
package_descriptor:
urls:
- [mlx90614.py, github:mcauser/micropython-mlx90614/mlx90614.py]
- name: micropython-modbus
url: https://github.com/brainelectronics/micropython-modbus
author: brainelectronics
Expand Down
Loading