RaspberrPi project source code
guowenxue
13 hours ago 24345339421493cdacdbaae0248c3928ea9404c2
project/modules/sht20.c
@@ -40,7 +40,7 @@
#include <linux/i2c-dev.h>
#include "logger.h"
#include "util_proc.h"
#include "utils.h"
#include "sht20.h"
int i2c_write(int fd, uint8_t slave_addr, uint8_t *data, int len);