From 87e958c01de5e1c56c9fba5f5bb7df47e7e630bb Mon Sep 17 00:00:00 2001 From: Karan Misra Date: Fri, 11 Apr 2014 08:05:59 +0530 Subject: [PATCH] doc: cleanup + consistency Platform supported -> Platform Supported --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e4f2c37..224d44a 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Development supported and sponsored by [**ThoughtWorks**](http://www.thoughtwork Join the [mailing list](https://groups.google.com/forum/#!forum/go-embd) -## Platforms supported +## Platforms Supported * [RaspberryPi](http://www.raspberrypi.org/) * [BeagleBone Black](http://beagleboard.org/Products/BeagleBone%20Black) @@ -124,7 +124,7 @@ Even find out the heading from the **LSM303** magnetometer: The above two examples depend on **I2C** and therefore will work without change on almost all platforms. -## Protocols supported +## Protocols Supported * **Digital GPIO** [Documentation](http://godoc.org/github.com/kidoman/embd#DigitalPin) * **Analog GPIO** [Documentation](http://godoc.org/github.com/kidoman/embd#AnalogPin) @@ -132,7 +132,7 @@ platforms. * **I2C** [Documentation](http://godoc.org/github.com/kidoman/embd#I2CBus) * **LED** [Documentation](http://godoc.org/github.com/kidoman/embd#LED) -## Sensors supported +## Sensors Supported * **TMP006** Thermopile sensor [Documentation](http://godoc.org/github.com/kidoman/embd/sensor/tmp006), [Datasheet](http://www.adafruit.com/datasheets/tmp006.pdf), [Userguide](http://www.adafruit.com/datasheets/tmp006ug.pdf)