From 6100a908f25ec6eac446aadd5180f347a71e3db5 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Sun, 14 Oct 2018 17:51:10 +0800 Subject: [PATCH] update ds18b20.c and sht20.c source code --- program/modules/ds18b20/ds18b20.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/program/modules/ds18b20/ds18b20.c b/program/modules/ds18b20/ds18b20.c index 19eeca5..d170de1 100644 --- a/program/modules/ds18b20/ds18b20.c +++ b/program/modules/ds18b20/ds18b20.c @@ -3,7 +3,7 @@ * All rights reserved. * * Filename: ds18b20.c - * Description: This file + * Description: This file is temperature sensor DS18B20 code * * Version: 1.0.0(2018/10/14) * Author: Guo Wenxue <guowenxue@gmail.com> -- Gitblit v1.9.1