From 73712c97f8dbc47ea5719efdfb78ba10203f7f4c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niccol=C3=B2=20Betto?= <niccolo.betto@skywarder.eu>
Date: Thu, 24 Oct 2024 12:24:53 +0000
Subject: [PATCH] Add sensor datasheet link to README.md

---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index f7c3642..dbebb04 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,8 @@
 This is the initial project for new SWD members to get familiar with the development process and tools. 
 The project is to develop a driver for the LIS3DSH accelerometer sensor.
 
+The datasheet of the sensor can be found on the STMicroelectronics website: [LIS3DSH Datasheet](https://www.st.com/resource/en/datasheet/lis3dsh.pdf).
+
 
 ## Project Description
 
-- 
GitLab