Skip to content

Commit 21fcbee

Browse files
fix api bug and missing dependency
1 parent 2b2a21a commit 21fcbee

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

meta.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "A Viam module that returns sensor values from a capacitive touch sensor with the MPR121 chip.",
66
"models": [
77
{
8-
"api": "rdk:builtin:sensor",
8+
"api": "rdk:component:sensor",
99
"model": "michaellee1019:mpr121:mpr121"
1010
}
1111
],

requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
viam-sdk
22
pyinstaller
33
git+https://github.com/viam-labs/1liner
4+
RPi.GPIO
45
adafruit-circuitpython-mpr121

0 commit comments

Comments
 (0)