PASO 4: Nuestro micro: bit definitivamente está funcionando ahora. Hagamos un lugar para guardar los datos que recopilaremos.

  • En LÓGICA, vaya a y arrastre Empty List al editor de código.
  • Arrastre una Empty List más.
  • Hacer clic corre Aún debería ver los LED en su micro: bit mostrar un número.
  • Luego haga clic Enviar y Siguiente para seguir adelante.

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
  • Enviar Trabajo
  • Actividad Siguiente
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)