void setup() {
  const uint LED_PIN = 21;
  gpio_init(LED_PIN);
  gpio_set_dir(LED_PIN, GPIO_OUT);
}

void loop() {
  gpio_put(LED_PIN, 1);
  delay(100); 
  gpio_put(LED_PIN, 0);
  delay(100); 
}
$abcdeabcde151015202530fghijfghij
BOOTSELLED1239USBRaspberryPiPico©2020RP2-8020/21P64M15.00TTT