Update processing_LA.pde

This commit is contained in:
aster94
2016-12-12 01:36:52 +01:00
committed by GitHub
parent 0a3206e9b6
commit b514046a15

View File

@@ -71,7 +71,7 @@ boolean isDraggable = false;
void setup () {
p = new Serial(this, "com3", 9600);
p = new Serial(this, "COM3", 9600); //choose you COM
p.bufferUntil('\n');
size(1000, 460);