Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: MAX30101 MAX30003 MAX113XX_Pixi MAX30205 max32630fthr USBDevice
max30205_app.h
- Committer:
- Mahir Ozturk
- Date:
- 2018-06-28
- Revision:
- 13:fba77a5d0fa0
- Child:
- 15:0d47d5879a21
File content as of revision 13:fba77a5d0fa0:
/*
* max30205_app.h
*
* Created on: Jun 20, 2018
* Author: Mahir.Ozturk
*/
#ifndef MAX30205_APP_H_
#define MAX30205_APP_H_
#include "ble_comm.h"
struct max30205_reader_task_args {
I2C &i2cBus;
GattAttribute::Handle_t gatt;
int notify_period_sec;
};
void max30205_reader_task(struct max30205_reader_task_args *args);
#endif /* MAX30205_APP_H_ */