@@ -32,12 +32,12 @@ the `Responder` in this event.
32
32
4 . [ API] ( ./README.md#4-api )
33
33
4.1 [ Channel class] ( ./README.md#41-channel-class )
34
34
4.2 [ Initiator class] ( ./README.md#42-initiator-class )
35
- 4.2.1 [ Configuration] ( ./README.md#21 -configuration ) Fine-tuning the interface.
36
- 4.3 [ Responder class] ( ./README.md#431 -responder-class )
35
+ 4.2.1 [ Configuration] ( ./README.md#421 -configuration ) Fine-tuning the interface.
36
+ 4.3 [ Responder class] ( ./README.md#43 -responder-class )
37
37
5 . [ Limitations] ( ./README.md#5-limitations )
38
- 5.1 [ Blocking] ( ./TUTORIAL .md#51-blocking )
39
- 5.2 [ Buffering] ( ./TUTORIAL .md#52-buffering )
40
- 5.3 [ Responder crash detection] ( ./TUTORIAL .md#53-responder-crash-detection )
38
+ 5.1 [ Blocking] ( ./README .md#51-blocking )
39
+ 5.2 [ Buffering] ( ./README .md#52-buffering )
40
+ 5.3 [ Responder crash detection] ( ./README .md#53-responder-crash-detection )
41
41
42
42
# 1. Files
43
43
@@ -169,7 +169,7 @@ Constructor args:
169
169
170
170
The ` reset ` tuple consists of (` pin ` , ` level ` , ` time ` ). If provided, and the
171
171
` Responder ` times out, ` pin ` will be set to ` level ` for duration ` time ` ms. A
172
- Pyboard target with an active high reset might have:
172
+ Pyboard or ESP8266 target with an active low reset might have:
173
173
174
174
``` python
175
175
(machine.Pin(' X12' ), 0 , 200 )
@@ -188,7 +188,8 @@ Class variables:
188
188
Class variables should be set before instantiating ` Initiator ` or ` Responder ` .
189
189
See [ Section 4.4] ( ./README.md#44-configuration ) .
190
190
191
- Instance variables:
191
+ Instance variables:
192
+
192
193
The ` Initiator ` maintains instance variables which may be used to measure its
193
194
peformance. See [ Section 4.4] ( ./README.md#44-configuration ) .
194
195
0 commit comments