Lines Matching refs:ADIS16448
9 // adis16448.cxx
13 // from an ADIS16448. This data is then scaled and printed onto the terminal.
15 // This software has been tested to connect to an ADIS16448 through a level shifter
17 // the level shifter and the ADIS16448 is also being powered by the Intel Edison.
47 #include "adis16448.h"
56 ADIS16448::ADIS16448(int bus, int rst)
82 ADIS16448::~ADIS16448()
102 void ADIS16448::resetDUT()
114 void ADIS16448::configSPI() {
136 // regAddr - register address from the lookup table in ADIS16448.h
139 int16_t ADIS16448::regRead(uint8_t regAddr)
164 void ADIS16448::regWrite(uint8_t regAddr,uint16_t regData)
197 float ADIS16448::accelScale(int16_t sensorData)
208 float ADIS16448::gyroScale(int16_t sensorData)
220 float ADIS16448::tempScale(int16_t sensorData)
231 float ADIS16448::pressureScale(int16_t sensorData)
243 float ADIS16448::magnetometerScale(int16_t sensorData)