Files
firmware/src/nrf52/NRF52Bluetooth.h

9 lines
69 B
C
Raw Normal View History

2020-04-23 18:02:28 -07:00
#pragma once
class NRF52Bluetooth
{
public:
void setup();
};