在好例子网,分享、交流、成长!
您当前所在位置:首页C/C++ 开发实例常规C/C++编程 → MAX30102血氧浓度传感器

MAX30102血氧浓度传感器

常规C/C++编程

下载此实例
  • 开发语言:C/C++
  • 实例大小:4.88M
  • 下载次数:9
  • 浏览次数:70
  • 发布时间:2022-03-29
  • 实例类别:常规C/C++编程
  • 发 布 人:khtlzl
  • 文件格式:.zip
  • 所需积分:2
 相关标签: max30102 传感器 MAX AX MA

实例介绍

【实例简介】MAX30102血氧浓度传感器

【实例截图】

from clipboard

【核心代码】

.
├── YX70272-MAX30102血氧浓度传感器-190507
│   ├── MAX30102.pdf
│   ├── MH-ET LIVE max30102测试程序
│   │   ├── MH-ET LIVE MAX30102 STM32
│   │   │   └── STM32F103C8T6
│   │   │       ├── MAX30102_uvision5_stm32f103c8
│   │   │       │   └── MAX30102_uvision5_stm32f103c8
│   │   │       │       └── Nucleo_MAX30102
│   │   │       │           ├── BUILD
│   │   │       │           │   ├── ExtDll.iex
│   │   │       │           │   ├── Nucleo_MAX30102.axf
│   │   │       │           │   ├── Nucleo_MAX30102.build_log.htm
│   │   │       │           │   ├── Nucleo_MAX30102.hex
│   │   │       │           │   ├── Nucleo_MAX30102.htm
│   │   │       │           │   ├── Nucleo_MAX30102.lnp
│   │   │       │           │   ├── Nucleo_MAX30102.map
│   │   │       │           │   ├── Nucleo_MAX30102_Nucleo_MAX30102.dep
│   │   │       │           │   ├── algorithm.crf
│   │   │       │           │   ├── algorithm.d
│   │   │       │           │   ├── algorithm.o
│   │   │       │           │   ├── main.crf
│   │   │       │           │   ├── main.d
│   │   │       │           │   ├── main.o
│   │   │       │           │   ├── max30102.crf
│   │   │       │           │   ├── max30102.d
│   │   │       │           │   ├── max30102.o
│   │   │       │           │   ├── sysclockconf.crf
│   │   │       │           │   ├── sysclockconf.d
│   │   │       │           │   └── sysclockconf.o
│   │   │       │           ├── DebugConfig
│   │   │       │           │   ├── Nucleo_MAX30102_STM32F103C8_1.0.0.dbgconf
│   │   │       │           │   └── Nucleo_MAX30102_STM32F103RB_1.0.0.dbgconf
│   │   │       │           ├── EventRecorderStub.scvd
│   │   │       │           ├── GettingStarted.html
│   │   │       │           ├── JLinkLog.txt
│   │   │       │           ├── JLinkSettings.ini
│   │   │       │           ├── MAX30102
│   │   │       │           │   ├── MAX30102.cpp
│   │   │       │           │   └── MAX30102.h
│   │   │       │           ├── Nucleo_MAX30102.uvguix.anning
│   │   │       │           ├── Nucleo_MAX30102.uvoptx
│   │   │       │           ├── Nucleo_MAX30102.uvprojx
│   │   │       │           ├── algorithm
│   │   │       │           │   ├── algorithm.cpp
│   │   │       │           │   └── algorithm.h
│   │   │       │           ├── main.cpp
│   │   │       │           ├── mbed
│   │   │       │           │   ├── TARGET_NUCLEO_F103RB
│   │   │       │           │   │   ├── TARGET_STM
│   │   │       │           │   │   │   ├── PeripheralPins.h
│   │   │       │           │   │   │   ├── PinNamesTypes.h
│   │   │       │           │   │   │   ├── PortNames.h
│   │   │       │           │   │   │   ├── TARGET_STM32F1
│   │   │       │           │   │   │   │   ├── TARGET_NUCLEO_F103RB
│   │   │       │           │   │   │   │   │   ├── PeripheralNames.h
│   │   │       │           │   │   │   │   │   ├── PinNames.h
│   │   │       │           │   │   │   │   │   ├── device
│   │   │       │           │   │   │   │   │   │   ├── cmsis.h
│   │   │       │           │   │   │   │   │   │   ├── cmsis_nvic.h
│   │   │       │           │   │   │   │   │   │   ├── hal_tick.h
│   │   │       │           │   │   │   │   │   │   ├── stm32f103xb.h
│   │   │       │           │   │   │   │   │   │   ├── stm32f1xx.h
│   │   │       │           │   │   │   │   │   │   └── system_stm32f1xx.h
│   │   │       │           │   │   │   │   │   └── objects.h
│   │   │       │           │   │   │   │   ├── can_device.h
│   │   │       │           │   │   │   │   ├── common_objects.h
│   │   │       │           │   │   │   │   ├── device
│   │   │       │           │   │   │   │   │   ├── stm32_assert_template.h
│   │   │       │           │   │   │   │   │   ├── stm32_hal_legacy.h
│   │   │       │           │   │   │   │   │   ├── stm32f1xx_hal.h
│   │   │       │           │   │   │   │   │   ├── stm32f1xx_hal_adc.h
│   │   │       │           │   │   │   │   │   ├── stm32f1xx_hal_adc_ex.h
│   │   │       │           │   │   │   │   │   ├── stm32f1xx_hal_can.h
│   │   │       │           │   │   │   │   │   ├── stm32f1xx_hal_can_ex.h
│   │   │       │           │   │   │   │   │   ├── stm32f1xx_hal_cec.h
│   │   │       │           │   │   │   │   │   ├── stm32f1xx_hal_conf.h
│   │   │       │           │   │   │   │   │   ├── stm32f1xx_hal_cortex.h
│   │   │       │           │   │   │   │   │   ├── stm32f1xx_hal_crc.h
│   │   │       │           │   │   │   │   │   ├── stm32f1xx_hal_dac.h
│   │   │       │           │   │   │   │   │   ├── stm32f1xx_hal_dac_ex.h
│   │   │       │           │   │   │   │   │   ├── stm32f1xx_hal_def.h
│   │   │       │           │   │   │   │   │   ├── stm32f1xx_hal_dma.h
│   │   │       │           │   │   │   │   │   ├── stm32f1xx_hal_dma_ex.h
│   │   │       │           │   │   │   │   │   ├── stm32f1xx_hal_eth.h
│   │   │       │           │   │   │   │   │   ├── stm32f1xx_hal_flash.h
│   │   │       │           │   │   │   │   │   ├── stm32f1xx_hal_flash_ex.h
│   │   │       │           │   │   │   │   │   ├── stm32f1xx_hal_gpio.h
│   │   │       │           │   │   │   │   │   ├── stm32f1xx_hal_gpio_ex.h
│   │   │       │           │   │   │   │   │   ├── stm32f1xx_hal_hcd.h
│   │   │       │           │   │   │   │   │   ├── stm32f1xx_hal_i2c.h
│   │   │       │           │   │   │   │   │   ├── stm32f1xx_hal_i2s.h
│   │   │       │           │   │   │   │   │   ├── stm32f1xx_hal_irda.h
│   │   │       │           │   │   │   │   │   ├── stm32f1xx_hal_iwdg.h
│   │   │       │           │   │   │   │   │   ├── stm32f1xx_hal_mmc.h
│   │   │       │           │   │   │   │   │   ├── stm32f1xx_hal_nand.h
│   │   │       │           │   │   │   │   │   ├── stm32f1xx_hal_nor.h
│   │   │       │           │   │   │   │   │   ├── stm32f1xx_hal_pccard.h
│   │   │       │           │   │   │   │   │   ├── stm32f1xx_hal_pcd.h
│   │   │       │           │   │   │   │   │   ├── stm32f1xx_hal_pcd_ex.h
│   │   │       │           │   │   │   │   │   ├── stm32f1xx_hal_pwr.h
│   │   │       │           │   │   │   │   │   ├── stm32f1xx_hal_rcc.h
│   │   │       │           │   │   │   │   │   ├── stm32f1xx_hal_rcc_ex.h
│   │   │       │           │   │   │   │   │   ├── stm32f1xx_hal_rtc.h
│   │   │       │           │   │   │   │   │   ├── stm32f1xx_hal_rtc_ex.h
│   │   │       │           │   │   │   │   │   ├── stm32f1xx_hal_sd.h
│   │   │       │           │   │   │   │   │   ├── stm32f1xx_hal_smartcard.h
│   │   │       │           │   │   │   │   │   ├── stm32f1xx_hal_spi.h
│   │   │       │           │   │   │   │   │   ├── stm32f1xx_hal_sram.h
│   │   │       │           │   │   │   │   │   ├── stm32f1xx_hal_tim.h
│   │   │       │           │   │   │   │   │   ├── stm32f1xx_hal_tim_ex.h
│   │   │       │           │   │   │   │   │   ├── stm32f1xx_hal_uart.h
│   │   │       │           │   │   │   │   │   ├── stm32f1xx_hal_usart.h
│   │   │       │           │   │   │   │   │   ├── stm32f1xx_hal_wwdg.h
│   │   │       │           │   │   │   │   │   ├── stm32f1xx_ll_adc.h
│   │   │       │           │   │   │   │   │   ├── stm32f1xx_ll_bus.h
│   │   │       │           │   │   │   │   │   ├── stm32f1xx_ll_cortex.h
│   │   │       │           │   │   │   │   │   ├── stm32f1xx_ll_crc.h
│   │   │       │           │   │   │   │   │   ├── stm32f1xx_ll_dac.h
│   │   │       │           │   │   │   │   │   ├── stm32f1xx_ll_dma.h
│   │   │       │           │   │   │   │   │   ├── stm32f1xx_ll_exti.h
│   │   │       │           │   │   │   │   │   ├── stm32f1xx_ll_fsmc.h
│   │   │       │           │   │   │   │   │   ├── stm32f1xx_ll_gpio.h
│   │   │       │           │   │   │   │   │   ├── stm32f1xx_ll_i2c.h
│   │   │       │           │   │   │   │   │   ├── stm32f1xx_ll_iwdg.h
│   │   │       │           │   │   │   │   │   ├── stm32f1xx_ll_pwr.h
│   │   │       │           │   │   │   │   │   ├── stm32f1xx_ll_rcc.h
│   │   │       │           │   │   │   │   │   ├── stm32f1xx_ll_rtc.h
│   │   │       │           │   │   │   │   │   ├── stm32f1xx_ll_sdmmc.h
│   │   │       │           │   │   │   │   │   ├── stm32f1xx_ll_spi.h
│   │   │       │           │   │   │   │   │   ├── stm32f1xx_ll_system.h
│   │   │       │           │   │   │   │   │   ├── stm32f1xx_ll_tim.h
│   │   │       │           │   │   │   │   │   ├── stm32f1xx_ll_usart.h
│   │   │       │           │   │   │   │   │   ├── stm32f1xx_ll_usb.h
│   │   │       │           │   │   │   │   │   ├── stm32f1xx_ll_utils.h
│   │   │       │           │   │   │   │   │   └── stm32f1xx_ll_wwdg.h
│   │   │       │           │   │   │   │   ├── device.h
│   │   │       │           │   │   │   │   ├── gpio_irq_device.h
│   │   │       │           │   │   │   │   ├── i2c_device.h
│   │   │       │           │   │   │   │   ├── pin_device.h
│   │   │       │           │   │   │   │   ├── pwmout_device.h
│   │   │       │           │   │   │   │   └── spi_device.h
│   │   │       │           │   │   │   ├── gpio_object.h
│   │   │       │           │   │   │   ├── mbed_rtx.h
│   │   │       │           │   │   │   ├── nvic_addr.h
│   │   │       │           │   │   │   ├── rtc_api_hal.h
│   │   │       │           │   │   │   ├── serial_api_hal.h
│   │   │       │           │   │   │   └── stm32_assert.h
│   │   │       │           │   │   ├── TOOLCHAIN_ARM_STD
│   │   │       │           │   │   │   ├── PeripheralPins.o
│   │   │       │           │   │   │   ├── analogin_api.o
│   │   │       │           │   │   │   ├── analogout_api.o
│   │   │       │           │   │   │   ├── can_api.o
│   │   │       │           │   │   │   ├── gpio_api.o
│   │   │       │           │   │   │   ├── gpio_irq_api.o
│   │   │       │           │   │   │   ├── gpio_irq_device.o
│   │   │       │           │   │   │   ├── hal_tick_16b.o
│   │   │       │           │   │   │   ├── hal_tick_32b.o
│   │   │       │           │   │   │   ├── i2c_api.o
│   │   │       │           │   │   │   ├── lp_ticker.o
│   │   │       │           │   │   │   ├── mbed.ar
│   │   │       │           │   │   │   ├── mbed_board.o
│   │   │       │           │   │   │   ├── mbed_overrides.o
│   │   │       │           │   │   │   ├── mbed_retarget.o
│   │   │       │           │   │   │   ├── mbed_sdk_boot.o
│   │   │       │           │   │   │   ├── pinmap.o
│   │   │       │           │   │   │   ├── port_api.o
│   │   │       │           │   │   │   ├── pwmout_api.o
│   │   │       │           │   │   │   ├── pwmout_device.o
│   │   │       │           │   │   │   ├── rtc_api.o
│   │   │       │           │   │   │   ├── serial_api.o
│   │   │       │           │   │   │   ├── serial_device.o
│   │   │       │           │   │   │   ├── sleep.o
│   │   │       │           │   │   │   ├── spi_api.o
│   │   │       │           │   │   │   ├── startup_stm32f103xb.o
│   │   │       │           │   │   │   ├── stm32f103xb.sct
│   │   │       │           │   │   │   ├── stm32f1xx_hal.o
│   │   │       │           │   │   │   ├── stm32f1xx_hal_adc.o
│   │   │       │           │   │   │   ├── stm32f1xx_hal_adc_ex.o
│   │   │       │           │   │   │   ├── stm32f1xx_hal_can.o
│   │   │       │           │   │   │   ├── stm32f1xx_hal_cec.o
│   │   │       │           │   │   │   ├── stm32f1xx_hal_cortex.o
│   │   │       │           │   │   │   ├── stm32f1xx_hal_crc.o
│   │   │       │           │   │   │   ├── stm32f1xx_hal_dac.o
│   │   │       │           │   │   │   ├── stm32f1xx_hal_dac_ex.o
│   │   │       │           │   │   │   ├── stm32f1xx_hal_dma.o
│   │   │       │           │   │   │   ├── stm32f1xx_hal_eth.o
│   │   │       │           │   │   │   ├── stm32f1xx_hal_flash.o
│   │   │       │           │   │   │   ├── stm32f1xx_hal_flash_ex.o
│   │   │       │           │   │   │   ├── stm32f1xx_hal_gpio.o
│   │   │       │           │   │   │   ├── stm32f1xx_hal_gpio_ex.o
│   │   │       │           │   │   │   ├── stm32f1xx_hal_hcd.o
│   │   │       │           │   │   │   ├── stm32f1xx_hal_i2c.o
│   │   │       │           │   │   │   ├── stm32f1xx_hal_i2s.o
│   │   │       │           │   │   │   ├── stm32f1xx_hal_irda.o
│   │   │       │           │   │   │   ├── stm32f1xx_hal_iwdg.o
│   │   │       │           │   │   │   ├── stm32f1xx_hal_mmc.o
│   │   │       │           │   │   │   ├── stm32f1xx_hal_nand.o
│   │   │       │           │   │   │   ├── stm32f1xx_hal_nor.o
│   │   │       │           │   │   │   ├── stm32f1xx_hal_pccard.o
│   │   │       │           │   │   │   ├── stm32f1xx_hal_pcd.o
│   │   │       │           │   │   │   ├── stm32f1xx_hal_pcd_ex.o
│   │   │       │           │   │   │   ├── stm32f1xx_hal_pwr.o
│   │   │       │           │   │   │   ├── stm32f1xx_hal_rcc.o
│   │   │       │           │   │   │   ├── stm32f1xx_hal_rcc_ex.o
│   │   │       │           │   │   │   ├── stm32f1xx_hal_rtc.o
│   │   │       │           │   │   │   ├── stm32f1xx_hal_rtc_ex.o
│   │   │       │           │   │   │   ├── stm32f1xx_hal_sd.o
│   │   │       │           │   │   │   ├── stm32f1xx_hal_smartcard.o
│   │   │       │           │   │   │   ├── stm32f1xx_hal_spi.o
│   │   │       │           │   │   │   ├── stm32f1xx_hal_spi_ex.o
│   │   │       │           │   │   │   ├── stm32f1xx_hal_sram.o
│   │   │       │           │   │   │   ├── stm32f1xx_hal_tim.o
│   │   │       │           │   │   │   ├── stm32f1xx_hal_tim_ex.o
│   │   │       │           │   │   │   ├── stm32f1xx_hal_uart.o
│   │   │       │           │   │   │   ├── stm32f1xx_hal_usart.o
│   │   │       │           │   │   │   ├── stm32f1xx_hal_wwdg.o
│   │   │       │           │   │   │   ├── stm32f1xx_ll_adc.o
│   │   │       │           │   │   │   ├── stm32f1xx_ll_crc.o
│   │   │       │           │   │   │   ├── stm32f1xx_ll_dac.o
│   │   │       │           │   │   │   ├── stm32f1xx_ll_dma.o
│   │   │       │           │   │   │   ├── stm32f1xx_ll_exti.o
│   │   │       │           │   │   │   ├── stm32f1xx_ll_fsmc.o
│   │   │       │           │   │   │   ├── stm32f1xx_ll_gpio.o
│   │   │       │           │   │   │   ├── stm32f1xx_ll_i2c.o
│   │   │       │           │   │   │   ├── stm32f1xx_ll_pwr.o
│   │   │       │           │   │   │   ├── stm32f1xx_ll_rcc.o
│   │   │       │           │   │   │   ├── stm32f1xx_ll_rtc.o
│   │   │       │           │   │   │   ├── stm32f1xx_ll_sdmmc.o
│   │   │       │           │   │   │   ├── stm32f1xx_ll_spi.o
│   │   │       │           │   │   │   ├── stm32f1xx_ll_tim.o
│   │   │       │           │   │   │   ├── stm32f1xx_ll_usart.o
│   │   │       │           │   │   │   ├── stm32f1xx_ll_usb.o
│   │   │       │           │   │   │   ├── stm32f1xx_ll_utils.o
│   │   │       │           │   │   │   ├── stm_spi_api.o
│   │   │       │           │   │   │   ├── sys.o
│   │   │       │           │   │   │   ├── system_clock.o
│   │   │       │           │   │   │   ├── system_stm32f1xx.o
│   │   │       │           │   │   │   ├── trng_api.o
│   │   │       │           │   │   │   ├── us_ticker_16b.o
│   │   │       │           │   │   │   └── us_ticker_32b.o
│   │   │       │           │   │   ├── arm_math.h
│   │   │       │           │   │   ├── cmsis_armcc.h
│   │   │       │           │   │   ├── cmsis_armclang.h
│   │   │       │           │   │   ├── cmsis_compiler.h
│   │   │       │           │   │   ├── cmsis_gcc.h
│   │   │       │           │   │   ├── core_armv8mbl.h
│   │   │       │           │   │   ├── core_armv8mml.h
│   │   │       │           │   │   ├── core_ca.h
│   │   │       │           │   │   ├── core_cm0.h
│   │   │       │           │   │   ├── core_cm0plus.h
│   │   │       │           │   │   ├── core_cm23.h
│   │   │       │           │   │   ├── core_cm3.h
│   │   │       │           │   │   ├── core_cm33.h
│   │   │       │           │   │   ├── core_cm4.h
│   │   │       │           │   │   ├── core_cm7.h
│   │   │       │           │   │   ├── core_cmSecureAccess.h
│   │   │       │           │   │   ├── core_sc000.h
│   │   │       │           │   │   ├── core_sc300.h
│   │   │       │           │   │   ├── mbed_lib.json
│   │   │       │           │   │   └── tz_context.h
│   │   │       │           │   ├── drivers
│   │   │       │           │   │   ├── AnalogIn.h
│   │   │       │           │   │   ├── AnalogOut.h
│   │   │       │           │   │   ├── BusIn.h
│   │   │       │           │   │   ├── BusInOut.h
│   │   │       │           │   │   ├── BusOut.h
│   │   │       │           │   │   ├── CAN.h
│   │   │       │           │   │   ├── DigitalIn.h
│   │   │       │           │   │   ├── DigitalInOut.h
│   │   │       │           │   │   ├── DigitalOut.h
│   │   │       │           │   │   ├── Ethernet.h
│   │   │       │           │   │   ├── FlashIAP.h
│   │   │       │           │   │   ├── I2C.h
│   │   │       │           │   │   ├── I2CSlave.h
│   │   │       │           │   │   ├── InterruptIn.h
│   │   │       │           │   │   ├── InterruptManager.h
│   │   │       │           │   │   ├── LowPowerTicker.h
│   │   │       │           │   │   ├── LowPowerTimeout.h
│   │   │       │           │   │   ├── LowPowerTimer.h
│   │   │       │           │   │   ├── PortIn.h
│   │   │       │           │   │   ├── PortInOut.h
│   │   │       │           │   │   ├── PortOut.h
│   │   │       │           │   │   ├── PwmOut.h
│   │   │       │           │   │   ├── RawSerial.h
│   │   │       │           │   │   ├── SPI.h
│   │   │       │           │   │   ├── SPISlave.h
│   │   │       │           │   │   ├── Serial.h
│   │   │       │           │   │   ├── SerialBase.h
│   │   │       │           │   │   ├── Ticker.h
│   │   │       │           │   │   ├── Timeout.h
│   │   │       │           │   │   ├── Timer.h
│   │   │       │           │   │   ├── TimerEvent.h
│   │   │       │           │   │   └── UARTSerial.h
│   │   │       │           │   ├── hal
│   │   │       │           │   │   ├── Driver_Common.h
│   │   │       │           │   │   ├── Driver_Storage.h
│   │   │       │           │   │   ├── analogin_api.h
│   │   │       │           │   │   ├── analogout_api.h
│   │   │       │           │   │   ├── buffer.h
│   │   │       │           │   │   ├── can_api.h
│   │   │       │           │   │   ├── can_helper.h
│   │   │       │           │   │   ├── dma_api.h
│   │   │       │           │   │   ├── emac_api.h
│   │   │       │           │   │   ├── ethernet_api.h
│   │   │       │           │   │   ├── flash_api.h
│   │   │       │           │   │   ├── flash_data.h
│   │   │       │           │   │   ├── gpio_api.h
│   │   │       │           │   │   ├── gpio_irq_api.h
│   │   │       │           │   │   ├── i2c_api.h
│   │   │       │           │   │   ├── lp_ticker_api.h
│   │   │       │           │   │   ├── pinmap.h
│   │   │       │           │   │   ├── port_api.h
│   │   │       │           │   │   ├── pwmout_api.h
│   │   │       │           │   │   ├── rtc_api.h
│   │   │       │           │   │   ├── serial_api.h
│   │   │       │           │   │   ├── sleep_api.h
│   │   │       │           │   │   ├── spi_api.h
│   │   │       │           │   │   ├── ticker_api.h
│   │   │       │           │   │   ├── trng_api.h
│   │   │       │           │   │   └── us_ticker_api.h
│   │   │       │           │   ├── mbed.h
│   │   │       │           │   ├── platform
│   │   │       │           │   │   ├── ATCmdParser.h
│   │   │       │           │   │   ├── CThunk.h
│   │   │       │           │   │   ├── CallChain.h
│   │   │       │           │   │   ├── Callback.h
│   │   │       │           │   │   ├── CircularBuffer.h
│   │   │       │           │   │   ├── DirHandle.h
│   │   │       │           │   │   ├── FileBase.h
│   │   │       │           │   │   ├── FileHandle.h
│   │   │       │           │   │   ├── FileLike.h
│   │   │       │           │   │   ├── FilePath.h
│   │   │       │           │   │   ├── FileSystemHandle.h
│   │   │       │           │   │   ├── FileSystemLike.h
│   │   │       │           │   │   ├── FunctionPointer.h
│   │   │       │           │   │   ├── LocalFileSystem.h
│   │   │       │           │   │   ├── NonCopyable.h
│   │   │       │           │   │   ├── PlatformMutex.h
│   │   │       │           │   │   ├── SingletonPtr.h
│   │   │       │           │   │   ├── Stream.h
│   │   │       │           │   │   ├── Transaction.h
│   │   │       │           │   │   ├── critical.h
│   │   │       │           │   │   ├── mbed_application.h
│   │   │       │           │   │   ├── mbed_assert.h
│   │   │       │           │   │   ├── mbed_critical.h
│   │   │       │           │   │   ├── mbed_debug.h
│   │   │       │           │   │   ├── mbed_error.h
│   │   │       │           │   │   ├── mbed_interface.h
│   │   │       │           │   │   ├── mbed_mem_trace.h
│   │   │       │           │   │   ├── mbed_mktime.h
│   │   │       │           │   │   ├── mbed_poll.h
│   │   │       │           │   │   ├── mbed_preprocessor.h
│   │   │       │           │   │   ├── mbed_retarget.h
│   │   │       │           │   │   ├── mbed_rtc_time.h
│   │   │       │           │   │   ├── mbed_semihost_api.h
│   │   │       │           │   │   ├── mbed_sleep.h
│   │   │       │           │   │   ├── mbed_stats.h
│   │   │       │           │   │   ├── mbed_toolchain.h
│   │   │       │           │   │   ├── mbed_wait_api.h
│   │   │       │           │   │   ├── platform.h
│   │   │       │           │   │   ├── rtc_time.h
│   │   │       │           │   │   ├── semihost_api.h
│   │   │       │           │   │   ├── sleep.h
│   │   │       │           │   │   ├── toolchain.h
│   │   │       │           │   │   └── wait_api.h
│   │   │       │           │   └── targets.json
│   │   │       │           ├── mbed-STM32F103C8T6
│   │   │       │           │   ├── PinNames.h
│   │   │       │           │   ├── SysClockConf.cpp
│   │   │       │           │   ├── SysClockConf.h
│   │   │       │           │   └── stm32f103c8t6.h
│   │   │       │           ├── mbed-STM32F103C8T6.lib
│   │   │       │           ├── mbed.bld
│   │   │       │           └── mbed_config.h
│   │   │       └── 程序说明.txt
│   │   └── MH-ET LIVE _MAX30102 Ardunio
│   │       ├── LICENSE.md
│   │       ├── README.md
│   │       ├── examples
│   │       │   ├── Example1_Basic_Readings
│   │       │   │   └── Example1_Basic_Readings.ino
│   │       │   ├── Example2_Presence_Sensing
│   │       │   │   └── Example2_Presence_Sensing.ino
│   │       │   ├── Example3_Temperature_Sense
│   │       │   │   └── Example3_Temperature_Sense.ino
│   │       │   ├── Example4_HeartBeat_Plotter
│   │       │   │   └── Example4_HeartBeat_Plotter.ino
│   │       │   ├── Example5_HeartRate
│   │       │   │   ├── Example5_HeartRate.ino
│   │       │   │   └── License.ino
│   │       │   ├── Example6_FIFO_Readings
│   │       │   │   └── Example6_FIFO_Readings.ino
│   │       │   ├── Example7_Basic_Readings_Interrupts
│   │       │   │   └── Example7_Basic_Readings_Interrupts.ino
│   │       │   ├── Example8_SPO2
│   │       │   │   ├── Example8_SPO2.ino
│   │       │   │   └── License.ino
│   │       │   └── Example9_RateTesting
│   │       │       └── Example9_RateTesting.ino
│   │       ├── extras
│   │       │   ├── HeartBeat.jpg
│   │       │   └── HeartBeat1.jpg
│   │       ├── keywords.txt
│   │       ├── library.properties
│   │       └── src
│   │           ├── MAX30105.cpp
│   │           ├── MAX30105.h
│   │           ├── heartRate.cpp
│   │           ├── heartRate.h
│   │           ├── spo2_algorithm.cpp
│   │           └── spo2_algorithm.h
│   ├── QQ截图20190507180329.png
│   ├── QQ截图20190507180414.png
│   └── QQ截图20190507180426.png
└── 好例子网_MAX30102血氧浓度传感器.zip

36 directories, 379 files


标签: max30102 传感器 MAX AX MA

实例下载地址

MAX30102血氧浓度传感器

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警