Home | History | Annotate | Download | only in adis16448

Lines Matching refs:ADIS16448

9 // adis16448.h
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.
87 * @brief ADIS16448 Accelerometer library
88 * @defgroup adis16448 libupm-adis16448
93 * @library adis16448
94 * @sensor adis16448
95 * @comname ADIS16448 Accelerometer
98 * @web http://www.analog.com/en/products/sensors/isensor-mems-inertial-measurement-units/adis16448.html
101 * @brief API for the Analog Devices ADIS16448 Accelerometer
105 * @snippet adis16448.cxx Interesting
107 class ADIS16448{
114 ADIS16448(int bus, int rst);
119 ~ADIS16448();