first commit

This commit is contained in:
2025-02-19 14:46:14 +08:00
commit cde431e41c
221 changed files with 204599 additions and 0 deletions

14
APP/DS18B20.h Normal file
View File

@ -0,0 +1,14 @@
//
// Created by IRIS on 25-2-10.
//
#ifndef DS18B20_H
#define DS18B20_H
#include "mymain.h"
// void DS18B20_Init(void);
float DS18B20_GetTemperature();
uint8_t DS18B20_Init();
void DS18B20_SearchROM(uint8_t *roms, uint8_t *count);
#endif //DS18B20_H