Skip to content

Commit e13220f

Browse files
authored
Update README.md
1 parent 4a6a7c5 commit e13220f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
# BME280-Driver-in-C
1+
# BME280-Driver-in-C
2+
This driver is meant to read temperature and humidity, as well as set up the sampling rate of the sensor. You can choose from 5 rates for both humidity and temperature - 1X, 2X, 4X, 8X and 16X. The driver utilizes registers and the I2C communicatino protocol between an Arduino Uno and a BOSCH BME280 sensor. The Arduino is a master and requests information from the sensor whenever a value needs to be read. The code is written in a modular way, but a few improvements could be made - such as implementing a function to read a byte from the sensor. This is especially true when reading the DIG_X registers, as the same pattern is being repeated over and over again.

0 commit comments

Comments
 (0)