guowenxue
2021-11-03 c2c9e808120ec584603130c8d9f087ca0cf5e74f
update sht20.c
1 files modified
11 ■■■■■ changed files
modules/c/sht20.c 11 ●●●●● patch | view | raw | blame | history
modules/c/sht20.c
@@ -9,6 +9,17 @@
 *         Author:  Guo Wenxue <guowenxue@gmail.com>
 *      ChangeLog:  1, Release initial version on "2018/10/14 12:13:26"
 *                 
 * Pin connection:
 *
 *          vcc   --- #Pin17 ( 3.3v )
 *          GND   --- #Pin20 ( GND  )
 *          SDA   --- #Pin02 ( SDA  )
 *          SCL   --- #Pin03 ( SCL  )
 *
 * /boot/config.txt:
 *
 *          dtparam=i2c_arm=on
 *
 ********************************************************************************/
#include <stdio.h>