TempTrack-ESP/include/bluetooth.h

9 lines
114 B
C
Raw Permalink Normal View History

2023-05-29 18:29:15 +02:00
#pragma once
#include <stdint.h>
void bluetoothConfigure();
void bluetoothStop();
2023-05-29 18:29:15 +02:00
bool bluetoothIsConnected();