Update processing_LA.pde

This commit is contained in:
aster94
2016-12-15 00:54:38 +01:00
committed by GitHub
parent ca7abf4ba9
commit 0b0e39153d

View File

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