mirror of
https://github.com/Vale54321/schafkopf-bot.git
synced 2025-12-16 03:39:34 +01:00
added arduino nfcReader files (#42)
This commit is contained in:
committed by
GitHub
parent
76cb0eaf1a
commit
6259d0bef3
16
Arduino/nfcReader/NDEF/Ndef.h
Normal file
16
Arduino/nfcReader/NDEF/Ndef.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef Ndef_h
|
||||
#define Ndef_h
|
||||
|
||||
/* NOTE: To use the Ndef library in your code, don't include Ndef.h
|
||||
See README.md for details on which files to include in your sketch.
|
||||
*/
|
||||
|
||||
#include <Arduino.h>
|
||||
|
||||
#define NULL (void *)0
|
||||
|
||||
void PrintHex(const byte *data, const long numBytes);
|
||||
void PrintHexChar(const byte *data, const long numBytes);
|
||||
void DumpHex(const byte *data, const long numBytes, const int blockSize);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user