camme / node-nfc

A first try at binding libnfc to node. This project is right now not good enough to use.
68 stars 39 forks source link

remove struct initialization fields for older compilers #5

Closed mrose17 closed 8 years ago

andrea-spotsoftware commented 10 years ago

perfect, it's compiling and reading now! Have you in plan to wrap other features of libnfc in this node.js library? Would be great

mrose17 commented 10 years ago

i'm glad to hear that. which reader are you using?

it makes sense to add the remaining functionality, but i want to see how stable the existing code in node-nfc is first before diving into that...

andrea-spotsoftware commented 10 years ago

I'm using Adafruit PN532 breakout board.. it's based on NXP PN532 chip Thanks again for this job

mrose17 commented 10 years ago

great! i'm glad it's working out.

jeroenvollenbrock commented 8 years ago

I'm closing this PR, since it's handled in #12