From 398e23cbd74460a376257aa5a1737ed194a8b16d Mon Sep 17 00:00:00 2001 From: Quentin Bolsee <quentin.bolsee@cba.mit.edu> Date: Mon, 2 Oct 2023 06:29:00 +0000 Subject: [PATCH] Update file README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0718a6a..c9f4747 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ d = mpy_bridge.Device("COM1") # prints available functions print(d) -# call the function +# call the function on the device d.led_on() ``` -- GitLab