TempTrack-ESP/include/bluetooth.h

9 lines
114 B
C

#pragma once
#include <stdint.h>
void bluetoothConfigure();
void bluetoothStop();
bool bluetoothIsConnected();