This repository has been archived by the owner on May 21, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 417
Please fix paths. #5
Open
Johannf78
wants to merge
149
commits into
xiongyihui:dev
Choose a base branch
from
Seeed-Studio:arduino
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renamed Ndef library to NDEF
1. Add HSU interface. 2. Add debug message for SAMConfig. 3. Add response function for setPassiveActivationRetries.
Update README
[PN532 library]Add HSU driver.
If you run "mifareclassic_formatndef" or "mifareclassic_updatendef" examples with an url longer than 22 character, before this commit your program would enter the if loop between line 638 and line 642, which cause NDEF reader not even able to recognize the formatted card. Also indexing in line 652 and 653 was not correct either.
fix bug - if url length > 22, URI would be wrong
If you run "mifareclassic_formatndef" or "mifareclassic_updatendef" examples with an url longer than 22 character, before this commit your program would enter the if loop between line 638 and line 642, which cause NDEF reader not even able to recognize the formatted card. Also indexing in line 652 and 653 was not correct either. I use memory dump example to debug this bug, you can verify it before you change.
Zee Livermorium patch - fix bug - if url length > 22, URI would be wrong
…h a software-emulated serial interface.
Added PN532_SWHSU to use the PN532 HSU with SoftwareSerial
Switch On/Off the RF field for power savings
fix PN532 example in I2C mode
…t end forever. On snep.h in NDEF library, default timeout value is 0 in function write on snep.h.
Linux paths incompatible with windows paths #95 opened 22 days ago by Johannf78
Turn the module into power mode The module will wake up on I2C or SPI request Power gain : around 100ma with 2 check badge by sec
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Remove PN532/PN532_SPI/ from all files to make it compile