diff options
Diffstat (limited to 'source/timers.rst')
-rw-r--r-- | source/timers.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source/timers.rst b/source/timers.rst index e0e57cb..fe6ea4a 100644 --- a/source/timers.rst +++ b/source/timers.rst @@ -32,6 +32,8 @@ counter to reset to zero more frequently. Caveats ------- +.. _timers-pwm-conflicts: + **PWM Conflicts:** Because PWM functionality on a given pin depends on the configuration of the timer and channel, you must chose your channels carefully if you want to use both timer interrupts and PWM in @@ -196,6 +198,9 @@ from 1 to 4. Note that function call overhead means that the smallest increment rate is a couple microseconds. +.. _timers-attachinterrupt: +.. _timers-detachinterrupt: + ``Timer1.attachCompare1Interrupt(function)``/\ ``Timer1.detachCompare1Interrupt()`` This is how to attach or disable an interrupt handlers to timer |