You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Puts the device into a standard sleep mode. This sleep mode consumes less power than the active mode but more than the deep sleep mode. The device will resume execution from the point where it entered the sleep mode.
@@ -43,7 +43,7 @@ Puts the device into a standard sleep mode. This sleep mode consumes less power
Puts the device into a deep sleep mode. The device consumes the least power in this mode but will reset when it wakes up effectively running the setup() function again.
@@ -52,7 +52,7 @@ Puts the device into a deep sleep mode. The device consumes the least power in t
0 commit comments