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

RF24: Add 4-pin configuration support #1381

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Commits on Jan 9, 2020

  1. RF24: Add 4-pin configuration support

    Running the radio in a 4-pin configuration (MISO, MOSI, SCK, CSN) with
    CE pin pulled to VCC, requires the driver to switch to Power Down
    state before entering TX or RX mode.
    See product specification section 6.1.1 "State diagram".
    
    For the 4-pin configuration, MY_RF24_CE_PIN has to be set to
    NOT_A_PIN.
    fabyte committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    681cb1a View commit details
    Browse the repository at this point in the history