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

[OrangePi Zero] Linux chip enable conditional statement #904

Merged
merged 3 commits into from
Mar 29, 2023

Commits on Mar 27, 2023

  1. Chip enable conditional statement

    Issue: RF24 radio(10, 10, 1000000) 
    OrangePi with GPIO10 as chip enable. SPIDEV1.0 is used. Then if statement is true and does not enable TX on nRF module.
    Conditional statement fixes this
    fertinator committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    e31f8c4 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Configuration menu
    Copy the full SHA
    d39b152 View commit details
    Browse the repository at this point in the history
  2. Revert "Using wiringPi for csn & ce; Modifications to make it work on…

    … OrangePi Zero"
    
    This reverts commit d39b152.
    fertinator committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    b3c1e00 View commit details
    Browse the repository at this point in the history