Home
last modified time | relevance | path

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

/hardware/invensense/6515/libsensors_iio/software/simple_apps/self_test/
Dinv_self_test.c65 char *gyro_x_offset; member
203 sprintf(mpu.gyro_x_offset, "%s%s", sysfs_path, "/in_anglvel_x_offset"); in inv_init_sysfs_attributes()
571 if (write_sysfs_int(mpu.gyro_x_offset, offsets[0]) < 0) { in main()
572 printf("Self-Test:ERR-Failed to write %s\n", mpu.gyro_x_offset); in main()