Skip to content
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

update python wrapper/examples/doc #967

Merged
merged 3 commits into from
Mar 26, 2024
Merged

update python wrapper/examples/doc #967

merged 3 commits into from
Mar 26, 2024

Conversation

2bndy5
Copy link
Member

@2bndy5 2bndy5 commented Mar 25, 2024

  • expose selected RF24_DRIVER in the python wrapper (for programmatically specifying the right pins)
  • update for the python examples
    • interrupt_configure.py uses gpiod instead of RPi.GPIO
    • removed argparse from examples for simplicity
    • use the appropriate pin numbers for the selected RF24_DRIVER
  • revised the python wrapper's install doc

- expose selected `RF24_DRIVER` in the python wrapper (for programmatically specifying the right pins)
- update for the python examples
   - interrupt_configure.py usees gpiod instead of RPi.GPIO
   - removed argparse from examples for simplicity
   - use the appropriate pin numbers for the selected `RF24_DRIVER`
- revised the python wrapper's install doc
@2bndy5
Copy link
Member Author

2bndy5 commented Mar 25, 2024

You will notice that doxygen v1.10.0 has updated their HTML's CSS for admonitions like @note and @warning. I added some styling of my own that accents @see/@sa and @remark(s) commands. I also embedded some icons in the CSS 🤓 I had to override the background color for admonitions because it was so obnoxious that it made reading the admonitions' text difficult.
image

@2bndy5 2bndy5 merged commit 7441eef into master Mar 26, 2024
23 checks passed
@2bndy5 2bndy5 deleted the update-py-wrapper branch March 26, 2024 18:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants