Hi,
For the error, post it here. Which board do you use?
For display, I would go for last 2 digits there, i.e. 26, you would anyways avoid dropping below 10 V.
Something like
if (v>10){
vsend = (v-10)*10
}
Hi,
For the error, post it here. Which board do you use?
For display, I would go for last 2 digits there, i.e. 26, you would anyways avoid dropping below 10 V.
Something like
if (v>10){
vsend = (v-10)*10
}