diff --git a/api/Common.h b/api/Common.h index 9b28f40a..d3660a45 100644 --- a/api/Common.h +++ b/api/Common.h @@ -28,11 +28,12 @@ extern "C"{ void yield(void); typedef enum { - LOW = 0, - HIGH = 1, - CHANGE = 2, - FALLING = 3, - RISING = 4, + LOW = 0, + HIGH = 1, + CHANGE = 2, + FALLING = 3, + RISING = 4, + UNDEFINED = 5, } PinStatus; typedef enum {