5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-01-14 20:58:30 -04:00
ardupilot/libraries/AP_AnalogSource/AP_AnalogSource.h

9 lines
168 B
C
Raw Normal View History

#ifndef __AP_ANALOG_SOURCE_H__
#define __AP_ANALOG_SOURCE_H__
#include "AP_AnalogSource_Arduino.h"
#include "AP_AnalogSource_ADC.h"
#endif // __AP_ANALOG_SOURCE_H__