From 9b87eaefb59bed306345c6b9c9d5034269a8cad1 Mon Sep 17 00:00:00 2001 From: KTOWN Date: Thu, 14 Feb 2013 15:39:06 +0100 Subject: [PATCH] Added url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 58ef325..0b70b25 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This precision sensor from Bosch is the best low-cost sensing solution for measu ## What is the Adafruit Unified Sensor Library? ## -The Adafruit Unified Sensor Library (**Adafruit_Sensor**) provides a common interface and data type for any supported sensor. It defines some basic information about the sensor (sensor limits, etc.), and returns standard SI units of a specific type and scale for each supported sensor type. +The Adafruit Unified Sensor Library ([Adafruit_Sensor](https://github.com/adafruit/Adafruit_Sensor)) provides a common interface and data type for any supported sensor. It defines some basic information about the sensor (sensor limits, etc.), and returns standard SI units of a specific type and scale for each supported sensor type. It provides a simple abstraction layer between your application and the actual sensor HW, allowing you to drop in any comparable sensor with only one or two lines of code to change in your project (essentially the constructor since the functions to read sensor data and get information about the sensor are defined in the base Adafruit_Sensor class).