Maxim Integrated's IoT development kit
Dependencies: MAX30101 MAX30003 MAX113XX_Pixi MAX30205 max32630fthr USBDevice
max30101_app.h
- Committer:
- Mahir Ozturk
- Date:
- 2018-07-19
- Revision:
- 15:0d47d5879a21
- Parent:
- 13:fba77a5d0fa0
File content as of revision 15:0d47d5879a21:
/*
* max30101_app.h
*
* Created on: Jun 20, 2018
* Author: Mahir.Ozturk
*/
#ifndef MAX30101_APP_H_
#define MAX30101_APP_H_
#include "ble_gatt.h"
struct max30101_reader_task_args {
Thread *self;
I2C &i2cBus;
PinName pinIntr;
PinName pinVLED;
GattAttribute::Handle_t gattHeartRate;
GattAttribute::Handle_t gattSPO2;
int notify_period_sec;
};
void max30101_reader_task(struct max30101_reader_task_args *args);
#endif /* MAX30101_APP_H_ */