MCP3428.h 220 B

12345678
  1. #include <Wire.h>
  2. #define MCP3428_ADDRESS 0x68 // Adresse I2C du MCP3428
  3. #define VREFMCP 0.0000625// Tension de référence en volt
  4. byte getChannelConfigByte(int channel);
  5. float MCP3428_Read(uint8_t channel);