Skip to content

Commit 7a01a1a

Browse files
committed
Merge branch 'main' of https://github.com/Sensirion/arduino-snippets into main
2 parents 4e6d481 + 22b36af commit 7a01a1a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,16 @@ The code for the I2C interface examples is written without the use of abstractio
88

99
The UART examples typically are referring to the SHDLC driver by Sensirion which is included in each example folder.
1010

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

Comments
 (0)