Update processing_LA.pde

This commit is contained in:
aster94
2017-06-29 17:58:43 +02:00
committed by GitHub
parent 1273c9c934
commit 58cc77618f

View File

@@ -10,7 +10,7 @@ Serial p;
//String LA_port = "/dev/ttyUSB0"; //linux Serial //String LA_port = "/dev/ttyUSB0"; //linux Serial
String LA_port = "COM10"; //windows String LA_port = "COM10"; //windows
final int baudrate = 115200; final int baudrate = 115200; //check if it is the same in arduino
//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
final boolean STM32 = false; final boolean STM32 = false;