pot 2.0.0.0
|
Functions | |
void | pot_cfg_setup (pot_cfg_t *cfg) |
POT configuration object setup function. | |
err_t | pot_init (pot_t *ctx, pot_cfg_t *cfg) |
POT initialization function. | |
err_t | pot_read_an_pin_value (pot_t *ctx, uint16_t *data_out) |
POT read AN pin value function. | |
err_t | pot_read_an_pin_voltage (pot_t *ctx, float *data_out) |
POT read AN pin voltage level function. | |
void pot_cfg_setup | ( | pot_cfg_t * | cfg | ) |
POT configuration object setup function.
This function initializes click configuration structure to initial values.
[out] | cfg | : Click configuration structure. See pot_cfg_t object definition for detailed explanation. |
POT initialization function.
This function initializes all necessary pins and peripherals used for this click board.
[out] | ctx | : Click context object. See pot_t object definition for detailed explanation. |
[in] | cfg | : Click configuration structure. See pot_cfg_t object definition for detailed explanation. |
0
- Success, -1
- Error. See #err_t definition for detailed explanation. err_t pot_read_an_pin_value | ( | pot_t * | ctx, |
uint16_t * | data_out ) |
POT read AN pin value function.
This function reads results of AD conversion of the AN pin.
[in] | ctx | : Click context object. See pot_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 pot_read_an_pin_voltage | ( | pot_t * | ctx, |
float * | data_out ) |
POT 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 pot_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.