You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should also add a tutorial (perhaps a video) to explain how it can be used to "store multiple programs on the hub".
Basically, it works like this:
frompybricks.toolsimporthub_menu# Choose a letter.selected=hub_menu("F", "D", "Z")
# Based on the selection, run a program.ifselected=="F":
importfly_missionelifselected=="D":
importdrive_missionelifselected=="Z":
importzigzag
The text was updated successfully, but these errors were encountered:
We should also add a tutorial (perhaps a video) to explain how it can be used to "store multiple programs on the hub".
Basically, it works like this:
The text was updated successfully, but these errors were encountered: