mirror of https://github.com/ArduPilot/ardupilot
AP_Notify/ExternalLED: added HIGH and LOW definition
This commit is contained in:
parent
858c22ae21
commit
6748bdb1a4
|
@ -23,6 +23,9 @@
|
|||
|
||||
#include "NotifyDevice.h"
|
||||
|
||||
#define HIGH 1
|
||||
#define LOW 0
|
||||
|
||||
class ExternalLED: public NotifyDevice
|
||||
{
|
||||
public:
|
||||
|
|
Loading…
Reference in New Issue