From 905d3be5e73aa096921e1c344d9494c2c274da89 Mon Sep 17 00:00:00 2001 From: per1234 Date: Thu, 21 Feb 2019 22:01:54 -0800 Subject: [PATCH] Fix link to PitchFollower tutorial Previously, the link pointed to the ToneMelody tutorial, which already has a link on the tone reference page. --- Language/Functions/Advanced IO/tone.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Language/Functions/Advanced IO/tone.adoc b/Language/Functions/Advanced IO/tone.adoc index 562f8988c..c3f248f48 100644 --- a/Language/Functions/Advanced IO/tone.adoc +++ b/Language/Functions/Advanced IO/tone.adoc @@ -78,7 +78,7 @@ If you want to play different pitches on multiple pins, you need to call `noTone [role="example"] * #EXAMPLE# http://arduino.cc/en/Tutorial/Tone[Tone^] -* #EXAMPLE# http://arduino.cc/en/Tutorial/Tone[Pitch follower^] +* #EXAMPLE# http://arduino.cc/en/Tutorial/tonePitchFollower[Pitch follower^] * #EXAMPLE# http://arduino.cc/en/Tutorial/Tone3[Simple Keyboard^] * #EXAMPLE# http://arduino.cc/en/Tutorial/Tone4[multiple tones^] * #EXAMPLE# http://arduino.cc/en/Tutorial/PWM[PWM^]