Skip to content

Commit 254ab8a

Browse files
authored
Formatted
Mixed the format from previous commit with this one. Added small description of the sensor.
1 parent 3f7a32c commit 254ab8a

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

docs/readme.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ This documentation contains information about the classes and the usage of **Ard
88

99
The Arduino_SensorKit Library can be downloaded from the Arduino IDE’s library manager or from the [github repository](https://github.com/arduino-libraries/Arduino_SensorKit)
1010

11-
## Using the SensorKit Class
11+
# Classes
12+
13+
## SensorKit class
1214

1315
### Declaration
1416

@@ -37,8 +39,8 @@ Using the function `begin()` at the beginning of the `setup()`
3739
void loop(){}
3840
```
3941
40-
## Using the Grove - OLED Display 0.96 inch
41-
42+
## OLED
43+
Using the Grove - OLED Display 0.96 inch
4244
4345
### Initialising the driver
4446
@@ -78,7 +80,8 @@ void loop() {
7880
Oled.print(value);
7981
```
8082

81-
## Using the Grove - 3-Axis Digital Accelerometer (±1.5g)
83+
## Accelerometer
84+
Using the Grove - 3-Axis Digital Accelerometer (±1.5g)
8285

8386
### Initialising the sensor
8487

@@ -159,7 +162,9 @@ Return if the sensor its good to give the data
159162
}
160163
```
161164
162-
## Using the Grove Barometer Sensor (BMP280)
165+
## Pressure
166+
Using the Grove Barometer Sensor (BMP280)
167+
The Pressure sensor can get temperature, pressure and altitude
163168

164169
### Initialising the sensor
165170
Init and returns true if success, already done in the `SensorKit`'s object `begin()`
@@ -230,8 +235,8 @@ Init and returns true if success, already done in the `SensorKit`'s object `begi
230235
}
231236
```
232237
233-
## Using the Grove - Temperature & Humidity Sensor (DHT11)
234-
238+
## Environment
239+
Using the Grove - Temperature & Humidity Sensor (DHT11)
235240
DHT sensor can read Temperature and Humidity.
236241

237242
### DHTPIN

0 commit comments

Comments
 (0)