components

Module nrf51822

Source
Expand description

Component for communicating with the nRF51822 (BLE).

This provides one Component, Nrf51822Component, which implements a system call interface to the nRF51822 for BLE advertisements.

§Usage

let nrf_serialization = Nrf51822Component::new(&sam4l::usart::USART3,
                                               &sam4l::gpio::PA[17])
    .finalize(components::nrf51822_component_static!());

Structs§