mirror of
https://github.com/aster94/logic-analyzer.git
synced 2026-05-01 15:10:43 +03:00
Update processing_LA.pde
This commit is contained in:
@@ -71,7 +71,7 @@ boolean isDraggable = false;
|
|||||||
|
|
||||||
|
|
||||||
void setup () {
|
void setup () {
|
||||||
p = new Serial(this, "COM3", 9600); //choose you COM
|
p = new Serial(this, "com3", 9600);
|
||||||
p.bufferUntil('\n');
|
p.bufferUntil('\n');
|
||||||
|
|
||||||
size(1000, 460);
|
size(1000, 460);
|
||||||
|
|||||||
Reference in New Issue
Block a user