speeduino-personal/comms.h

9 lines
130 B
C
Raw Normal View History

2013-07-08 17:43:41 -07:00
#include <Serial.h>
#include "globals.h"
void command();
void sendValues();
void saveConfig();
void sendPage();
void testComm();