![](/media/cache/img/default_profile.jpg.50x50_q85.jpg)
AD7124 Example Program
Dependencies: platform_drivers AD7124_no_OS
ad7124_regs_configs.h@2:0897873979f3, 2019-09-05 (annotated)
- Committer:
- MitchAD
- Date:
- Thu Sep 05 20:50:43 2019 +0000
- Revision:
- 2:0897873979f3
Initial commit for the AD7124 Example Program
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
MitchAD | 2:0897873979f3 | 1 | #ifndef AD7124_REGS_CONFIGS_H_ |
MitchAD | 2:0897873979f3 | 2 | #define AD7124_REGS_CONFIGS_H_ |
MitchAD | 2:0897873979f3 | 3 | |
MitchAD | 2:0897873979f3 | 4 | #include "ad7124.h" |
MitchAD | 2:0897873979f3 | 5 | |
MitchAD | 2:0897873979f3 | 6 | /* |
MitchAD | 2:0897873979f3 | 7 | * Arrays holding the info for the AD7124 registers - address, initial value, |
MitchAD | 2:0897873979f3 | 8 | * size and access type. |
MitchAD | 2:0897873979f3 | 9 | */ |
MitchAD | 2:0897873979f3 | 10 | extern struct ad7124_st_reg ad7124_regs_default[AD7124_REG_NO]; |
MitchAD | 2:0897873979f3 | 11 | extern struct ad7124_st_reg ad7124_regs_custom[AD7124_REG_NO]; |
MitchAD | 2:0897873979f3 | 12 | |
MitchAD | 2:0897873979f3 | 13 | #endif /* AD7124_REGS_CONFIGS_H_ */ |