Created
May 10, 2018 22:12
-
-
Save sidprice/d739cc4131bd80cb7156b62e8992ae7e 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
| /* This needs some fixing... */ | |
| /* Toggle required to sort out line drivers... */ | |
| gpio_port_write(GPIOA, 0x8102); | |
| gpio_port_write(GPIOB, 0x2000); | |
| gpio_port_write(GPIOA, 0x8182); | |
| gpio_port_write(GPIOB, 0x2002); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment