File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
content/hardware/01.mkr/01.boards/mkr-zero/tutorials/mkr-zero-garden-automation Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ title: 'Home Gardening Automation with MKR Zero'
3
3
difficulty : intermediate
4
4
compatible-products : [mkr-zero]
5
5
description : " Do you like home gardening but you've never had a green thumb? This could be the right solution for you!"
6
+ tags :
7
+ - Automation
8
+ - Gardening
6
9
author : ' Benjamin Dannegård'
7
10
hardware :
8
11
- hardware/01.mkr/01.boards/mkr-zero
@@ -154,7 +157,7 @@ We'll need to add to our code the include of the library and the creation of a n
154
157
155
158
``` arduino
156
159
#include <Dps310.h>
157
- // Dps310 Opject
160
+ // Dps310 Object
158
161
Dps310 Dps310PressureSensor = Dps310();
159
162
//more oversamplig (7 is the highest usable value) means more precision!
160
163
const int dps310_oversampling = 7;
@@ -283,7 +286,7 @@ For a basic test of the display, we can start from the OLED_Hello_World example:
283
286
284
287
![ Library example] ( assets/sketch-4-library-2.jpg )
285
288
286
- To include the display in our main skecth , we have to include the required libraries:
289
+ To include the display in our main sketch , we have to include the required libraries:
287
290
288
291
``` arduino
289
292
#include <Wire.h>
You can’t perform that action at this time.
0 commit comments