updated README.md files

This commit is contained in:
2026-02-01 04:01:16 +00:00
parent 19b17df578
commit 874abcb7e7
3 changed files with 25 additions and 3 deletions

View File

@@ -46,4 +46,15 @@ The system:
3. Uses the IR decode API to generate the appropriate raw IR signal data
4. Transmits the IR signal using the IRremote library on pin 3
The system supports various IR protocols and device types through its modular decoder architecture located in the [src/ir_decode](src/ir_decode) directory.
The system supports various IR protocols and device types through its modular decoder architecture located in the [src/ir_decode](src/ir_decode) directory.
## Related Links
- IRext Official Site: https://irext.net
- IRext Documentation: https://site.irext.net/doc
- IRext GitHub: https://github.com/irext
## License
Please refer to the IRext repository for license information.