Skip to content

Commit 5a6f369

Browse files
authoredJan 7, 2025··
Merge pull request #31 from arduino/new-drivers
Add drivers for ADCs, IO expander and cap touch
2 parents 3a3a315 + c2163cd commit 5a6f369

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
 

‎package-list.yaml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,32 @@ 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-mpr121
11+
url: https://github.com/mcauser/micropython-mpr121
12+
author: Mike Causer
13+
description: MicroPython driver for MPR121 capacitive touch keypads and breakout boards.
14+
tags: ["sensor", "touch"]
15+
license: MIT License
16+
package_descriptor:
17+
urls:
18+
- [mpr121.py, github:mcauser/micropython-mpr121/mpr121.py]
19+
- name: ads1x15
20+
url: https://github.com/robert-hh/ads1x15
21+
author: Robert Hammelrath
22+
description: MicroPython driver for the ADS1x15 ADCs
23+
tags: ["ADC"]
24+
package_descriptor:
25+
urls:
26+
- [ads1x15.py, github:robert-hh/ads1x15/ads1x15.py]
27+
- name: micropython-mcp23017
28+
url: https://github.com/mcauser/micropython-mcp23017
29+
author: Mike Causer
30+
description: A MicroPython library for the MCP23017 16-bit I/O Expander with I2C Interface.
31+
tags: ["I/O", "expander"]
32+
license: MIT License
33+
package_descriptor:
34+
urls:
35+
- [mcp23017.py, github:mcauser/micropython-mcp23017/mcp23017.py]
1036
- name: micropython-mlx90614
1137
url: https://github.com/mcauser/micropython-mlx90614
1238
author: Mike Causer

0 commit comments

Comments
 (0)
Please sign in to comment.