Skip to content

Commit

Permalink
Fix interrupt table attribution
Browse files Browse the repository at this point in the history
Follow-up to #32
  • Loading branch information
dmadison authored Jan 4, 2025
1 parent 4fa4cad commit dd5fa82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ The Servo Input library uses external interrupts to keep track of servo position
| Due | all digital pins |
| 101 | 2, 5, 7, 8, 10, 11, 12, 13 |

*<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>*
*<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>*

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.

Expand Down

0 comments on commit dd5fa82

Please sign in to comment.