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
This documentation contains information about the classes and the usage of Arduino_SensorKit library which is primarily used in the [Arduino Sensor Kit](https://store.arduino.cc/sensor-kit-base). This library is a wrapper for other libraries such as
8
8
9
-
*[u8g2](https://github.com/olikraus/U8g2_Arduino) Library for monochrome displayes
9
+
*[u8g2](https://github.com/olikraus/U8g2_Arduino) Library for monochrome displays
10
10
*[Seeed_Arduino_LIS3DHTR](https://github.com/Seeed-Studio/Seeed_Arduino_LIS3DHTR) for the 3 Axis Accelerometer
11
11
*[Grove_BMP280](https://github.com/Seeed-Studio/Grove_BMP280) Library for the Barometer
12
12
*[DHT-sensor-library](https://github.com/adafruit/DHT-sensor-library) for the Temperature and Humidity Sensor
13
13
14
-
The Arduino_SensorKit Library can be downloaded from the Arduino IDE’s library manager or from the github repository
14
+
The Arduino_SensorKit Library can be downloaded from the Arduino IDE's library manager or from the GitHub repository.
Copy file name to clipboardExpand all lines: docs/readme.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
# **Sensor Kit Reference**
2
2
3
3
This documentation contains information about the classes and the usage of **Arduino_SensorKit** library which is primarily used in the [Arduino Sensor Kit](https://sensorkit.arduino.cc/). This library is a wrapper for other libraries such as
4
-
*[u8g2 Library for monochrome displayes](https://github.com/olikraus/u8g2)
4
+
*[u8g2 Library for monochrome displays](https://github.com/olikraus/u8g2)
5
5
*[Seeed_Arduino_LIS3DHTR for the 3 Axis Accelerometer](https://github.com/Seeed-Studio/Seeed_Arduino_LIS3DHTR)
6
6
*[Grove_BMP280 Library for the Barometer](https://github.com/Seeed-Studio/Grove_BMP280)
7
7
*[DHT-sensor-library for the Temperature and Humidity Sensor](https://github.com/adafruit/DHT-sensor-library)
8
8
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)
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
11
# Classes
12
12
@@ -22,7 +22,7 @@ The Arduino_SensorKit Library can be downloaded from the Arduino IDE’s library
22
22
## OLED
23
23
Using the Grove - OLED Display 0.96 inch
24
24
25
-
### Initialising the driver
25
+
### Initializing the driver
26
26
27
27
Init the display driver
28
28
@@ -59,7 +59,7 @@ void loop() {
59
59
## Accelerometer
60
60
Using the Grove - 3-Axis Digital Accelerometer (±1.5g)
61
61
62
-
### Initialising the sensor
62
+
### Initializing the sensor
63
63
64
64
Initialize the sensor
65
65
@@ -137,7 +137,7 @@ Return if the sensor its good to give the data
137
137
Using the Grove Barometer Sensor (BMP280)
138
138
The Pressure sensor can get temperature, pressure and altitude
139
139
140
-
### Initialising the sensor
140
+
### Initializing the sensor
141
141
Initialize the sensor
142
142
```cpp
143
143
voidsetup(){
@@ -212,7 +212,7 @@ By default, once you include the library it has been set to digital pin `3`, it
0 commit comments