From f7ee0cf86d6d0c97710ff9c94aac8bf431e0ca5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cnjord=E2=80=9D?= <“git@tomaskrejci.com”> Date: Wed, 15 May 2024 21:57:04 +0200 Subject: [PATCH] add IT lib --- README.md | 7 ++++++- lib/micropython_ir | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) create mode 160000 lib/micropython_ir diff --git a/README.md b/README.md index 884bb67..ae70b78 100644 --- a/README.md +++ b/README.md @@ -19,4 +19,9 @@ Micropython IR: https://github.com/peterhinch/micropython_ir/blob/master/RECEIVER.md Pi Pico VSCode: -https://randomnerdtutorials.com/raspberry-pi-pico-vs-code-micropython/ \ No newline at end of file +https://randomnerdtutorials.com/raspberry-pi-pico-vs-code-micropython/ + + +## Install IR lib +`$ mpremote connect /dev/ttyACM0 mip install "github:peterhinch/micropython_ir/ir_tx"` +`$ mpremote mip install "github:peterhinch/micropython_ir/ir_rx"` \ No newline at end of file diff --git a/lib/micropython_ir b/lib/micropython_ir new file mode 160000 index 0000000..b6697bc --- /dev/null +++ b/lib/micropython_ir @@ -0,0 +1 @@ +Subproject commit b6697bc2127840b100037da3853bd3d3dd7751b2