Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/Patch SM/CV_Input/CV_Input.ino
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ void loop()
/** Update the control ins */
patch.ProcessAllControls();

/** Read from CV_1 */
/** Read from CV_5 */
int value = analogRead(PIN_PATCH_SM_CV_5);

/** Convert AnalogRead range to volts */
Expand All @@ -46,4 +46,4 @@ void loop()
/** Otherwise, turn the led off */
digitalWrite(LED_BUILTIN, LOW);
}
}
}