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:
Tim Gates 2020-12-11 07:12:32 +11:00
parent cc17196c75
commit cc1a95c37c
No known key found for this signature in database
GPG Key ID: AE3BE0D53823CF05
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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