From 0947d5f642f90cc7b78892e4f1430f7de8d506c9 Mon Sep 17 00:00:00 2001 From: Abhishek kumar <80599442+abhi99555@users.noreply.github.com> Date: Sun, 17 Jul 2022 01:13:31 +0530 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0a0e398..b0a5ee8 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,9 @@ The sensor driver package includes bme280.c, bme280.h and bme280_defs.h files. SPI 3-wire is currently not supported in the API. ## Usage guide ### Initializing the sensor -To initialize the sensor, user need to create a device structure. User can do this by +To initialize the sensor, user needs to create a device structure. User can do this by creating an instance of the structure bme280_dev. After creating the device strcuture, user -need to fill in the various parameters as shown below. +needs to fill in the various parameters as shown below. #### Example for SPI 4-Wire ``` c @@ -297,4 +297,4 @@ int8_t user_i2c_write(uint8_t reg_addr, uint8_t *reg_data, uint32_t len, void *i return rslt; } -``` \ No newline at end of file +```