Adafruit MCP3421 Arduino Library
Public Attributes | List of all members
mcp3421_config_t Struct Reference

Struct representing the configuration register of the MCP3421. More...

#include <Adafruit_MCP3421.h>

Public Attributes

uint8_t gain: 2
 
uint8_t resolution: 2
 
uint8_t mode: 1
 
uint8_t unused: 2
 
uint8_t ready: 1
 

Detailed Description

Struct representing the configuration register of the MCP3421.

Member Data Documentation

◆ gain

uint8_t mcp3421_config_t::gain

Gain bits

◆ resolution

uint8_t mcp3421_config_t::resolution

Resolution bits

◆ mode

uint8_t mcp3421_config_t::mode

Mode bit

◆ unused

uint8_t mcp3421_config_t::unused

Unused bits

◆ ready

uint8_t mcp3421_config_t::ready

Ready bit


The documentation for this struct was generated from the following file: