class Blinky
microcontroller @mc(RP2040Kit) led-indicator @led.blue .input(&.microcontroller.gpio13) .gnd(&.microcontroller.power.gnd) .resistor.value(100, 10%) voltage-regulator @regulator(Reg3V3) .power-out(&.microcontroller.power) usb-c-connector @usbc .power(&.voltage-regulator.power-in)
class Blinky