-
Notifications
You must be signed in to change notification settings - Fork 4
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
Hold GPIOs in relevant state until used #39
Comments
In otbiot designs:
|
Wemos D1 mini:
|
Therefore we can set the GPIOs per the otbiot designs. |
Note some of these will be overridden when a pin is used for a specific purpose. On otbiot boards this is:
|
Other things which (may) transpire to break this:
Don't want to break existing deployed GPIO based relay and nixie modules, so need to test for presence of any module. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
GPIOs are held up or down by pull-up/pull-down resistors by default. While some GPIOs do change during the boot phase and are controlled by the chip (or SDK) the others will just remain pulled up and down until we set them. We should by default leave the GPIOs in this state when we first set them so that we don't get quick switching - which is bad for example for the relay board.
The text was updated successfully, but these errors were encountered: