User manual

www.sainsmart.com
Copyright © 2013 SainSmart All Rights Reserved
digitalWrite(ledPin, HIGH); //when the value of val is less than 512(2.5V), light up led lamp
}
else{
digitalWrite(ledPin, LOW);
}
}