TempTrack-ESP/include/bluetooth.h
2023-06-13 16:59:17 +02:00

12 lines
185 B
C

#pragma once
#include <stdint.h>
void bluetoothConfigure();
bool bluetoothIsConnected();
// In main.cpp
uint32_t secondsUntilNextTemperatureMeasurement();
uint8_t getWakeupCause();