- GPIO GET_PIN_STATE [PORT][PIN]
- Example: GPIO GET_PIN_STATE A12
- GPIO GET_ALL_STATES
- Example: GPIO GET_ALL_STATES
- GPIO GET_PIN_MODE [PORT][PIN]
- Example: GPIO GET_PIN_MODE A12
- GPIO GET_ALL_MODES
- Example: GPIO GET_ALL_MODES
- GPIO GET_PIN_ALT_FUNCTION [PORT][PIN]
- Example: GPIO GET_PIN_ALT_FUNCTION A12
- GPIO GET_ALL_ALT_FUNCTIONS
- Example: GPIO GET_ALL_ALT_FUNCTIONS
- GPIO SET_PIN_STATE [PORT][PIN] [STATE]
- Example: GPIO SET_PIN_STATE A12 HIGH
- GPIO SET_ALL_STATES [STATE]
- Example: GPIO SET_ALL_STATES HIGH