Skip to content

Instantly share code, notes, and snippets.

@hocarm
Created August 14, 2016 03:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hocarm/eb4acfd777a0d14a2583740081f27d50 to your computer and use it in GitHub Desktop.
Save hocarm/eb4acfd777a0d14a2583740081f27d50 to your computer and use it in GitHub Desktop.
uint16_t GPIO_ReadInputData(GPIO_TypeDef* GPIOx) {
return (( uint16_t)GPIOx ->IDR);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment