diff --git a/src/PowersSY6970.tpp b/src/PowersSY6970.tpp index 465c7e3..f99a96a 100644 --- a/src/PowersSY6970.tpp +++ b/src/PowersSY6970.tpp @@ -167,6 +167,11 @@ public: return (res & 0x03); } + void resetDefault() + { + setRegisterBit(POWERS_SY6970_REG_14H, 7); + } + bool init() { return begin(); @@ -987,7 +992,7 @@ private: return false; } // Set the minimum operating voltage. Below this voltage, the PMU will protect - setSysPowerDownVoltage(3300); + // setSysPowerDownVoltage(3300); //Default disable Watchdog disableWatchdog();