Skip to content

Unable to drive RGB LED on WIZWIKI W7500 and W7500P's through DigitalOut Interface #8203

@naveenkaje

Description

@naveenkaje

Description

WIZWIKI W7500 and W7500P's RGB LED D1 does not turn on as expected with a simple program.
This issue was raised by a user on questions

#include "mbed.h"

DigitalOut myled(LED1);
int main() {
     myled = 0;
      while(1) {  
            wait_ms(1000);
	    myled = !myled;
     }
}

WIZWIKI W7500 Target Page
Schematic

Issue request type

[ ] Question
[ ] Enhancement
[x ] Bug

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions