LieBtrau / arduino-ntag

Arduino library to interface with the NXP NTAG (NT3H1101 and NT3H1201)
GNU General Public License v2.0
29 stars 7 forks source link

llcp.h #1

Closed ghost closed 7 years ago

ghost commented 8 years ago

Hi - I get an error:

ntagTest.ino:2:18: fatal error: llcp.h: No such file or directory

Btw: Is this libray to communicate by

regards, pit

LieBtrau commented 8 years ago

Hi pit, The llcp.h is not needed. I cleaned up the include-directives in the example. The readme file has also been updated. There should no longer be confusion now about the use of the library: I²C with the NT3H1101. Make sure you have installed the two additional libraries as mentioned in the readme.