This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

What is the purpose of LED_START and LED_STOP lines in pca10028.h?

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.

Parents
  • 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.

Reply
  • 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.

Children
No Data
Related