mirror of https://github.com/joan2937/pigpio
PR#415 fix simple type receieve -> receive
This commit is contained in:
parent
3140218f56
commit
258b034512
2
pigpio.h
2
pigpio.h
|
@ -3072,7 +3072,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
|
||||
|
|
|
@ -3613,7 +3613,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