Searched refs:ENC03R (Results 1 – 6 of 6) sorted by relevance
34 ENC03R::ENC03R(int pin, float vref) in ENC03R() function in ENC03R47 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()
57 class ENC03R {66 ENC03R(int pin, float vref=5.0);71 ~ENC03R();
50 upm::ENC03R *gyro = new upm::ENC03R(0); in main()
42 upm_enc03r.ENC03R gyro = new upm_enc03r.ENC03R(0); in main()
28 myAnalogGyro = upmEnc03r.ENC03R(0)
31 var myGyro = new analogGyro.ENC03R(0);