/** ****************************************************************************** * @file ow_port.h * @brief This file includes the driver for port for OneWire purposes ****************************************************************************** */ /* Define to prevent recursive inclusion -------------------------------------*/ #ifndef ONEWIRE_PORT_H #define ONEWIRE_PORT_H /* Includes ------------------------------------------------------------------*/ #include "stm32f1xx_hal.h" /* I/O Port ------------------------------------------------------------------*/ //#define LL_Driver #define CMSIS_Driver #define DS_GPIO_Port GPIOB #define DS_Pin_Numb 0 #define DS_Pin (1<