Реле Tianbo - ресурс 10 млн переключений

Datasheet MAX30102 (Maxim) - 16

ПроизводительMaxim
ОписаниеHigh-Sensitivity Pulse Oximeter and Heart-Rate Sensor for Wearable Health
Страниц / Страница32 / 16 — Pseudo-Code Example of Reading Data from FIFO
Формат / Размер файлаPDF / 917 Кб
Язык документаанглийский

Pseudo-Code Example of Reading Data from FIFO

Pseudo-Code Example of Reading Data from FIFO

27 предложений от 13 поставщиков
, DC DC Cntrlr Dual-OUT Sync Buck 4.5V to 60V 32Pin TQFP T/R
ЗУМ-СМД
Россия
MAX30102EFD+
Maxim
196 ₽
Lixinc Electronics
Весь мир
MAX30102EFD+T
Maxim
от 371 ₽
Maybo
Весь мир
MAX30102EFD+T
Maxim
1 038 ₽
Элитан
Россия
MAX30102EFD+
Analog Devices
1 132 ₽
Решения для систем охлаждения

Модельный ряд для этого даташита

Текстовая версия документа

MAX30102 High-Sensitivity Pulse Oximeter and Heart-Rate Sensor for Wearable Health
Pseudo-Code Example of Reading Data from FIFO
First transaction: Get the FIFO_WR_PTR: START; Send device address + write mode Send address of FIFO_WR_PTR; REPEATED_START; Send device address + read mode Read FIFO_WR_PTR; STOP; The central processor evaluates the number of samples to be read from the FIFO: NUM_AVAILABLE_SAMPLES = FIFO_WR_PTR – FIFO_RD_PTR (Note: pointer wrap around should be taken into account) NUM_SAMPLES_TO_READ = < less than or equal to NUM_AVAILABLE_SAMPLES > Second transaction: Read NUM_SAMPLES_TO_READ samples from the FIFO: START; Send device address + write mode Send address of FIFO_DATA; REPEATED_START; Send device address + read mode for (i = 0; i < NUM_SAMPLES_TO_READ; i++) { Read FIFO_DATA; Save LED1[23:16]; Read FIFO_DATA; Save LED1[15:8]; Read FIFO_DATA; Save LED1[7:0]; Read FIFO_DATA; Save LED2[23:16]; Read FIFO_DATA; Save LED2[15:8]; Read FIFO_DATA; Save LED2[7:0]; Read FIFO_DATA; } STOP; START; Send device address + write mode Send address of FIFO_RD_PTR; Write FIFO_RD_PTR; STOP; www.maximintegrated.com Maxim Integrated │ 16
ТМ Электроникс. Электронные компоненты и приборы. Скидки, кэшбэк и бесплатная доставка