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

MMIO: self._fd as private field #64

Closed Livius90 closed 6 months ago

Livius90 commented 11 months ago

Change self._fd to private field in MMIO class.

Livius90 commented 10 months ago

@vsergeev Can you review and merge it?

vsergeev commented 10 months ago

I think we should just make this a commit in the PR that introduces the UIO class.