mic2 2.0.0.0
|
Functions | |
void | mic2_cfg_setup (mic2_cfg_t *cfg) |
Config Object Initialization function. | |
err_t | mic2_init (mic2_t *ctx, mic2_cfg_t *cfg) |
Initialization function. | |
void | mic2_generic_write (mic2_t *ctx, uint8_t reg, uint8_t *data_buf, uint8_t len) |
Click Default Configuration function. | |
void | mic2_set_potentiometer (mic2_t *ctx, uint8_t ptt_value) |
Set potentiometer value. | |
err_t | mic2_read_an_pin_value (mic2_t *ctx, uint16_t *data_out) |
MIC 2 read AN pin value function. | |
err_t | mic2_read_an_pin_voltage (mic2_t *ctx, float *data_out) |
MIC 2 read AN pin voltage level function. | |
void mic2_cfg_setup | ( | mic2_cfg_t * | cfg | ) |
Config Object Initialization function.
cfg | Click configuration structure. |
This function initializes click configuration structure to init state.
void mic2_generic_write | ( | mic2_t * | ctx, |
uint8_t | reg, | ||
uint8_t * | data_buf, | ||
uint8_t | len ) |
Click Default Configuration function.
ctx | Click object. |
This function executes default configuration for MIC 2 click.
err_t mic2_init | ( | mic2_t * | ctx, |
mic2_cfg_t * | cfg ) |
Initialization function.
ctx | Click object. |
cfg | Click configuration structure. |
This function initializes all necessary pins and peripherals used for this click.
err_t mic2_read_an_pin_value | ( | mic2_t * | ctx, |
uint16_t * | data_out ) |
MIC 2 read AN pin value function.
This function reads results of AD conversion of the AN pin.
[in] | ctx | : Click context object. See mic2_t object definition for detailed explanation. |
[out] | data_out | : Output ADC result. |
0
- Success, -1
- Error. See #err_t definition for detailed explanation. err_t mic2_read_an_pin_voltage | ( | mic2_t * | ctx, |
float * | data_out ) |
MIC 2 read AN pin voltage level function.
This function reads results of AD conversion of the AN pin and converts them to proportional voltage level.
[in] | ctx | : Click context object. See mic2_t object definition for detailed explanation. |
[out] | data_out | : Output voltage level of the analog pin [V]. |
0
- Success, -1
- Error. See #err_t definition for detailed explanation. void mic2_set_potentiometer | ( | mic2_t * | ctx, |
uint8_t | ptt_value ) |
Set potentiometer value.
ctx | Click object. |
This function set the value of digital potentiometer.