ESPHome  2024.4.1
Data Structures | Namespaces | Enumerations
as7341.h File Reference

Go to the source code of this file.

Data Structures

class  esphome::as7341::AS7341Component
 

Namespaces

 esphome
 This is a workaround until we can figure out a way to get the tflite-micro idf component code available in CI.
 
 esphome::as7341
 

Enumerations

enum  esphome::as7341::AS7341AdcChannel {
  esphome::as7341::AS7341_ADC_CHANNEL_0, esphome::as7341::AS7341_ADC_CHANNEL_1, esphome::as7341::AS7341_ADC_CHANNEL_2, esphome::as7341::AS7341_ADC_CHANNEL_3,
  esphome::as7341::AS7341_ADC_CHANNEL_4, esphome::as7341::AS7341_ADC_CHANNEL_5
}
 
enum  esphome::as7341::AS7341SmuxCommand { esphome::as7341::AS7341_SMUX_CMD_ROM_RESET, esphome::as7341::AS7341_SMUX_CMD_READ, esphome::as7341::AS7341_SMUX_CMD_WRITE }
 
enum  esphome::as7341::AS7341Gain {
  esphome::as7341::AS7341_GAIN_0_5X, esphome::as7341::AS7341_GAIN_1X, esphome::as7341::AS7341_GAIN_2X, esphome::as7341::AS7341_GAIN_4X,
  esphome::as7341::AS7341_GAIN_8X, esphome::as7341::AS7341_GAIN_16X, esphome::as7341::AS7341_GAIN_32X, esphome::as7341::AS7341_GAIN_64X,
  esphome::as7341::AS7341_GAIN_128X, esphome::as7341::AS7341_GAIN_256X, esphome::as7341::AS7341_GAIN_512X
}