I need to add two more led pins - #10 and #30 - to that board, but I don't know what to do with LED_START and LED_STOP lines, and so far, it is difficult for me to trace any occurances of those two in my project.
I need to add two more led pins - #10 and #30 - to that board, but I don't know what to do with LED_START and LED_STOP lines, and so far, it is difficult for me to trace any occurances of those two in my project.
I'm looking at the schematic and don't see anything called LED_START nor LED_STOP. According to the schematic p0.10 is used for RTS which you are allowed to repurpose as a LED as long as you don't need flow control and p0.30 is used for SDA which only matters for i2c.
If you are referring to LED_START as a code event, then you will need to be more specific in your question.
I'm looking at the schematic and don't see anything called LED_START nor LED_STOP. According to the schematic p0.10 is used for RTS which you are allowed to repurpose as a LED as long as you don't need flow control and p0.30 is used for SDA which only matters for i2c.
If you are referring to LED_START as a code event, then you will need to be more specific in your question.