AP_Notify/ExternalLED: added HIGH and LOW definition

This commit is contained in:
LukeMike 2016-07-05 17:26:46 +02:00 committed by Andrew Tridgell
parent 858c22ae21
commit 6748bdb1a4
1 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,9 @@
#include "NotifyDevice.h"
#define HIGH 1
#define LOW 0
class ExternalLED: public NotifyDevice
{
public: