MBED firmware for MAXREFDES117 Heart Rate / SpO2 sensor. Tested on KL25Z, K64F, and MAX32600MBED#
Dependencies: mbed
Diff: MAX30102/MAX30102.h
- Revision:
- 3:7c0fb55eb3ff
- Parent:
- 0:346a7fa07998
- Child:
- 4:5273ab1085ab
--- a/MAX30102/MAX30102.h Thu Apr 21 18:25:34 2016 +0000 +++ b/MAX30102/MAX30102.h Thu Apr 21 19:38:17 2016 +0000 @@ -95,9 +95,9 @@ #define false 0 bool maxim_max30102_init(); -bool maxim_max30102_read_fifo(uint32_t *un_red_led, uint32_t *un_ir_led); +bool maxim_max30102_read_fifo(uint32_t *pun_red_led, uint32_t *pun_ir_led); bool maxim_max30102_write_reg(uint8_t uch_addr, uint8_t uch_data); -bool maxim_max30102_read_reg(uint8_t uch_addr, uint8_t *uch_data); +bool maxim_max30102_read_reg(uint8_t uch_addr, uint8_t *puch_data); bool maxim_max30102_reset(void); #endif /* MAX30102_H_ */ \ No newline at end of file