changes for generial input/output via mqtt
This commit is contained in:
10
lib/gpio2go/src/InterruptMode.h
Normal file
10
lib/gpio2go/src/InterruptMode.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
enum class InterruptMode
|
||||
{
|
||||
Rising = 0x01,
|
||||
Falling = 0x02,
|
||||
Change = 0x03,
|
||||
OnLow = 0x04,
|
||||
OnHigh = 0x05
|
||||
};
|
||||
Reference in New Issue
Block a user