eeg 2.0.0.0
|
API for configuring and manipulating EEG Click driver. More...
Topics | |
EEG MikroBUS Map | |
MikroBUS pin mapping of EEG Click driver. | |
Functions | |
void | eeg_cfg_setup (eeg_cfg_t *cfg) |
EEG configuration object setup function. | |
err_t | eeg_init (eeg_t *ctx, eeg_cfg_t *cfg) |
EEG initialization function. | |
err_t | eeg_read_an_pin_value (eeg_t *ctx, uint16_t *data_out) |
EEG read AN pin value function. | |
err_t | eeg_read_an_pin_voltage (eeg_t *ctx, float *data_out) |
EEG read AN pin voltage level function. | |
API for configuring and manipulating EEG Click driver.
Any initialization code needed for MCU to function properly. Do not remove this line or clock might not be set correctly.
void eeg_cfg_setup | ( | eeg_cfg_t * | cfg | ) |
EEG configuration object setup function.
This function initializes click configuration structure to initial values.
[out] | cfg | : Click configuration structure. See eeg_cfg_t object definition for detailed explanation. |
EEG initialization function.
This function initializes all necessary pins and peripherals used for this click board.
[out] | ctx | : Click context object. See eeg_t object definition for detailed explanation. |
[in] | cfg | : Click configuration structure. See eeg_cfg_t object definition for detailed explanation. |
0
- Success, -1
- Error.err_t eeg_read_an_pin_value | ( | eeg_t * | ctx, |
uint16_t * | data_out ) |
EEG read AN pin value function.
This function reads results of AD conversion of the AN pin.
[in] | ctx | : Click context object. See eeg_t object definition for detailed explanation. |
[out] | data_out | : Output ADC result. |
0
- Success, -1
- Error.err_t eeg_read_an_pin_voltage | ( | eeg_t * | ctx, |
float * | data_out ) |
EEG 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 eeg_t object definition for detailed explanation. |
[out] | data_out | : Output voltage level of the analog pin [V]. |
0
- Success, -1
- Error.