modules/woz_nfc/src/pn532_bus.h
openaliro/openaliro
Module

pn532_bus.h

Bus binding for the PN532 driver. One implementation is compiled in per…

modules/woz_nfc/src/pn532_bus.h

Overview

Bus binding for the PN532 driver. One implementation is compiled in per build (currently SPI: pn532_bus_spi.c). The transport uses only these neutral names, so swapping the physical bus never touches pn532.c or transport_pn532.cpp.

depends on pn532.h  ·  used by pn532_bus_spi.c transport_pn532.cpp

API

Fint pn532_bus_init(void)

modules/woz_nfc/src/pn532_bus.h:14

Fvoid * pn532_bus_ctx(void)

modules/woz_nfc/src/pn532_bus.h:18