CNA ltc1655 et adg715

Dependencies:   mbed

Revision:
0:fbc63633ebee
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/branche_capt.h	Wed Jun 10 07:20:17 2015 +0000
@@ -0,0 +1,7 @@
+    int branche_capteur (char num_capteur) 
+    { 
+    char data[1];
+    data[0]=0x03;
+    const int addr = 0x90;
+    i2c.write( addr, data,1);
+    } 
\ No newline at end of file