]> vault307.fbx.one Git - micorpython_ir.git/blobdiff - README.md
Docs: provide basic usage examples.
[micorpython_ir.git] / README.md
index 2eb3a47f35bbe7760bbc3cb6288f4ea8538efd5e..750a131bbe8fe01615e263c01dba58033ce0cf44 100644 (file)
--- a/README.md
+++ b/README.md
@@ -8,6 +8,13 @@ firmware builds.
 The receiver is cross platform and has been tested on Pyboard, ESP8266 and
 ESP32.
 
+In a typical use case the receiver is employed at the REPL to sniff the address
+and data values associated with buttons on a remote control. The transmitter is
+then used in an application to send those codes, emulating the remote control.
+
+Other use cases involve running the receiver in an application. This enables an
+IR remote to control a device such as a robot.
+
 #### [Receiver docs](./RECEIVER.md)
 
 The transmitter driver is compatible with Pyboard (1.x and D series) and ESP32.