第 4 步:我们的 micro:bit 现在肯定可以工作了。让我们做一个地方来保存我们将收集的数据。

  • 在 LOGIC 中,转到并将Empty List拖出到代码编辑器中。
  • 再拖出一个Empty List
  • 点击运行。您仍然应该看到 micro:bit 上的 LED 显示一个数字。
  • 然后点击提交接下来继续。

To navigate the page using the TAB key, first press ESC to exit the code editor.

microbit = codesters.Microbit() microbit.show_string("hello") data = microbit.get_temp() microbit.show_number(data)
  • Run Code
  • 提交作品
  • 下个活动
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)