This repository was archived by the owner on Aug 5, 2022. It is now read-only.
This repository was archived by the owner on Aug 5, 2022. It is now read-only.
[GPIOPins] Fail to close GPIOPins #311
Closed
Description
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.