'document' hardware config variables
This commit is contained in:
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…
x
Reference in New Issue
Block a user