index.rst 895 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. .. _tutorial-index:
  2. MicroPython tutorial for the pyboard
  3. ====================================
  4. This tutorial is intended to get you started with your pyboard.
  5. All you need is a pyboard and a micro-USB cable to connect it to
  6. your PC. If it is your first time, it is recommended to follow
  7. the tutorial through in the order below.
  8. .. toctree::
  9. :maxdepth: 1
  10. :numbered:
  11. intro.rst
  12. script.rst
  13. repl.rst
  14. leds.rst
  15. switch.rst
  16. accel.rst
  17. reset.rst
  18. usb_mouse.rst
  19. timer.rst
  20. assembler.rst
  21. power_ctrl.rst
  22. Tutorials requiring extra components
  23. ------------------------------------
  24. .. toctree::
  25. :maxdepth: 1
  26. :numbered:
  27. servo.rst
  28. fading_led.rst
  29. lcd_skin.rst
  30. amp_skin.rst
  31. lcd160cr_skin.rst
  32. Tips, tricks and useful things to know
  33. --------------------------------------
  34. .. toctree::
  35. :maxdepth: 1
  36. :numbered:
  37. debounce.rst
  38. pass_through.rst