How to compare a result of a function ?
Posted on October 11, 2015 at 12:39Guys, How can compare the result of the furnction output ? I have on main.c :Code:result = VS1053_Init(); if (result == 0) { HAL_GPIO_WritePin(GPIOE, GPIO_PIN_6 , 1 ); HAL_Delay(100); HAL_GPIO_WritePin(GPIOE, GPIO...