.. _module-pw_i2c: | |
------ | |
pw_i2c | |
------ | |
.. warning:: | |
This module is under construction, not ready for use, and the documentation | |
is incomplete. | |
pw_i2c contains interfaces and utility functions for using I2C. | |
Features | |
======== | |
pw::i2c::Initiator | |
------------------ | |
The common interface for initiating transactions with devices on an I2C bus. | |
Other documentation sources may call this style of interface an I2C "master", | |
"central" or "controller". |