[FE training-materials-updates] The pull-up flag is to set a pull-up on the pin

Maxime Ripard maxime.ripard at free-electrons.com
Mon Feb 17 10:59:57 CET 2014


Repository : git://git.free-electrons.com/training-materials.git

On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=64463564b8107ac6418f6e455b1f9e656a195e14

>---------------------------------------------------------------

commit 64463564b8107ac6418f6e455b1f9e656a195e14
Author: Maxime Ripard <maxime.ripard at free-electrons.com>
Date:   Mon Feb 17 10:17:05 2014 +0100

    The pull-up flag is to set a pull-up on the pin
    
    Signed-off-by: Maxime Ripard <maxime.ripard at free-electrons.com>


>---------------------------------------------------------------

64463564b8107ac6418f6e455b1f9e656a195e14
 .../kernel-i2c-communication.tex                   |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/labs/kernel-i2c-communication/kernel-i2c-communication.tex b/labs/kernel-i2c-communication/kernel-i2c-communication.tex
index 6f564e6..398645f 100644
--- a/labs/kernel-i2c-communication/kernel-i2c-communication.tex
+++ b/labs/kernel-i2c-communication/kernel-i2c-communication.tex
@@ -121,7 +121,7 @@ to \code{i2c1}:
 \begin{itemize}
 \item \code{MUX_MODE2} corresponds to muxing mode 2, as explained in the
       datasheet.
-\item \code{PIN_INPUT_PULLUP} puts the pin in pull-down mode (remember
+\item \code{PIN_INPUT_PULLUP} puts the pin in pull-up mode (remember
       that our pins support both pull-up and pull-down). It seems to
       be needed for I2C bus operation.
 \end{itemize}



More information about the training-materials-updates mailing list