shuttle 2.0.0.0
|
Functions | |
void | shuttle_cfg_setup (shuttle_cfg_t *cfg) |
Config Object Initialization function. | |
SHUTTLE_RETVAL | shuttle_init (shuttle_t *ctx, shuttle_cfg_t *cfg) |
Initialization function. | |
void | shuttle_set_pin_high (digital_out_t *pin) |
Set pin high function. | |
void | shuttle_set_pin_low (digital_out_t *pin) |
Set pin low function. | |
void shuttle_cfg_setup | ( | shuttle_cfg_t * | cfg | ) |
Config Object Initialization function.
cfg | Click configuration structure. |
@description This function initializes click configuration structure to init state.
SHUTTLE_RETVAL shuttle_init | ( | shuttle_t * | ctx, |
shuttle_cfg_t * | cfg ) |
Initialization function.
shuttle | Click object. |
cfg | Click configuration structure. |
@description This function initializes all necessary pins and peripherals used for this click.
void shuttle_set_pin_high | ( | digital_out_t * | pin | ) |
Set pin high function.
pin | Output pin adress variable. |
@description This function sets the output voltage on the specified pin to high.
void shuttle_set_pin_low | ( | digital_out_t * | pin | ) |
Set pin low function.
pin | Output pin adress variable. |
@description This function sets the output voltage on the specified pin to low.