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();