I would like to print a value read on the analog input(0-1023) as 0-10.00. I can map it to 0-1000: Serial.print(map(value,0,1023,0,1000),DEC).
確定! 回上一頁