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

19 lines
334 B
ReStructuredText

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.