events.pde
Link to the code:events.pde. This file includes a unique function:
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
static void update_events(void)
{
ServoRelayEvents.update_events();
}
This funtion, update_events
calls the update_events()
function form the AP_ServoRElayEvents for updating these events.