Skip to content

Commit a533220

Browse files
authored
Update README.md
Add description
1 parent 837574c commit a533220

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,10 @@
1-
# arduino-snappets
1+
# Sample Code for Arduino
22
Arduino code examples for raw sensor communication with many Sensirion sensors
3+
4+
# Summary
5+
The Arduino Platform allows for easy prototyping with endless possibilities. In addition to the documentation in the datasheet and application notes this repository demonstrates the communication with several Sensirion AG sensors through I2C and UART interfaces. The examples are very basic and typically are a starting point for customer specific implementations. The code for the minimal examples only uses the standard Wire or Serial libraries. No additional external libraries are needed.
6+
7+
The code for the I2C interface examples is written without the use of abstractions so it could be easily adapted to own projects. To keep the code simple usually no error handling like CRC check or I2C NAK checks are implemented.
8+
9+
The UART examples typically are referring to the SHDLC driver by Sensirion which is included in each example folder.
10+

0 commit comments

Comments
 (0)