'document' hardware config variables
This commit is contained in:
parent
26db90a78b
commit
b1fbbc74b2
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue