Hello all,
im trying to figure how to make the MRL interpretate my finger sensores!
im using the latest stable version 1.0.1412, foam sensors.
Basically im wondering if there is any script i can be based on to implement on a script how to read the presure to stop a moovement or to activate a finction for a certain pressure etc!!
pls help :)
Hi ! if i try i will try
Hi ! if i try i will try something like this :
arduino.connect("COM1") # change this
readAnalogPin = 0 # change this publishPin", "python", "publishPin") analogReadPollingStart( readAnalogPin)
arduino.setSampleRate(9600) # change this
arduino.addListener("
arduino.
def publishPin(pin):
print pin.pin, pin.value
if (pin.value >= X):
print ("hello world")
thnaks will try that!! why
thnaks will try that!! why does it seem none is using the sensors :(