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: README.md
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8,3 +8,16 @@ The code for the I2C interface examples is written without the use of abstractio
8
8
9
9
The UART examples typically are referring to the SHDLC driver by Sensirion which is included in each example folder.
10
10
11
+
# How to use
12
+
13
+
All samples in this directory share the same format; as such, you can follow the instructions below to get any of them up and running:
14
+
15
+
1. If you haven't done so yet, install the [Arduino IDE](https://www.arduino.cc/en/software) and run some [basic test programs](https://www.arduino.cc/en/Tutorial/BuiltInExamples/Blink) to ensure your system is configured properly
16
+
1. Unplug your Arduino from your computer
17
+
1. Connect your sensor to the Arduino board. If you're unsure how to do that, please consult the sensors datasheet and the Arduino pinout
18
+
1. Reconnect your Arduino to your computer
19
+
1. Create a new Sketch in the Arduino IDE
20
+
1. Copy the contents of the .ino file and replace the content of your newly created sketch
21
+
1. Save your project under a meaningful name
22
+
1. Compile and flash the sketch
23
+
1. Open the "Serial Monitor" from the "Tools" menu in the Arduino IDE to display the output data read from the sensor
0 commit comments