We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b2a21a commit 21fcbeeCopy full SHA for 21fcbee
meta.json
@@ -5,7 +5,7 @@
5
"description": "A Viam module that returns sensor values from a capacitive touch sensor with the MPR121 chip.",
6
"models": [
7
{
8
- "api": "rdk:builtin:sensor",
+ "api": "rdk:component:sensor",
9
"model": "michaellee1019:mpr121:mpr121"
10
}
11
],
requirements.txt
@@ -1,4 +1,5 @@
1
viam-sdk
2
pyinstaller
3
git+https://github.com/viam-labs/1liner
4
+RPi.GPIO
adafruit-circuitpython-mpr121
0 commit comments