This repository was archived by the owner on Feb 28, 2024. It is now read-only.
GPIO pins go high on startup #72
Labels
conclusion: resolved
Issue was resolved
topic: code
Related to content of the project itself
type: imperfection
Perceived defect in any part of project
Dear all
The GPIO pins seem to go high on startup when calling digital_programmables.init(). I have fixed it by setting the Pin to off before setting the pinMode.
Line 86 of ArduinoIOExpander.cpp looks now like this. Everything seems to work as intended
So far I have not observed any unwanted effects from this change
The text was updated successfully, but these errors were encountered: