log day 1 perfecting format
This commit is contained in:
parent
ff671f4f80
commit
f7c3aaac2d
|
@ -9,13 +9,12 @@ L'objectif du jour: Découvrir le capteur oximètre 2 qui est une partie d'une L
|
||||||
### To-do list for being able to read measurements from the oximeter 2
|
### To-do list for being able to read measurements from the oximeter 2
|
||||||
[x] Familiariser avec la bibliothèque d'i2c "fsl_i2c.h".
|
[x] Familiariser avec la bibliothèque d'i2c "fsl_i2c.h".
|
||||||
|
|
||||||
[] Implémenter la communcation entre le LPC55S16 et l'oximètre 2 en utilisant cette bibliothèque.
|
[ ] Implémenter la communcation entre le LPC55S16 et l'oximètre 2 en utilisant cette bibliothèque.
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary style="font-size:14px"> CLICK ME IF YOU ARE CURIOUS </summary>
|
<summary style="font-size:14px"> CLICK ME IF YOU ARE CURIOUS </summary>
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
\```md
|
|
||||||
|
|
||||||
## LPC55S16-EVK setup
|
## 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")
|
> "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")
|
||||||
|
@ -39,6 +38,5 @@ Il n'a pas un who_am_i.
|
||||||
![Example_SpO2_Setup_File](./img/Example_SpO2_Setup_File.png)
|
![Example_SpO2_Setup_File](./img/Example_SpO2_Setup_File.png)
|
||||||
*Page 22 de 34 de "ADPD144RI(Rev.A)"*
|
*Page 22 de 34 de "ADPD144RI(Rev.A)"*
|
||||||
|
|
||||||
\```
|
|
||||||
|
|
||||||
</p></details>
|
</p></details>
|
Loading…
Reference in New Issue