13 lines
165 B
C++
13 lines
165 B
C++
#ifndef BLE_SERVER_H
|
|
#define BLE_SERVER_H
|
|
|
|
#include <cstdint>
|
|
|
|
#include "Gamepad/Gamepad.h"
|
|
|
|
namespace BLEServer
|
|
{
|
|
void init_server();
|
|
}
|
|
|
|
#endif // BLE_SERVER_H
|