Exemple #1
0
handle_t mug_motion_init()
{
  handle_t handle = mug_init(DEVICE_MPU);
  motion_init(handle);

  return handle;
}
Exemple #2
0
handle_t mug_temp_init()
{
  return mug_init(DEVICE_LED);
}