Paparazzi UAS
v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
#include "peripherals/ads1114.h"
Go to the source code of this file.
Functions | |
void | ads1114_init (void) |
void | ads1114_read (struct ads1114_periph *p) |
void ads1114_init | ( | void | ) |
Definition at line 37 of file ads1114.c.
References ADS1114_1_CONFIG_LSB, ADS1114_1_CONFIG_MSB, ADS1114_1_I2C_ADDR, ADS1114_2_CONFIG_LSB, ADS1114_2_CONFIG_MSB, ADS1114_2_I2C_ADDR, ADS1114_I2C_DEV, ADS1114_POINTER_CONFIG_REG, and i2c_transmit().
void ads1114_read | ( | struct ads1114_periph * | p | ) |
Definition at line 63 of file ads1114.c.
References ADS1114_I2C_DEV, ADS1114_POINTER_CONV_REG, i2c_transceive(), I2CTransDone, and p.
Referenced by airspeed_periodic().