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

[topic-gpio] samples: reel_board: mesh_badge: Convert to the new GPIO API #22137

Merged

Commits on Jan 23, 2020

  1. boards: reel_board: Use the new GPIO flags in the DT source

    Use the flags included in the new GPIO API to describe the properties of
    LEDs and buttons in the device tree source files.
    
    Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
    carlescufi committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    71f5a88 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2020

  1. samples: reel_board: mesh_badge: Convert to the new GPIO API

    Convert to the new GPIO API using logical levels, and remove the
    duplicate implementation of LED control that existed.
    
    Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
    carlescufi committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    77ad2e8 View commit details
    Browse the repository at this point in the history