optoencoder4 2.1.0.0
|
API for configuring and manipulating Opto Encoder 4 Click driver. More...
Topics | |
Opto Encoder 4 MikroBUS Map | |
MikroBUS pin mapping of Opto Encoder 4 Click driver. | |
Functions | |
void | optoencoder4_cfg_setup (optoencoder4_cfg_t *cfg) |
Opto Encoder 4 configuration object setup function. | |
err_t | optoencoder4_init (optoencoder4_t *ctx, optoencoder4_cfg_t *cfg) |
Opto Encoder 4 initialization function. | |
uint8_t | optoencoder4_get_out_pin (optoencoder4_t *ctx) |
Opto Encoder 4 get out pin function. | |
uint8_t | optoencoder4_get_our_pin (optoencoder4_t *ctx) |
Opto Encoder 4 get our pin function. | |
API for configuring and manipulating Opto Encoder 4 Click driver.
Any initialization code needed for MCU to function properly. Do not remove this line or clock might not be set correctly.
void optoencoder4_cfg_setup | ( | optoencoder4_cfg_t * | cfg | ) |
Opto Encoder 4 configuration object setup function.
This function initializes click configuration structure to initial values.
[out] | cfg | : Click configuration structure. See optoencoder4_cfg_t object definition for detailed explanation. |
uint8_t optoencoder4_get_our_pin | ( | optoencoder4_t * | ctx | ) |
Opto Encoder 4 get our pin function.
This function returns the output pin reversed logic state.
[in] | ctx | : Click context object. See optoencoder4_t object definition for detailed explanation. |
0
- Low pin state, 1
- High pin state. uint8_t optoencoder4_get_out_pin | ( | optoencoder4_t * | ctx | ) |
Opto Encoder 4 get out pin function.
This function returns the output pin logic state.
[in] | ctx | : Click context object. See optoencoder4_t object definition for detailed explanation. |
0
- Low pin state, 1
- High pin state. err_t optoencoder4_init | ( | optoencoder4_t * | ctx, |
optoencoder4_cfg_t * | cfg ) |
Opto Encoder 4 initialization function.
This function initializes all necessary pins and peripherals used for this click board.
[out] | ctx | : Click context object. See optoencoder4_t object definition for detailed explanation. |
[in] | cfg | : Click configuration structure. See optoencoder4_cfg_t object definition for detailed explanation. |
0
- Success, -1
- Error. See #err_t definition for detailed explanation.