Skip to content

Commit 5732903

Browse files
authored
Update src/data/examples/zh-Hans/10_Interaction/28_ArduinoSensor.js
1 parent a4a95e4 commit 5732903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data/examples/zh-Hans/10_Interaction/28_ArduinoSensor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ function handleData(data) {
2929
// data[0] 是第一个值, data[1] 是第二个, 以此类推.
3030

3131
// 绘制! 参考 http://p5js.org/reference/
32-
background("#ddd");
32+
background('#ddd');
3333
ellipse(100, 200, data[0] + 10, data[0] + 10);
3434
}

0 commit comments

Comments
 (0)