Skip to content

Commit d801952

Browse files
authored
Update 28_ArduinoSensor.js
1 parent b950a41 commit d801952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data/examples/en/10_Interaction/28_ArduinoSensor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ function handleData(data) {
3131

3232
// draw stuff! Browse http://p5js.org/reference/
3333
background('#ddd');
34-
ellipse(200, 200, data[0]+10, data[0]+10);
34+
ellipse(100, 200, data[0]+10, data[0]+10);
3535

3636
}

0 commit comments

Comments
 (0)