log day 1 format

This commit is contained in:
yul 2022-08-30 01:27:50 +02:00
parent c98ccacc63
commit ff671f4f80
2 changed files with 15 additions and 1 deletions

View File

@ -11,6 +11,12 @@ L'objectif du jour: Découvrir le capteur oximètre 2 qui est une partie d'une L
[] Implémenter la communcation entre le LPC55S16 et l'oximètre 2 en utilisant cette bibliothèque.
<details>
<summary style="font-size:14px"> CLICK ME IF YOU ARE CURIOUS </summary>
<p>
\```md
## 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")
@ -31,4 +37,8 @@ Il n'a pas un who_am_i.
#### Les Registres Importants
![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>

View File

@ -25,3 +25,7 @@ ADPD144RI doesn't have a who_am_i.
The ADPD144RI samples bursts of synchronous pulses in two independent time slots, Time Slot A and Time Slot B, which occur sequentially within a sample period.
A burst accumulator sums the pulse energies into a 20-bit value. The number of pulses in each time slot is set in the top octet of Register 0x31 for Time Slot A and Register 0x36 for Time Slot B. Each time slot can contain 1 to 255 pulses.
#### Les Registres Importants
![Example_SpO2_Setup_File](./img/Example_SpO2_Setup_File.png)
*Page 22 de 34 de "ADPD144RI(Rev.A)"*