You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,6 +77,8 @@ If you want to [contribute](.github/CONTRIBUTING.md#how-can-i-contribute) to thi
77
77
- Improve our documentation
78
78
-[Creating issues](.github/CONTRIBUTING.md#reporting-bugs) and [pull requests](.github/CONTRIBUTING.md#pull-requests)
79
79
- Tell other people about this library
80
+
- Updated documentation formatting and clarified installation steps (Hacktoberfest contribution by Prerna Utage)
81
+
80
82
81
83
## Contributors
82
84
Available [here](.github/Contributors.md)
@@ -87,3 +89,6 @@ This library was originally based on Ken Shirriff's work (https://github.com/shi
87
89
[Mark Szabo](https://github.com/crankyoldgit/IRremoteESP8266) has updated the IRsend class to work on ESP8266 and [Sebastien Warin](https://github.com/sebastienwarin/IRremoteESP8266) the receiving & decoding part (IRrecv class).
88
90
89
91
As of v2.0, the library was almost entirely re-written with the ESP8266's resources in mind.
92
+
93
+
## About This Project
94
+
This project allows decoding and encoding of IR signals for controlling Air Conditioners and other devices using ESP8266 or ESP32 boards.
0 commit comments