Skip to main content

Example

Here is what circuitscript looks like

import lib

v3v3 = supply("3V3") # create 3V3 supply
gnd = dgnd() # create gnd

at v3v3
wire down 100 right 100
add res(100)
wire right 100 down 100
add led("green")

wire down 100
to gnd

3V312R110012D1greenGND