8000
Skip to content

LED.on() action not turning on leds #33

@sebastienb

Description

@sebastienb

Using the default example I switch the .blink action to .on and it doesn't work

board.withLED({pin: 12}, function(err, LED) {
          if (err) { return console.log(err); }
          LED.on();
          LED.on('on', function(e) {
            console.log('LED is on!');
          });
        });

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0