From 6ddecc5e53def103eec427a61f2de308552735f5 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Fri, 07 Apr 2023 22:24:28 +0800 Subject: [PATCH] Add ISKBoard_Demo project --- Production/ISKBoard_QCTester/Core/Board/sht20.h | 16 +++++++++------- 1 files changed, 9 insertions(+), 7 deletions(-) diff --git a/Production/ISKBoard_QCTester/Core/Board/sht20.h b/Production/ISKBoard_QCTester/Core/Board/sht20.h index 403f189..c770083 100644 --- a/Production/ISKBoard_QCTester/Core/Board/sht20.h +++ b/Production/ISKBoard_QCTester/Core/Board/sht20.h @@ -1,10 +1,12 @@ -/* - * sht20.h - * - * Created on: Jan 19, 2023 - * Author: Wenxue - */ - +/********************************************************************** +* Copyright: (C)2023 LingYun IoT System Studio +* Author: GuoWenxue<guowenxue@gmail.com> QQ: 281143292 +* Description: ISKBoard SHT20 R&H sensor Hardware Abstract Layer driver +* +* ChangeLog: +* Version Date Author Description +* V1.0.0 2023.04.3 GuoWenxue Release initial version +***********************************************************************/ #ifndef INC_SHT20_H_ #define INC_SHT20_H_ -- Gitblit v1.9.1