Skip to content

Commit 8f17408

Browse files
committed
tutorials/wireless/hub-to-device/pc-communication: remove move hub suggestion
The move hub doesn't have the `input()` builtin, so no workaround is currently possible.
1 parent 88d8d73 commit 8f17408

File tree

1 file changed

+1
-2
lines changed
  • tutorials/wireless/hub-to-device/pc-communication

1 file changed

+1
-2
lines changed

tutorials/wireless/hub-to-device/pc-communication/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,7 @@ Now end the program by pressing the button or by typing ``bye``.
8282
```
8383

8484
This program works on all hubs except for the BOOST Move Hub, since it does not
85-
support the ``usys`` or ``uselect`` module. You can still make it work on that
86-
hub by using the ``input()`` and ``print()`` functions instead.
85+
support the ``usys`` or ``uselect`` module.
8786

8887
# Sending and receiving data from a PC
8988

0 commit comments

Comments
 (0)