This repository was archived by the owner on May 21, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 458
Please fix paths. #5
Open
Johannf78
wants to merge
172
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 hidden or 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.
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
Repo improvements: PlatformIO library setup, improved .gitignore and .gitattributes, GitHub license detection
Fix deprecated examples extension ( *.pde → *.ino)
The dependency name was incorrectly set to `external-repo` ([following the platform.io example](https://docs.platformio.org/en/latest/manifests/library-json/fields/dependencies.html)) which results in the NDEF library being cloned into a folder called `external-repo`. It makes more sense to call it `NDEF`; not only to make its description clearer but also to prevent collisions.
Fix NDEF dependency name
Call endTransaction to release a mutex acquired by beginTransaction. setClockDivider later tries to acquire the mutex. Signed-off-by: jim <[email protected]>
Fix hang on ESP32 (Issue# 156)
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