x
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user