9 lines
130 B
C
9 lines
130 B
C
|
#include <Serial.h>
|
||
|
#include "globals.h"
|
||
|
|
||
|
void command();
|
||
|
void sendValues();
|
||
|
void saveConfig();
|
||
|
void sendPage();
|
||
|
void testComm();
|