Кучу всего, переструктурирован проект все должно работать

- onewire: модуль для отправик комманд в DS18B20
- ds18b20_driver: модуль для отправик комманд в DS18B20
- dallas_tools: модуль для общения с DS18B20
This commit is contained in:
2025-02-12 13:23:37 +03:00
parent 1de01f5665
commit 59606978b2
11 changed files with 254 additions and 291 deletions

View File

@@ -1,9 +1,9 @@
/**
******************************************************************************
* @file onewire.c
* @brief This file includes the HAL/LL driver for OneWire devices
******************************************************************************
*/
******************************************************************************
* @file onewire.c
* @brief This file includes the HAL/LL driver for OneWire devices
******************************************************************************
*/
#include "onewire.h"
/**