AD7124 no-OS library files

Revision:
1:22ed45e195a9
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ad7124_regs.h	Thu Sep 05 20:45:41 2019 +0000
@@ -0,0 +1,10 @@
+#ifndef __AD7124_REGS_H__
+#define __AD7124_REGS_H__
+
+#include "ad7124.h"
+
+/*! Array holding the info for the ad7124 registers - address, initial value,
+    size and access type. */
+extern struct ad7124_st_reg ad7124_regs[AD7124_REG_NO];
+
+#endif /* __AD7124_REGS_H__ */
\ No newline at end of file