docs/library/machine.Signal.rst: Correct typo: usecases to use cases.
This commit is contained in:
parent
23f9439f44
commit
cf6845b1cf
@ -55,7 +55,7 @@ Following is the guide when Signal vs Pin should be used:
|
|||||||
* Use Pin: If you implement a higher-level protocol or bus to communicate
|
* Use Pin: If you implement a higher-level protocol or bus to communicate
|
||||||
with more complex devices.
|
with more complex devices.
|
||||||
|
|
||||||
The split between Pin and Signal come from the usecases above and the
|
The split between Pin and Signal come from the use cases above and the
|
||||||
architecture of MicroPython: Pin offers the lowest overhead, which may
|
architecture of MicroPython: Pin offers the lowest overhead, which may
|
||||||
be important when bit-banging protocols. But Signal adds additional
|
be important when bit-banging protocols. But Signal adds additional
|
||||||
flexibility on top of Pin, at the cost of minor overhead (much smaller
|
flexibility on top of Pin, at the cost of minor overhead (much smaller
|
||||||
|
Loading…
Reference in New Issue
Block a user