# Project objective: Blink the onboard LED of the Raspberry Pi Pico using the Picozero module
# Programmer: Adrian Josele G. Quional
# modules
from picozero import pico_led
from time import sleep
# continuously blink the onboard LED for an interval of 1 sec while the board has power