Skip to content

Commit

Permalink
chore: prefix files with MFRC522v2-NDEF/
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuller committed Jan 27, 2024
1 parent 2267086 commit 1f72126
Show file tree
Hide file tree
Showing 13 changed files with 6 additions and 7 deletions.
3 changes: 3 additions & 0 deletions src/MFRC522v2-NDEF.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#include "MFRC522v2-NDEF/constants.hpp"
#include "MFRC522v2-NDEF/message.hpp"
#include "MFRC522v2-NDEF/record.hpp"
4 changes: 0 additions & 4 deletions src/MFRC522v2-NDEF.hpp

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/MessageTest/MessageTest.ino
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#line 2 "MessageTest.ino"

#include <AUnitVerbose.h>
#include <MFRC522v2-NDEF.hpp>
#include <MFRC522v2-NDEF.h>

test(message_constructor)
{
Expand Down
2 changes: 1 addition & 1 deletion tests/RecordTest/RecordTest.ino
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#line 2 "RecordTest.ino"

#include <AUnitVerbose.h>
#include <MFRC522v2-NDEF.hpp>
#include <MFRC522v2-NDEF.h>

test(record_constructor)
{
Expand Down
2 changes: 1 addition & 1 deletion tests/UriTest/UriTest.ino
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#line 2 "UriTest.ino"

#include <AUnitVerbose.h>
#include <MFRC522v2-NDEF.hpp>
#include <MFRC522v2-NDEF/uri.hpp>

// NFCForum-TS-RTD_URI_1.0.pdf - A.1
test(build_ndef_uri_payload__simple)
Expand Down

0 comments on commit 1f72126

Please sign in to comment.