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
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!
PN532/munfc/drv/pn512/pn512.h@13:6f98851e025b, 2013-01-15 (annotated)
- Committer:
- AppNearMe
- Date:
- Tue Jan 15 15:34:39 2013 +0000
- Revision:
- 13:6f98851e025b
- Parent:
- 10:2af578c635cd
renamed rtos.h to platform_rtos.h to prevent insludes mess
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
AppNearMe | 10:2af578c635cd | 1 | /* |
AppNearMe | 10:2af578c635cd | 2 | pn512.h |
AppNearMe | 10:2af578c635cd | 3 | Copyright (c) Donatien Garnier 2012 |
AppNearMe | 10:2af578c635cd | 4 | donatien.garnier@appnearme.com |
AppNearMe | 10:2af578c635cd | 5 | http://www.appnearme.com/ |
AppNearMe | 10:2af578c635cd | 6 | */ |
AppNearMe | 10:2af578c635cd | 7 | |
AppNearMe | 10:2af578c635cd | 8 | #ifndef PN512_H_ |
AppNearMe | 10:2af578c635cd | 9 | #define PN512_H_ |
AppNearMe | 10:2af578c635cd | 10 | |
AppNearMe | 10:2af578c635cd | 11 | #ifdef __cplusplus |
AppNearMe | 10:2af578c635cd | 12 | extern "C" { |
AppNearMe | 10:2af578c635cd | 13 | #endif |
AppNearMe | 10:2af578c635cd | 14 | |
AppNearMe | 10:2af578c635cd | 15 | /* |
AppNearMe | 10:2af578c635cd | 16 | * To be called on each interrupt |
AppNearMe | 10:2af578c635cd | 17 | */ |
AppNearMe | 10:2af578c635cd | 18 | void pn512_irq(void); |
AppNearMe | 10:2af578c635cd | 19 | |
AppNearMe | 10:2af578c635cd | 20 | #ifdef __cplusplus |
AppNearMe | 10:2af578c635cd | 21 | } |
AppNearMe | 10:2af578c635cd | 22 | #endif |
AppNearMe | 10:2af578c635cd | 23 | |
AppNearMe | 10:2af578c635cd | 24 | #endif /* PN512_H_ */ |