13 years ago.

DigitalOut led1(LED1, "led1");

what does the second (red) "led1" means in

DigitalOut led1(LED1, "led1");

2 Answers

13 years ago.

It doesnt mean anything since that isnt allowed.

Accepted Answer
13 years ago.

Syntax error, You must check the definition of the the DigitalOut .