ESPHome  2024.4.1
Data Structures | Namespaces | Typedefs | Variables
sen21231.h File Reference

Go to the source code of this file.

Data Structures

class  esphome::sen21231_sensor::Sen21231Sensor
 

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::sen21231_sensor
 

Typedefs

using esphome::sen21231_sensor::person_sensor_results_header_t = struct { uint8_t reserved[2]
 
using esphome::sen21231_sensor::person_sensor_face_t = struct __attribute__((__packed__)) { uint8_t box_confidence
 
using esphome::sen21231_sensor::person_sensor_results_t = struct __attribute__((__packed__)) { person_sensor_results_header_t header
 

Variables

uint16_t esphome::sen21231_sensor::data_size
 
uint8_t esphome::sen21231_sensor::box_left
 
uint8_t esphome::sen21231_sensor::box_top
 
uint8_t esphome::sen21231_sensor::box_right
 
uint8_t esphome::sen21231_sensor::box_bottom
 
int8_t esphome::sen21231_sensor::id_confidence
 
int8_t esphome::sen21231_sensor::id
 
uint8_t esphome::sen21231_sensor::is_facing
 
int8_t esphome::sen21231_sensor::num_faces
 
person_sensor_face_t esphome::sen21231_sensor::faces [PERSON_SENSOR_MAX_FACES_COUNT]
 
uint16_t esphome::sen21231_sensor::checksum