mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
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
Block a user