Files
firmware/src/nrf52/NRF52Bluetooth.h

10 lines
90 B
C
Raw Normal View History

2020-04-23 18:02:28 -07:00
#pragma once
class NRF52Bluetooth
{
public:
void setup();
2020-10-30 17:05:32 +08:00
void shutdown();
2020-04-23 18:02:28 -07:00
};