rumcake

Trait rumcake::hw::platform::BluetoothDevice

source ·
pub trait BluetoothDevice {
    const BLUETOOTH_ADDRESS: [u8; 6];
}
Expand description

A basic trait that all nRF5x-based devices that use bluetooth features must implement.

Required Associated Constants§

Object Safety§

This trait is not object safe.

Implementors§