more minor edits

This commit is contained in:
2025-06-14 14:19:26 -07:00
parent e11a783dd8
commit b733915232
2 changed files with 10 additions and 10 deletions

View File

@ -88,7 +88,7 @@ void loop() {
// Process change in state of inputs and outputs.
gravity.Process();
// NEW: Read CVs and call the main-loop-safe update function for each channel.
// Read CVs and call the update function for each channel.
int cv1 = gravity.cv1.Read();
int cv2 = gravity.cv2.Read();
for (int i = 0; i < OUTPUT_COUNT; i++) {