Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created June 4, 2021 17:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/39590b66fe262f153c15d753f13c6069 to your computer and use it in GitHub Desktop.
Save parzibyte/39590b66fe262f153c15d753f13c6069 to your computer and use it in GitHub Desktop.
char mensaje[] = "parzibyte";
bool escrituraExitosa = escribir(mensaje);
if (escrituraExitosa)
{
Serial.println("Escrito ok");
}
else
{
Serial.println("Error escribiendo. Tal vez no hay RFID presente");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment