You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/readme.md
+12-7Lines changed: 12 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,9 @@ This documentation contains information about the classes and the usage of **Ard
8
8
9
9
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)
10
10
11
-
## Using the SensorKit Class
11
+
# Classes
12
+
13
+
## SensorKit class
12
14
13
15
### Declaration
14
16
@@ -37,8 +39,8 @@ Using the function `begin()` at the beginning of the `setup()`
37
39
void loop(){}
38
40
```
39
41
40
-
## Using the Grove - OLED Display 0.96 inch
41
-
42
+
## OLED
43
+
Using the Grove - OLED Display 0.96 inch
42
44
43
45
### Initialising the driver
44
46
@@ -78,7 +80,8 @@ void loop() {
78
80
Oled.print(value);
79
81
```
80
82
81
-
## Using the Grove - 3-Axis Digital Accelerometer (±1.5g)
83
+
## Accelerometer
84
+
Using the Grove - 3-Axis Digital Accelerometer (±1.5g)
82
85
83
86
### Initialising the sensor
84
87
@@ -159,7 +162,9 @@ Return if the sensor its good to give the data
159
162
}
160
163
```
161
164
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
163
168
164
169
### Initialising the sensor
165
170
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
230
235
}
231
236
```
232
237
233
-
## Using the Grove - Temperature & Humidity Sensor (DHT11)
234
-
238
+
## Environment
239
+
Using the Grove - Temperature & Humidity Sensor (DHT11)
0 commit comments