print("""
CircuitPython REPL Example! Start the simulation, press any key
in the Serial terminal, and get right into the REPL where
you can enter Python commands. Enjoy!

For example, to turn the red LED on, paste the following commands in the REPL:

import board
import digitalio

led = digitalio.DigitalInOut(board.GP5)
led.switch_to_output(True)
""")
BOOTSELLED1239USBRaspberryPiPico©2020RP2-8020/21P64M15.00TTT