From 0c2590eb4a4c72d8ea336a7463d560717cd1c516 Mon Sep 17 00:00:00 2001 From: Jeroen88 Date: Mon, 24 Oct 2022 21:56:49 +0200 Subject: [PATCH] Minor textual changes in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9fb840a..635db34 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Select two free GPIO pins, one to send data to the boiler and one to receive dat #define OT_RX_PIN (34) #define OT_TX_PIN (17) ``` -In this case GPIO34 is used for receiving and GPIO17 is used for sending data. Note that the *Rx* pin is connected to the *TxD* pin of the [OpenTherm controller](https://www.tindie.com/products/jeroen88/opentherm-controller/) and vice versa! +In this case GPIO34 is used for receiving and GPIO17 is used for sending data. Note that the **Rx** pin is connected to the **TxD** pin of the [OpenTherm controller](https://www.tindie.com/products/jeroen88/opentherm-controller/) and vice versa! Create an OpenTherm class instance ```cpp OpenTherm thermostat(OT_RX_PIN, OT_TX_PIN); -- libgit2 0.21.4