Skip to content

File T67XX.cpp

FileList > firmware > T67XX.cpp

Go to the source code of this file

This is a library for the Telaire T67XX series miniature CO2 sensor module.More...

  • #include "T67XX.h"
  • #include "Debug.h"

Macros

Type Name
define DEBUG_LEVEL [**DEBUG\_T6793**](Debug_8h.md#define-debug_t6793)
Redefinition of debug level for this source file.
define DEBUG_TAG "T67XX"
Tag when sending debug messages.

Detailed Description

These sensors use UART and I2C to communicate. This library is designed for the I2C communication option. 2 pins are required for the interface. To enable I2C communication, connect pin CTRL (pin 6 of the module) to GND.

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 based on the library by Yaroslav Osadchyy (drug123@gmail.com) with MIT License

Copyright (c) 2020 Yaroslav Osadchyy (drug123@gmail.com) https://github.com/drug123/T67XX

MIT license, all text above must be included in any redistribution

Macro Definition Documentation

define DEBUG_LEVEL

Redefinition of debug level for this source file.

#define DEBUG_LEVEL `DEBUG_T6793`


define DEBUG_TAG

Tag when sending debug messages.

#define DEBUG_TAG `"T67XX"`



The documentation for this class was generated from the following file firmware/T67XX.cpp