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?