ESPHome  2024.4.2
Data Structures | Namespaces | Enumerations
as5600.h File Reference

Go to the source code of this file.

Data Structures

class  esphome::as5600::AS5600Component
 

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

Enumerations

enum  esphome::as5600::EndPositionMode : uint8_t { esphome::as5600::END_MODE_RANGE, esphome::as5600::END_MODE_POSITION }
 
enum  esphome::as5600::OutRangeMode : uint8_t { esphome::as5600::OUT_RANGE_MODE_MIN_MAX, esphome::as5600::OUT_RANGE_MODE_NAN }
 
enum  esphome::as5600::AS5600MagnetStatus : uint8_t { esphome::as5600::MAGNET_GONE = 2, esphome::as5600::MAGNET_OK = 4, esphome::as5600::MAGNET_STRONG = 5, esphome::as5600::MAGNET_WEAK = 6 }