I'm triying to develop a program with Raspberry Pi Pico. My first intention is to use the integrated LED in the Pico, and in the datasheet that LED is connected to Pico's pin 25. It sound easy, but in fact I can´t find that pin in the target in flowcode!
Raspberry Pi Pico pin25.PNG (12.76 KiB) Viewed 10470 times
Please somebody give and advice How I can use the Pico LED?
The pin is available if you use the RP2020 target instead of Pico. However you can still access the LED as per this post from Leigh. The post is about using both cores but also explains how to access the LED using a calculation.
I'll check Leigh's code tomorrow, and I did get it to work on my Pico. Just as an FYI you can pretty much use the RP2040 chip component instead of the Pico as most features are compatible.