and also the map function, would it look more like this the??
int analogVal = analogRead(Pin);
Voltage = map(analogVal,0,255,0,1000);
and also the map function, would it look more like this the??
int analogVal = analogRead(Pin);
Voltage = map(analogVal,0,255,0,1000);