Maxim Integrated's IoT development kit.
Dependencies: MAX30101 MAX30003 MAX113XX_Pixi MAX30205 max32630fthr USBDevice
max113xx_pixi_app.h
00001 /* 00002 * max113xx_pixi_app.h 00003 * 00004 * Created on: Jun 20, 2018 00005 * Author: Mahir.Ozturk 00006 */ 00007 00008 #ifndef MAX113XX_PIXI_APP_H_ 00009 #define MAX113XX_PIXI_APP_H_ 00010 00011 #include "ble_gatt.h" 00012 00013 struct max11301_reader_task_args { 00014 I2C &i2cBus; 00015 GattAttribute::Handle_t gatt; 00016 int notify_period_sec; 00017 }; 00018 00019 void max11301_reader_task(struct max11301_reader_task_args *args); 00020 00021 #endif /* MAX113XX_PIXI_APP_H_ */
Generated on Thu Jul 14 2022 04:55:21 by
1.7.2