Skip to content

Conversation

@2bndy5
Copy link
Member

@2bndy5 2bndy5 commented Nov 9, 2019

  • verified capability to communicate with an Arduino via the nRF24L01
  • changed CE pin to use board.D4 in the examples as this pin is available on most CircuitPython MCUs and the Raspberry Pi doesn't use it for any special functionality
  • this also reverts back to a proper Python package structure for future development of additional modules. Note the code in __init__.py as it preserves backward compatibility with the old import statements (using a single module python library)
  • Split the API reference page into "Basic" and "Advanced" for millennials lacking a 10-minute YouTube video on how to use the library

@2bndy5 2bndy5 merged commit 55913e8 into master Nov 9, 2019
@2bndy5 2bndy5 deleted the arduino_compat branch November 9, 2019 09:18
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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants