TR-mbed 1.0
Loading...
Searching...
No Matches
ref_operations.h
Go to the documentation of this file.
1#ifndef _REF_OPERATIONS_HPP
2#define _REF_OPERATIONS_HPP
3
4#include <string>
5#include "ref_ui.h"
6
7static bool enablePrintRefData = 0;
8
9// Outlines all referee system serial communication operations (receiving & sending) in an iteration
10void refereeThread(BufferedSerial* referee);
11
12#endif
void refereeThread(BufferedSerial *referee)
Definition ref_operations.cpp:3