Description: GPIO_InitStructure.GPIO_Pin = GPIO_Pin_8|GPIO_Pin_12 //
GPIO_InitStructure.GPIO_Mode = GPIO_Mode_Out_PP
GPIO_InitStructure.GPIO_Speed = GPIO_Speed_50MHz
GPIO_Init(GPIOC, &GPIO_InitStructure)
GPIO_SetBits(GPIOC,GPIO_Pin_8|GPIO_Pin_12)
To Search:
File list (Check if you may need any files):
JOYPAD\joypad.c
......\joypad.h
JOYPAD