firmware-base/vendor/sming/Sming/samples/Humidity_SI7021
2026-01-28 16:42:43 +01:00
..
app vendor 2026-01-28 16:42:43 +01:00
component.mk vendor 2026-01-28 16:42:43 +01:00
Makefile vendor 2026-01-28 16:42:43 +01:00
README.rst vendor 2026-01-28 16:42:43 +01:00

SI7021 Humidity Sensor
======================

Introduction
------------

Example code for I2C SI7021 sensor board

This code uses the following GPIO:

-  #define I2C_SCL 5 // SCL
-  #define I2C_SDA 4 // SCA

Build instructions
------------------

Use ``make`` and ``make flash`` to build and flash the firmware to the
ESP8266 board.