запустил измерения температуры модуля пч на py32f002b

This commit is contained in:
2025-02-28 17:56:20 +03:00
commit c2e5f70f36
489 changed files with 318323 additions and 0 deletions

17
Core/Dallas/ow_port.h Normal file
View File

@@ -0,0 +1,17 @@
/**
******************************************************************************
* @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 */