Update processing_LA.pde

This commit is contained in:
aster94
2017-06-29 17:24:47 +02:00
committed by GitHub
parent 4d2134a422
commit 7798efbafa

View File

@@ -8,10 +8,10 @@ Serial p;
//uncomment the line where your arduino/STM32 is connected
String LA_port = "/dev/ttyACM0"; //linux DFU
//String LA_port = "/dev/ttyUSB0"; //linux Serial
//String LA_port = "COM9"; //windows
//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
boolean STM32 = true;
boolean STM32 = false;
/*------------------END SETUP-----------------*/
////////////////////////////////////////////////