1#include "Tracker.h" 2 3// Functions to read the RC radio input 4 5void Tracker::read_radio() 6{ 7 rc().read_input(); 8} 9 10