Fork of Ds3231 library that replaces inheritance of I2C class with a private member var of type I2C *

Dependents:   ard2pmod DS3231_Alarm_Demo MAXREFDES130_131_Demo MAXREFDES130_Demo

Fork of ds3231 by Maxim Integrated

Embed: (wiki syntax)

« Back to documentation index

ds3231_cntl_stat_t Struct Reference

ds3231_cntl_stat_t Struct Reference

ds3231_cntl_stat_t - Struct for containing control and status register data. More...

#include <ds3231.h>


Detailed Description

ds3231_cntl_stat_t - Struct for containing control and status register data.

Members:

  • uint8_t control - Binary data for read/write of control register
  • uint8_t status - Binary data for read/write of status register

Definition at line 148 of file ds3231.h.