mirror of
https://github.com/eclipse/upm.git
synced 2025-07-04 02:41:14 +03:00
pn532: initial implementation
This driver was written using an Adafruit PN532 board: http://www.adafruit.com/products/364 It is based heavily on their arduino code, with significant modifications. Signed-off-by: Jon Trulson <jtrulson@ics.com> Signed-off-by: Zion Orent <zorent@ics.com> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:

committed by
Mihai Tudor Panu

parent
fc3a884024
commit
c586cd5177
5
src/pn532/CMakeLists.txt
Normal file
5
src/pn532/CMakeLists.txt
Normal file
@ -0,0 +1,5 @@
|
||||
set (libname "pn532")
|
||||
set (libdescription "upm pn532 NFC/RFID reader/writer")
|
||||
set (module_src ${libname}.cxx)
|
||||
set (module_h ${libname}.h)
|
||||
upm_module_init()
|
Reference in New Issue
Block a user