You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 5, 2022. It is now read-only.
After closed the GPIO pin, I can read and write this pin. It is different to description of GPIOPin.close function.
GPIOPin.close
void close();
Free up resources associated with the pin. The onchange function for this pin will no longer be called, and the object should not be used for reading and writing anymore.