matrixr 2.0.0.0
|
This file contains API for Matrix R Click Driver. More...
#include "drv_digital_out.h"
#include "drv_digital_in.h"
#include "drv_spi_master.h"
Go to the source code of this file.
Data Structures | |
struct | matrixr_t |
Click ctx object definition. More... | |
struct | matrixr_cfg_t |
Click configuration structure definition. More... | |
Functions | |
void | matrixr_cfg_setup (matrixr_cfg_t *cfg) |
Config Object Initialization function. | |
MATRIXR_RETVAL | matrixr_init (matrixr_t *ctx, matrixr_cfg_t *cfg) |
Initialization function. | |
void | matrixr_default_cfg (matrixr_t *ctx) |
Click Default Configuration function. | |
void | matrixr_display_characters (matrixr_t *ctx, uint8_t left_char, uint8_t right_char) |
Display characters function. | |
void | matrixr_write_reg (matrixr_t *ctx, uint8_t address, uint8_t input_data) |
Register write function. | |
void | matrixr_set_csn_high (matrixr_t *ctx) |
Set CSN pin to high function. | |
void | matrixr_set_csn_low (matrixr_t *ctx) |
Set CSN pin to low function. | |
This file contains API for Matrix R Click Driver.