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.
Fork of AdiSense1000_SmartBabySeat by
Diff: common/utils.h
- Revision:
- 28:4eb837cd71df
- Parent:
- 24:5a2272a25ff1
- Child:
- 30:119ff4f3aef6
--- a/common/utils.h Mon Mar 26 14:50:05 2018 +0000 +++ b/common/utils.h Thu May 17 10:34:45 2018 +0100 @@ -15,7 +15,8 @@ /* Utility function to print data samples read from the ADI Sense device */ void utils_printSamples( ADI_SENSE_DATA_SAMPLE *pSampleBuffer, - uint32_t numSamples); + uint32_t nNumSamples, + ADI_SENSE_MEASUREMENT_MODE eMeasurementMode); /* Utility function to register callbacks for ADI Sense device notification signals */ ADI_SENSE_RESULT utils_registerCallbacks( @@ -43,4 +44,3 @@ #endif #endif /* __UTILS_H__ */ -