Does not constrain values to within the range, ... 255) */ void setup() {} void loop() { int val = analogRead(0); val = map(val, 0, 1023, 0, ...
確定! 回上一頁