AD7124 Example Program

Dependencies:   platform_drivers AD7124_no_OS

ad7124_regs_configs.h

Committer:
MitchAD
Date:
2019-09-05
Revision:
2:0897873979f3

File content as of revision 2:0897873979f3:

#ifndef AD7124_REGS_CONFIGS_H_
#define AD7124_REGS_CONFIGS_H_

#include "ad7124.h"

/*
 * Arrays holding the info for the AD7124 registers - address, initial value,
 * size and access type.
 */
extern struct ad7124_st_reg ad7124_regs_default[AD7124_REG_NO];
extern struct ad7124_st_reg ad7124_regs_custom[AD7124_REG_NO];

#endif /* AD7124_REGS_CONFIGS_H_ */