|
@ -85,6 +85,8 @@ class ZGPIO { |
|
|
bool setState(bool state); |
|
|
bool setState(bool state); |
|
|
void toggleState(); |
|
|
void toggleState(); |
|
|
|
|
|
|
|
|
|
|
|
bool isNull() { return m_pin == PinNull; } |
|
|
|
|
|
|
|
|
Pin_t getPin() { return m_pin; } |
|
|
Pin_t getPin() { return m_pin; } |
|
|
|
|
|
|
|
|
IRQn_Type getEXTIIRQn(); |
|
|
IRQn_Type getEXTIIRQn(); |
|
|