From 81ccc606f118d2ee4c0ef7dc1fef9bf641a6576a Mon Sep 17 00:00:00 2001 From: amu Date: Tue, 13 Aug 2024 20:25:22 +0900 Subject: [PATCH] Edit code comment --- examples/Patch SM/CV_Input/CV_Input.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/Patch SM/CV_Input/CV_Input.ino b/examples/Patch SM/CV_Input/CV_Input.ino index b0e5c53..b7300a1 100644 --- a/examples/Patch SM/CV_Input/CV_Input.ino +++ b/examples/Patch SM/CV_Input/CV_Input.ino @@ -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 */ @@ -46,4 +46,4 @@ void loop() /** Otherwise, turn the led off */ digitalWrite(LED_BUILTIN, LOW); } -} \ No newline at end of file +}