Home | History | Annotate | Download | only in self_test

Lines Matching defs:temperature

58     char *temperature;
193 sprintf(mpu.temperature, "%s%s", sysfs_path, "/temperature");
266 long long temperature = 0;
450 // Read temperature
451 fptr = fopen(mpu.temperature, "r");
453 fscanf(fptr,"%lld %ld", &temperature, &timestamp);
456 printf("Self-Test:ERR-Couldn't read temperature\n");
476 // Save temperature @ time stored.
477 // Temperature is in degrees Celsius scaled by 2^16
478 save_data.gyro_temp = temperature * (1L << 16);
586 printf("Self-Test:Gyro temperature @ time stored %ld\n",
588 printf("Self-Test:Accel temperature @ time stored %ld\n",