added missing interrupt stuff in pin.h

master
polymurph 2 years ago
parent a25938a9a7
commit 09ac07b25a

@ -80,6 +80,13 @@ typedef enum
enabled /*!< Interrupt enabled */ enabled /*!< Interrupt enabled */
}pinInterrupt_t; }pinInterrupt_t;
/*! Enum to enable ordisable pin interrupt */
typedef enum
{
disabled, /*!< Interrupt disabled */
enabled /*!< Interrupt enabled */
}pinInterrupt_t;
/*! Pin configuration typedef struct*/ /*! Pin configuration typedef struct*/
typedef struct typedef struct
{ {

Loading…
Cancel
Save