91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 2.68MB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發布日期: 2023-08-10
  • 語言: 其他
  • 標簽: 心率??血氧??STM32??

資源簡介

基于STM32的max30102心率血氧 測試,MAX30102模塊接口:PB9-SDA,PB8-SCL,PB7-INT PA2/PA3為串口傳輸口TX和RX,波特率設置為115200 PC13為顯示LED

資源截圖

代碼片段和文件信息

/**?\file?main.cpp?******************************************************
*
*?Project:?STM32F103C8T6+MAX30102
*?Edited?by?Anning
*?Shop?website:?https://shop108071095.taobao.com
*?Email:?anning865@126.com
*?-------------------------------------------------------------------------?*/
/*******************************************************************************
*?Copyright?(C)?2016?Maxim?Integrated?Products?Inc.?All?Rights?Reserved.
*
*?Permission?is?hereby?granted?free?of?charge?to?any?person?obtaining?a
*?copy?of?this?software?and?associated?documentation?files?(the?“Software“)
*?to?deal?in?the?Software?without?restriction?including?without?limitation
*?the?rights?to?use?copy?modify?merge?publish?distribute?sublicense
*?and/or?sell?copies?of?the?Software?and?to?permit?persons?to?whom?the
*?Software?is?furnished?to?do?so?subject?to?the?following?conditions:
*
*?The?above?copyright?notice?and?this?permission?notice?shall?be?included
*?in?all?copies?or?substantial?portions?of?the?Software.
*
*?THE?SOFTWARE?IS?PROVIDED?“AS?IS“?WITHOUT?WARRANTY?OF?ANY?KIND?EXPRESS
*?OR?IMPLIED?INCLUDING?BUT?NOT?LIMITED?TO?THE?WARRANTIES?OF
*?MERCHANTABILITY?FITNESS?FOR?A?PARTICULAR?PURPOSE?AND?NONINFRINGEMENT.
*?IN?NO?EVENT?SHALL?MAXIM?INTEGRATED?BE?LIABLE?FOR?ANY?CLAIM?DAMAGES
*?OR?OTHER?LIABILITY?WHETHER?IN?AN?ACTION?OF?CONTRACT?TORT?OR?OTHERWISE
*?ARISING?FROM?OUT?OF?OR?IN?CONNECTION?WITH?THE?SOFTWARE?OR?THE?USE?OR
*?OTHER?DEALINGS?IN?THE?SOFTWARE.
*
*?Except?as?contained?in?this?notice?the?name?of?Maxim?Integrated
*?Products?Inc.?shall?not?be?used?except?as?stated?in?the?Maxim?Integrated
*?Products?Inc.?Branding?Policy.
*
*?The?mere?transfer?of?this?software?does?not?imply?any?licenses
*?of?trade?secrets?proprietary?technology?copyrights?patents
*?trademarks?maskwork?rights?or?any?other?form?of?intellectual
*?property?whatsoever.?Maxim?Integrated?Products?Inc.?retains?all
*?ownership?rights.
*******************************************************************************
*/
/*!\mainpage?Main?Page
*
*?\section?intro_sec?Introduction
*
*?This?is?the?code?documentation?for?the?MAXREFDES117#?subsystem?reference?design.
*?
*??The?Files?page?contains?the?File?List?page?and?the?Globals?page.
*?
*??The?Globals?page?contains?the?Functions?Variables?and?Macros?sub-pages.
*
*?\image?html?MAXREFDES117_Block_Diagram.png?“MAXREFDES117#?System?Block?Diagram“
*?
*?\image?html?MAXREFDES117_firmware_Flowchart.png?“MAXREFDES117#?Firmware?Flowchart“
*
*/
#include?“stm32f103c8t6.h“
#include?“mbed.h“
#include?“algorithm.h“
#include?“MAX30102.h“

#define?MAX_BRIGHTNESS?255

uint32_t?aun_ir_buffer[500];?//IR?LED?sensor?data
int32_t?n_ir_buffer_length;????//data?length
uint32_t?aun_red_buffer[500];????//Red?LED?sensor?data
int32_t?n_sp02;?//SPO2?value
int8_t?ch_spo2_valid;???//indicator?to?show?if?the?SP02?calculation?is?valid
int32_t?n_heart_rate;???//heart?rate?value
int8_t??ch_hr_va

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件??????????7??2017-08-16?20:47??MAX30102_uvision5_stm32f103c8\Nucleo_MAX30102\.mbed

?????文件??????14447??2017-06-20?09:50??MAX30102_uvision5_stm32f103c8\Nucleo_MAX30102\algorithm\algorithm.cpp

