From 197e63216b01755510e51d0b7a922c1f5492fda9 Mon Sep 17 00:00:00 2001 From: yul Date: Tue, 30 Aug 2022 13:27:26 +0200 Subject: [PATCH] minor formatting change --- yu_scratch.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yu_scratch.md b/yu_scratch.md index ef7740f..d0a062c 100644 --- a/yu_scratch.md +++ b/yu_scratch.md @@ -18,8 +18,8 @@ Working on: Application 2 centre de mesures sensor oximeter 2. - Possibilité de forcer une acquisition. Ce forcement démarre le cycle de mesure. ### To-do list for being able to read measurements from the oximeter 2 -[] Implement an i2c library for lpc55s16 -[] Use the implemented i2c library to communication between lpc55s16 and Oximeter 2. +[x] Implement an i2c library for lpc55s16 +[ ] Use the implemented i2c library to communication between lpc55s16 and Oximeter 2. ## LPC55S16-EVK setup The I2C interface of the codec is routed to Flexcomm 4 of the LPC55Sxx, the same connection as used for the other I2C devices on the board. (from "LPCXpresso55S16 Development Boards User Manual")