Linduino
1.3.0
Linear Technology Arduino-Compatible Demonstration Board
table_coeffs_LTC2986.h
Go to the documentation of this file.
1
/*!
2
3
LTC2986: Multi-Sensor High Accuracy Digital Temperature Measurement System.
4
5
LTC2986_table_coeffs.h:
6
Used for custom tables.
7
8
9
http://www.linear.com/product/LTC2986
10
11
http://www.linear.com/product/LTC2986#demoboards
12
13
14
Copyright 2018(c) Analog Devices, Inc.
15
16
All rights reserved.
17
18
Redistribution and use in source and binary forms, with or without
19
modification, are permitted provided that the following conditions are met:
20
- Redistributions of source code must retain the above copyright
21
notice, this list of conditions and the following disclaimer.
22
- Redistributions in binary form must reproduce the above copyright
23
notice, this list of conditions and the following disclaimer in
24
the documentation and/or other materials provided with the
25
distribution.
26
- Neither the name of Analog Devices, Inc. nor the names of its
27
contributors may be used to endorse or promote products derived
28
from this software without specific prior written permission.
29
- The use of this software may or may not infringe the patent rights
30
of one or more patent holders. This license does not release you
31
from the requirement that you obtain separate licenses from these
32
patent holders to use this software.
33
- Use of the software either in source or binary form, must be run
34
on or directly connected to an Analog Devices Inc. component.
35
36
THIS SOFTWARE IS PROVIDED BY ANALOG DEVICES "AS IS" AND ANY EXPRESS OR
37
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, NON-INFRINGEMENT,
38
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
39
IN NO EVENT SHALL ANALOG DEVICES BE LIABLE FOR ANY DIRECT, INDIRECT,
40
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
41
LIMITED TO, INTELLECTUAL PROPERTY RIGHTS, PROCUREMENT OF SUBSTITUTE GOODS OR
42
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
43
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
44
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
45
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
46
*/
47
48
49
50
51
struct
table_coeffs
52
{
53
uint32_t
measurement
;
54
uint32_t
temperature
;
55
};
56
57
58
struct
channel_table
59
{
60
uint16_t
channel
;
61
uint8_t is_a_temperature_measurement;
62
};
channel_table
Definition:
table_coeffs_LTC2983.h:58
channel
static uint8_t channel
LTC2305 Channel selection.
Definition:
DC1444A.ino:127
table_coeffs
LTC2983: Multi-Sensor High Accuracy Digital Temperature Measurement System.
Definition:
table_coeffs_LTC2983.h:51
table_coeffs::measurement
uint32_t measurement
Definition:
table_coeffs_LTC2983.h:53
table_coeffs::temperature
uint32_t temperature
Definition:
table_coeffs_LTC2983.h:54
LTSketchbook
libraries
LTC2986
table_coeffs_LTC2986.h
Generated on Thu Mar 19 2020 10:59:37 for Linduino by
1.8.13