Adafruit_NFCShield_I2C pull request

Adafruit Ethernet, Motor, Proto, Wave, Datalogger, GPS Shields - etc!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
doncoleman
 
Posts: 30
Joined: Sat Feb 09, 2013 12:54 am

Adafruit_NFCShield_I2C pull request

Post by doncoleman »

Can you consider merging this pull request?

https://github.com/adafruit/Adafruit_NF ... I2C/pull/8

It just adds an include guard

#ifndef Adafruit_NFCShield_I2C_h
#define Adafruit_NFCShield_I2C_h
...
#endif

Thanks

User avatar
adafruit_support_bill
 
Posts: 88092
Joined: Sat Feb 07, 2009 10:11 am

Re: Adafruit_NFCShield_I2C pull request

Post by adafruit_support_bill »

Thanks for the contribution. if it is in the system, it is on our schedule! :)

User avatar
doncoleman
 
Posts: 30
Joined: Sat Feb 09, 2013 12:54 am

Re: Adafruit_NFCShield_I2C pull request

Post by doncoleman »

Can you take a look at merging this pull request?

I have an Ndef library that uses your library, https://github.com/don/Ndef, but it needs the guard to run.

Thanks

Locked
Please be positive and constructive with your questions and comments.

Return to “Arduino Shields from Adafruit”