I think I meant what are you telling the processor when you type led.update().
You use
led.begin()
led.update()
led.target()
So what does led denote? Is it referring to ledpin in the line
const byte ledPin=13; ?
I think I meant what are you telling the processor when you type led.update().
You use
led.begin()
led.update()
led.target()
So what does led denote? Is it referring to ledpin in the line
const byte ledPin=13; ?