ardupilot/libraries/AP_HAL_SMACCM/AP_HAL_SMACCM_Private.h
James Bielman a4af314b57 Add AP_HAL_SMACCM implementation.
- Add a board definition for SMACCMPilot.
- Support the SMACCM HAL in required utility libraries.
2013-01-03 13:48:06 -08:00

25 lines
530 B
C

#ifndef __AP_HAL_SMACCM_PRIVATE_H__
#define __AP_HAL_SMACCM_PRIVATE_H__
/* Umbrella header for all private headers of the AP_HAL_SMACCM module.
* Only import this header from inside AP_HAL_SMACCM
*/
#include "UARTDriver.h"
#include "I2CDriver.h"
#include "SPIDriver.h"
#include "AnalogIn.h"
#include "Storage.h"
#include "Console.h"
#include "GPIO.h"
#include "RCInput.h"
#include "RCOutput.h"
#include "Semaphore.h"
#include "Scheduler.h"
#include "Util.h"
#include "PrivateMember.h"
#endif // __AP_HAL_SMACCM_PRIVATE_H__