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.
rtd.cpp@0:854742598c2c, 2021-02-19 (annotated)
- 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?
| User | Revision | Line number | New 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 |