hautot hautot
/
carte_mesure
CNA ltc1655 et adg715
Diff: branche_capt.h
- Revision:
- 0:fbc63633ebee
diff -r 000000000000 -r fbc63633ebee branche_capt.h --- /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