Skip to content

Commit ef931a3

Browse files
committed
DRIVERS.md: remove outdated refs to IRQ_EVENT.
1 parent 7a29228 commit ef931a3

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

v3/docs/DRIVERS.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ Drivers are imported with:
4040
from primitives.switch import Switch
4141
from primitives.pushbutton import Pushbutton
4242
from primitives.aadc import AADC
43-
from primitives.irq_event import IRQ_EVENT
4443
```
4544
There is a test/demo program for the Switch and Pushbutton classes. On import
4645
this lists available tests. It assumes a Pyboard with a switch or pushbutton
@@ -55,12 +54,6 @@ is run as follows:
5554
from primitives.tests.adctest import test
5655
test()
5756
```
58-
The test for the `IRQ_EVENT` class requires a Pyboard with pins X1 and X2
59-
linked. It is run as follows:
60-
```python
61-
from primitives.tests.irq_event_test import test
62-
test()
63-
```
6457

6558
###### [Contents](./DRIVERS.md#1-contents)
6659

0 commit comments

Comments
 (0)