-
Notifications
You must be signed in to change notification settings - Fork 74
Example using ESP32 GPIO pins from CircuitPython #89
New issue
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
Conversation
This should be ready to roll, does not affect the library code. I'd welcome any review or test. |
@anecdata This PR is failing on pylint, could you edit to to pass and tag me when it passes? Thanks. This'll be a helpful example for people multi-tasking the ESP32. |
@brentru |
@anecdata We have a guide about running Black locally here: https://learn.adafruit.com/improve-your-code-with-pylint |
@brentru Passed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, thanks for adding documentation
Updating https://github.com/adafruit/Adafruit_CircuitPython_ESP32SPI to 3.3.2 from 3.3.1: > Merge pull request adafruit/Adafruit_CircuitPython_ESP32SPI#89 from anecdata/gpio Updating https://github.com/adafruit/Adafruit_CircuitPython_MiniMQTT to 2.2.0 from 2.1.2: > Merge pull request adafruit/Adafruit_CircuitPython_MiniMQTT#29 from jimbobbennett/master > Merge pull request adafruit/Adafruit_CircuitPython_MiniMQTT#30 from jimbobbennett/fix_broker
Example illustrating the
set_digital_write()
andset_analog_write()
functions (added to the Adafruit_CircuitPython_ESP32SPI library in conjunction with NINA firmware version 1.3.1), and theset_digital_read()
andset_analog_read()
functions (added to theAdafruit_CircuitPython_ESP32SPI
library in conjunction with NINA firmware version 1.5.0).