mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-03 03:09:59 +00:00
10 lines
90 B
C++
10 lines
90 B
C++
#pragma once
|
|
|
|
class NRF52Bluetooth
|
|
{
|
|
public:
|
|
void setup();
|
|
void shutdown();
|
|
};
|
|
|