summaryrefslogtreecommitdiff
path: root/robot/sercomm.h
blob: 58c79b9c3d1e406fc6d9c17ed3aab3e50a0e3805 (plain)
1
2
3
4
5
6
7
8
9
#pragma once

/**
 * serial pc-robot communication module
 *
 * - reads and parses incoming serial data
 * - sends all data in the message buffer
 */
void w2_sercomm_main();