10 lines
158 B
C
10 lines
158 B
C
#pragma once
|
|
|
|
#include <stdint.h>
|
|
|
|
void bluetoothConfigure();
|
|
|
|
bool bluetoothIsConnected();
|
|
|
|
// In main.cpp
|
|
uint32_t secondsUntilNextTemperatureMeasurement(); |