Using the RGB LED and LoRaWan_APP

Hi there, I am using the LoRaWan_APP.h in my code for the connectivity to TTN which works great. I am considering to use the on board RGB led for informing a bit about my own logic status, e.g. when I tracked data via some sensor.

How can I access the RGB LED from my code while I am using the LoRaWan_APP (which already internally uses this LED?) - is there a method to control the RGB led that was setup via that code? I tried adding the RGB code again but there are compile issues then.

thx
Sven

hi,

You can search these functions:

1 Like

Thx Jason, I am now able to use the RGB led in my code.

cu
Sven