Hello
Wonder if anyone can clear up my confusion? This is about controlling the 2 white led on the display side of the board
Have just received my long awaited clue board which i am finding so much fun to learn about
In the readthedocs api reference it states to set clue.white_leds to True to turn on & clue.white_leds to False to turn off after importing clue module
Now this works fine
But in the pinout section of the introduction to clue webpages it states to use board.WHITE_LEDS after importing board module - this i cannot seem to make work - if i set board.WHITE_LEDS to True nothing happens!
What am i doing wrong in this case do you think?
Also for a bonus point why would you use one method over the other?
Regards
JKD