Created
February 24, 2018 18:45
-
-
Save sidprice/9c3f6981d5e5424fb1c906e597bb8ce8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gpio_mode_setup(WINC1500_PORT, GPIO_MODE_INPUT, GPIO_PUPD_NONE, WINC1500_IRQ); // Input signal with pulldown | |
exti_select_source(WINC1500_IRQ, WINC1500_PORT); | |
exti_set_trigger(WINC1500_IRQ, EXTI_TRIGGER_FALLING); | |
exti_enable_request(WINC1500_IRQ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment