mirror of https://github.com/joan2937/pigpio
docs: fix simple typo, receieve -> receive
There is a small typo in pigpio.h, pigpio.py, pigpiod_if2.h. Should read `receive` rather than `receieve`.
This commit is contained in:
parent
cc17196c75
commit
cc1a95c37c
2
pigpio.h
2
pigpio.h
|
@ -3071,7 +3071,7 @@ pages 165-166 of the Broadcom peripherals document for full
|
|||
details.
|
||||
|
||||
SSSSS @ number of bytes successfully copied to transmit FIFO
|
||||
RRRRR @ number of bytes in receieve FIFO
|
||||
RRRRR @ number of bytes in receive FIFO
|
||||
TTTTT @ number of bytes in transmit FIFO
|
||||
RB @ receive busy
|
||||
TE @ transmit FIFO empty
|
||||
|
|
|
@ -3677,7 +3677,7 @@ class pi():
|
|||
details.
|
||||
|
||||
SSSSS @ number of bytes successfully copied to transmit FIFO
|
||||
RRRRR @ number of bytes in receieve FIFO
|
||||
RRRRR @ number of bytes in receive FIFO
|
||||
TTTTT @ number of bytes in transmit FIFO
|
||||
RB @ receive busy
|
||||
TE @ transmit FIFO empty
|
||||
|
|
|
@ -3612,7 +3612,7 @@ pages 165-166 of the Broadcom peripherals document for full
|
|||
details.
|
||||
|
||||
SSSSS @ number of bytes successfully copied to transmit FIFO
|
||||
RRRRR @ number of bytes in receieve FIFO
|
||||
RRRRR @ number of bytes in receive FIFO
|
||||
TTTTT @ number of bytes in transmit FIFO
|
||||
RB @ receive busy
|
||||
TE @ transmit FIFO empty
|
||||
|
|
Loading…
Reference in New Issue