#ifndef SEN0471_H #define SEN0471_H // --- DIRECCIÓN I2C --- #define SEN0471_I2C_ADDR 0x75 // --- COMANDOS --- #define SEN0471_CTYP 0x78 #define SEN0471_QA 0x04 #define SEN0471_READ 0x86 // --- DECLARACIÓN DE MÉTODOS PARA sen0472.c --- double getNO2(int fd, double *no2_valor); // NO2 (Ozono) int changeQA_NO2(int fd); // Cambio a modo Q&A #endif // SEN0471_H