Skip to content

Commit

Permalink
Examples: CalibrateAnalogIO: improve comments in AudioProcessing.h
Browse files Browse the repository at this point in the history
  • Loading branch information
chipaudette authored Oct 2, 2024
1 parent 9a81763 commit b1dfb37
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/02-Utility/CalibrateAnalogIO/AudioProcessing.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
* | ----==------> audioSDWriter (Right) [end]
*
* sineWave (Mono source)
* | ------------> calcOutputLevel [end]
* | ------------> AudioOutputI2S(Left) [end]
* | ------------> AudioOutputI2S(Right) [end]
*
Expand Down Expand Up @@ -94,4 +93,4 @@ float setAmplitude(float amplitude) {
return myState.sine_amplitude;
}

#endif
#endif

0 comments on commit b1dfb37

Please sign in to comment.