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:
@@ -6,9 +6,9 @@ Serial p;
|
|||||||
/*--------------------SETUP-------------------*/
|
/*--------------------SETUP-------------------*/
|
||||||
|
|
||||||
//uncomment the line where your arduino/STM32 is connected
|
//uncomment the line where your arduino/STM32 is connected
|
||||||
String LA_port = "/dev/ttyACM0"; //linux DFU
|
//String LA_port = "/dev/ttyACM0"; //linux DFU
|
||||||
//String LA_port = "/dev/ttyUSB0"; //linux Serial
|
//String LA_port = "/dev/ttyUSB0"; //linux Serial
|
||||||
//String LA_port = "COM9"; //windows, change the number with the real port where your arduino is connected
|
String LA_port = "COM9"; //windows, change the number with the real port where your arduino is connected
|
||||||
|
|
||||||
//change it to true if you are using a STM32 instead of arduino
|
//change it to true if you are using a STM32 instead of arduino
|
||||||
boolean STM32 = false;
|
boolean STM32 = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user