HomeSort by relevance Sort by last modified time
    Searched defs:MMA7660 (Results 1 - 2 of 2) sorted by null

  /hardware/bsp/intel/peripheral/libupm/src/mma7660/
mma7660.cxx 29 #include "mma7660.h"
35 MMA7660::MMA7660(int bus, uint8_t address)
58 MMA7660::~MMA7660()
67 bool MMA7660::writeByte(uint8_t reg, uint8_t byte)
79 uint8_t MMA7660::readByte(uint8_t reg)
84 void MMA7660::getRawValues(int *x, int *y, int *z)
92 int *MMA7660::getRawValues()
100 void MMA7660::setModeActive(
    [all...]
mma7660.h 40 * @brief MMA7660 I2C 3-Axis Digital Accelerometer library
41 * @defgroup mma7660 libupm-mma7660
45 * @library mma7660
46 * @sensor mma7660
47 * @comname MMA7660 3-Axis Digital Accelerometer
53 * @brief API for the MMA7660 I2C 3-Axis Digital Accelerometer
55 * UPM module for the MMA7660 I2C 3-axis digital accelerometer.
64 * @image html mma7660.jpg
65 * @snippet mma7660.cxx Interestin
    [all...]

Completed in 68 milliseconds