AD7124 Example Program
Dependencies: platform_drivers AD7124_no_OS
Diff: ad7124_regs_configs.h
- Revision:
- 2:0897873979f3
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ad7124_regs_configs.h Thu Sep 05 20:50:43 2019 +0000 @@ -0,0 +1,13 @@ +#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_ */ \ No newline at end of file