This commit is contained in:
2025-11-21 00:00:56 -07:00
parent eda7c3701c
commit c70a0d42c9

View File

@@ -19,8 +19,7 @@
#endif #endif
bool pmu_flag = 0; bool pmu_flag = 0;
//XPowersPMU PMU; XPowersPMU PMU;
XPowersPMU PMUxx;
//const uint8_t i2c_sda = CONFIG_PMU_SDA; //const uint8_t i2c_sda = CONFIG_PMU_SDA;
//const uint8_t i2c_scl = CONFIG_PMU_SCL; //const uint8_t i2c_scl = CONFIG_PMU_SCL;
@@ -42,6 +41,7 @@ static const char *TAG = "axp2101.sensor";
void AXP2101Component::setup() void AXP2101Component::setup()
{ {
ESP_LOGI(TAG, "AXP2101Component::setup invoked"); ESP_LOGI(TAG, "AXP2101Component::setup invoked");
PMU.init();
#warning "axp2101.sensor basically disabled XXX" #warning "axp2101.sensor basically disabled XXX"
#if 0 #if 0