APM:Libraries
|
#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>
Go to the source code of this file.
Variables | |
const AP_HAL::HAL & | hal |
-*- 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 |
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.
|
static |
Definition at line 13 of file TSYS01.cpp.
Referenced by TSYS01::_convert().
|
static |
Definition at line 14 of file TSYS01.cpp.
Referenced by TSYS01::_read_adc().
|
static |
Definition at line 12 of file TSYS01.cpp.
Referenced by TSYS01::_read_prom_word().
|
static |
Definition at line 11 of file TSYS01.cpp.
Referenced by TSYS01::_reset().