hi i have a box for the boron so i cant see if its connected to cell service
is there a way to code an io pin to go high and hook it to a led outside of box to be on when boron connects?
thanks
hi i have a box for the boron so i cant see if its connected to cell service
is there a way to code an io pin to go high and hook it to a led outside of box to be on when boron connects?
thanks
You could either mirror the RGB LED to an external one: mirrorTo() - RGB | Reference | Particle
Or you could poll for Particle.connected() and toggle an LED.
Thanks!
Thanks
I ordered a rgb led and will try code soon
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.