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

Add ability to get full address bytes & address type to nrf52 Ficr #2074

Merged
merged 1 commit into from
Aug 21, 2020

Commits on Aug 14, 2020

  1. Add full address and type accessors to nrf52 Ficr

    This changes the `Ficr::address` function to retrieve the full address
    as bytes (as opposed to the first 32bits of a 48bit address), and adds
    a new function `Ficr::address_type` to retrieve the address type. I'm
    adding these mainly so we can easily use the device's builtin address
    as its BLE address.
    
    Signed-off-by: David Ross <David.Ross@wdc.com>
    David Ross authored and David Ross committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    e487d96 View commit details
    Browse the repository at this point in the history