AP_HAL AnalogIn: gets constants for BOARD_VCC and NONE

This commit is contained in:
Pat Hickey 2012-11-28 16:03:13 -08:00 committed by Andrew Tridgell
parent b7c4cc20ac
commit f4b5ef9fad

View File

@ -15,5 +15,8 @@ public:
virtual AP_HAL::AnalogSource* channel(int n) = 0;
};
#define ANALOG_INPUT_BOARD_VCC 254
#define ANALOG_INPUT_NONE 255
#endif // __AP_HAL_ANALOG_IN_H__