/** ****************************************************************************** * @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 "py32f0xx_hal.h" /* OneWire Timings -----------------------------------------------------------*/ void OneWire_Delay_uw(uint32_t us); /* Common Register -----------------------------------------------------------*/ #endif /* ONEWIRE_PORT_H */