ds1307_params.h File Reference

Default configuration for DS1307 devices. More...

Detailed Description

Default configuration for DS1307 devices.

Author
Martine Lenders m.len.nosp@m.ders.nosp@m.@fu-b.nosp@m.erli.nosp@m.n.de

Definition in file ds1307_params.h.

#include "board.h"
#include "ds1307.h"
+ Include dependency graph for ds1307_params.h:

Go to the source code of this file.

Variables

static const ds1307_params_t ds1307_params []
 DS1307 configuration. More...
 

Default configuration parameters for the DS1307 driver

#define DS1307_PARAM_I2C   (I2C_DEV(0))
 
#define DS1307_PARAMS   { .i2c = DS1307_PARAM_I2C }
 

Variable Documentation

◆ ds1307_params

const ds1307_params_t ds1307_params[]
static
Initial value:
=
{
DS1307_PARAMS
}

DS1307 configuration.

Definition at line 44 of file ds1307_params.h.