|
void | gyro7_cfg_setup (gyro7_cfg_t *cfg) |
| Gyro 7 configuration object setup function.
|
|
err_t | gyro7_init (gyro7_t *ctx, gyro7_cfg_t *cfg) |
| Gyro 7 initialization function.
|
|
err_t | gyro7_default_cfg (gyro7_t *ctx) |
| Gyro 7 default configuration function.
|
|
err_t | gyro7_generic_write (gyro7_t *ctx, uint8_t reg, uint8_t *data_in, uint8_t len) |
| Gyro 7 data writing function.
|
|
err_t | gyro7_generic_read (gyro7_t *ctx, uint8_t reg, uint8_t *data_out, uint8_t len) |
| Gyro 7 data reading function.
|
|
err_t | gyro7_write_register (gyro7_t *ctx, uint8_t reg, uint8_t data_in) |
| Gyro 7 write register function.
|
|
err_t | gyro7_read_register (gyro7_t *ctx, uint8_t reg, uint8_t *data_out) |
| Gyro 7 read register function.
|
|
err_t | gyro7_check_communication (gyro7_t *ctx) |
| Gyro 7 check communication function.
|
|
uint8_t | gyro7_get_int_pin (gyro7_t *ctx) |
| Gyro 7 get int pin function.
|
|
err_t | gyro7_set_dlpf_config (gyro7_t *ctx, uint8_t freq) |
| Gyro 7 set DLPF config function.
|
|
err_t | gyro7_read_gyroscope (gyro7_t *ctx, float *x_axis, float *y_axis) |
| Gyro 7 read gyroscope function.
|
|
err_t | gyro7_read_temperature (gyro7_t *ctx, float *temperature) |
| Gyro 7 read temperature function.
|
|
This file contains API for Gyro 7 Click Driver.