10 lines
168 B
C
10 lines
168 B
C
#pragma once
|
|
|
|
void handlePing();
|
|
void handleAdd();
|
|
void handleLed();
|
|
void handlePump();
|
|
void handleProgram();
|
|
void handleTemperature();
|
|
void handleTemperatureEvents();
|