wheatstone 2.0.0.0
|
Functions | |
void | wheatstone_cfg_setup (wheatstone_cfg_t *cfg) |
Config Object Initialization function. | |
err_t | wheatstone_init (wheatstone_t *ctx, wheatstone_cfg_t *cfg) |
Initialization function. | |
void | wheatstone_set_potentiometer (wheatstone_t *ctx, uint8_t pot_value) |
Set potentiometer ( 0 - 100k ) | |
err_t | wheatstone_read_an_pin_value (wheatstone_t *ctx, uint16_t *data_out) |
Wheatstone read AN pin value function. | |
err_t | wheatstone_read_an_pin_voltage (wheatstone_t *ctx, float *data_out) |
Wheatstone read AN pin voltage level function. | |
void wheatstone_cfg_setup | ( | wheatstone_cfg_t * | cfg | ) |
Config Object Initialization function.
cfg | Click configuration structure. |
This function initializes click configuration structure to init state.
err_t wheatstone_init | ( | wheatstone_t * | ctx, |
wheatstone_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 wheatstone_read_an_pin_value | ( | wheatstone_t * | ctx, |
uint16_t * | data_out ) |
Wheatstone read AN pin value function.
This function reads results of AD conversion of the AN pin.
[in] | ctx | : Click context object. See wheatstone_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 wheatstone_read_an_pin_voltage | ( | wheatstone_t * | ctx, |
float * | data_out ) |
Wheatstone 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 wheatstone_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 wheatstone_set_potentiometer | ( | wheatstone_t * | ctx, |
uint8_t | pot_value ) |
Set potentiometer ( 0 - 100k )
ctx | Click object. |
pot_value | Value ( 0x00 - 0xFF ) |
This function set 8-bit wiper positions data via SPI on the TPL0501 chip register.