Skip to content

File T6793_API.h

FileList > firmware > T6793_API.h

Go to the source code of this file

Header for the Telaire T6793-5K CO2 sensor API. More...

  • #include <Arduino.h>

Public Attributes

Type Name
uint16_t t6793_co2
Definition of the global variable.

Public Functions

Type Name
void t6793_inicializar (void)
Initializes the T6793 sensor, configures I2C communication and disables ABC calibration.
bool t6793_leer (void)
Reads the CO2 value from the sensor and updates the global variable 't6793_co2'.

Detailed Description

Declares functions and global variables for this specific sensor, using the T67XX base library.

Author:

[ALD-DSL/ATARI_RESEARCH_LAB]

Date:

[2024-07-22/2025-10-15]

Version:

2.0

Copyright:

GNU General Public License version 3 or later

Note:

This module is an abstraction layer over the T67XX library.

Public Attributes Documentation

variable t6793_co2

Definition of the global variable.

uint16_t t6793_co2;


Public Functions Documentation

function t6793_inicializar

Initializes the T6793 sensor, configures I2C communication and disables ABC calibration.

void t6793_inicializar (
    void
) 


function t6793_leer

Reads the CO2 value from the sensor and updates the global variable 't6793_co2'.

bool t6793_leer (
    void
) 

Returns:

True if the reading was successful.



The documentation for this class was generated from the following file firmware/T6793_API.h