README.md: add list of supported sensors that link to classes
authorBrendan Le Foll <brendan.le.foll@intel.com>
Fri, 29 Aug 2014 14:37:11 +0000 (15:37 +0100)
committerBrendan Le Foll <brendan.le.foll@intel.com>
Fri, 29 Aug 2014 14:37:11 +0000 (15:37 +0100)
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
README.md

index 9ad3ede..fab2595 100644 (file)
--- a/README.md
+++ b/README.md
@@ -21,6 +21,50 @@ However implementation and API design is compeltely up to the developer, some
 enumerable sensors for example may provide much clever instanciation. Displays
 may also create more complex structures in order to interface with them.
 
+### Supported Sensors
+
+Temperature Sensors:
+  * upm::MAX31723
+  * upm::TH02
+
+Compass/Gyro/Magnometer Sensors:
+  * upm::Hmc5883l
+  * upm::MPU9150
+
+Atmospheric Pressure Sensors:
+  * upm::GY65
+
+Proximity Sensors:
+  * upm::MAXDS3231M
+  * upm::MAX44000
+  * upm::HCSR04
+
+Gas Sensors:
+  * upm::MQ2
+  * upm::MQ3
+  * upm::MQ5
+  * upm::MQ9
+
+Displays:
+  * upm::Jhd1313m1
+  * upm::Lcm1602
+  * upm::ST7735
+  * upm::SSD1308
+  * upm::SSD1327
+  * upm::TM1637
+
+RFID:
+  * upm::SM130
+
+Wireless Communication:
+  * upm::NRF24l01
+
+Servo
+  * upm::ES08A
+
+Digital potentiometer
+  * upm::MAX5487
+
 ### Building UPM
 
 See @ref building