Vybhav Kadaba
/
EV-PRO-MW1001_Development_updateFW
Bumped Mbed FW version to 01.20.0080
Diff: inc/admw_api.h
- Revision:
- 56:38b36e947602
- Parent:
- 55:215da406282b
- Child:
- 63:2655a04c00f5
--- a/inc/admw_api.h Mon Feb 24 07:04:35 2020 +0000 +++ b/inc/admw_api.h Mon Feb 24 08:49:25 2020 +0000 @@ -175,7 +175,7 @@ /*!< The measurement channel from which this sample was obtained */ uint8_t measurementStatus; /*!< The measurement status from the DMZ layer */ - uint32_t rawValue; + float32_t rawValue; /*!< The raw (unprocessed) value obtained directly from the measurement * channel, if available */ @@ -769,7 +769,6 @@ ADMW_RESULT admw1001_sendRun( ADMW_DEVICE_HANDLE const hDevice); ADMW_RESULT admw_deviceInformation(ADMW_DEVICE_HANDLE hDevice); -ADMW_RESULT admw_readMbedVersion(); #ifdef __cplusplus }