Skip to content
Snippets Groups Projects
Select Git revision
  • a384a5313013d8ffda4db0e509cf798a080b3526
  • wip-bootstrap default
  • dualcore
  • ch3/leds
  • ch3/time
  • master
6 results

pyb.LED.rst

Blame
  • user avatar
    Paul Sokolovsky authored
    Class designator will be used as is in indexes, so must match actual class
    name.
    a384a531
    History
    pyb.LED.rst 1.18 KiB

    class LED -- LED object

    The LED object controls an individual LED (Light Emitting Diode).

    Constructors

    Create an LED object associated with the given LED:

    • id is the LED number, 1-4.

    Methods