interfaceKit.getSensorValue python -
description: i'm trying voltage signal of rh sensor phidget 1018 board using statement interfacekit.getsensorvalue(), idle says "nameerror: name 'interfacekit' not defined". did install phidget22 library manually. thought reason don't have interfacekit module. call "from phidgets.devices.interfacekit import *" @ beginning of code, idle said "modulenotfounderror: no module named 'phidget22.devices.interfacekit'". however, can't find installable library of interfacekit. question is: going wrong direction? or there wrong library? please help. thank much!
Comments
Post a Comment