8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is a small mistake in the SPI documentation in the example "Example: communication with a SPI device and an extra GPIO":
pyftdi/pyftdi/doc/api/spi.rst
Line 61 in 16398f3
Should instead say:
# Get GPIO port to manage extra pins, use A*BUS4 as GPO, A*BUS5 as GPI
Also the example would be clearer if it used parameter names for the set_direction call:
set_direction
Line 63 in 16398f3
Would become:
gpio.set_direction(pins=0b0011_0000, direction=0b0001_0000)
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
There is a small mistake in the SPI documentation in the example "Example: communication with a SPI device and an extra GPIO":
pyftdi/pyftdi/doc/api/spi.rst
Line 61 in 16398f3
Should instead say:
# Get GPIO port to manage extra pins, use A*BUS4 as GPO, A*BUS5 as GPI
Also the example would be clearer if it used parameter names for the
set_direction
call:pyftdi/pyftdi/doc/api/spi.rst
Line 63 in 16398f3
Would become:
The text was updated successfully, but these errors were encountered: