Arduino version of Stanford Parkinson’s gloves developed by Peter Tass
Arduino version of Stanford Parkinson’s gloves developed by Peter Tass This code is an Arduino program that randomly flashes motors connected to digital pins 2 to 9. First, constants are defined for each of the digital pins to which the motors are connected. There is a function called «estaenvector» that takes a value and a vector as arguments and returns true if the value is found in the vector and false otherwise. This function is used later to ensure that the random values assigned to the motors are unique. There…read more