Mahesh Phalke / tempsensors_prv
Committer:
mahphalke
Date:
Fri Feb 19 16:05:58 2021 +0530
Revision:
0:854742598c2c
Added temperature sensor library source files

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mahphalke 0:854742598c2c 1 /*!
mahphalke 0:854742598c2c 2 *****************************************************************************
mahphalke 0:854742598c2c 3 @file: rtd.cpp
mahphalke 0:854742598c2c 4
mahphalke 0:854742598c2c 5 @brief:
mahphalke 0:854742598c2c 6
mahphalke 0:854742598c2c 7 @details:
mahphalke 0:854742598c2c 8 -----------------------------------------------------------------------------
mahphalke 0:854742598c2c 9 Copyright (c) 2018, 2020 Analog Devices, Inc. All rights reserved.
mahphalke 0:854742598c2c 10
mahphalke 0:854742598c2c 11 This software is proprietary to Analog Devices, Inc. and its licensors.
mahphalke 0:854742598c2c 12 By using this software you agree to the terms of the associated
mahphalke 0:854742598c2c 13 Analog Devices Software License Agreement.
mahphalke 0:854742598c2c 14
mahphalke 0:854742598c2c 15 *****************************************************************************/
mahphalke 0:854742598c2c 16
mahphalke 0:854742598c2c 17 #include "rtd.h"
mahphalke 0:854742598c2c 18