Skip to content

Commit de6be20

Browse files
authored
Update README.md
1 parent 49125ab commit de6be20

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This library provides implementation of OpenTherm protocol.
44

55
OpenTherm Library is based on OpenTherm protocol specification v2.2 and works with all OpenTherm compatible boilers. Library can be easily installed into Arduino IDE and compiled for Arduino, ESP8266 and other similar controllers.
66

7-
OpenTherm protocol requires simple low voltage twowire connection to boiler, but voltage levels (7..15V) still much higher than Arduino/ESP8266 levels, which requires [OpenTherm Adapter](http://ihormelnyk.com/page/opentherm_adapter).
7+
OpenTherm protocol requires simple low voltage twowire connection to boiler, but voltage levels (7..15V) still much higher than Arduino/ESP8266 levels, which requires [OpenTherm Adapter](http://ihormelnyk.com/opentherm_adapter).
88

99
This version of library uses interrupts to achieve better stability and synchronization with boiler.
1010

@@ -16,7 +16,7 @@ This version of library uses interrupts to achieve better stability and synchron
1616
```c
1717
#include <OpenTherm.h>
1818
```
19-
You have to choose 2 controller GPIO pins which will be used for communication and connected to [OpenTherm Adapter](http://ihormelnyk.com/page/opentherm_adapter). Controller(Arduino/ESP8266) input pin should support interrupts.
19+
You have to choose 2 controller GPIO pins which will be used for communication and connected to [OpenTherm Adapter](http://ihormelnyk.com/opentherm_adapter). Controller(Arduino/ESP8266) input pin should support interrupts.
2020
Controller output pin should be connected to OpenTherm Adapter input pin and vise versa.
2121
```c
2222
const int inPin = 2;
@@ -53,7 +53,7 @@ void loop()
5353
}
5454
```
5555

56-
In details [OpenTherm Library](http://ihormelnyk.com/page/opentherm_library) described [here](http://ihormelnyk.com/page/opentherm_library).
56+
In details [OpenTherm Library](http://ihormelnyk.com/opentherm_library) described [here](http://ihormelnyk.com/opentherm_library).
5757

5858
## OpenTherm Adapter Schematic
5959
![opentherm adapter schmetic](http://ihormelnyk.com/Content/Pages/opentherm_adapter/opentherm_adapter_schematic.png)

0 commit comments

Comments
 (0)