STM8S103: UART1 Receiving String With Delay () and Multiple GPIO handle Problem
/* Includes ------------------------------------------------------------------*/ #include "stm8s.h" #include "stdio.h" /** * @addtogroup UART1_HyperTerminal_Interrupt * @{ */ /* Private typedef ---------------------------------...