(Working) Code to interface 3 LoadCells to ADISense1000 and display values using the Labview code.

Fork of 4Bridge_ADISense1000_Example_copy by CAC_smartcushion

Embed: (wiki syntax)

« Back to documentation index

ADI_SENSE_CONNECTION Struct Reference

ADI_SENSE_CONNECTION Struct Reference
[ADI Sense Host Library API]

#include <adi_sense_api.h>

Data Fields

ADI_SENSE_CONNECTION_TYPE type
ADI_SENSE_PLATFORM_SPI_CONFIG spi
ADI_SENSE_PLATFORM_GPIO_CONFIG gpio

Detailed Description

Connection details for communication with a ADI Sense device instance.

Definition at line 77 of file adi_sense_api.h.


Field Documentation

ADI_SENSE_PLATFORM_GPIO_CONFIG gpio

GPIO connection parameters, for device reset and status I/O signals

Definition at line 83 of file adi_sense_api.h.

ADI_SENSE_PLATFORM_SPI_CONFIG spi

SPI connection parameters, required if SPI connection type is used

Definition at line 81 of file adi_sense_api.h.

Connection type selection

Definition at line 79 of file adi_sense_api.h.