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
Just ordered 2 of these modules. Couldn't find much by way of documentation.
Question:
What does this line do? GPIO.setmode(GPIO.BCM)
How do you work with the onboard I2c and UART ?
Many thanks!
The text was updated successfully, but these errors were encountered:
See the documentation for the RPi.GPIO python module. RPi.GPIO was the first Python module for GPIO access. See e.g. https://sourceforge.net/p/raspberry-gpio-python/wiki/Examples/
For details about i2c and uart see the Raspberry Pi OS documentation on raspberrypi.com
Sorry, something went wrong.
No branches or pull requests
Just ordered 2 of these modules. Couldn't find much by way of documentation.
Question:
What does this line do?
GPIO.setmode(GPIO.BCM)
How do you work with the onboard I2c and UART ?
Many thanks!
The text was updated successfully, but these errors were encountered: