12 years, 5 months ago.

DigitalOut led1(LED1, "led1");

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

DigitalOut led1(LED1, "led1");

2 Answers

12 years, 5 months ago.

It doesnt mean anything since that isnt allowed.

Accepted Answer
12 years, 5 months ago.

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