stm32duino / X-NUCLEO-NFC03A1

Arduino library to support NFC card reader expansion board based on ST25R95

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build under Linux is failed

fpistm opened this issue · comments

Library cannot be build under Linux:

libraries/STM32duino_X-NUCLEO-NFC03A1/src/lib_95HF_wrapper.cpp:36:22: fatal error: lib_ndef.h: No such file or directory
 #include "lib_ndef.h"

It seems to be a case sensitive issue.
In the library source this is not "lib_ndef.h" but "lib_NDEF.h", probably there are some other similar issue with other include file name.