'README.md' ändern

Format Fix
This commit is contained in:
2018-01-05 23:37:57 +01:00
parent 6fdb48718e
commit ab5647d9c9

View File

@@ -2,13 +2,13 @@
This is an Alarm Clock (Radio) based on the ESP8266 in combination with a MAX7219 LED-Matrix, Relay-Board and DS3231 RTC.
Note: This Project is in heavy development at the moment.
Note: This Project is under heavy development at the moment.
## Wiring
Image how to wire the project will follow.
LED-Matrix:
###### LED-Matrix:
| LED-Matrix | ESP8266 |
| -------- | -------- |
@@ -18,7 +18,8 @@ LED-Matrix:
| CS | GPIO 10 |
| CLK | GPIO14 (HSPICLK) |
RTC DS3231:
###### RTC DS3231:
| DS3231 | ESP8266 |
| -------- | -------- |
@@ -27,26 +28,32 @@ RTC DS3231:
| SCL | GPIO5 |
| SDA | GPIO4 |
Relay-Module:
###### Relay-Module:
| Relay-Module | ESP8266 | Type |
| -------- | -------- | |
| VCC | Vin/5V+ | |
| GND | GND | |
| -------- | -------- | -------- |
| VCC | Vin/5V+ | Power |
| GND | GND | GND |
| In1 | GPIO16 | Power |
| In2 | GPIO12 | Input |
| In3 | GPIO12 | Input |
| In4 | GPIO12 | Input |
Switch:
###### Switch:
The switch should connect the GPIO to ground if it is pressed down:
power_sw: GPIO3
input_sw: GPIO1
alarm_sw: GPIO2
sleep_sw: GPIO0
You can also change this at the beginning of the code:
```
//Pin Taster
@@ -90,5 +97,7 @@ The Clock is controlled with 4-Button Control
## Dependencies
LedMatrix.h : [https://github.com/squix78/MAX7219LedMatrix](https://github.com/squix78/MAX7219LedMatrix)
DS3231.h : [https://github.com/NorthernWidget/DS3231](https://github.com/NorthernWidget/DS3231)
WiFiManager.h : [https://github.com/tzapu/WiFiManager](https://github.com/tzapu/WiFiManager)