Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libupm/src/enc03r/
Denc03r.cxx34 ENC03R::ENC03R(int pin, float vref) in ENC03R() function in ENC03R
47 ENC03R::~ENC03R() in ~ENC03R()
52 unsigned int ENC03R::value() in value()
57 void ENC03R::calibrate(unsigned int samples) in calibrate()
72 double ENC03R::angularVelocity(unsigned int val) in angularVelocity()
Denc03r.h57 class ENC03R {
66 ENC03R(int pin, float vref=5.0);
71 ~ENC03R();
/hardware/bsp/intel/peripheral/libupm/examples/c++/
Denc03r.cxx50 upm::ENC03R *gyro = new upm::ENC03R(0); in main()
/hardware/bsp/intel/peripheral/libupm/examples/java/
DENC03RSample.java42 upm_enc03r.ENC03R gyro = new upm_enc03r.ENC03R(0); in main()
/hardware/bsp/intel/peripheral/libupm/examples/python/
Denc03r.py28 myAnalogGyro = upmEnc03r.ENC03R(0)
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Denc03r.js31 var myGyro = new analogGyro.ENC03R(0);