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.
Diff: common/utils.h
- Branch:
- v2.0
- Revision:
- 27:567abf893938
- Parent:
- 24:5a2272a25ff1
- Child:
- 30:119ff4f3aef6
diff -r 12d0204be712 -r 567abf893938 common/utils.h --- a/common/utils.h Mon Mar 26 14:50:05 2018 +0000 +++ b/common/utils.h Mon Mar 26 20:28:05 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__ */ -