/*
  How to use this playground?

  1. Download MicroPython UART hex from
     https://raw.githubusercontent.com/wokwi/firmware-assets/gh-pages/rp2040-micropython-uart-47e6c52f0c.hex
  2. Press F1, choose "Load HEX File and Start Simulation...", and choose the HEX file you downloaded
  3. Enjoy the MicroPython REPL in the Serial Monitor window!

  You can turn the LED on by typing the following command into the REPL:

  machine.Pin(2, machine.Pin.OUT).toggle()
  
*/

void setup() {
  Serial1.begin(115200);
  Serial1.println("To run MicroPython: Please read the comment at the beginning for the Source File");
}

void loop() {
}
BOOTSELLED1239USBRaspberryPiPico©2020RP2-8020/21P64M15.00TTT