File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,6 @@ Drivers are imported with:
40
40
from primitives.switch import Switch
41
41
from primitives.pushbutton import Pushbutton
42
42
from primitives.aadc import AADC
43
- from primitives.irq_event import IRQ_EVENT
44
43
```
45
44
There is a test/demo program for the Switch and Pushbutton classes. On import
46
45
this lists available tests. It assumes a Pyboard with a switch or pushbutton
@@ -55,12 +54,6 @@ is run as follows:
55
54
from primitives.tests.adctest import test
56
55
test()
57
56
```
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
- ```
64
57
65
58
###### [ Contents] ( ./DRIVERS.md#1-contents )
66
59
You can’t perform that action at this time.
0 commit comments