mirror of
https://github.com/meshtastic/firmware.git
synced 2025-05-03 20:38:41 +00:00
11 lines
113 B
C++
11 lines
113 B
C++
#pragma once
|
|
|
|
class NRF52Bluetooth
|
|
{
|
|
public:
|
|
void setup();
|
|
void shutdown();
|
|
void clearBonds();
|
|
};
|
|
|