terminal 2.0.0.0
|
This file contains API for Terminal Click driver. More...
#include "drv_digital_out.h"
Go to the source code of this file.
Data Structures | |
struct | terminal_t |
Click ctx object definition. More... | |
struct | terminal_cfg_t |
Click configuration structure definition. More... | |
Macros | |
#define | TERMINAL_MAP_MIKROBUS(cfg, mikrobus) |
#define | TERMINAL_RETVAL uint8_t |
#define | TERMINAL_OK 0x00 |
#define | TERMINAL_INIT_ERROR 0xFF |
Functions | |
void | terminal_cfg_setup (terminal_cfg_t *cfg) |
Config Object Initialization function. | |
TERMINAL_RETVAL | terminal_init (terminal_t *ctx, terminal_cfg_t *cfg) |
Initialization function. | |
void | terminal_set_pin_high (digital_out_t *pin) |
Set pin high function. | |
void | terminal_set_pin_low (digital_out_t *pin) |
Set pin low function. | |
This file contains API for Terminal Click driver.