Tuesday, 13 May 2014

Mapping softpot sliders (Values 0-100) #solution 2

// potentiometer gives values up to 1023
  // we need values not bigger than 127
  int analogValue = analogRead(A0)/8;
 
 
 

No comments:

Post a Comment