Skip to content

Instantly share code, notes, and snippets.

@smching
Created March 30, 2016 13:54
Show Gist options
  • Select an option

  • Save smching/174b0b31a68427c32259d67f638404a1 to your computer and use it in GitHub Desktop.

Select an option

Save smching/174b0b31a68427c32259d67f638404a1 to your computer and use it in GitHub Desktop.
Arduino电子密码锁
if (retryCount > 0) { //if someone have entered wrong password
if (millis() >= previousMillis + AUTO_RESET_RETRY_COUNT * 60000) {
resetRetryCount();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment