~repos /rp2350

#zig#raspberry-pi

git clone https://pyrossh.dev/repos/rp2350.git

code to drive rp2350



eda/index.tsx



export default () => (
<board width="20mm" height="20mm" schTraceAutoLabelEnabled schAutoLayoutEnabled>
<resistor name="R1" resistance="1k" footprint="0402" />
<capacitor name="C1" capacitance="1000pF" footprint="0402" />
<resistor name="R2" resistance="2k" footprint="0402" />
<capacitor name="C2" capacitance="1000pF" footprint="0402" />
<trace from=".R1 > .pin1" to=".C1 > .pin1" />
<trace from=".R2 > .pin1" to=".C2 > .pin2" />
</board>
);