Skip to content

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
@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