periph: i2c: include note on address alignment.

This commit is contained in:
Bas Stottelaar 2017-10-31 20:50:42 +01:00
parent ba2e55bc93
commit 31c7e9e4c2

View File

@ -16,7 +16,7 @@
* simple as possible, to allow for easy implementation and maximal portability. * simple as possible, to allow for easy implementation and maximal portability.
* *
* @note The current version of this interface only supports the * @note The current version of this interface only supports the
* 7-bit addressing mode. * 7-bit addressing mode, right justified.
* *
* @note This interface is due for remodeling, hence API changes are to * @note This interface is due for remodeling, hence API changes are to
* be expected for upcoming releases. * be expected for upcoming releases.