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: USBDevice max32630fthr SDFileSystem
Fork of MAX30001-MAX32630FTHR-ECG-EVKIT by
HSP/LoggingService/Logging.h
- Committer:
- Emre.Eken@IST-LT-35101.maxim-ic.internal
- Date:
- 2018-04-05
- Revision:
- 0:8e4630a71eb1
File content as of revision 0:8e4630a71eb1:
#ifndef _LOGGING_H_
#define _LOGGING_H_
#include "mbed.h"
/**
* @brief This will read the mission location and if there is something valid,
* then run the Logging_ProcessMissionCmds()
* @param cmdBuffer buffer
*/
uint32_t Logging_IsMissionDefined(uint8_t *cmdBuffer);
int8_t Logging_ReadMissionFromSDCard(uint8_t *buffer);
int8_t Logging_ReadMissionFromFlash(uint8_t *buffer);
// return the page where mission is defined, Mission specific
uint32_t Logging_GetMissionStartPage(void);
// return the page where the mission definition ends, Mission specific
uint32_t Logging_GetMissionEndPage(void);
// Returns the location where the Writing can start from, for data logging...
uint32_t Logging_GetLoggingStartPage(void);
// Returns the end location available where the Flash ends essentially.... for
// data logging.
uint32_t Logging_GetLoggingEndPage(void);
// returns one if the usb is connected, zero if not
uint32_t Usb_IsConnected(void);
void Logging_SetStart(bool state);
bool Logging_GetStart(void);
#endif /* _LOGGING_H_ */

ECG, PACE, R-to-R heart peak, Bio-Z, Biopotential sensor Evaluation Kit MAX30001