AP_HAL AnalogIn: gets constants for BOARD_VCC and NONE
This commit is contained in:
parent
b7c4cc20ac
commit
f4b5ef9fad
@ -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__
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user