Maxim Integrated's IoT development kit.

Dependencies:   MAX30101 MAX30003 MAX113XX_Pixi MAX30205 max32630fthr USBDevice

max30003_app.h

Committer:
Mahir Ozturk
Date:
2018-07-19
Revision:
16:503f8308e2db
Parent:
15:0d47d5879a21

File content as of revision 16:503f8308e2db:

/*
 * max30003_app.h
 *
 *  Created on: Jun 20, 2018
 *      Author: Mahir.Ozturk
 */

#ifndef MAX30003_APP_H_
#define MAX30003_APP_H_

#include "ble_gatt.h"

struct max30003_reader_task_args {
	Thread *self;
	SPI &spiBus;
	PinName spiCS;
	GattAttribute::Handle_t gatt;
	int notify_period_sec;
};

void max30003_reader_task(struct max30003_reader_task_args *args);

#endif /* MAX30003_APP_H_ */