I have a ATOM Pro 28 + BotBoard 2.
I was trying to use the LEDs as a debug indicator to when entering certain routines.
I noticed that the LEDs cannot be activated with CODE, however, pressing the buttoms will light it…
Here’s the code:
;********************************************************************************************************************************************
;MAIN EVENT
;********************************************************************************************************************************************
MAIN
;LEDs for Debugging purposes
low P4
low P5
low P6
End
This does nothing… I have jumpers across DT, CM, and AT headers…
What am I doing wrong?