Browse Source

Style of readme.

Thomas Chef 8 years ago
parent
commit
6e07bce1ed
1 changed files with 6 additions and 6 deletions
  1. 6 6
      README.md

+ 6 - 6
README.md

@@ -1,6 +1,6 @@
 #WiFi-connected Lux-sensor
 #WiFi-connected Lux-sensor
 
 
-This project is for builing a WiFi-connected Lux-sensor for the garage.
+This project is for building a WiFi-connected Lux-sensor for the garage.
 
 
 The sensor used is Adafruit TSL2561 with I2C-Id: 0x39
 The sensor used is Adafruit TSL2561 with I2C-Id: 0x39
 
 
@@ -11,11 +11,11 @@ WiFi ssid and password are stored in a file called config.h, which is not commit
 ```
 ```
 
 
 Cable-connection to sensor:
 Cable-connection to sensor:
-Red: +3.3V
-Black: GND
-Yellow: SDA -> GPIO4
+Red: +3.3V  
+Black: GND  
+Yellow: SDA -> GPIO4  
 Blue: SCL -> GPIO5
 Blue: SCL -> GPIO5
 
 
 Useful links:
 Useful links:
-http://blog.abarbanell.de/arduino-esp8266/iot/i2c/
-https://github.com/esp8266/Arduino#documentation
+<http://blog.abarbanell.de/arduino-esp8266/iot/i2c/>  
+<https://github.com/esp8266/Arduino#documentation>