Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/slamko/ir-mbed-os
IR communication library for Mbed OS
https://github.com/slamko/ir-mbed-os
ir ir-communication library mbed-os phillips rc5 sirc sony
Last synced: 2 months ago
JSON representation
IR communication library for Mbed OS
- Host: GitHub
- URL: https://github.com/slamko/ir-mbed-os
- Owner: slamko
- License: apache-2.0
- Created: 2023-05-31T12:50:03.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-22T21:55:44.000Z (about 1 year ago)
- Last Synced: 2023-11-22T22:35:26.805Z (about 1 year ago)
- Topics: ir, ir-communication, library, mbed-os, phillips, rc5, sirc, sony
- Language: C++
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
## IR communication library for Mbed OS
- Implements an easy-to-use event based ir communication library.
- Currently supports RC5 (Phillips) and SIRC (Sony) protocols.See main.cpp for a usage example