BQ28Z610 Driver
BQ28Z610 Battery fuel gauge device driver for Arduino
Static Public Attributes
SecurityMode Class Reference

Constants for securityMode() result. More...

#include <globals.h>

Static Public Attributes

static const byte FULL_ACCESS = 1
 
static const byte UNSEALED = 2
 
static const byte SEALED = 3
 

Detailed Description

Constants for securityMode() result.

Field Documentation

◆ FULL_ACCESS

const byte SecurityMode::FULL_ACCESS = 1
static

(SEC1, SEC0) = (0, 1)

◆ SEALED

const byte SecurityMode::SEALED = 3
static

(SEC1, SEC0) = (1, 1)

◆ UNSEALED

const byte SecurityMode::UNSEALED = 2
static

(SEC1, SEC0) = (1, 0)


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