>> or & operators
Posted on May 09, 2017 at 22:28hithis code which i use >> (shift operator) to detect flag work correctlyvoid putchar( char *string){ while(*string) { while(usart_sr >> 6 == RESET); while(usart_sr >> 7 == RESET); USART_SendData(USART2,*string); *str...