arduino-libraries / ArduinoECCX08

76 stars 49 forks source link

Put in idle mode on begin, bump wake/sleep/idle delays to match datasheet #7

Closed sandeepmistry closed 5 years ago

sandeepmistry commented 5 years ago

This is an attempt to reduce .begin() failures.

sandeepmistry commented 5 years ago

Without these changes error code 0xEE ("Watchdog About to Expire") would occasionally seen on begin(), from my testing so far putting in idle mode seems to avoid them.

cc/ @mattiabertorello