Skip to content

Commit

Permalink
ultralight
Browse files Browse the repository at this point in the history
  • Loading branch information
don committed Feb 17, 2016
1 parent 6f2f5cc commit 3ecd97f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/WriteTag/WriteTag.ino
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ void setup() {
}

void loop() {
Serial.println("\nPlace a formatted Mifare Classic NFC tag on the reader.");
Serial.println("\nPlace a formatted Mifare Classic or Ultralight NFC tag on the reader.");
if (nfc.tagPresent()) {
NdefMessage message = NdefMessage();
message.addUriRecord("http://arduino.cc");
Expand Down

0 comments on commit 3ecd97f

Please sign in to comment.