Home
last modified time | relevance | path

Searched refs:MAXSONAREZ (Results 1 – 5 of 5) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/src/maxsonarez/
Dmaxsonarez.cxx34 MAXSONAREZ::MAXSONAREZ(int pin, float aref) in MAXSONAREZ() function in MAXSONAREZ
50 MAXSONAREZ::~MAXSONAREZ() in ~MAXSONAREZ()
55 int MAXSONAREZ::inches() in inches()
Dmaxsonarez.h70 class MAXSONAREZ {
79 MAXSONAREZ(int pin, float aref=5.0);
84 ~MAXSONAREZ();
/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dmaxsonarez.cxx50 upm::MAXSONAREZ *sonar = new upm::MAXSONAREZ(1, MAXSONAREZ_AREF); in main()
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dmaxsonarez.js36 var mySonar = new MaxSonarEZ.MAXSONAREZ(1, MAXSONAREZ_AREF);
/hardware/bsp/intel/peripheral/libupm/examples/python/
Dmaxsonarez.py29 Sonar = MaxSonarEZ.MAXSONAREZ(1)