| | |
| | | /* |
| | | * ds18b20.c |
| | | /********************************************************************** |
| | | * Copyright: (C)2023 LingYun IoT System Studio |
| | | * Author: GuoWenxue<guowenxue@gmail.com> QQ: 281143292 |
| | | * Description: ISKBoard DS18B20 temperature sensor Hardware Abstract Layer driver |
| | | * |
| | | * Created on: 2021年8月17日 |
| | | * Author: Think |
| | | */ |
| | | * ChangeLog: |
| | | * Version Date Author Description |
| | | * V1.0.0 2023.04.3 GuoWenxue Release initial version |
| | | ***********************************************************************/ |
| | | #include "main.h" |
| | | #include "miscdev.h" |
| | | |