10000 Updated print statement to help usage · codinghead/simple-neural-network@ba17f89 · GitHub
[go: up one dir, main page]

Skip to content

Commit ba17f89

Browse files
committed
Updated print statement to help usage
1 parent 31a4b09 commit ba17f89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trafficlight/findcamera/findcamera.pde

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ void keyPressed() {
4141
// correct camera for traffic line example
4242
if (key >= '0' && key <= '9') {
4343
cameraIndex = key - '0';
44-
println("Code for line 22:");
44+
println("Code for line 22 (computer_vision) and line 30 (tlight_detect):");
4545
String chosenCamera = " cam = new Capture(this, 640, 480,\""+Capture.list()[cameraIndex]+"\", 30);";
4646
println(chosenCamera);
4747
}

0 commit comments

Comments
 (0)
0