We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
7.1.0
Adafruit CircuitPython 7.1.0 on 2021-12-28; Adafruit QT Py RP2040 with rp2040 >>> import busio,board >>> spi = busio.SPI(board.SCK, board.MOSI, board.MISO) >>> spi.frequency >>> spi.try_lock() True >>> spi.configure(baudrate=250000) >>> spi.frequency 250000
as shown
No response
The constructor forgets to set self->real_frequency and self->target_frequency.
self->real_frequency
self->target_frequency
The text was updated successfully, but these errors were encountered:
dhalbert
Successfully merging a pull request may close this issue.
CircuitPython version
Code/REPL
Behavior
as shown
Description
No response
Additional information
The constructor forgets to set
self->real_frequency
andself->target_frequency
.The text was updated successfully, but these errors were encountered: