https://github.com/chmousset/python-regmap
A gateware-based I2C bus and device control library build on Migen
https://github.com/chmousset/python-regmap
Last synced: 3 months ago
JSON representation
A gateware-based I2C bus and device control library build on Migen
- Host: GitHub
- URL: https://github.com/chmousset/python-regmap
- Owner: chmousset
- License: other
- Created: 2023-06-21T17:01:54.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-04-12T14:44:09.000Z (about 1 year ago)
- Last Synced: 2025-04-12T15:44:24.097Z (about 1 year ago)
- Language: Python
- Size: 107 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Regmap
Similarly to Linux's counterpart, regmap simplifies the access to deivice registers over I2C busses.
Currently, this package only allows to write device registers, and simulate reads but the read result is not used. It is useful when simple I2C devices need initialization but adding a CPU and Software to do so is not desired.
In the future, regmap will enable to use the register read value and ACK status.
## Usage
See examples