Host API Example for the ADMW1001

Embed: (wiki syntax)

« Back to documentation index

ADMW1001_DIGITAL_SENSOR_COMMAND Struct Reference

ADMW1001_DIGITAL_SENSOR_COMMAND Struct Reference
[ADMW1001 Host Library API]

#include <admw1001_config.h>

Data Fields

uint8_t command [ADMW1001_SENSOR_COMMAND_MAX_LENGTH]
uint8_t commandLength

Detailed Description

ADMW1001 digital sensor command

Note:
applicable only to SPI and I2C digital sensor channels

Definition at line 628 of file admw1001_config.h.


Field Documentation

uint8_t command[ADMW1001_SENSOR_COMMAND_MAX_LENGTH]

Optional command bytes to send to the device

Definition at line 631 of file admw1001_config.h.

uint8_t commandLength

Number of valid command bytes. Set to 0 if unused

Definition at line 633 of file admw1001_config.h.