?????文件???????5283??2017-06-20?09:50??MAX30102_uvision5_stm32f103c8\Nucleo_MAX30102\algorithm\algorithm.h

?????文件?????785809??2017-08-17?09:31??MAX30102_uvision5_stm32f103c8\Nucleo_MAX30102\BUILD\algorithm.crf

?????文件??????10170??2017-08-17?09:31??MAX30102_uvision5_stm32f103c8\Nucleo_MAX30102\BUILD\algorithm.d

?????文件?????845236??2017-08-17?09:31??MAX30102_uvision5_stm32f103c8\Nucleo_MAX30102\BUILD\algorithm.o

?????文件?????????19??2017-08-17?09:18??MAX30102_uvision5_stm32f103c8\Nucleo_MAX30102\BUILD\ExtDll.iex

?????文件?????784776??2017-08-17?15:57??MAX30102_uvision5_stm32f103c8\Nucleo_MAX30102\BUILD\main.crf

?????文件???????9575??2017-08-17?15:57??MAX30102_uvision5_stm32f103c8\Nucleo_MAX30102\BUILD\main.d

?????文件?????857592??2017-08-17?15:57??MAX30102_uvision5_stm32f103c8\Nucleo_MAX30102\BUILD\main.o

?????文件?????781240??2017-08-17?09:31??MAX30102_uvision5_stm32f103c8\Nucleo_MAX30102\BUILD\max30102.crf

?????文件??????10022??2017-08-17?09:31??MAX30102_uvision5_stm32f103c8\Nucleo_MAX30102\BUILD\max30102.d

?????文件?????844156??2017-08-17?09:31??MAX30102_uvision5_stm32f103c8\Nucleo_MAX30102\BUILD\max30102.o

?????文件????1332888??2017-08-17?15:57??MAX30102_uvision5_stm32f103c8\Nucleo_MAX30102\BUILD\Nucleo_MAX30102.axf

?????文件???????2346??2017-08-17?15:57??MAX30102_uvision5_stm32f103c8\Nucleo_MAX30102\BUILD\Nucleo_MAX30102.build_log.htm

?????文件?????226115??2017-08-17?15:57??MAX30102_uvision5_stm32f103c8\Nucleo_MAX30102\BUILD\Nucleo_MAX30102.htm

?????文件???????6323??2017-08-17?15:57??MAX30102_uvision5_stm32f103c8\Nucleo_MAX30102\BUILD\Nucleo_MAX30102.lnp

?????文件?????646112??2017-08-17?15:57??MAX30102_uvision5_stm32f103c8\Nucleo_MAX30102\BUILD\Nucleo_MAX30102.map

?????文件??????66815??2017-08-17?15:57??MAX30102_uvision5_stm32f103c8\Nucleo_MAX30102\BUILD\Nucleo_MAX30102_Nucleo_MAX30102.dep

?????文件?????779550??2017-08-17?09:31??MAX30102_uvision5_stm32f103c8\Nucleo_MAX30102\BUILD\sysclockconf.crf

?????文件??????10626??2017-08-17?09:31??MAX30102_uvision5_stm32f103c8\Nucleo_MAX30102\BUILD\sysclockconf.d

?????文件?????831232??2017-08-17?09:31??MAX30102_uvision5_stm32f103c8\Nucleo_MAX30102\BUILD\sysclockconf.o

?????文件???????6956??2015-12-10?17:06??MAX30102_uvision5_stm32f103c8\Nucleo_MAX30102\DebugConfig\Nucleo_MAX30102_STM32F103C8_1.0.0.dbgconf

?????文件???????6956??2015-12-10?17:06??MAX30102_uvision5_stm32f103c8\Nucleo_MAX30102\DebugConfig\Nucleo_MAX30102_STM32F103RB_1.0.0.dbgconf

?????文件????????339??2017-08-17?09:18??MAX30102_uvision5_stm32f103c8\Nucleo_MAX30102\EventRecorderStub.scvd

?????文件????????654??2017-08-16?20:47??MAX30102_uvision5_stm32f103c8\Nucleo_MAX30102\GettingStarted.html

?????文件?????446179??2017-08-17?15:58??MAX30102_uvision5_stm32f103c8\Nucleo_MAX30102\JlinkLog.txt

?????文件????????755??2017-08-17?09:15??MAX30102_uvision5_stm32f103c8\Nucleo_MAX30102\JlinkSettings.ini

?????文件???????7937??2017-08-17?16:12??MAX30102_uvision5_stm32f103c8\Nucleo_MAX30102\main.cpp

?????文件???????7309??2017-08-17?16:12??MAX30102_uvision5_stm32f103c8\Nucleo_MAX30102\MAX30102\MAX30102.cpp

............此處省略343個文件信息

評論

共有 條評論