From 31c7e9e4c24d12d79382026da42ba19d8ac934d8 Mon Sep 17 00:00:00 2001 From: Bas Stottelaar Date: Tue, 31 Oct 2017 20:50:42 +0100 Subject: [PATCH] periph: i2c: include note on address alignment. --- drivers/include/periph/i2c.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/include/periph/i2c.h b/drivers/include/periph/i2c.h index 582b107e6c..1d6f414b39 100644 --- a/drivers/include/periph/i2c.h +++ b/drivers/include/periph/i2c.h @@ -16,7 +16,7 @@ * simple as possible, to allow for easy implementation and maximal portability. * * @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 * be expected for upcoming releases.