APM:Libraries
Variables
TSYS01.cpp File Reference
#include "TSYS01.h"
#include <utility>
#include <stdio.h>
#include <AP_HAL/AP_HAL.h>
#include <AP_HAL/I2CDevice.h>
#include <AP_Math/AP_Math.h>
Include dependency graph for TSYS01.cpp:

Go to the source code of this file.

Variables

const AP_HAL::HALhal
 -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*- More...
 
static const uint8_t TSYS01_CMD_RESET = 0x1E
 
static const uint8_t TSYS01_CMD_READ_PROM = 0xA0
 
static const uint8_t TSYS01_CMD_CONVERT = 0x40
 
static const uint8_t TSYS01_CMD_READ_ADC = 0x00
 

Variable Documentation

◆ hal

const AP_HAL::HAL& hal

-*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-

Definition at line 14 of file AC_PID_test.cpp.

◆ TSYS01_CMD_CONVERT

const uint8_t TSYS01_CMD_CONVERT = 0x40
static

Definition at line 13 of file TSYS01.cpp.

Referenced by TSYS01::_convert().

◆ TSYS01_CMD_READ_ADC

const uint8_t TSYS01_CMD_READ_ADC = 0x00
static

Definition at line 14 of file TSYS01.cpp.

Referenced by TSYS01::_read_adc().

◆ TSYS01_CMD_READ_PROM

const uint8_t TSYS01_CMD_READ_PROM = 0xA0
static

Definition at line 12 of file TSYS01.cpp.

Referenced by TSYS01::_read_prom_word().

◆ TSYS01_CMD_RESET

const uint8_t TSYS01_CMD_RESET = 0x1E
static

Definition at line 11 of file TSYS01.cpp.

Referenced by TSYS01::_reset().