Skip to content

Commit 8f7c63d

Browse files
author
committed
Deployed e0f4f0b with MkDocs version: 1.6.1
1 parent e0f4f0b commit 8f7c63d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

BasicExercises/EncodeMotor/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1049,7 +1049,7 @@ <h2 id="introduction-and-background">Introduction and Background</h2>
10491049
</span><span id="__span-0-30"><a id="__codelineno-0-30" name="__codelineno-0-30" href="#__codelineno-0-30"></a><span class="p">}</span>
10501050
</span></code></pre></div>
10511051
See the following link for a fuller description of the attachInterrupt() function:
1052-
<p><debughl><a href="https://www.arduino.cc/reference/tr/language/functions/external-interrupts/attachinterrupt/" target="_blank">https://www.arduino.cc/reference/tr/language/functions/external-interrupts/attachinterrupt/</a></debughl></p>
1052+
<p><debughl><a href="https://docs.arduino.cc/language-reference/en/functions/external-interrupts/attachInterrupt/" target="_blank">https://docs.arduino.cc/language-reference/en/functions/external-interrupts/attachInterrupt/</a></debughl></p>
10531053
<p>We use the CHANGE option with the attachInterrupt() function to ensure that the interrupt is generated for both rising and falling transitions of the interrupt pins, A and B.</p>
10541054
<p>Note: the enc_count variable has been declared as “volatile”. This is required for variables that will be changed in an ISR, because the memory storage needs to be handled slightly differently for that usage of variables. See the following link for more details:</p>
10551055
<p><debughl><a href="https://www.arduino.cc/reference/en/language/variables/variable-scope-qualifiers/volatile/" target='"_Blank'>https://www.arduino.cc/reference/en/language/variables/variable-scope-qualifiers/volatile/</a></debughl></p>

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)