Searched refs:ENC03R (Results 1 - 6 of 6) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/src/enc03r/
H A Denc03r.cxx34 ENC03R::ENC03R(int pin, float vref) function in class:ENC03R
47 ENC03R::~ENC03R()
52 unsigned int ENC03R::value()
57 void ENC03R::calibrate(unsigned int samples)
72 double ENC03R::angularVelocity(unsigned int val)
H A Denc03r.h32 * @brief ENC03R Single Axis Gyro library
40 * @comname ENC03R Single Axis Gyro
47 * @brief API for the ENC03R Single Axis Analog Gyro
49 * UPM module for the ENC03R single axis analog gyro.
57 class ENC03R { class in namespace:upm
61 * ENC03R sensor constructor
66 ENC03R(int pin, float vref=5.0);
69 * ENC03R destructor
71 ~ENC03R();
/hardware/bsp/intel/peripheral/libupm/examples/c++/
H A Denc03r.cxx49 // Instantiate a ENC03R on analog pin A0
50 upm::ENC03R *gyro = new upm::ENC03R(0);
/hardware/bsp/intel/peripheral/libupm/examples/java/
H A DENC03RSample.java41 // Instantiate a ENC03R on analog pin A0
42 upm_enc03r.ENC03R gyro = new upm_enc03r.ENC03R(0);
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
H A Denc03r.js30 // Instantiate a ENC03R on analog pin A0
31 var myGyro = new analogGyro.ENC03R(0);
/hardware/bsp/intel/peripheral/libupm/examples/python/
H A Denc03r.py27 # Instantiate an ENC03R on analog pin A0
28 myAnalogGyro = upmEnc03r.ENC03R(0)

Completed in 1089 milliseconds