APM:Libraries
libraries
AP_IRLock
AP_IRLock.h
Go to the documentation of this file.
1
/*
2
* AP_IRLock.h
3
*
4
* Created on: Nov 10, 2014
5
* Author: MLandes
6
*/
7
8
// @file AP_IRLock.h
9
// @brief Catch-all headerthat defines all supported irlock classes.
10
11
#include "
IRLock.h
"
12
#include "
AP_IRLock_I2C.h
"
13
14
#if CONFIG_HAL_BOARD == HAL_BOARD_SITL
15
#include "
AP_IRLock_SITL.h
"
16
#endif
IRLock.h
AP_IRLock_I2C.h
AP_IRLock_SITL.h
Generated on Sun Jun 17 2018 14:18:50 for APM:Libraries by
1.8.13