'document' hardware config variables

master
jan 7 years ago
parent 26db90a78b
commit b1fbbc74b2

@ -7,7 +7,10 @@ public class EuglenaApplet extends PApplet {
This applet draws the main window and menu This applet draws the main window and menu
*/ */
// Camera capture mode. See the comments in Camera.java for an explanation.
final int cameraMode = 8; final int cameraMode = 8;
// Which arduino to use.
final int whichArduino = 0; final int whichArduino = 0;
// Hardware // Hardware

Loading…
Cancel
Save