1 //-----------------------------------------------------------------------------
2 // Copyright (C) 2012 Chalk <chalk.secu at gmail.com>
3 // 2015 Dake <thomas.cayrou at gmail.com>
5 // This code is licensed to you under the terms of the GNU GPL, version 2 or,
6 // at your option, any later version. See the LICENSE.txt file for the text of
8 //-----------------------------------------------------------------------------
9 // Low frequency PCF7931 commands
10 //-----------------------------------------------------------------------------
12 #ifndef CMDLFPCF7931_H__
13 #define CMDLFPCF7931_H__
17 struct pcf7931_config
{
21 int16_t OffsetPosition
;
24 int pcf7931_resetConfig(void);
25 int pcf7931_printConfig(void);
27 int CmdLFPCF7931(const char *Cmd
);