1
2
3
4
5
6
//! A Rubble BLE driver for the nRF52810 radio.

#![no_std]

pub mod radio;
pub mod timer;