X-Git-Url: https://vault307.fbx.one/gitweb/micorpython_ir.git/blobdiff_plain/a1bee40ddc3835dce155541c295e3fcfb49ddcc9..d8d6758c3370f4adc636aed7b935a492754f6062:/RECEIVER.md diff --git a/RECEIVER.md b/RECEIVER.md index db0f164..edd27dc 100644 --- a/RECEIVER.md +++ b/RECEIVER.md @@ -71,8 +71,7 @@ while True: #### Common to all classes -Constructor: -Args: +Constructor args: 1. `pin` is a `machine.Pin` instance configured as an input, connected to the IR decoder chip. 2. `callback` is the user supplied callback.