mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-04 23:18:28 -04:00
d288b8870d
this library provides a clean API for drivers to request periodic timer driven calls at whatever rate they need
10 lines
203 B
C
10 lines
203 B
C
|
|
#ifndef __AP_PERIODIC_PROCESS_H__
|
|
#define __AP_PERIODIC_PROCESS_H__
|
|
|
|
#include "PeriodicProcess.h"
|
|
#include "AP_TimerProcess.h"
|
|
#include "AP_TimerAperiodicProcess.h"
|
|
|
|
#endif // __AP_PERIODIC_PROCESS_H__
|