User Activity

    #include "stm8s.h" #include "stdio.h"       #define Relay_1_Port (GPIOB) #define Relay_1_Pin (GPIO_PIN_5) #define Relay_1 '1'   #define LED_1_OFF_Port (GPIOC) #define LED_1_OFF_Pin (GPIO_PIN_7)     #define Read_fun '0' #define Write_fun '1'   #...
  /* Includes ------------------------------------------------------------------*/   #include "stm8s.h"   #include "stdio.h"       /**   * @addtogroup UART1_HyperTerminal_Interrupt   * @{   */   /* Private typedef ---------------------------------...
Posted on December 11, 2017 at 12:40i want simple code in main.c file without any library !i am using 1) stm32cubeMX and 2) Atolluc true studio3) BMP180 sensor 4) Stm32f103c8if any one can have a solution then kindly share it ! Thanks in Advanced !!...