Skip to content

Commit 638234c

Browse files
committed
Update reference.md
1 parent ff743e0 commit 638234c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/micropython/01.basics/08.reference/reference.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ For example:
7373
- [randomSeed()](#randomseed)
7474
- [External Interrupts](#external-interrupts)
7575
- [attachInterrupt()](#attachinterrupt)
76+
- [Attaches an interrupt to a pin with specified mode.](#attaches-an-interrupt-to-a-pin-with-specified-mode)
7677
- [detachInterrupt()](#detachinterrupt)
7778
- [digitalPinToInterrupt()](#digitalpintointerrupt)
7879
- [Interrupts](#interrupts)
@@ -850,6 +851,7 @@ print(random_number)
850851
`interrupt_pin.irq(trigger=mode, handler=function)`
851852

852853
Attaches an interrupt to a pin with specified mode.
854+
-
853855

854856
```python
855857
from machine import Pin

0 commit comments

Comments
 (0)