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