2015-06-01 02:04:25 -03:00
|
|
|
#include "Tracker.h"
|
|
|
|
|
2014-10-06 05:01:54 -03:00
|
|
|
// Functions to read the RC radio input
|
|
|
|
|
2015-06-01 02:04:25 -03:00
|
|
|
void Tracker::read_radio()
|
2014-10-06 05:01:54 -03:00
|
|
|
{
|
2018-04-26 23:27:00 -03:00
|
|
|
rc().read_input();
|
2014-10-06 05:01:54 -03:00
|
|
|
}
|