PX4 Firmware
PX4 Autopilot Software http://px4.io
|
Driver for the Analog device ADIS16448 connected via SPI. More...
#include "ADIS16448.h"
Go to the source code of this file.
Functions | |
static uint16_t | ComputeCRC16 (uint16_t burstData[13]) |
static int16_t | convert12BitToINT16 (uint16_t word) |
convert 12 bit integer format to int16. More... | |
Driver for the Analog device ADIS16448 connected via SPI.
Definition in file ADIS16448.cpp.
|
static |
Definition at line 381 of file ADIS16448.cpp.
References data.
Referenced by ADIS16448::measure().
|
static |
convert 12 bit integer format to int16.
Definition at line 428 of file ADIS16448.cpp.
Referenced by ADIS16448::measure().