Skip to content

Instantly share code, notes, and snippets.

@hocarm
Created August 14, 2016 06:05
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/a1ecf9af48f0bbdf2ac4e97b3d0ccd62 to your computer and use it in GitHub Desktop.
Save hocarm/a1ecf9af48f0bbdf2ac4e97b3d0ccd62 to your computer and use it in GitHub Desktop.
GPIO_InitStructure.GPIO_Pin = GPIO_Pin_0;
GPIO_InitStructure.GPIO_Mode = GPIO_Mode_IN_FLOATING;
GPIO_Init(GPIOA , &GPIO_InitStructure);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment