vsergeev / python-periphery

A pure Python 2/3 library for peripheral I/O (GPIO, LED, PWM, SPI, I2C, MMIO, Serial) in Linux.
MIT License
519 stars 139 forks source link

gpio doesn't unexport sys files #23

Closed iparaskev closed 5 years ago

iparaskev commented 5 years ago

After the close function the pins haven't been unexported from user space.

vsergeev commented 5 years ago

Unfortunately, unexporting the pin has side effects. See #11. I'd be happy to discuss further, if needed.