-
-
Notifications
You must be signed in to change notification settings - Fork 11
Arduino compat #8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
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
also added some docstrings and other stuff to please pylint
update changes from master
- docs changes to separate basic from advanced API. - moved payload_length write to open_rx_pipe() (independent of dynamic_payloads setting) - changed open_tx_pipe() to directly write rx address when ACK is enabled - adapted examples to use GPIO4 instead of GPIO9 for nrf's CE pin
adafruit-adabot
added a commit
to adafruit/CircuitPython_Community_Bundle
that referenced
this pull request
Nov 9, 2019
Updating https://github.com/2bndy5/CircuitPython_nRF24L01 to 1.1.2 from 1.1.0: > readme should now render on pypi > added package_folder_prefix arg to travis.yml > context manager bug fixes + modified example > Merge pull request nRF24/CircuitPython_nRF24L01#8 from 2bndy5/arduino_compat > ignore the whole folder not just settings.json > fix for travis checking ogf examples > consolidated and renamed examples > del a trailing whitespace > removed useless "new lines" > Update circuitpython_nrf24l01.py > removed f-string > this should at least keep pylint happy > wtf mpy-cross > mpy-cross failed > revisiting pylint warnings > broke the example link > found a typo in readme > learned to cross ref outside autodoc > more readable literal text refs > removed tutorials placeholder in sidebar > background got messed up?! > better links for pypi sidebar > linked pinout image to source and removed local copy > fixed mobile compatibility > some more doc tweaks > tweaked rtd theme with darkness.css > + pepy.tech download counter from pypi stats :) > added pypi version tag to readme > various docs tweaks > another readme change > Merge branch 'master' of https://github.com/2bndy5/CircuitPython_nRF24L01 > removed CnP error in readme
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
board.D4in the examples as this pin is available on most CircuitPython MCUs and the Raspberry Pi doesn't use it for any special functionality__init__.pyas it preserves backward compatibility with the old import statements (using a single module python library)