Skip to content

Instantly share code, notes, and snippets.

#include "HTU21D.h"
#include <stdio.h>
#include <stdbool.h>
#include "fw/src/sj_i2c.h"
#include "fw/src/sj_mongoose.h"
#define HTU21DF_I2CADDR 0x40
#define HTU21DF_READTEMP 0xE3
#define HTU21DF_READHUM 0xE5
@radostin-stefanov
radostin-stefanov / Mongoose IoT without i2c_stop.logicdata
Last active June 27, 2016 09:00
Mongoose IoT HTU21D without i2c_stop