AppNearMe µNFC stack for the NXP PN532 chip License: You can use the stack free of charge to prototype with mbed; if you want to use the stack with your commercial product, get in touch!

Dependents:   IOT_sensor_nfc AppNearMe_MuNFC_PN532_Test p2p_nfc_test NFCMoodLamp ... more

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers pn532_irq.h Source File

pn532_irq.h

00001 /*
00002     pn532_irq.h 
00003     Copyright (c) Donatien Garnier 2012
00004     donatien.garnier@appnearme.com
00005     http://www.appnearme.com/
00006 */
00007 
00008 #ifndef PN532_IRQ_H_
00009 #define PN532_IRQ_H_
00010 
00011 #ifdef __cplusplus
00012 extern "C" {
00013 #endif
00014 
00015 void pn532_irq_init(void);
00016 
00017 int pn532_irq_wait(int timeout);
00018 
00019 bool pn532_irq_state(void);
00020 
00021 #ifdef __cplusplus
00022 }
00023 #endif
00024 
00025 #endif /* PN532_IRQ_H_ */