Update d6t.hpp

This commit is contained in:
omron-ankit 2019-08-07 16:07:43 -05:00 committed by GitHub
parent 9fb8f938c5
commit ddd5d5b85d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -152,7 +152,7 @@ namespace upm {
*
* @return One of the D6T_STATUS_T values
*/
D6T_STATUS_T getTemperatureScale(TemperatureUnit &unit);
D6T_STATUS_T getTemperatureScale(upm::TemperatureUnit &unit);
/**
* Set the thermal sensor temperature unit.
@ -161,7 +161,7 @@ namespace upm {
*
* @return One of the D6T_STATUS_T values
*/
D6T_STATUS_T setTemperatureScale(TemperatureUnit unit);
D6T_STATUS_T setTemperatureScale(upm::TemperatureUnit unit);
/**
* Display thermal sensor data with PTAT, P0 to P15 and PEC values.