mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-10 20:07:45 +00:00
11 lines
113 B
C++
11 lines
113 B
C++
#pragma once
|
|
|
|
class NRF52Bluetooth
|
|
{
|
|
public:
|
|
void setup();
|
|
void shutdown();
|
|
void clearBonds();
|
|
};
|
|
|