Skip to content

Commit dd5fa82

Browse files
authored
Fix interrupt table attribution
Follow-up to #32
1 parent 4fa4cad commit dd5fa82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The Servo Input library uses external interrupts to keep track of servo position
4545
| Due | all digital pins |
4646
| 101 | 2, 5, 7, 8, 10, 11, 12, 13 |
4747

48-
*<sup>[Original table from arduino.cc/reference, modified to show only CHANGE interrupts](https://docs.arduino.cc/language-reference/en/functions/external-interrupts/attachInterrupt/)</sup>*
48+
*<sup>[Original table from docs.arduino.cc, modified to show only CHANGE interrupts](https://docs.arduino.cc/language-reference/en/functions/external-interrupts/attachInterrupt/)</sup>*
4949

5050
Some third party boards such as the [Teensy 3.2](https://www.pjrc.com/store/teensy32.html) and the [ESP8266](https://en.wikipedia.org/wiki/ESP8266) support external interrupts on all pins. Be sure to check the documentation for your board before connecting your servos.
5151

0 commit comments

Comments
 (0)