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
problem sovled,LGT sleep function can't work in "attachInterrupt CHANGE" mode:
change
attachInterrupt(0, function, CHANGE);
to
attachInterrupt(0, function, FALLING);
the code for AVR:
modify the code to debug for LGT:
the result:
11500
pass
12801
pass
14101
pass
15401
pass
The text was updated successfully, but these errors were encountered: