HomeSort by relevance Sort by last modified time
    Searched refs:ADIS16448 (Results 1 - 4 of 4) sorted by null

  /hardware/bsp/intel/peripheral/libupm/src/adis16448/
adis16448.cxx 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(
    [all...]
adis16448.h 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 Acceleromete
    [all...]
  /hardware/bsp/intel/peripheral/libupm/examples/c++/
adis16448.cxx 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.
43 #include "adis16448.h"
51 upm::ADIS16448* imu = new upm::ADIS16448(0,3); //upm::ADIS16448(SPI,RST)
  /hardware/bsp/intel/peripheral/libupm/examples/javascript/
adis16448.js 9 // adis16448.js
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.
40 //Call the ADIS16448 library
41 var adis16448 = require('jsupm_adis16448'); variable
44 var imu = new adis16448.ADIS16448(0,3);

Completed in 40 milliseconds