Transistor Gijutsu, October 2014, Special Features Chapter 8,Software of the thermistor thermometer of 0.001 ° resolution, トランジスタ技術2014年10月号 特集第8章のソフトウェア 0.001℃分解能で気配もキャッチ「超敏感肌温度計」

Dependencies:   USBDevice mbed

Embed: (wiki syntax)

« Back to documentation index

AD7714::CRegister Struct Reference

AD7714::CRegister Struct Reference

内部レジスタを選択するための数値 More...

#include <AD7714.h>

Static Public Attributes

static const int Comun = 0x00
 コミュニケーションレジスタ
static const int Mode = 0x10
 モードレジスタ
static const int FltHi = 0x20
 フィルタ上位レジスタ
static const int FltLo = 0x30
 フィルタ下位レジスタ
static const int Test = 0x40
 動作テスト、使用禁止
static const int Data = 0x50
 データレジスタ
static const int ZeroCal = 0x60
 ゼロキャリブレーションレジスタ
static const int FullCal = 0x70
 フルスケールキャリブレーションレジスタ

Detailed Description

内部レジスタを選択するための数値

Definition at line 28 of file AD7714.h.


Field Documentation

const int Comun = 0x00 [static]

コミュニケーションレジスタ

Definition at line 29 of file AD7714.h.

const int Data = 0x50 [static]

データレジスタ

Definition at line 34 of file AD7714.h.

const int FltHi = 0x20 [static]

フィルタ上位レジスタ

Definition at line 31 of file AD7714.h.

const int FltLo = 0x30 [static]

フィルタ下位レジスタ

Definition at line 32 of file AD7714.h.

const int FullCal = 0x70 [static]

フルスケールキャリブレーションレジスタ

Definition at line 36 of file AD7714.h.

const int Mode = 0x10 [static]

モードレジスタ

Definition at line 30 of file AD7714.h.

const int Test = 0x40 [static]

動作テスト、使用禁止

Definition at line 33 of file AD7714.h.

const int ZeroCal = 0x60 [static]

ゼロキャリブレーションレジスタ

Definition at line 35 of file AD7714.h.