test

Revision:
0:54613210d97a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ltc2309.h	Tue Jun 08 08:22:16 2021 +0000
@@ -0,0 +1,20 @@
+#ifndef ltc2309_H
+#define ltc2309_H
+
+#define LTC2309Adresse 0x10  // adresse 0b00010000 adresse decalé à gauche d'1 bit pour laisser la place a r/W
+#define LTC2309Frequence 200000  // 200k pour les tests
+
+    #define CH0c  0
+    #define CH1c  1
+    #define CH2c  2
+    #define CH3c  3
+    #define CH4c  4
+    #define CH5c  5
+    #define CH6c  6
+    #define CH7c  7
+
+void LTC2309Init(void);
+float LTC2309read(unsigned NumEntree);
+void LTC2309Autozero(void);
+
+#endif
\ No newline at end of file