Searched refs:update (Results 1 - 25 of 115) sorted by relevance

12345

/hardware/bsp/intel/peripheral/libupm/examples/javascript/
H A Dtm1637.js40 // Display and time update function
41 function update(){ function
53 // And update every second thereafter
54 interval = setInterval(update, 1000);
H A Dadxl345.js33 adxl.update(); // Update the data
/hardware/bsp/intel/peripheral/libupm/examples/c++/
H A Dhmc5883l.cxx41 compass->update(); // Update the coordinates
H A Dadxl345.cxx39 accel->update(); // Update the data
H A Dak8975.cxx52 sensor->update();
H A Ditg3200.cxx39 gyro->update(); // Update the data
H A Dmicsv89.cxx64 sensor->update();
H A Dsi114x.cxx61 // update every second and print the currently measured UV Index
64 // update current value(s)
65 uvi->update();
/hardware/bsp/intel/peripheral/libupm/examples/python/
H A Dadxl345.py32 adxl.update() # Update the data
H A Dhmc5883l.py33 hmc.update() # Update the data
H A Ditg3200.py30 gyro.update() # Update the data
H A Dsi114x.py58 # update every second and print the currently measured UV Index
60 # update current value(s)
61 myUVSensor.update()
/hardware/bsp/intel/peripheral/libupm/src/adxl345/
H A Dadxl345.h101 mraa::Result update();
/hardware/bsp/intel/peripheral/libupm/src/hmc5883l/
H A Dhmc5883l.h91 mraa::Result update();
/hardware/bsp/intel/peripheral/libupm/src/itg3200/
H A Ditg3200.h107 mraa::Result update();
H A Ditg3200.cxx75 Itg3200::update();
88 Itg3200::update();
130 Itg3200::update(void) function in class:Itg3200
/hardware/bsp/intel/peripheral/libupm/src/micsv89/
H A Dmicsv89.h108 void update();
/hardware/bsp/intel/peripheral/libupm/src/mpu9150/
H A Dmpu9150.h95 * you are calling update().
97 void update();
H A Dmpu9150.cxx87 void MPU9150::update() function in class:MPU9150
89 MPU60X0::update();
92 m_mag->update();
/hardware/bsp/intel/peripheral/libupm/src/nunchuck/
H A Dnunchuck.h112 void update();
/hardware/bsp/intel/peripheral/libupm/examples/java/
H A DAdxl345Sample.java47 sensor.update();
H A DH3LIS331DLSample.java49 sensor.update();
H A DHmc5883lSample.java48 compas.update();
H A DItg3200Sample.java46 gyro.update();
H A DMPU9150Sample.java44 sensor.update();

Completed in 364 milliseconds

12345