firmware/src/nrf52/NRF52Bluetooth.h

9 lines
69 B
C
Raw Normal View History

2020-04-24 01:02:28 +00:00
#pragma once
class NRF52Bluetooth
{
public:
void setup();
};