[bootlin/training-materials updates] master: yocto-extend-recipe: clear up SDA/DATA and SCL/CLK (16f5d2e9)

Alexandre Belloni alexandre.belloni at bootlin.com
Wed Jun 7 23:13:00 CEST 2023


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/16f5d2e9b39f9e4eece45905d6a5cafdd4446f11

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

commit 16f5d2e9b39f9e4eece45905d6a5cafdd4446f11
Author: Alexandre Belloni <alexandre.belloni at bootlin.com>
Date:   Wed Jun 7 23:13:00 2023 +0200

    yocto-extend-recipe: clear up SDA/DATA and SCL/CLK
    
    Signed-off-by: Alexandre Belloni <alexandre.belloni at bootlin.com>


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

16f5d2e9b39f9e4eece45905d6a5cafdd4446f11
 labs/yocto-extend-recipe/yocto-extend-recipe.tex | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/labs/yocto-extend-recipe/yocto-extend-recipe.tex b/labs/yocto-extend-recipe/yocto-extend-recipe.tex
index 2f5bd2ab..90c25c9d 100644
--- a/labs/yocto-extend-recipe/yocto-extend-recipe.tex
+++ b/labs/yocto-extend-recipe/yocto-extend-recipe.tex
@@ -94,8 +94,8 @@ Connect the Nunchuk pins:
 \begin{itemize}
 \item The \code{GND} pin to CN16 pin 6 (\code{GND})
 \item The \code{PWR} pin to CN16 pin 4 (\code{3V3})
-\item The \code{DATA} pin to CN13 pin 9 (\code{D14})
-\item The \code{CLK} pin to CN13 pin 10 (\code{D15})
+\item The \code{SDA} pin to CN13 pin 9 (\code{D14}, \code{DATA})
+\item The \code{SCL} pin to CN13 pin 10 (\code{D15}, \code{CLK})
 \end{itemize}
 
 \begin{center}
@@ -106,8 +106,8 @@ Connect the Nunchuk pins:
 \begin{itemize}
 \item The \code{GND} pin to P9 pins 1 or 2 (\code{GND})
 \item The \code{PWR} pin to P9 pins 3 or 4 (\code{DC_3.3V})
-\item The \code{CLK} pin to P9 pin 17 (\code{I2C1_SCL})
-\item The \code{DATA} pin to P9 pin 18 (\code{I2C1_SDA})
+\item The \code{SCL} pin to P9 pin 17 (\code{I2C1_SCL})
+\item The \code{SDA} pin to P9 pin 18 (\code{I2C1_SDA})
 \end{itemize}
 
 \begin{center}




More information about the training-materials-updates mailing list