#ifndef SEN0472_H #define SEN0472_H // --- DIRECCIÓN I2C --- #define SEN0472_I2C_ADDR 0x74 // --- COMANDOS --- #define SEN0472_CTYP 0x78 #define SEN0472_QA 0x04 #define SEN0472_READ 0x86 // --- DECLARACIÓN DE MÉTODOS PARA sen0472.c --- double getO3(int fd, double *o3_valor); // O3 (Ozono) int changeQA_O3(int fd); // Cambio a modo Q&A #endif // SEN0472_H