Exemplo n.º 1
0
void UserInit(void)
{
  RCC_Conf();
  GPIO_Conf();
  SPI_Conf();
  TIMER_Conf();
  PWM_Conf();
  USART_Conf();
  I2C_Conf();
  NVIC_Conf();

  DelayInit(72);
}
void Display_IoInit_If()
{
	GPIO_Conf();
	FSMC_Conf();
}