Go to the documentation of this file.
38 #include "mikrosdk_version.h"
41 #if mikroSDK_GET_VERSION < 20800ul
42 #include "rcu_delays.h"
48 #include "drv_digital_out.h"
49 #include "drv_digital_in.h"
50 #include "drv_i2c_master.h"
62 #define C3DHALL2_MAP_MIKROBUS( cfg, mikrobus ) \
63 cfg.scl = MIKROBUS( mikrobus, MIKROBUS_SCL ); \
64 cfg.sda = MIKROBUS( mikrobus, MIKROBUS_SDA )
72 #define C3DHALL2_DEVICE_ADDRESS 0x5E
78 #define C3DHALL2_M1_I2C_SLAVE_ADDRESS_0 0x00
79 #define C3DHALL2_M1_I2C_SLAVE_ADDRESS_1 0x20
80 #define C3DHALL2_M1_I2C_SLAVE_ADDRESS_2 0x40
81 #define C3DHALL2_M1_I2C_SLAVE_ADDRESS_3 0x60
82 #define C3DHALL2_M1_INTERRUPT_ENABLE 0x04
83 #define C3DHALL2_M1_INTERRUPT_DISABLE 0x00
84 #define C3DHALL2_M1_FAST_MODE_ENABLE 0x02
85 #define C3DHALL2_M1_FAST_MODE_DISABLE 0x00
86 #define C3DHALL2_M1_LOW_POWER_MODE_ENABLE 0x01
87 #define C3DHALL2_M1_LOW_POWER_MODE_DISABLE 0x00
94 #define C3DHALL2_M2_TEMPERATURE_ENABLE 0x00
95 #define C3DHALL2_M2_TEMPERATURE_DISABLE 0x80
96 #define C3DHALL2_M2_LOW_POWER_PERIOD_100MS 0x00
97 #define C3DHALL2_M2_LOW_POWER_PERIOD_12MS 0x40
98 #define C3DHALL2_M2_PARITY_TEST_ENABLE 0x00
99 #define C3DHALL2_M2_PARITY_TEST_DISABLE 0x20
257 #endif // _C3DHALL2_H_
i2c_master_t i2c
Definition: c3dhall2.h:117
err_t c3dhall2_get_axis_temp_data(c3dhall2_t *ctx, float *axis_data, float *temp_data)
Functions for getting Hall axis data and Temperature data.
err_t c3dhall2_write_data(c3dhall2_t *ctx, uint8_t *data_buf, uint16_t len)
Generic write function.
err_t c3dhall2_default_cfg(c3dhall2_t *ctx)
Default configuration initialization function.
err_t c3dhall2_configuration(c3dhall2_t *ctx, uint8_t settings1, uint8_t settings2)
Functions for settings chip for measurement.
uint8_t i2c_address
Definition: c3dhall2.h:138
Click ctx object definition.
Definition: c3dhall2.h:113
pin_name_t sda
Definition: c3dhall2.h:133
void c3dhall2_cfg_setup(c3dhall2_cfg_t *cfg)
Config Object Initialization function.
@ C3DHALL2_OK
Definition: c3dhall2.h:148
@ C3DHALL2_ERROR
Definition: c3dhall2.h:149
uint32_t i2c_speed
Definition: c3dhall2.h:137
err_t c3dhall2_read_data(c3dhall2_t *ctx, uint8_t *data_buf, uint16_t len)
Generic read function.
err_t c3dhall2_init(c3dhall2_t *ctx, c3dhall2_cfg_t *cfg)
Initialization function.
Click configuration structure definition.
Definition: c3dhall2.h:129
uint8_t slave_address
Definition: c3dhall2.h:121
c3dhall2_return_value_t
3D Hall 2 Click return value data.
Definition: c3dhall2.h:147
pin_name_t scl
Definition: c3dhall2.h:132