0
mirror of https://github.com/torvalds/GuitarPedal.git synced 2026-05-16 01:50:40 +00:00
Files
torvalds-GuitarPedal/Hardware/pedal-board/pedal-board.kicad_sch
Linus Torvalds 79e351650b Bring in kicad design files for the rebooted guitar pedal project
I'm not bringing in the whole messy history - some of it exists in
previous generations of the guitar pedal project, but most of it is just
me making (and hopefully fixing) mistakes and random updates.

So this is just the current state of the project.

There are two core "modular" boards with the core hardware:

 - The rp2354 board contains the Raspberry Pi RP2354 microcontroller
   together with the required basic infrastructure: 12MHz crystal,
   bypass capacitors, and components for the internal 1.1V switching
   power supply of the rp2354.

 - the codec board contains TAC5112 stereo codec, and a small 2kbit
   EEPROM flash chip.

Both of the core boards just have a Hirose BM28 connector on the back
that carries 3.3V power and exposes most of the core capabilities of the
chips.

The reason for these boards is purely so that I could test out different
form factors without having to always redo the codec and MCU.  The BM28
connector is tiny - quite arguably inconveniently so - but meant that I
could fit those modular boards in fairly arbitrary footprints.

End result: I could make tons of throw-away single-sided test boards to
see what worked, while re-using the more complex core modules.

So in addition to the two core modules, there are two "carrier" boards
that then are the actual final - at least for now - form factor:

 - The "audio-jacks" board is the analog board that houses the audio
   jacks, the 9V DC power jack, and the high-impedance input buffering
   to the TAC5112 codec board.

 - The "pedal-board" contains the digital side - aside from the rp2354
   board it has the rotary encoders, the Qwiic connector for i2c to
   the display module, activity LEDs and a pin header for the two stomp switches.

   The digital board also has the USB-C connector for programming.

The carrier boards share a 5V incoming power rail, either fed from the
9V DC jack (another low-noise linear regulator - I didn't want a noisy
switching regulator anywhere near the analog board) or from the USB-C
connector.  They then independently regulate that 5V supply down to 3.3V
for their respective core modules.

The carrier boards are connected with a 12p FFC cable that carries the
5V power supply and the 3.3V digital signals (i2c for control, i2s for
audio).

Note that while the TAC5112 is a stereo codec, and both channels are
brought out on the BM28 connector, the the audio jack board is
completely mono and so only one of the channels is actually used.

Al the boards are 4-layer boards: only the rp2354 really needs it, but I
just standardized on it and the cost difference is negligible.  If you
want to make your own version of the hardware, I'd suggest using one of
the commercial rp2350 based boards, and just putting the TAC5112
directly on the audio jack board.  Because the whole "modular board"
thing really was only for flexibility of design.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2026-05-13 13:52:28 -07:00

10481 lines
162 KiB
Plaintext

(kicad_sch
(version 20250114)
(generator "eeschema")
(generator_version "9.0")
(uuid "1cfc5ec2-6e92-4f8b-bcac-06388472f146")
(paper "A4")
(lib_symbols
(symbol "Connector:Conn_01x03_Pin"
(pin_names
(offset 1.016)
(hide yes)
)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(property "Reference" "J"
(at 0 5.08 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Value" "Conn_01x03_Pin"
(at 0 -5.08 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" ""
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" "~"
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Description" "Generic connector, single row, 01x03, script generated"
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "ki_locked" ""
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "ki_keywords" "connector"
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "ki_fp_filters" "Connector*:*_1x??_*"
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(symbol "Conn_01x03_Pin_1_1"
(rectangle
(start 0.8636 2.667)
(end 0 2.413)
(stroke
(width 0.1524)
(type default)
)
(fill
(type outline)
)
)
(rectangle
(start 0.8636 0.127)
(end 0 -0.127)
(stroke
(width 0.1524)
(type default)
)
(fill
(type outline)
)
)
(rectangle
(start 0.8636 -2.413)
(end 0 -2.667)
(stroke
(width 0.1524)
(type default)
)
(fill
(type outline)
)
)
(polyline
(pts
(xy 1.27 2.54) (xy 0.8636 2.54)
)
(stroke
(width 0.1524)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy 1.27 0) (xy 0.8636 0)
)
(stroke
(width 0.1524)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy 1.27 -2.54) (xy 0.8636 -2.54)
)
(stroke
(width 0.1524)
(type default)
)
(fill
(type none)
)
)
(pin passive line
(at 5.08 2.54 180)
(length 3.81)
(name "Pin_1"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "1"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin passive line
(at 5.08 0 180)
(length 3.81)
(name "Pin_2"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "2"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin passive line
(at 5.08 -2.54 180)
(length 3.81)
(name "Pin_3"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "3"
(effects
(font
(size 1.27 1.27)
)
)
)
)
)
(embedded_fonts no)
)
(symbol "Connector:USB_C_Receptacle_USB2.0_16P"
(pin_names
(offset 1.016)
)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(property "Reference" "J"
(at 0 22.225 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Value" "USB_C_Receptacle_USB2.0_16P"
(at 0 19.685 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" ""
(at 3.81 0 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" "https://www.usb.org/sites/default/files/documents/usb_type-c.zip"
(at 3.81 0 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Description" "USB 2.0-only 16P Type-C Receptacle connector"
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "ki_keywords" "usb universal serial bus type-C USB2.0"
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "ki_fp_filters" "USB*C*Receptacle*"
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(symbol "USB_C_Receptacle_USB2.0_16P_0_0"
(rectangle
(start -0.254 -17.78)
(end 0.254 -16.764)
(stroke
(width 0)
(type default)
)
(fill
(type none)
)
)
(rectangle
(start 10.16 15.494)
(end 9.144 14.986)
(stroke
(width 0)
(type default)
)
(fill
(type none)
)
)
(rectangle
(start 10.16 10.414)
(end 9.144 9.906)
(stroke
(width 0)
(type default)
)
(fill
(type none)
)
)
(rectangle
(start 10.16 7.874)
(end 9.144 7.366)
(stroke
(width 0)
(type default)
)
(fill
(type none)
)
)
(rectangle
(start 10.16 2.794)
(end 9.144 2.286)
(stroke
(width 0)
(type default)
)
(fill
(type none)
)
)
(rectangle
(start 10.16 0.254)
(end 9.144 -0.254)
(stroke
(width 0)
(type default)
)
(fill
(type none)
)
)
(rectangle
(start 10.16 -2.286)
(end 9.144 -2.794)
(stroke
(width 0)
(type default)
)
(fill
(type none)
)
)
(rectangle
(start 10.16 -4.826)
(end 9.144 -5.334)
(stroke
(width 0)
(type default)
)
(fill
(type none)
)
)
(rectangle
(start 10.16 -12.446)
(end 9.144 -12.954)
(stroke
(width 0)
(type default)
)
(fill
(type none)
)
)
(rectangle
(start 10.16 -14.986)
(end 9.144 -15.494)
(stroke
(width 0)
(type default)
)
(fill
(type none)
)
)
)
(symbol "USB_C_Receptacle_USB2.0_16P_0_1"
(rectangle
(start -10.16 17.78)
(end 10.16 -17.78)
(stroke
(width 0.254)
(type default)
)
(fill
(type background)
)
)
(polyline
(pts
(xy -8.89 -3.81) (xy -8.89 3.81)
)
(stroke
(width 0.508)
(type default)
)
(fill
(type none)
)
)
(rectangle
(start -7.62 -3.81)
(end -6.35 3.81)
(stroke
(width 0.254)
(type default)
)
(fill
(type outline)
)
)
(arc
(start -7.62 3.81)
(mid -6.985 4.4423)
(end -6.35 3.81)
(stroke
(width 0.254)
(type default)
)
(fill
(type none)
)
)
(arc
(start -7.62 3.81)
(mid -6.985 4.4423)
(end -6.35 3.81)
(stroke
(width 0.254)
(type default)
)
(fill
(type outline)
)
)
(arc
(start -8.89 3.81)
(mid -6.985 5.7067)
(end -5.08 3.81)
(stroke
(width 0.508)
(type default)
)
(fill
(type none)
)
)
(arc
(start -5.08 -3.81)
(mid -6.985 -5.7067)
(end -8.89 -3.81)
(stroke
(width 0.508)
(type default)
)
(fill
(type none)
)
)
(arc
(start -6.35 -3.81)
(mid -6.985 -4.4423)
(end -7.62 -3.81)
(stroke
(width 0.254)
(type default)
)
(fill
(type none)
)
)
(arc
(start -6.35 -3.81)
(mid -6.985 -4.4423)
(end -7.62 -3.81)
(stroke
(width 0.254)
(type default)
)
(fill
(type outline)
)
)
(polyline
(pts
(xy -5.08 3.81) (xy -5.08 -3.81)
)
(stroke
(width 0.508)
(type default)
)
(fill
(type none)
)
)
(circle
(center -2.54 1.143)
(radius 0.635)
(stroke
(width 0.254)
(type default)
)
(fill
(type outline)
)
)
(polyline
(pts
(xy -1.27 4.318) (xy 0 6.858) (xy 1.27 4.318) (xy -1.27 4.318)
)
(stroke
(width 0.254)
(type default)
)
(fill
(type outline)
)
)
(polyline
(pts
(xy 0 -2.032) (xy 2.54 0.508) (xy 2.54 1.778)
)
(stroke
(width 0.508)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy 0 -3.302) (xy -2.54 -0.762) (xy -2.54 0.508)
)
(stroke
(width 0.508)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy 0 -5.842) (xy 0 4.318)
)
(stroke
(width 0.508)
(type default)
)
(fill
(type none)
)
)
(circle
(center 0 -5.842)
(radius 1.27)
(stroke
(width 0)
(type default)
)
(fill
(type outline)
)
)
(rectangle
(start 1.905 1.778)
(end 3.175 3.048)
(stroke
(width 0.254)
(type default)
)
(fill
(type outline)
)
)
)
(symbol "USB_C_Receptacle_USB2.0_16P_1_1"
(pin passive line
(at -7.62 -22.86 90)
(length 5.08)
(name "SHIELD"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "S1"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin passive line
(at 0 -22.86 90)
(length 5.08)
(name "GND"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "A1"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin passive line
(at 0 -22.86 90)
(length 5.08)
(hide yes)
(name "GND"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "A12"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin passive line
(at 0 -22.86 90)
(length 5.08)
(hide yes)
(name "GND"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "B1"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin passive line
(at 0 -22.86 90)
(length 5.08)
(hide yes)
(name "GND"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "B12"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin passive line
(at 15.24 15.24 180)
(length 5.08)
(name "VBUS"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "A4"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin passive line
(at 15.24 15.24 180)
(length 5.08)
(hide yes)
(name "VBUS"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "A9"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin passive line
(at 15.24 15.24 180)
(length 5.08)
(hide yes)
(name "VBUS"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "B4"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin passive line
(at 15.24 15.24 180)
(length 5.08)
(hide yes)
(name "VBUS"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "B9"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin bidirectional line
(at 15.24 10.16 180)
(length 5.08)
(name "CC1"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "A5"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin bidirectional line
(at 15.24 7.62 180)
(length 5.08)
(name "CC2"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "B5"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin bidirectional line
(at 15.24 2.54 180)
(length 5.08)
(name "D-"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "A7"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin bidirectional line
(at 15.24 0 180)
(length 5.08)
(name "D-"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "B7"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin bidirectional line
(at 15.24 -2.54 180)
(length 5.08)
(name "D+"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "A6"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin bidirectional line
(at 15.24 -5.08 180)
(length 5.08)
(name "D+"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "B6"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin bidirectional line
(at 15.24 -12.7 180)
(length 5.08)
(name "SBU1"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "A8"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin bidirectional line
(at 15.24 -15.24 180)
(length 5.08)
(name "SBU2"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "B8"
(effects
(font
(size 1.27 1.27)
)
)
)
)
)
(embedded_fonts no)
)
(symbol "Connector_Generic_MountingPin:Conn_01x04_MountingPin"
(pin_names
(offset 1.016)
(hide yes)
)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(property "Reference" "J"
(at 0 5.08 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Value" "Conn_01x04_MountingPin"
(at 1.27 -7.62 0)
(effects
(font
(size 1.27 1.27)
)
(justify left)
)
)
(property "Footprint" ""
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" "~"
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Description" "Generic connectable mounting pin connector, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)"
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "ki_keywords" "connector"
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "ki_fp_filters" "Connector*:*_1x??-1MP*"
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(symbol "Conn_01x04_MountingPin_1_1"
(rectangle
(start -1.27 3.81)
(end 1.27 -6.35)
(stroke
(width 0.254)
(type default)
)
(fill
(type background)
)
)
(rectangle
(start -1.27 2.667)
(end 0 2.413)
(stroke
(width 0.1524)
(type default)
)
(fill
(type none)
)
)
(rectangle
(start -1.27 0.127)
(end 0 -0.127)
(stroke
(width 0.1524)
(type default)
)
(fill
(type none)
)
)
(rectangle
(start -1.27 -2.413)
(end 0 -2.667)
(stroke
(width 0.1524)
(type default)
)
(fill
(type none)
)
)
(rectangle
(start -1.27 -4.953)
(end 0 -5.207)
(stroke
(width 0.1524)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy -1.016 -7.112) (xy 1.016 -7.112)
)
(stroke
(width 0.1524)
(type default)
)
(fill
(type none)
)
)
(text "Mounting"
(at 0 -6.731 0)
(effects
(font
(size 0.381 0.381)
)
)
)
(pin passive line
(at -5.08 2.54 0)
(length 3.81)
(name "Pin_1"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "1"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin passive line
(at -5.08 0 0)
(length 3.81)
(name "Pin_2"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "2"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin passive line
(at -5.08 -2.54 0)
(length 3.81)
(name "Pin_3"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "3"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin passive line
(at -5.08 -5.08 0)
(length 3.81)
(name "Pin_4"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "4"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin passive line
(at 0 -10.16 90)
(length 3.048)
(name "MountPin"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "MP"
(effects
(font
(size 1.27 1.27)
)
)
)
)
)
(embedded_fonts no)
)
(symbol "Connector_Generic_MountingPin:Conn_01x12_MountingPin"
(pin_names
(offset 1.016)
(hide yes)
)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(property "Reference" "J"
(at 0 15.24 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Value" "Conn_01x12_MountingPin"
(at 1.27 -17.78 0)
(effects
(font
(size 1.27 1.27)
)
(justify left)
)
)
(property "Footprint" ""
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" "~"
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Description" "Generic connectable mounting pin connector, single row, 01x12, script generated (kicad-library-utils/schlib/autogen/connector/)"
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "ki_keywords" "connector"
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "ki_fp_filters" "Connector*:*_1x??-1MP*"
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(symbol "Conn_01x12_MountingPin_1_1"
(rectangle
(start -1.27 13.97)
(end 1.27 -16.51)
(stroke
(width 0.254)
(type default)
)
(fill
(type background)
)
)
(rectangle
(start -1.27 12.827)
(end 0 12.573)
(stroke
(width 0.1524)
(type default)
)
(fill
(type none)
)
)
(rectangle
(start -1.27 10.287)
(end 0 10.033)
(stroke
(width 0.1524)
(type default)
)
(fill
(type none)
)
)
(rectangle
(start -1.27 7.747)
(end 0 7.493)
(stroke
(width 0.1524)
(type default)
)
(fill
(type none)
)
)
(rectangle
(start -1.27 5.207)
(end 0 4.953)
(stroke
(width 0.1524)
(type default)
)
(fill
(type none)
)
)
(rectangle
(start -1.27 2.667)
(end 0 2.413)
(stroke
(width 0.1524)
(type default)
)
(fill
(type none)
)
)
(rectangle
(start -1.27 0.127)
(end 0 -0.127)
(stroke
(width 0.1524)
(type default)
)
(fill
(type none)
)
)
(rectangle
(start -1.27 -2.413)
(end 0 -2.667)
(stroke
(width 0.1524)
(type default)
)
(fill
(type none)
)
)
(rectangle
(start -1.27 -4.953)
(end 0 -5.207)
(stroke
(width 0.1524)
(type default)
)
(fill
(type none)
)
)
(rectangle
(start -1.27 -7.493)
(end 0 -7.747)
(stroke
(width 0.1524)
(type default)
)
(fill
(type none)
)
)
(rectangle
(start -1.27 -10.033)
(end 0 -10.287)
(stroke
(width 0.1524)
(type default)
)
(fill
(type none)
)
)
(rectangle
(start -1.27 -12.573)
(end 0 -12.827)
(stroke
(width 0.1524)
(type default)
)
(fill
(type none)
)
)
(rectangle
(start -1.27 -15.113)
(end 0 -15.367)
(stroke
(width 0.1524)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy -1.016 -17.272) (xy 1.016 -17.272)
)
(stroke
(width 0.1524)
(type default)
)
(fill
(type none)
)
)
(text "Mounting"
(at 0 -16.891 0)
(effects
(font
(size 0.381 0.381)
)
)
)
(pin passive line
(at -5.08 12.7 0)
(length 3.81)
(name "Pin_1"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "1"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin passive line
(at -5.08 10.16 0)
(length 3.81)
(name "Pin_2"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "2"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin passive line
(at -5.08 7.62 0)
(length 3.81)
(name "Pin_3"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "3"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin passive line
(at -5.08 5.08 0)
(length 3.81)
(name "Pin_4"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "4"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin passive line
(at -5.08 2.54 0)
(length 3.81)
(name "Pin_5"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "5"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin passive line
(at -5.08 0 0)
(length 3.81)
(name "Pin_6"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "6"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin passive line
(at -5.08 -2.54 0)
(length 3.81)
(name "Pin_7"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "7"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin passive line
(at -5.08 -5.08 0)
(length 3.81)
(name "Pin_8"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "8"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin passive line
(at -5.08 -7.62 0)
(length 3.81)
(name "Pin_9"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "9"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin passive line
(at -5.08 -10.16 0)
(length 3.81)
(name "Pin_10"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "10"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin passive line
(at -5.08 -12.7 0)
(length 3.81)
(name "Pin_11"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "11"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin passive line
(at -5.08 -15.24 0)
(length 3.81)
(name "Pin_12"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "12"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin passive line
(at 0 -20.32 90)
(length 3.048)
(name "MountPin"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "MP"
(effects
(font
(size 1.27 1.27)
)
)
)
)
)
(embedded_fonts no)
)
(symbol "Device:C"
(pin_numbers
(hide yes)
)
(pin_names
(offset 0.254)
)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(property "Reference" "C"
(at 0.635 2.54 0)
(effects
(font
(size 1.27 1.27)
)
(justify left)
)
)
(property "Value" "C"
(at 0.635 -2.54 0)
(effects
(font
(size 1.27 1.27)
)
(justify left)
)
)
(property "Footprint" ""
(at 0.9652 -3.81 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" "~"
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Description" "Unpolarized capacitor"
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "ki_keywords" "cap capacitor"
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "ki_fp_filters" "C_*"
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(symbol "C_0_1"
(polyline
(pts
(xy -2.032 0.762) (xy 2.032 0.762)
)
(stroke
(width 0.508)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy -2.032 -0.762) (xy 2.032 -0.762)
)
(stroke
(width 0.508)
(type default)
)
(fill
(type none)
)
)
)
(symbol "C_1_1"
(pin passive line
(at 0 3.81 270)
(length 2.794)
(name "~"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "1"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin passive line
(at 0 -3.81 90)
(length 2.794)
(name "~"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "2"
(effects
(font
(size 1.27 1.27)
)
)
)
)
)
(embedded_fonts no)
)
(symbol "Device:LED"
(pin_numbers
(hide yes)
)
(pin_names
(offset 1.016)
(hide yes)
)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(property "Reference" "D"
(at 0 2.54 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Value" "LED"
(at 0 -2.54 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" ""
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" "~"
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Description" "Light emitting diode"
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Sim.Pins" "1=K 2=A"
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "ki_keywords" "LED diode"
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*"
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(symbol "LED_0_1"
(polyline
(pts
(xy -3.048 -0.762) (xy -4.572 -2.286) (xy -3.81 -2.286) (xy -4.572 -2.286) (xy -4.572 -1.524)
)
(stroke
(width 0)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy -1.778 -0.762) (xy -3.302 -2.286) (xy -2.54 -2.286) (xy -3.302 -2.286) (xy -3.302 -1.524)
)
(stroke
(width 0)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy -1.27 0) (xy 1.27 0)
)
(stroke
(width 0)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy -1.27 -1.27) (xy -1.27 1.27)
)
(stroke
(width 0.254)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy 1.27 -1.27) (xy 1.27 1.27) (xy -1.27 0) (xy 1.27 -1.27)
)
(stroke
(width 0.254)
(type default)
)
(fill
(type none)
)
)
)
(symbol "LED_1_1"
(pin passive line
(at -3.81 0 0)
(length 2.54)
(name "K"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "1"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin passive line
(at 3.81 0 180)
(length 2.54)
(name "A"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "2"
(effects
(font
(size 1.27 1.27)
)
)
)
)
)
(embedded_fonts no)
)
(symbol "Device:R"
(pin_numbers
(hide yes)
)
(pin_names
(offset 0)
)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(property "Reference" "R"
(at 2.032 0 90)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Value" "R"
(at 0 0 90)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" ""
(at -1.778 0 90)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" "~"
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Description" "Resistor"
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "ki_keywords" "R res resistor"
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "ki_fp_filters" "R_*"
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(symbol "R_0_1"
(rectangle
(start -1.016 -2.54)
(end 1.016 2.54)
(stroke
(width 0.254)
(type default)
)
(fill
(type none)
)
)
)
(symbol "R_1_1"
(pin passive line
(at 0 3.81 270)
(length 1.27)
(name "~"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "1"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin passive line
(at 0 -3.81 90)
(length 1.27)
(name "~"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "2"
(effects
(font
(size 1.27 1.27)
)
)
)
)
)
(embedded_fonts no)
)
(symbol "Device:RotaryEncoder_Switch_MP"
(pin_names
(offset 0.254)
(hide yes)
)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(property "Reference" "SW"
(at 0 8.89 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Value" "RotaryEncoder_Switch_MP"
(at 0 6.35 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" ""
(at -3.81 4.064 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" "~"
(at 0 -12.7 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Description" "Rotary encoder, dual channel, incremental quadrate outputs, with switch and MP Pin"
(at 0 -15.24 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "ki_keywords" "rotary switch encoder switch push button"
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "ki_fp_filters" "RotaryEncoder*Switch*"
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(symbol "RotaryEncoder_Switch_MP_0_1"
(rectangle
(start -5.08 5.08)
(end 5.08 -5.08)
(stroke
(width 0.254)
(type default)
)
(fill
(type background)
)
)
(polyline
(pts
(xy -5.08 2.54) (xy -3.81 2.54) (xy -3.81 2.032)
)
(stroke
(width 0)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy -5.08 0) (xy -3.81 0) (xy -3.81 -1.016) (xy -3.302 -2.032)
)
(stroke
(width 0)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy -5.08 -2.54) (xy -3.81 -2.54) (xy -3.81 -2.032)
)
(stroke
(width 0)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy -4.318 0) (xy -3.81 0) (xy -3.81 1.016) (xy -3.302 2.032)
)
(stroke
(width 0)
(type default)
)
(fill
(type none)
)
)
(circle
(center -3.81 0)
(radius 0.254)
(stroke
(width 0)
(type default)
)
(fill
(type outline)
)
)
(polyline
(pts
(xy -0.635 -1.778) (xy -0.635 1.778)
)
(stroke
(width 0.254)
(type default)
)
(fill
(type none)
)
)
(circle
(center -0.381 0)
(radius 1.905)
(stroke
(width 0.254)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy -0.381 -1.778) (xy -0.381 1.778)
)
(stroke
(width 0.254)
(type default)
)
(fill
(type none)
)
)
(arc
(start -0.381 -2.794)
(mid -3.0988 -0.0635)
(end -0.381 2.667)
(stroke
(width 0.254)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy -0.127 1.778) (xy -0.127 -1.778)
)
(stroke
(width 0.254)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy 0.254 2.921) (xy -0.508 2.667) (xy 0.127 2.286)
)
(stroke
(width 0.254)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy 0.254 -3.048) (xy -0.508 -2.794) (xy 0.127 -2.413)
)
(stroke
(width 0.254)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy 3.81 1.016) (xy 3.81 -1.016)
)
(stroke
(width 0.254)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy 3.81 0) (xy 3.429 0)
)
(stroke
(width 0.254)
(type default)
)
(fill
(type none)
)
)
(circle
(center 4.318 1.016)
(radius 0.127)
(stroke
(width 0.254)
(type default)
)
(fill
(type none)
)
)
(circle
(center 4.318 -1.016)
(radius 0.127)
(stroke
(width 0.254)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy 5.08 2.54) (xy 4.318 2.54) (xy 4.318 1.016)
)
(stroke
(width 0.254)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy 5.08 -2.54) (xy 4.318 -2.54) (xy 4.318 -1.016)
)
(stroke
(width 0.254)
(type default)
)
(fill
(type none)
)
)
)
(symbol "RotaryEncoder_Switch_MP_1_1"
(pin passive line
(at -7.62 2.54 0)
(length 2.54)
(name "A"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "A"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin passive line
(at -7.62 0 0)
(length 2.54)
(name "C"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "C"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin passive line
(at -7.62 -2.54 0)
(length 2.54)
(name "B"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "B"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin passive line
(at 0 -7.62 90)
(length 2.54)
(name "MP"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "MP"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin passive line
(at 7.62 2.54 180)
(length 2.54)
(name "S1"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "S1"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin passive line
(at 7.62 -2.54 180)
(length 2.54)
(name "S2"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "S2"
(effects
(font
(size 1.27 1.27)
)
)
)
)
)
(embedded_fonts no)
)
(symbol "Mylib:BM28B0.6-24DS"
(pin_names
(hide yes)
)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(property "Reference" "J"
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Value" "BM28B0.6-24DS/2"
(at 0 -25.4 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" "Mylib:BM28B0.6-24DS"
(at 0 -30.48 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" "https://www.hirose.com/product/series/BM28"
(at 0 -27.94 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Description" ""
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(symbol "BM28B0.6-24DS_1_1"
(rectangle
(start -2.54 15.24)
(end 2.54 -15.24)
(stroke
(width 0.254)
(type default)
)
(fill
(type background)
)
)
(rectangle
(start -2.54 14.097)
(end -1.27 13.843)
(stroke
(width 0.1524)
(type default)
)
(fill
(type none)
)
)
(rectangle
(start -2.54 11.557)
(end -1.27 11.303)
(stroke
(width 0.1524)
(type default)
)
(fill
(type none)
)
)
(rectangle
(start -2.54 9.017)
(end -1.27 8.763)
(stroke
(width 0.1524)
(type default)
)
(fill
(type none)
)
)
(rectangle
(start -2.54 6.477)
(end -1.27 6.223)
(stroke
(width 0.1524)
(type default)
)
(fill
(type none)
)
)
(rectangle
(start -2.54 3.937)
(end -1.27 3.683)
(stroke
(width 0.1524)
(type default)
)
(fill
(type none)
)
)
(rectangle
(start -2.54 1.397)
(end -1.27 1.143)
(stroke
(width 0.1524)
(type default)
)
(fill
(type none)
)
)
(rectangle
(start -2.54 -1.143)
(end -1.27 -1.397)
(stroke
(width 0.1524)
(type default)
)
(fill
(type none)
)
)
(rectangle
(start -2.54 -3.683)
(end -1.27 -3.937)
(stroke
(width 0.1524)
(type default)
)
(fill
(type none)
)
)
(rectangle
(start -2.54 -6.223)
(end -1.27 -6.477)
(stroke
(width 0.1524)
(type default)
)
(fill
(type none)
)
)
(rectangle
(start -2.54 -8.763)
(end -1.27 -9.017)
(stroke
(width 0.1524)
(type default)
)
(fill
(type none)
)
)
(rectangle
(start -2.54 -11.303)
(end -1.27 -11.557)
(stroke
(width 0.1524)
(type default)
)
(fill
(type none)
)
)
(rectangle
(start -2.54 -13.843)
(end -1.27 -14.097)
(stroke
(width 0.1524)
(type default)
)
(fill
(type none)
)
)
(rectangle
(start 2.54 14.097)
(end 1.27 13.843)
(stroke
(width 0.1524)
(type default)
)
(fill
(type none)
)
)
(rectangle
(start 2.54 11.557)
(end 1.27 11.303)
(stroke
(width 0.1524)
(type default)
)
(fill
(type none)
)
)
(rectangle
(start 2.54 9.017)
(end 1.27 8.763)
(stroke
(width 0.1524)
(type default)
)
(fill
(type none)
)
)
(rectangle
(start 2.54 6.477)
(end 1.27 6.223)
(stroke
(width 0.1524)
(type default)
)
(fill
(type none)
)
)
(rectangle
(start 2.54 3.937)
(end 1.27 3.683)
(stroke
(width 0.1524)
(type default)
)
(fill
(type none)
)
)
(rectangle
(start 2.54 1.397)
(end 1.27 1.143)
(stroke
(width 0.1524)
(type default)
)
(fill
(type none)
)
)
(rectangle
(start 2.54 -1.143)
(end 1.27 -1.397)
(stroke
(width 0.1524)
(type default)
)
(fill
(type none)
)
)
(rectangle
(start 2.54 -3.683)
(end 1.27 -3.937)
(stroke
(width 0.1524)
(type default)
)
(fill
(type none)
)
)
(rectangle
(start 2.54 -6.223)
(end 1.27 -6.477)
(stroke
(width 0.1524)
(type default)
)
(fill
(type none)
)
)
(rectangle
(start 2.54 -8.763)
(end 1.27 -9.017)
(stroke
(width 0.1524)
(type default)
)
(fill
(type none)
)
)
(rectangle
(start 2.54 -11.303)
(end 1.27 -11.557)
(stroke
(width 0.1524)
(type default)
)
(fill
(type none)
)
)
(rectangle
(start 2.54 -13.843)
(end 1.27 -14.097)
(stroke
(width 0.1524)
(type default)
)
(fill
(type none)
)
)
(pin passive line
(at -6.35 13.97 0)
(length 3.81)
(name "Pin_1"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "1"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin passive line
(at -6.35 11.43 0)
(length 3.81)
(name "Pin_3"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "3"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin passive line
(at -6.35 8.89 0)
(length 3.81)
(name "Pin_5"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "5"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin passive line
(at -6.35 6.35 0)
(length 3.81)
(name "Pin_7"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "7"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin passive line
(at -6.35 3.81 0)
(length 3.81)
(name "Pin_9"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "9"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin passive line
(at -6.35 1.27 0)
(length 3.81)
(name "Pin_11"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "11"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin passive line
(at -6.35 -1.27 0)
(length 3.81)
(name "Pin_13"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "13"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin passive line
(at -6.35 -3.81 0)
(length 3.81)
(name "Pin_15"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "15"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin passive line
(at -6.35 -6.35 0)
(length 3.81)
(name "Pin_17"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "17"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin passive line
(at -6.35 -8.89 0)
(length 3.81)
(name "Pin_19"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "19"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin passive line
(at -6.35 -11.43 0)
(length 3.81)
(name "Pin_21"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "21"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin passive line
(at -6.35 -13.97 0)
(length 3.81)
(name "Pin_23"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "23"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin passive line
(at 0 17.78 270)
(length 2.54)
(name "PWR1"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "25"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin passive line
(at 0 -17.78 90)
(length 2.54)
(name "PWR1"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "26"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin passive line
(at 6.35 13.97 180)
(length 3.81)
(name "Pin_2"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "2"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin passive line
(at 6.35 11.43 180)
(length 3.81)
(name "Pin_4"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "4"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin passive line
(at 6.35 8.89 180)
(length 3.81)
(name "Pin_6"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "6"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin passive line
(at 6.35 6.35 180)
(length 3.81)
(name "Pin_8"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "8"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin passive line
(at 6.35 3.81 180)
(length 3.81)
(name "Pin_10"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "10"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin passive line
(at 6.35 1.27 180)
(length 3.81)
(name "Pin_12"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "12"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin passive line
(at 6.35 -1.27 180)
(length 3.81)
(name "Pin_14"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "14"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin passive line
(at 6.35 -3.81 180)
(length 3.81)
(name "Pin_16"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "16"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin passive line
(at 6.35 -6.35 180)
(length 3.81)
(name "Pin_18"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "18"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin passive line
(at 6.35 -8.89 180)
(length 3.81)
(name "Pin_20"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "20"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin passive line
(at 6.35 -11.43 180)
(length 3.81)
(name "Pin_22"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "22"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin passive line
(at 6.35 -13.97 180)
(length 3.81)
(name "Pin_24"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "24"
(effects
(font
(size 1.27 1.27)
)
)
)
)
)
(embedded_fonts no)
)
(symbol "Power_Protection:USBLC6-2P6"
(pin_names
(hide yes)
)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(property "Reference" "U"
(at 0.635 5.715 0)
(effects
(font
(size 1.27 1.27)
)
(justify left)
)
)
(property "Value" "USBLC6-2P6"
(at 0.635 3.81 0)
(effects
(font
(size 1.27 1.27)
)
(justify left)
)
)
(property "Footprint" "Package_TO_SOT_SMD:SOT-666"
(at 1.016 -6.731 0)
(effects
(font
(size 1.27 1.27)
(italic yes)
)
(justify left)
(hide yes)
)
)
(property "Datasheet" "https://www.st.com/resource/en/datasheet/usblc6-2.pdf"
(at 1.016 -8.636 0)
(effects
(font
(size 1.27 1.27)
)
(justify left)
(hide yes)
)
)
(property "Description" "Very low capacitance ESD protection diode, 2 data-line, SOT-666"
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "ki_keywords" "usb ethernet video"
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "ki_fp_filters" "SOT?666*"
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(symbol "USBLC6-2P6_0_0"
(circle
(center -1.524 0)
(radius 0.0001)
(stroke
(width 0.508)
(type default)
)
(fill
(type none)
)
)
(circle
(center -0.508 2.032)
(radius 0.0001)
(stroke
(width 0.508)
(type default)
)
(fill
(type none)
)
)
(circle
(center -0.508 -4.572)
(radius 0.0001)
(stroke
(width 0.508)
(type default)
)
(fill
(type none)
)
)
(circle
(center 0.508 2.032)
(radius 0.0001)
(stroke
(width 0.508)
(type default)
)
(fill
(type none)
)
)
(circle
(center 0.508 -4.572)
(radius 0.0001)
(stroke
(width 0.508)
(type default)
)
(fill
(type none)
)
)
(circle
(center 1.524 -2.54)
(radius 0.0001)
(stroke
(width 0.508)
(type default)
)
(fill
(type none)
)
)
)
(symbol "USBLC6-2P6_0_1"
(polyline
(pts
(xy -2.54 0) (xy 2.54 0)
)
(stroke
(width 0)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy -2.54 -2.54) (xy 2.54 -2.54)
)
(stroke
(width 0)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy -2.032 0.508) (xy -1.016 0.508) (xy -1.524 1.524) (xy -2.032 0.508)
)
(stroke
(width 0)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy -2.032 -3.048) (xy -1.016 -3.048)
)
(stroke
(width 0)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy -1.016 1.524) (xy -2.032 1.524)
)
(stroke
(width 0)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy -1.016 -4.064) (xy -2.032 -4.064) (xy -1.524 -3.048) (xy -1.016 -4.064)
)
(stroke
(width 0)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy -0.508 -1.143) (xy -0.508 -0.762) (xy 0.508 -0.762)
)
(stroke
(width 0)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy 0 2.54) (xy -0.508 2.032) (xy 0.508 2.032) (xy 0 1.524) (xy 0 -4.064) (xy -0.508 -4.572) (xy 0.508 -4.572)
(xy 0 -5.08)
)
(stroke
(width 0)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy 0.508 -1.778) (xy -0.508 -1.778) (xy 0 -0.762) (xy 0.508 -1.778)
)
(stroke
(width 0)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy 1.016 1.524) (xy 2.032 1.524)
)
(stroke
(width 0)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy 1.016 -3.048) (xy 2.032 -3.048)
)
(stroke
(width 0)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy 2.032 0.508) (xy 1.016 0.508) (xy 1.524 1.524) (xy 2.032 0.508)
)
(stroke
(width 0)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy 2.032 -4.064) (xy 1.016 -4.064) (xy 1.524 -3.048) (xy 2.032 -4.064)
)
(stroke
(width 0)
(type default)
)
(fill
(type none)
)
)
)
(symbol "USBLC6-2P6_1_1"
(rectangle
(start -2.54 2.794)
(end 2.54 -5.334)
(stroke
(width 0.254)
(type default)
)
(fill
(type background)
)
)
(polyline
(pts
(xy -0.508 2.032) (xy -1.524 2.032) (xy -1.524 -4.572) (xy -0.508 -4.572)
)
(stroke
(width 0)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy 0.508 -4.572) (xy 1.524 -4.572) (xy 1.524 2.032) (xy 0.508 2.032)
)
(stroke
(width 0)
(type default)
)
(fill
(type none)
)
)
(pin passive line
(at -5.08 0 0)
(length 2.54)
(name "I/O1"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "1"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin passive line
(at -5.08 -2.54 0)
(length 2.54)
(name "I/O2"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "3"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin passive line
(at 0 5.08 270)
(length 2.54)
(name "VBUS"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "5"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin passive line
(at 0 -7.62 90)
(length 2.54)
(name "GND"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "2"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin passive line
(at 5.08 0 180)
(length 2.54)
(name "I/O1"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "6"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin passive line
(at 5.08 -2.54 180)
(length 2.54)
(name "I/O2"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "4"
(effects
(font
(size 1.27 1.27)
)
)
)
)
)
(embedded_fonts no)
)
(symbol "Regulator_Linear:TLV76733DRVx"
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(property "Reference" "U"
(at 0 8.89 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Value" "TLV76733DRVx"
(at 0 6.35 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" "Package_SON:WSON-6-1EP_2x2mm_P0.65mm_EP1x1.6mm_ThermalVias"
(at 0 11.43 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" "www.ti.com/lit/gpn/TLV767"
(at -1.27 0 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Description" "1A Precision Linear Voltage Regulator, with enable pin, Fixed Output 3.3V, WSON6"
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "ki_keywords" "1A Precision Linear Voltage Regulator"
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "ki_fp_filters" "WSON*1EP*2x2mm*P0.65*"
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(symbol "TLV76733DRVx_0_1"
(rectangle
(start -5.08 -5.08)
(end 5.08 5.08)
(stroke
(width 0.254)
(type default)
)
(fill
(type background)
)
)
)
(symbol "TLV76733DRVx_1_1"
(pin power_in line
(at -7.62 2.54 0)
(length 2.54)
(name "IN"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "6"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin input line
(at -7.62 0 0)
(length 2.54)
(name "EN"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "4"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin passive line
(at -2.54 -7.62 90)
(length 2.54)
(name "PAD"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "7"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin power_in line
(at 0 -7.62 90)
(length 2.54)
(name "GND"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "3"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin passive line
(at 0 -7.62 90)
(length 2.54)
(hide yes)
(name "GND"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "5"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin power_out line
(at 7.62 2.54 180)
(length 2.54)
(name "OUT"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "1"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin input line
(at 7.62 0 180)
(length 2.54)
(name "SNS"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "2"
(effects
(font
(size 1.27 1.27)
)
)
)
)
)
(embedded_fonts no)
)
(symbol "power:+3V3"
(power)
(pin_numbers
(hide yes)
)
(pin_names
(offset 0)
(hide yes)
)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(property "Reference" "#PWR"
(at 0 -3.81 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Value" "+3V3"
(at 0 3.556 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" ""
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" ""
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Description" "Power symbol creates a global label with name \"+3V3\""
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "ki_keywords" "global power"
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(symbol "+3V3_0_1"
(polyline
(pts
(xy -0.762 1.27) (xy 0 2.54)
)
(stroke
(width 0)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy 0 2.54) (xy 0.762 1.27)
)
(stroke
(width 0)
(type default)
)
(fill
(type none)
)
)
(polyline
(pts
(xy 0 0) (xy 0 2.54)
)
(stroke
(width 0)
(type default)
)
(fill
(type none)
)
)
)
(symbol "+3V3_1_1"
(pin power_in line
(at 0 0 90)
(length 0)
(name "~"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "1"
(effects
(font
(size 1.27 1.27)
)
)
)
)
)
(embedded_fonts no)
)
(symbol "power:GND"
(power)
(pin_numbers
(hide yes)
)
(pin_names
(offset 0)
(hide yes)
)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(property "Reference" "#PWR"
(at 0 -6.35 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Value" "GND"
(at 0 -3.81 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" ""
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" ""
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Description" "Power symbol creates a global label with name \"GND\" , ground"
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "ki_keywords" "global power"
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(symbol "GND_0_1"
(polyline
(pts
(xy 0 0) (xy 0 -1.27) (xy 1.27 -1.27) (xy 0 -2.54) (xy -1.27 -1.27) (xy 0 -1.27)
)
(stroke
(width 0)
(type default)
)
(fill
(type none)
)
)
)
(symbol "GND_1_1"
(pin power_in line
(at 0 0 270)
(length 0)
(name "~"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "1"
(effects
(font
(size 1.27 1.27)
)
)
)
)
)
(embedded_fonts no)
)
(symbol "power:PWR_FLAG"
(power)
(pin_numbers
(hide yes)
)
(pin_names
(offset 0)
(hide yes)
)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(property "Reference" "#FLG"
(at 0 1.905 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Value" "PWR_FLAG"
(at 0 3.81 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" ""
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" "~"
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Description" "Special symbol for telling ERC where power comes from"
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "ki_keywords" "flag power"
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(symbol "PWR_FLAG_0_0"
(pin power_out line
(at 0 0 90)
(length 0)
(name "~"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "1"
(effects
(font
(size 1.27 1.27)
)
)
)
)
)
(symbol "PWR_FLAG_0_1"
(polyline
(pts
(xy 0 0) (xy 0 1.27) (xy -1.016 1.905) (xy 0 2.54) (xy 1.016 1.905) (xy 0 1.27)
)
(stroke
(width 0)
(type default)
)
(fill
(type none)
)
)
)
(embedded_fonts no)
)
)
(text "Carrier board for the rp2354 board"
(exclude_from_sim no)
(at 178.816 172.72 0)
(effects
(font
(size 1.27 1.27)
)
(justify left)
)
(uuid "5432137b-752f-4b0f-aa38-7df772e76895")
)
(text_box "IO connectors."
(exclude_from_sim no)
(at 13.97 113.03 0)
(size 161.29 82.55)
(margins 0.9525 0.9525 0.9525 0.9525)
(stroke
(width 0)
(type solid)
)
(fill
(type none)
)
(effects
(font
(size 1.27 1.27)
)
(justify left top)
)
(uuid "227efa98-dcde-4481-bac0-fe106df00db3")
)
(text_box "FFC cable to audio board"
(exclude_from_sim no)
(at 133.35 16.51 0)
(size 67.31 57.15)
(margins 0.9525 0.9525 0.9525 0.9525)
(stroke
(width 0)
(type solid)
)
(fill
(type none)
)
(effects
(font
(size 1.27 1.27)
)
(justify left top)
)
(uuid "57c5aaa5-2fbb-48be-a199-362d0c49027e")
)
(junction
(at 66.04 31.75)
(diameter 0)
(color 0 0 0 0)
(uuid "041c87dc-9e85-4e8a-863b-8ffdebcc6ba9")
)
(junction
(at 254 35.56)
(diameter 0)
(color 0 0 0 0)
(uuid "1790135a-dc90-4640-a43e-adbed688c53b")
)
(junction
(at 248.92 35.56)
(diameter 0)
(color 0 0 0 0)
(uuid "2b3f21ea-f5c9-4da9-93ef-b696e90ef6a2")
)
(junction
(at 45.72 39.37)
(diameter 0)
(color 0 0 0 0)
(uuid "3a38644e-6e7e-4ac1-8429-c6f01abfb770")
)
(junction
(at 160.02 53.34)
(diameter 0)
(color 0 0 0 0)
(uuid "73a676b1-c197-4eac-b271-dadbaf8e6072")
)
(junction
(at 45.72 44.45)
(diameter 0)
(color 0 0 0 0)
(uuid "99546b63-4dfc-4be1-9441-2d080b150edc")
)
(junction
(at 228.6 35.56)
(diameter 0)
(color 0 0 0 0)
(uuid "e628ce23-a6e9-4c35-9dc1-e925ca5993d1")
)
(junction
(at 241.3 45.72)
(diameter 0)
(color 0 0 0 0)
(uuid "ebb89941-5f10-49b1-af3f-ea66d7d33369")
)
(no_connect
(at 104.14 43.18)
(uuid "0985d63b-1458-431b-a894-ba6373b53aee")
)
(no_connect
(at 104.14 50.8)
(uuid "29c27d15-b75d-4095-9e34-3718ce5adce5")
)
(no_connect
(at 45.72 55.88)
(uuid "6f8f8475-bb38-46a1-8655-6944a8b4c601")
)
(no_connect
(at 104.14 38.1)
(uuid "70c19090-a7c7-4004-a1d5-e253ff735876")
)
(no_connect
(at 104.14 40.64)
(uuid "a183797b-ce05-4b0d-b8cf-fd3acc33a929")
)
(no_connect
(at 233.68 38.1)
(uuid "bf55abf0-9b2b-43de-87ad-ff70327a4338")
)
(no_connect
(at 45.72 53.34)
(uuid "dd096e0c-b796-46ef-bf68-9635007af400")
)
(wire
(pts
(xy 129.54 123.19) (xy 133.35 123.19)
)
(stroke
(width 0)
(type default)
)
(uuid "024c7e24-d535-47f7-b601-b5bacfaefc07")
)
(wire
(pts
(xy 45.72 43.18) (xy 45.72 44.45)
)
(stroke
(width 0)
(type default)
)
(uuid "16bb10a2-ccb8-4256-87e2-9520db07f519")
)
(wire
(pts
(xy 69.85 31.75) (xy 66.04 31.75)
)
(stroke
(width 0)
(type default)
)
(uuid "1896a5e2-8cf0-46fb-b2aa-7058863f1a27")
)
(wire
(pts
(xy 134.62 152.4) (xy 134.62 156.21)
)
(stroke
(width 0)
(type default)
)
(uuid "27ce0f1e-ca6a-4a20-be24-1accf459f600")
)
(wire
(pts
(xy 154.94 172.72) (xy 157.48 172.72)
)
(stroke
(width 0)
(type default)
)
(uuid "3495b37b-78eb-4217-8fe9-5faaae7fc241")
)
(wire
(pts
(xy 254 44.45) (xy 254 45.72)
)
(stroke
(width 0)
(type default)
)
(uuid "39e75b42-dd26-479c-aa36-ebf6859a9021")
)
(wire
(pts
(xy 107.95 172.72) (xy 106.68 172.72)
)
(stroke
(width 0)
(type default)
)
(uuid "3b5b1403-e801-44d4-8df0-704185a549a6")
)
(wire
(pts
(xy 248.92 35.56) (xy 254 35.56)
)
(stroke
(width 0)
(type default)
)
(uuid "3eea072c-bceb-460e-bf03-51eab6058131")
)
(wire
(pts
(xy 45.72 30.48) (xy 58.42 30.48)
)
(stroke
(width 0)
(type default)
)
(uuid "3efa18d8-721f-4c17-a419-36d2e2d2e3b7")
)
(wire
(pts
(xy 151.13 31.75) (xy 160.02 31.75)
)
(stroke
(width 0)
(type default)
)
(uuid "42a488d7-b9cf-4bf3-aecf-f81351d28226")
)
(wire
(pts
(xy 254 36.83) (xy 254 35.56)
)
(stroke
(width 0)
(type default)
)
(uuid "4330e295-f34c-4d5f-887b-97cfdf22c5b5")
)
(wire
(pts
(xy 124.46 172.72) (xy 127 172.72)
)
(stroke
(width 0)
(type default)
)
(uuid "44049f58-a89c-4a43-aa75-6dab45b58af9")
)
(wire
(pts
(xy 147.32 172.72) (xy 146.05 172.72)
)
(stroke
(width 0)
(type default)
)
(uuid "46e4e28d-8202-437f-85f0-5e2072c8f82a")
)
(wire
(pts
(xy 228.6 34.29) (xy 228.6 35.56)
)
(stroke
(width 0)
(type default)
)
(uuid "4965ba98-69b1-4c8f-a57e-3db9288e5d47")
)
(wire
(pts
(xy 194.31 92.71) (xy 194.31 93.98)
)
(stroke
(width 0)
(type default)
)
(uuid "4df3ea75-ff43-4fc1-8904-663fd11060d9")
)
(wire
(pts
(xy 45.72 39.37) (xy 46.99 39.37)
)
(stroke
(width 0)
(type default)
)
(uuid "50c0445a-4ee7-48c3-8558-6a6211b86988")
)
(wire
(pts
(xy 45.72 44.45) (xy 45.72 45.72)
)
(stroke
(width 0)
(type default)
)
(uuid "51c99678-993e-4593-8b4e-69db55608814")
)
(wire
(pts
(xy 160.02 53.34) (xy 160.02 52.07)
)
(stroke
(width 0)
(type default)
)
(uuid "57e10f71-deb8-4af9-99dc-f477921cc908")
)
(wire
(pts
(xy 45.72 25.4) (xy 46.99 25.4)
)
(stroke
(width 0)
(type default)
)
(uuid "613c6a46-8e41-4f8f-bcd8-ac364a83c406")
)
(wire
(pts
(xy 45.72 39.37) (xy 45.72 40.64)
)
(stroke
(width 0)
(type default)
)
(uuid "69d9e0ba-33b3-4d35-9dd0-9cfdd7516fec")
)
(wire
(pts
(xy 45.72 44.45) (xy 46.99 44.45)
)
(stroke
(width 0)
(type default)
)
(uuid "71a16f96-87a7-4117-acb8-bcd34e433a56")
)
(wire
(pts
(xy 228.6 36.83) (xy 228.6 35.56)
)
(stroke
(width 0)
(type default)
)
(uuid "76233c83-3211-4a58-bf8c-6efc75347222")
)
(wire
(pts
(xy 20.32 176.53) (xy 27.94 176.53)
)
(stroke
(width 0)
(type default)
)
(uuid "7f6c5011-e5a4-4e94-9b23-62edc6d45452")
)
(wire
(pts
(xy 157.48 172.72) (xy 157.48 173.99)
)
(stroke
(width 0)
(type default)
)
(uuid "843a9efa-53bd-47db-9589-4727daced234")
)
(wire
(pts
(xy 152.4 127) (xy 156.21 127)
)
(stroke
(width 0)
(type default)
)
(uuid "857fba1c-89ef-452c-8f9e-48dc9cae24db")
)
(wire
(pts
(xy 151.13 44.45) (xy 160.02 44.45)
)
(stroke
(width 0)
(type default)
)
(uuid "864e3856-347d-4b81-985b-1b8d7e872653")
)
(wire
(pts
(xy 233.68 35.56) (xy 228.6 35.56)
)
(stroke
(width 0)
(type default)
)
(uuid "86cce2af-1e73-4e4c-ad85-678268d29f8b")
)
(wire
(pts
(xy 151.13 53.34) (xy 160.02 53.34)
)
(stroke
(width 0)
(type default)
)
(uuid "8b53f271-bfde-43e5-8cd2-dc70fb9e47d7")
)
(wire
(pts
(xy 116.84 172.72) (xy 115.57 172.72)
)
(stroke
(width 0)
(type default)
)
(uuid "99966cfe-0c09-43e7-868e-0bc24fe46883")
)
(wire
(pts
(xy 59.69 176.53) (xy 59.69 181.61)
)
(stroke
(width 0)
(type default)
)
(uuid "9b191312-0525-4858-aeeb-a77644765e25")
)
(wire
(pts
(xy 58.42 33.02) (xy 45.72 33.02)
)
(stroke
(width 0)
(type default)
)
(uuid "9c5e6630-955c-4cb6-aca7-8ea2ea5777c7")
)
(wire
(pts
(xy 66.04 31.75) (xy 66.04 33.02)
)
(stroke
(width 0)
(type default)
)
(uuid "9e3e2ed8-04d3-43ad-9c9c-b4fc68fb823e")
)
(wire
(pts
(xy 38.1 142.24) (xy 39.37 142.24)
)
(stroke
(width 0)
(type default)
)
(uuid "a284bd61-c903-4a7f-882a-a8b2271a3f6a")
)
(wire
(pts
(xy 38.1 139.7) (xy 39.37 139.7)
)
(stroke
(width 0)
(type default)
)
(uuid "a3b14144-9026-4c3b-8682-15d9c49e1b5a")
)
(wire
(pts
(xy 38.1 147.32) (xy 39.37 147.32)
)
(stroke
(width 0)
(type default)
)
(uuid "ab693da0-5ea0-4545-a4bb-49de9f368a6a")
)
(wire
(pts
(xy 138.43 172.72) (xy 137.16 172.72)
)
(stroke
(width 0)
(type default)
)
(uuid "b37a483d-591b-429e-b381-c99ead10b084")
)
(wire
(pts
(xy 66.04 31.75) (xy 66.04 30.48)
)
(stroke
(width 0)
(type default)
)
(uuid "b38be9bd-19a2-4e2e-9ed6-8bf8d36aa340")
)
(wire
(pts
(xy 228.6 44.45) (xy 228.6 45.72)
)
(stroke
(width 0)
(type default)
)
(uuid "c61b057d-18ee-4d97-ade7-f9f9230a577a")
)
(wire
(pts
(xy 152.4 119.38) (xy 156.21 119.38)
)
(stroke
(width 0)
(type default)
)
(uuid "c96e0edd-31fe-47e3-924c-97c514522d71")
)
(wire
(pts
(xy 20.32 182.88) (xy 20.32 176.53)
)
(stroke
(width 0)
(type default)
)
(uuid "d16595b5-b667-460f-aeb6-166bf585be6c")
)
(wire
(pts
(xy 254 35.56) (xy 254 34.29)
)
(stroke
(width 0)
(type default)
)
(uuid "d27937e2-9161-4084-afdd-eb7d96e3fa89")
)
(wire
(pts
(xy 45.72 38.1) (xy 45.72 39.37)
)
(stroke
(width 0)
(type default)
)
(uuid "d5195ec7-2781-4642-b9c8-5c6db74101d4")
)
(wire
(pts
(xy 160.02 54.61) (xy 160.02 53.34)
)
(stroke
(width 0)
(type default)
)
(uuid "d77ae22f-2669-4db2-a255-13869b2fca2b")
)
(wire
(pts
(xy 152.4 130.81) (xy 156.21 130.81)
)
(stroke
(width 0)
(type default)
)
(uuid "da600507-61c1-4ea3-a142-699535bf0b85")
)
(wire
(pts
(xy 152.4 123.19) (xy 156.21 123.19)
)
(stroke
(width 0)
(type default)
)
(uuid "e483be10-d4a6-4358-b885-5ae3a9106aa9")
)
(wire
(pts
(xy 146.05 152.4) (xy 134.62 152.4)
)
(stroke
(width 0)
(type default)
)
(uuid "e5c1539f-93e1-4765-aa48-967541ff701e")
)
(wire
(pts
(xy 194.31 92.71) (xy 193.04 92.71)
)
(stroke
(width 0)
(type default)
)
(uuid "e7df1857-74cf-4f7d-a26e-f483095bfe60")
)
(wire
(pts
(xy 38.1 144.78) (xy 39.37 144.78)
)
(stroke
(width 0)
(type default)
)
(uuid "e8c1210a-7eab-4394-84d9-2946757a9cbb")
)
(wire
(pts
(xy 129.54 119.38) (xy 133.35 119.38)
)
(stroke
(width 0)
(type default)
)
(uuid "ea77db3b-9423-44a5-8648-801ee58b3f87")
)
(wire
(pts
(xy 238.76 45.72) (xy 241.3 45.72)
)
(stroke
(width 0)
(type default)
)
(uuid "f17bc966-4ac3-4e27-a84f-9342bcebd59f")
)
(wire
(pts
(xy 248.92 35.56) (xy 248.92 38.1)
)
(stroke
(width 0)
(type default)
)
(uuid "f3267321-86a4-4202-a70e-2ace0840e57e")
)
(wire
(pts
(xy 127 172.72) (xy 127 173.99)
)
(stroke
(width 0)
(type default)
)
(uuid "f7951894-e054-4782-9d7e-841daf55b9d9")
)
(wire
(pts
(xy 68.58 176.53) (xy 59.69 176.53)
)
(stroke
(width 0)
(type default)
)
(uuid "f832a819-53fb-419e-a4c1-93e29330b757")
)
(label "GPIO11"
(at 116.84 55.88 0)
(effects
(font
(size 1.27 1.27)
)
(justify left bottom)
)
(uuid "03c27abf-431c-4301-962a-3e0bfcdea17e")
)
(label "GPIO12"
(at 104.14 53.34 180)
(effects
(font
(size 1.27 1.27)
)
(justify right bottom)
)
(uuid "0682c170-cf1b-4e62-92ce-266802ee8d32")
)
(label "GPIO0"
(at 106.68 172.72 180)
(effects
(font
(size 1.27 1.27)
)
(justify right bottom)
)
(uuid "0884fb8f-7059-4283-89af-d1daca87a6f2")
)
(label "GPIO10"
(at 152.4 127 180)
(effects
(font
(size 1.27 1.27)
)
(justify right bottom)
)
(uuid "0ccfd73e-f633-4ee2-a80f-a31762a39bec")
)
(label "DOUT"
(at 156.21 130.81 0)
(effects
(font
(size 1.27 1.27)
)
(justify left bottom)
)
(uuid "179352f4-6acc-43e5-8b59-307719029ea6")
)
(label "USBCONN-D+"
(at 46.99 44.45 0)
(effects
(font
(size 1.27 1.27)
)
(justify left bottom)
)
(uuid "1bdf1234-a5ad-456e-b1f9-8f64d567a2f0")
)
(label "USBCONN-D-"
(at 62.23 54.61 180)
(effects
(font
(size 1.27 1.27)
)
(justify right bottom)
)
(uuid "1c966ded-99d4-40ce-b83c-804c8d428f6e")
)
(label "USBCONN-D+"
(at 62.23 57.15 180)
(effects
(font
(size 1.27 1.27)
)
(justify right bottom)
)
(uuid "1ce18f3c-4d16-4cf4-b25e-25ac6f541be9")
)
(label "GPIO8"
(at 152.4 119.38 180)
(effects
(font
(size 1.27 1.27)
)
(justify right bottom)
)
(uuid "1ee2d16f-0c7a-4dca-8511-7d41c764fb7a")
)
(label "GPIO5"
(at 116.84 40.64 0)
(effects
(font
(size 1.27 1.27)
)
(justify left bottom)
)
(uuid "1f0f5e56-5d03-47bb-bda9-32178a4e4b54")
)
(label "GPIO5"
(at 129.54 123.19 180)
(effects
(font
(size 1.27 1.27)
)
(justify right bottom)
)
(uuid "225eedc1-55a6-4e8e-b0b6-5f39112cc4cc")
)
(label "GPIO3"
(at 39.37 147.32 0)
(effects
(font
(size 1.27 1.27)
)
(justify left bottom)
)
(uuid "255af7a5-b554-4f73-9861-26b3ac3d44b5")
)
(label "DIN"
(at 160.02 34.29 180)
(effects
(font
(size 1.27 1.27)
)
(justify right bottom)
)
(uuid "2d70ddf4-e26f-4fa7-82dc-7e7524eba80b")
)
(label "GPIO4"
(at 116.84 38.1 0)
(effects
(font
(size 1.27 1.27)
)
(justify left bottom)
)
(uuid "53f1490a-54bb-4320-bb69-fd9c450b8d18")
)
(label "FSYNC"
(at 156.21 123.19 0)
(effects
(font
(size 1.27 1.27)
)
(justify left bottom)
)
(uuid "543012ee-820a-4696-bde6-c049acee355d")
)
(label "GPIO13"
(at 104.14 55.88 180)
(effects
(font
(size 1.27 1.27)
)
(justify right bottom)
)
(uuid "5a455e54-7d95-448d-b6e6-e7a9010173f0")
)
(label "TAC_SCL"
(at 160.02 46.99 180)
(effects
(font
(size 1.27 1.27)
)
(justify right bottom)
)
(uuid "5bbead8f-8543-4ef8-abab-2dc61d6a954b")
)
(label "ADC3"
(at 104.14 35.56 180)
(effects
(font
(size 1.27 1.27)
)
(justify right bottom)
)
(uuid "601ebb13-c059-4b48-8e74-689f12d76b67")
)
(label "GPIO11"
(at 152.4 130.81 180)
(effects
(font
(size 1.27 1.27)
)
(justify right bottom)
)
(uuid "6157d564-30a9-40ec-bb9f-5388160aa3b5")
)
(label "ADC0"
(at 104.14 27.94 180)
(effects
(font
(size 1.27 1.27)
)
(justify right bottom)
)
(uuid "63461a43-5f70-4b59-8595-634d23ecda66")
)
(label "ADC2"
(at 83.82 173.99 0)
(effects
(font
(size 1.27 1.27)
)
(justify left bottom)
)
(uuid "6d4d3ad0-afda-44fd-9c9d-7e19e96c79ad")
)
(label "GPIO10"
(at 116.84 53.34 0)
(effects
(font
(size 1.27 1.27)
)
(justify left bottom)
)
(uuid "78528e4a-5822-4a9c-8053-e087863ff276")
)
(label "ADC0"
(at 68.58 173.99 180)
(effects
(font
(size 1.27 1.27)
)
(justify right bottom)
)
(uuid "7ec062db-bfdd-4515-bfa5-9a71db648c6b")
)
(label "ADC2"
(at 104.14 33.02 180)
(effects
(font
(size 1.27 1.27)
)
(justify right bottom)
)
(uuid "7f88448a-dcd4-483a-b158-d36a74bde591")
)
(label "DIN"
(at 156.21 127 0)
(effects
(font
(size 1.27 1.27)
)
(justify left bottom)
)
(uuid "8549b025-2d99-42fa-937b-0b2ebd74a401")
)
(label "GPIO2"
(at 116.84 33.02 0)
(effects
(font
(size 1.27 1.27)
)
(justify left bottom)
)
(uuid "861d2722-618e-4d94-a6c4-290504a70267")
)
(label "FSYNC"
(at 160.02 39.37 180)
(effects
(font
(size 1.27 1.27)
)
(justify right bottom)
)
(uuid "8e28cfd0-6d88-41b0-9b18-c336baf92d73")
)
(label "USB-D+"
(at 72.39 57.15 0)
(effects
(font
(size 1.27 1.27)
)
(justify left bottom)
)
(uuid "8f8690b0-f452-424f-b2d0-97002b3e1d2e")
)
(label "TAC_SDA"
(at 160.02 49.53 180)
(effects
(font
(size 1.27 1.27)
)
(justify right bottom)
)
(uuid "92a5b3e0-da85-439c-ba88-406207c34c33")
)
(label "GPIO0"
(at 116.84 27.94 0)
(effects
(font
(size 1.27 1.27)
)
(justify left bottom)
)
(uuid "97c515bf-7d05-47ca-8b6f-47996dea6f5a")
)
(label "DOUT"
(at 160.02 36.83 180)
(effects
(font
(size 1.27 1.27)
)
(justify right bottom)
)
(uuid "9c82a6a0-2c80-4943-8a2e-acb2332c01f2")
)
(label "GPIO3"
(at 116.84 35.56 0)
(effects
(font
(size 1.27 1.27)
)
(justify left bottom)
)
(uuid "a2f5e234-e5e1-4466-a89b-4f7220acc10f")
)
(label "BCLK"
(at 156.21 119.38 0)
(effects
(font
(size 1.27 1.27)
)
(justify left bottom)
)
(uuid "a838e267-fd68-40a9-8c05-244fff6b55a1")
)
(label "GPIO7"
(at 116.84 45.72 0)
(effects
(font
(size 1.27 1.27)
)
(justify left bottom)
)
(uuid "adf73e22-e476-4817-82ee-101441f6832a")
)
(label "ADC1"
(at 68.58 179.07 180)
(effects
(font
(size 1.27 1.27)
)
(justify right bottom)
)
(uuid "b4beaeef-c12c-4e1d-ad9f-357d3851a91f")
)
(label "GPIO6"
(at 116.84 43.18 0)
(effects
(font
(size 1.27 1.27)
)
(justify left bottom)
)
(uuid "bd5468a5-af95-4158-a932-486a0d72836b")
)
(label "GPIO6"
(at 27.94 173.99 180)
(effects
(font
(size 1.27 1.27)
)
(justify right bottom)
)
(uuid "c2990e48-0653-496f-9537-282c74ba79e7")
)
(label "GPIO8"
(at 116.84 48.26 0)
(effects
(font
(size 1.27 1.27)
)
(justify left bottom)
)
(uuid "c76d813d-0126-4771-813d-9a115e994335")
)
(label "GPIO9"
(at 116.84 50.8 0)
(effects
(font
(size 1.27 1.27)
)
(justify left bottom)
)
(uuid "c7702a9b-ac93-48f7-ba43-3f6e59a6714f")
)
(label "USB-D+"
(at 104.14 48.26 180)
(effects
(font
(size 1.27 1.27)
)
(justify right bottom)
)
(uuid "ce6a73ff-7d67-4b51-a4c7-e8c774b3b39a")
)
(label "GPIO7"
(at 27.94 179.07 180)
(effects
(font
(size 1.27 1.27)
)
(justify right bottom)
)
(uuid "cf4a4a61-05a3-4173-bfb5-b9eacd338c9a")
)
(label "GPIO1"
(at 137.16 172.72 180)
(effects
(font
(size 1.27 1.27)
)
(justify right bottom)
)
(uuid "cfc3272a-0e49-4d70-a043-264ffad18c3a")
)
(label "BCLK"
(at 160.02 41.91 180)
(effects
(font
(size 1.27 1.27)
)
(justify right bottom)
)
(uuid "d7e1d2b6-2fef-4158-94e9-d39ed6fc5bb2")
)
(label "ADC3"
(at 146.05 154.94 180)
(effects
(font
(size 1.27 1.27)
)
(justify right bottom)
)
(uuid "df77801c-7e70-491b-8f79-a6868d480739")
)
(label "GPIO4"
(at 129.54 119.38 180)
(effects
(font
(size 1.27 1.27)
)
(justify right bottom)
)
(uuid "df9d4ee0-92ec-47c0-a845-91dcc3c45143")
)
(label "GPIO1"
(at 116.84 30.48 0)
(effects
(font
(size 1.27 1.27)
)
(justify left bottom)
)
(uuid "e1ea57a1-af65-477f-a0e2-5ea3a83d0aa7")
)
(label "USB-D-"
(at 72.39 54.61 0)
(effects
(font
(size 1.27 1.27)
)
(justify left bottom)
)
(uuid "e614bf8f-afa2-4dfe-a507-8f84f02bf470")
)
(label "GPIO13"
(at 146.05 149.86 180)
(effects
(font
(size 1.27 1.27)
)
(justify right bottom)
)
(uuid "e7cd4959-daf3-4312-bb28-ed9158cae20d")
)
(label "USBCONN-D-"
(at 46.99 39.37 0)
(effects
(font
(size 1.27 1.27)
)
(justify left bottom)
)
(uuid "ea7a9009-eed9-42b9-aa1f-0459797c1083")
)
(label "GPIO9"
(at 152.4 123.19 180)
(effects
(font
(size 1.27 1.27)
)
(justify right bottom)
)
(uuid "ecafbac7-dc9a-4f58-a40a-d7f6d8959c26")
)
(label "GPIO12"
(at 43.18 173.99 0)
(effects
(font
(size 1.27 1.27)
)
(justify left bottom)
)
(uuid "ee60b070-d53b-4ad3-8783-63d8928a3094")
)
(label "TAC_SCL"
(at 133.35 123.19 0)
(effects
(font
(size 1.27 1.27)
)
(justify left bottom)
)
(uuid "f00ada13-5724-4b56-82c8-cab88e5047af")
)
(label "TAC_SDA"
(at 133.35 119.38 0)
(effects
(font
(size 1.27 1.27)
)
(justify left bottom)
)
(uuid "f1d80074-d4fd-42a2-8676-6eacd83f7c79")
)
(label "USB-D-"
(at 104.14 45.72 180)
(effects
(font
(size 1.27 1.27)
)
(justify right bottom)
)
(uuid "f439274a-77c6-47ae-9b15-520060d0c3a2")
)
(label "GPIO2"
(at 39.37 144.78 0)
(effects
(font
(size 1.27 1.27)
)
(justify left bottom)
)
(uuid "fbf7a44d-28ef-4c61-b6c8-753d242ad196")
)
(label "ADC1"
(at 104.14 30.48 180)
(effects
(font
(size 1.27 1.27)
)
(justify right bottom)
)
(uuid "fd3269be-f900-4797-bcde-7eeb70beb022")
)
(global_label "VBUS"
(shape input)
(at 228.6 34.29 90)
(fields_autoplaced yes)
(effects
(font
(size 1.27 1.27)
)
(justify left)
)
(uuid "098b7e1b-ca7f-427b-a516-b1fd6b85799d")
(property "Intersheetrefs" "${INTERSHEET_REFS}"
(at 228.6 26.4062 90)
(effects
(font
(size 1.27 1.27)
)
(justify left)
(hide yes)
)
)
)
(global_label "VBUS"
(shape input)
(at 46.99 25.4 0)
(fields_autoplaced yes)
(effects
(font
(size 1.27 1.27)
)
(justify left)
)
(uuid "122951e3-3fe4-4232-bdee-a7cc8cd61c71")
(property "Intersheetrefs" "${INTERSHEET_REFS}"
(at 54.8738 25.4 0)
(effects
(font
(size 1.27 1.27)
)
(justify left)
(hide yes)
)
)
)
(global_label "VBUS"
(shape input)
(at 160.02 29.21 180)
(fields_autoplaced yes)
(effects
(font
(size 1.27 1.27)
)
(justify right)
)
(uuid "16e1bf4a-11ba-44b1-a11f-3ca0db49dfc5")
(property "Intersheetrefs" "${INTERSHEET_REFS}"
(at 152.1362 29.21 0)
(effects
(font
(size 1.27 1.27)
)
(justify right)
(hide yes)
)
)
)
(global_label "VBUS"
(shape input)
(at 205.74 130.81 90)
(fields_autoplaced yes)
(effects
(font
(size 1.27 1.27)
)
(justify left)
)
(uuid "82ebb544-53e3-42c3-8d95-1b3fb3443ba2")
(property "Intersheetrefs" "${INTERSHEET_REFS}"
(at 205.74 122.9262 90)
(effects
(font
(size 1.27 1.27)
)
(justify left)
(hide yes)
)
)
)
(global_label "VBUS"
(shape input)
(at 160.02 26.67 180)
(fields_autoplaced yes)
(effects
(font
(size 1.27 1.27)
)
(justify right)
)
(uuid "84ce73a6-6485-4d52-a148-187f5528e637")
(property "Intersheetrefs" "${INTERSHEET_REFS}"
(at 152.1362 26.67 0)
(effects
(font
(size 1.27 1.27)
)
(justify right)
(hide yes)
)
)
)
(global_label "VBUS"
(shape input)
(at 177.8 92.71 180)
(fields_autoplaced yes)
(effects
(font
(size 1.27 1.27)
)
(justify right)
)
(uuid "8d10709c-bbbd-4026-913a-b957e1586bd8")
(property "Intersheetrefs" "${INTERSHEET_REFS}"
(at 169.9162 92.71 0)
(effects
(font
(size 1.27 1.27)
)
(justify right)
(hide yes)
)
)
)
(global_label "VBUS"
(shape input)
(at 67.31 49.53 90)
(fields_autoplaced yes)
(effects
(font
(size 1.27 1.27)
)
(justify left)
)
(uuid "d00cb615-94ff-45cd-845f-6736bb111611")
(property "Intersheetrefs" "${INTERSHEET_REFS}"
(at 67.31 41.6462 90)
(effects
(font
(size 1.27 1.27)
)
(justify left)
(hide yes)
)
)
)
(symbol
(lib_id "power:+3V3")
(at 254 34.29 0)
(unit 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(dnp no)
(uuid "00000000-0000-0000-0000-00005f077314")
(property "Reference" "#PWR06"
(at 254 38.1 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Value" "+3V3"
(at 254.381 29.8958 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" ""
(at 254 34.29 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" ""
(at 254 34.29 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Description" ""
(at 254 34.29 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(pin "1"
(uuid "dcc04bdc-d93d-4580-92dd-58389c3e8b58")
)
(instances
(project "pedal-board"
(path "/1cfc5ec2-6e92-4f8b-bcac-06388472f146"
(reference "#PWR06")
(unit 1)
)
)
)
)
(symbol
(lib_id "Device:C")
(at 228.6 40.64 0)
(mirror y)
(unit 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(dnp no)
(uuid "00000000-0000-0000-0000-00005f09255d")
(property "Reference" "C2"
(at 225.679 39.4716 0)
(effects
(font
(size 1.27 1.27)
)
(justify left)
)
)
(property "Value" "2.2uF"
(at 225.679 41.783 0)
(effects
(font
(size 1.27 1.27)
)
(justify left)
)
)
(property "Footprint" "Capacitor_SMD:C_0805_2012Metric"
(at 227.6348 44.45 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" "~"
(at 228.6 40.64 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Description" ""
(at 228.6 40.64 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "LCSC PN" "C77081"
(at 228.6 40.64 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "LCSC" ""
(at 228.6 40.64 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Sim.Library" ""
(at 228.6 40.64 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Sim.Name" ""
(at 228.6 40.64 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(pin "1"
(uuid "9c8b31b5-0bd1-4950-975b-9856efc6199a")
)
(pin "2"
(uuid "7d3a8989-9bb3-41aa-88e4-d49115915485")
)
(instances
(project "pedal-board"
(path "/1cfc5ec2-6e92-4f8b-bcac-06388472f146"
(reference "C2")
(unit 1)
)
)
)
)
(symbol
(lib_id "power:GND")
(at 228.6 45.72 0)
(unit 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(dnp no)
(fields_autoplaced yes)
(uuid "00000000-0000-0000-0000-00005f093d45")
(property "Reference" "#PWR08"
(at 228.6 52.07 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Value" "GND"
(at 228.6 50.8 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" ""
(at 228.6 45.72 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" ""
(at 228.6 45.72 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Description" ""
(at 228.6 45.72 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(pin "1"
(uuid "be5e1adf-3d9c-4b0c-af63-ea5718eb5f47")
)
(instances
(project "pedal-board"
(path "/1cfc5ec2-6e92-4f8b-bcac-06388472f146"
(reference "#PWR08")
(unit 1)
)
)
)
)
(symbol
(lib_id "power:GND")
(at 254 45.72 0)
(unit 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(dnp no)
(fields_autoplaced yes)
(uuid "00000000-0000-0000-0000-00005f0a1049")
(property "Reference" "#PWR010"
(at 254 52.07 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Value" "GND"
(at 254 50.8 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" ""
(at 254 45.72 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" ""
(at 254 45.72 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Description" ""
(at 254 45.72 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(pin "1"
(uuid "22afd0c5-f589-4824-99b7-bace2480f484")
)
(instances
(project "pedal-board"
(path "/1cfc5ec2-6e92-4f8b-bcac-06388472f146"
(reference "#PWR010")
(unit 1)
)
)
)
)
(symbol
(lib_id "Connector_Generic_MountingPin:Conn_01x04_MountingPin")
(at 33.02 142.24 0)
(mirror y)
(unit 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(dnp no)
(fields_autoplaced yes)
(uuid "0f45912c-9c31-40b6-b500-f7c6fb2397e2")
(property "Reference" "J4"
(at 33.02 133.35 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Value" "I2C1"
(at 33.02 135.89 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" "Connector_JST:JST_SH_SM04B-SRSS-TB_1x04-1MP_P1.00mm_Horizontal"
(at 33.02 142.24 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" "~"
(at 33.02 142.24 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Description" "Generic connectable mounting pin connector, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)"
(at 33.02 142.24 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "JLCPCB" "C160404"
(at 33.02 142.24 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "LCSC PN" "C160404"
(at 33.02 142.24 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "LCSC" ""
(at 33.02 142.24 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Sim.Library" ""
(at 33.02 142.24 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Sim.Name" ""
(at 33.02 142.24 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(pin "4"
(uuid "b6161851-fadc-4cde-aa5b-591fb629e486")
)
(pin "MP"
(uuid "9879cab6-7e6e-4f55-ae29-f38492bac572")
)
(pin "2"
(uuid "81369c1b-d4b4-43e5-b30f-054a61d99c8a")
)
(pin "1"
(uuid "7e9c3663-94a0-46b3-989e-85b7f560e05b")
)
(pin "3"
(uuid "38458b70-6ed6-40f7-842d-760a81d2b59d")
)
(instances
(project "pedal-board"
(path "/1cfc5ec2-6e92-4f8b-bcac-06388472f146"
(reference "J4")
(unit 1)
)
)
)
)
(symbol
(lib_id "power:GND")
(at 43.18 179.07 0)
(unit 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(dnp no)
(fields_autoplaced yes)
(uuid "17ee2439-fd06-4e3f-a3e2-f050212f7af9")
(property "Reference" "#PWR027"
(at 43.18 185.42 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Value" "GND"
(at 43.18 184.15 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" ""
(at 43.18 179.07 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" ""
(at 43.18 179.07 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Description" "Power symbol creates a global label with name \"GND\" , ground"
(at 43.18 179.07 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(pin "1"
(uuid "50893b7e-f586-4714-a4a6-5393e0eb2304")
)
(instances
(project "pedal-board"
(path "/1cfc5ec2-6e92-4f8b-bcac-06388472f146"
(reference "#PWR027")
(unit 1)
)
)
)
)
(symbol
(lib_id "power:GND")
(at 67.31 62.23 0)
(unit 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(dnp no)
(fields_autoplaced yes)
(uuid "1fc5c07c-70b1-45c2-89fd-d18db5767e28")
(property "Reference" "#PWR014"
(at 67.31 68.58 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Value" "GND"
(at 67.31 67.31 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" ""
(at 67.31 62.23 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" ""
(at 67.31 62.23 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Description" "Power symbol creates a global label with name \"GND\" , ground"
(at 67.31 62.23 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(pin "1"
(uuid "15d2568f-c2c9-4659-a8c9-b4d83dac9cb9")
)
(instances
(project "pedal-board"
(path "/1cfc5ec2-6e92-4f8b-bcac-06388472f146"
(reference "#PWR014")
(unit 1)
)
)
)
)
(symbol
(lib_id "power:GND")
(at 25.4 147.32 0)
(unit 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(dnp no)
(fields_autoplaced yes)
(uuid "22040962-c012-4c59-a28f-b09e2684e1f4")
(property "Reference" "#PWR022"
(at 25.4 153.67 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Value" "GND"
(at 25.4 152.4 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" ""
(at 25.4 147.32 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" ""
(at 25.4 147.32 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Description" "Power symbol creates a global label with name \"GND\" , ground"
(at 25.4 147.32 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(pin "1"
(uuid "ab0d0718-37f1-4cac-ae00-39d7a62ee5c0")
)
(instances
(project "pedal-board"
(path "/1cfc5ec2-6e92-4f8b-bcac-06388472f146"
(reference "#PWR022")
(unit 1)
)
)
)
)
(symbol
(lib_id "power:+3V3")
(at 110.49 24.13 0)
(unit 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(dnp no)
(fields_autoplaced yes)
(uuid "27fe9aaf-6133-4d9e-b617-525c33d77103")
(property "Reference" "#PWR02"
(at 110.49 27.94 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Value" "+3V3"
(at 110.49 19.05 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" ""
(at 110.49 24.13 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" ""
(at 110.49 24.13 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Description" "Power symbol creates a global label with name \"+3V3\""
(at 110.49 24.13 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(pin "1"
(uuid "26f1521c-307f-4379-a47d-5c837ac9d51e")
)
(instances
(project "pedal-board"
(path "/1cfc5ec2-6e92-4f8b-bcac-06388472f146"
(reference "#PWR02")
(unit 1)
)
)
)
)
(symbol
(lib_id "Device:LED")
(at 120.65 172.72 180)
(unit 1)
(exclude_from_sim no)
(in_bom no)
(on_board yes)
(dnp no)
(fields_autoplaced yes)
(uuid "2d056d7f-52dc-4bfc-9e5d-62bf7a9350c9")
(property "Reference" "D2"
(at 122.2375 165.1 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Value" "LED"
(at 122.2375 167.64 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" "LED_THT:LED_D5.0mm_FlatTop"
(at 120.65 172.72 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" "~"
(at 120.65 172.72 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Description" "Light emitting diode"
(at 120.65 172.72 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Sim.Pins" "1=K 2=A"
(at 120.65 172.72 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(pin "1"
(uuid "8500d9e2-b828-4443-af52-73f572e9dcee")
)
(pin "2"
(uuid "4b404e0b-0697-4f0c-994a-1a6870b758bd")
)
(instances
(project "pedal-board"
(path "/1cfc5ec2-6e92-4f8b-bcac-06388472f146"
(reference "D2")
(unit 1)
)
)
)
)
(symbol
(lib_id "power:+3V3")
(at 39.37 142.24 270)
(unit 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(dnp no)
(fields_autoplaced yes)
(uuid "386301f0-7d50-4b83-9725-139bd6a07c81")
(property "Reference" "#PWR021"
(at 35.56 142.24 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Value" "+3V3"
(at 43.18 142.2399 90)
(effects
(font
(size 1.27 1.27)
)
(justify left)
)
)
(property "Footprint" ""
(at 39.37 142.24 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" ""
(at 39.37 142.24 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Description" "Power symbol creates a global label with name \"+3V3\""
(at 39.37 142.24 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(pin "1"
(uuid "4f8207e0-01e5-49ec-8eed-b93cd90a5340")
)
(instances
(project "pedal-board"
(path "/1cfc5ec2-6e92-4f8b-bcac-06388472f146"
(reference "#PWR021")
(unit 1)
)
)
)
)
(symbol
(lib_id "power:GND")
(at 194.31 93.98 0)
(unit 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(dnp no)
(uuid "3c8cf37e-5ab5-4f8e-bd14-5b70139bf934")
(property "Reference" "#PWR017"
(at 194.31 100.33 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Value" "GND"
(at 194.31 99.06 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" ""
(at 194.31 93.98 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" ""
(at 194.31 93.98 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Description" "Power symbol creates a global label with name \"GND\" , ground"
(at 194.31 93.98 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(pin "1"
(uuid "6fa6f444-b902-40ac-87bb-7bdb9482748d")
)
(instances
(project "pedal-board"
(path "/1cfc5ec2-6e92-4f8b-bcac-06388472f146"
(reference "#PWR017")
(unit 1)
)
)
)
)
(symbol
(lib_id "Device:RotaryEncoder_Switch_MP")
(at 76.2 176.53 0)
(unit 1)
(exclude_from_sim no)
(in_bom no)
(on_board yes)
(dnp no)
(fields_autoplaced yes)
(uuid "4563fbb3-2637-4926-abcf-552d4defcf70")
(property "Reference" "SW2"
(at 76.2 166.37 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Value" "RotaryEncoder_Switch_MP"
(at 76.2 168.91 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" "Rotary_Encoder:RotaryEncoder_Alps_EC11E-Switch_Vertical_H20mm"
(at 72.39 172.466 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" "~"
(at 76.2 189.23 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Description" "Rotary encoder, dual channel, incremental quadrate outputs, with switch and MP Pin"
(at 76.2 191.77 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(pin "B"
(uuid "3bf1e364-d411-4070-803c-9f034c63c7e2")
)
(pin "C"
(uuid "b6c08ba3-5160-4a9c-bb38-8c926792749a")
)
(pin "A"
(uuid "0bab8be8-4db2-4924-891b-2e4725fcd2e6")
)
(pin "S2"
(uuid "aff4c30c-8ce2-4bbf-8ef0-a3374075182a")
)
(pin "S1"
(uuid "b6966557-ba48-4821-a51f-5bedf194cc1a")
)
(pin "MP"
(uuid "52470661-14c1-45dc-b4b5-360c8d0182ed")
)
(instances
(project "pedal-board"
(path "/1cfc5ec2-6e92-4f8b-bcac-06388472f146"
(reference "SW2")
(unit 1)
)
)
)
)
(symbol
(lib_id "power:GND")
(at 134.62 156.21 0)
(unit 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(dnp no)
(fields_autoplaced yes)
(uuid "4c16a120-0011-4775-9559-ee8dc2a0ccf6")
(property "Reference" "#PWR024"
(at 134.62 162.56 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Value" "GND"
(at 137.16 157.4799 0)
(effects
(font
(size 1.27 1.27)
)
(justify left)
)
)
(property "Footprint" ""
(at 134.62 156.21 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" ""
(at 134.62 156.21 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Description" "Power symbol creates a global label with name \"GND\" , ground"
(at 134.62 156.21 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(pin "1"
(uuid "6b26ffc2-a7fd-4191-baee-a19917f1c4d0")
)
(instances
(project "pedal-board"
(path "/1cfc5ec2-6e92-4f8b-bcac-06388472f146"
(reference "#PWR024")
(unit 1)
)
)
)
)
(symbol
(lib_id "Device:C")
(at 254 40.64 0)
(unit 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(dnp no)
(uuid "4f73c597-9814-49df-a402-27734e866953")
(property "Reference" "C3"
(at 256.921 39.4716 0)
(effects
(font
(size 1.27 1.27)
)
(justify left)
)
)
(property "Value" "2.2uF"
(at 256.921 41.783 0)
(effects
(font
(size 1.27 1.27)
)
(justify left)
)
)
(property "Footprint" "Capacitor_SMD:C_0805_2012Metric"
(at 254.9652 44.45 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" "~"
(at 254 40.64 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Description" ""
(at 254 40.64 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "LCSC PN" "C77081"
(at 254 40.64 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "LCSC" ""
(at 254 40.64 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Sim.Library" ""
(at 254 40.64 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Sim.Name" ""
(at 254 40.64 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(pin "1"
(uuid "93554d67-9a62-450a-97a6-dafb1b9f412f")
)
(pin "2"
(uuid "30f4ebea-d666-4f80-9382-f17c3d8f77b0")
)
(instances
(project "pedal-board"
(path "/1cfc5ec2-6e92-4f8b-bcac-06388472f146"
(reference "C3")
(unit 1)
)
)
)
)
(symbol
(lib_id "power:GND")
(at 69.85 31.75 0)
(unit 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(dnp no)
(fields_autoplaced yes)
(uuid "50cb6aeb-00fd-42aa-8b51-06720cb95d9b")
(property "Reference" "#PWR04"
(at 69.85 38.1 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Value" "GND"
(at 69.85 36.83 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" ""
(at 69.85 31.75 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" ""
(at 69.85 31.75 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Description" "Power symbol creates a global label with name \"GND\" , ground"
(at 69.85 31.75 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(pin "1"
(uuid "71b1ad74-77bd-4246-b708-d3dd463596f6")
)
(instances
(project "pedal-board"
(path "/1cfc5ec2-6e92-4f8b-bcac-06388472f146"
(reference "#PWR04")
(unit 1)
)
)
)
)
(symbol
(lib_id "power:GND")
(at 82.55 29.21 0)
(unit 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(dnp no)
(fields_autoplaced yes)
(uuid "52b21d96-55c9-45cf-bd30-fe68447b9b55")
(property "Reference" "#PWR03"
(at 82.55 35.56 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Value" "GND"
(at 82.55 34.29 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" ""
(at 82.55 29.21 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" ""
(at 82.55 29.21 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Description" "Power symbol creates a global label with name \"GND\" , ground"
(at 82.55 29.21 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(pin "1"
(uuid "02a6d9b6-2dba-4056-852f-5612f79b626f")
)
(instances
(project "pedal-board"
(path "/1cfc5ec2-6e92-4f8b-bcac-06388472f146"
(reference "#PWR03")
(unit 1)
)
)
)
)
(symbol
(lib_id "power:GND")
(at 151.13 53.34 270)
(mirror x)
(unit 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(dnp no)
(fields_autoplaced yes)
(uuid "53c5ffc0-bf9c-43f1-a09a-9e0c3100d503")
(property "Reference" "#PWR011"
(at 144.78 53.34 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Value" "GND"
(at 147.32 53.3401 90)
(effects
(font
(size 1.27 1.27)
)
(justify right)
)
)
(property "Footprint" ""
(at 151.13 53.34 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" ""
(at 151.13 53.34 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Description" "Power symbol creates a global label with name \"GND\" , ground"
(at 151.13 53.34 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(pin "1"
(uuid "624e9c7e-8899-4509-9ecd-c7aae3430919")
)
(instances
(project "pedal-board"
(path "/1cfc5ec2-6e92-4f8b-bcac-06388472f146"
(reference "#PWR011")
(unit 1)
)
)
)
)
(symbol
(lib_id "Connector:USB_C_Receptacle_USB2.0_16P")
(at 30.48 40.64 0)
(unit 1)
(exclude_from_sim yes)
(in_bom yes)
(on_board yes)
(dnp no)
(fields_autoplaced yes)
(uuid "591b9238-6997-4d58-870f-94b5d7bbce6c")
(property "Reference" "J2"
(at 30.48 17.78 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Value" "TYPE-C16PIN"
(at 30.48 20.32 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" "Connector_USB:USB_C_Receptacle_G-Switch_GT-USB-7051x"
(at 34.29 40.64 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" ""
(at 34.29 40.64 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Description" "USB 2.0-only 16P Type-C Receptacle connector"
(at 30.48 40.64 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "LCSC PN" "C2843970"
(at 30.48 40.64 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "JLCPCB" ""
(at 30.48 40.64 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "LCSC" ""
(at 30.48 40.64 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Sim.Library" ""
(at 30.48 40.64 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Sim.Name" ""
(at 30.48 40.64 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(pin "B4"
(uuid "bb47bae1-b5c8-4bcf-855c-ddf434f1be3f")
)
(pin "S1"
(uuid "caf56f91-67fe-446f-8f5e-ac7346bfc9f3")
)
(pin "B9"
(uuid "b240d2e7-4c4c-409a-8218-b65cd44a3f76")
)
(pin "B1"
(uuid "33035b3c-de3b-4dc9-a035-24fbcfa84914")
)
(pin "A4"
(uuid "58975270-c9f8-4a29-963f-a92ffdceafd1")
)
(pin "A9"
(uuid "435fc831-59b7-4865-a1d4-96ae733c6e3e")
)
(pin "B8"
(uuid "48dab4fc-79bf-4696-9d27-6afcaa9f336d")
)
(pin "A12"
(uuid "7a925e0a-1d35-4d99-b048-e3ebd700bd83")
)
(pin "B5"
(uuid "1a94a48e-538c-40da-9743-d15bdb603bcd")
)
(pin "A1"
(uuid "b33cfdfb-7f53-4aad-b56a-a686aca91531")
)
(pin "A5"
(uuid "6f1f81a5-51e7-417c-9cbe-5d10c5af9ed8")
)
(pin "B12"
(uuid "f8a193c9-f2aa-4ddc-9f3e-cd5c1e78e902")
)
(pin "A7"
(uuid "97e972d3-307b-4699-8a17-69c98a585b16")
)
(pin "B7"
(uuid "021ea192-eaf9-4a15-bc18-e48decfa8a5f")
)
(pin "A6"
(uuid "41a192c5-b814-4f48-9b08-ab0659e4a496")
)
(pin "A8"
(uuid "88576a2b-1082-4b5f-a9f2-4351e493d492")
)
(pin "B6"
(uuid "34d8734a-567f-4dd3-8e30-d49dc9029550")
)
(instances
(project "pedal-board"
(path "/1cfc5ec2-6e92-4f8b-bcac-06388472f146"
(reference "J2")
(unit 1)
)
)
)
)
(symbol
(lib_id "Device:C")
(at 25.4 143.51 0)
(mirror y)
(unit 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(dnp no)
(uuid "5d7521a6-f893-4b58-ab08-9bd407a0d9f4")
(property "Reference" "C4"
(at 22.479 142.3416 0)
(effects
(font
(size 1.27 1.27)
)
(justify left)
)
)
(property "Value" "2.2uF"
(at 22.479 144.653 0)
(effects
(font
(size 1.27 1.27)
)
(justify left)
)
)
(property "Footprint" "Capacitor_SMD:C_0805_2012Metric"
(at 24.4348 147.32 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" "~"
(at 25.4 143.51 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Description" ""
(at 25.4 143.51 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "LCSC PN" "C77081"
(at 25.4 143.51 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "LCSC" ""
(at 25.4 143.51 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Sim.Library" ""
(at 25.4 143.51 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Sim.Name" ""
(at 25.4 143.51 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(pin "1"
(uuid "94b84b0e-54ff-4208-88b5-9fe4f89bbf50")
)
(pin "2"
(uuid "c4dd7994-6482-48ea-a717-5cc4006082d0")
)
(instances
(project "pedal-board"
(path "/1cfc5ec2-6e92-4f8b-bcac-06388472f146"
(reference "C4")
(unit 1)
)
)
)
)
(symbol
(lib_id "power:GND")
(at 127 173.99 0)
(unit 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(dnp no)
(fields_autoplaced yes)
(uuid "5e969204-194a-49b4-91ce-6b26c39bb7de")
(property "Reference" "#PWR025"
(at 127 180.34 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Value" "GND"
(at 127 179.07 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" ""
(at 127 173.99 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" ""
(at 127 173.99 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Description" "Power symbol creates a global label with name \"GND\" , ground"
(at 127 173.99 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(pin "1"
(uuid "1f933f5b-833b-4a7f-adcc-6ee6492e3286")
)
(instances
(project "pedal-board"
(path "/1cfc5ec2-6e92-4f8b-bcac-06388472f146"
(reference "#PWR025")
(unit 1)
)
)
)
)
(symbol
(lib_id "Device:R")
(at 142.24 172.72 90)
(unit 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(dnp no)
(fields_autoplaced yes)
(uuid "688c0475-d852-4ce2-ade2-6ff6c29ba269")
(property "Reference" "R5"
(at 142.24 166.37 90)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Value" "1k"
(at 142.24 168.91 90)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" "Resistor_SMD:R_0402_1005Metric"
(at 142.24 174.498 90)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" "~"
(at 142.24 172.72 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Description" "Resistor"
(at 142.24 172.72 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Availability" ""
(at 142.24 172.72 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Check_prices" ""
(at 142.24 172.72 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Description_1" ""
(at 142.24 172.72 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "MANUFACTURER_PART_NUMBER" ""
(at 142.24 172.72 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "MF" ""
(at 142.24 172.72 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "MP" ""
(at 142.24 172.72 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "PROD_ID" ""
(at 142.24 172.72 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Package" ""
(at 142.24 172.72 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Price" ""
(at 142.24 172.72 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Sim.Device" ""
(at 142.24 172.72 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Sim.Pins" ""
(at 142.24 172.72 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "SnapEDA_Link" ""
(at 142.24 172.72 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "VENDOR" ""
(at 142.24 172.72 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "LCSC PN" "C11702"
(at 142.24 172.72 90)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "JLCPCB" ""
(at 142.24 172.72 90)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "LCSC" ""
(at 142.24 172.72 90)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(pin "1"
(uuid "77cb6d18-0054-4da8-98e7-87c22f27ae49")
)
(pin "2"
(uuid "21bc929d-ebae-4bab-889c-e0dbfef52a79")
)
(instances
(project "pedal-board"
(path "/1cfc5ec2-6e92-4f8b-bcac-06388472f146"
(reference "R5")
(unit 1)
)
)
)
)
(symbol
(lib_id "power:GND")
(at 83.82 179.07 0)
(unit 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(dnp no)
(fields_autoplaced yes)
(uuid "6a735dab-9af6-435c-8f97-316d881ebf9a")
(property "Reference" "#PWR028"
(at 83.82 185.42 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Value" "GND"
(at 83.82 184.15 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" ""
(at 83.82 179.07 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" ""
(at 83.82 179.07 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Description" "Power symbol creates a global label with name \"GND\" , ground"
(at 83.82 179.07 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(pin "1"
(uuid "70da8ac5-64f3-40eb-80c0-6a03f7ddd422")
)
(instances
(project "pedal-board"
(path "/1cfc5ec2-6e92-4f8b-bcac-06388472f146"
(reference "#PWR028")
(unit 1)
)
)
)
)
(symbol
(lib_id "Device:LED")
(at 189.23 92.71 180)
(unit 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(dnp no)
(fields_autoplaced yes)
(uuid "71a15644-f6f7-4507-b543-b1cd32d5b9c6")
(property "Reference" "D1"
(at 190.8175 85.09 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Value" "LED"
(at 190.8175 87.63 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" "LED_SMD:LED_0402_1005Metric"
(at 189.23 92.71 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" "~"
(at 189.23 92.71 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Description" "Light emitting diode"
(at 189.23 92.71 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Sim.Pins" "1=K 2=A"
(at 189.23 92.71 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Sim.Device" "D"
(at 189.23 92.71 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Sim.Params" "n=3"
(at 189.23 92.71 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "LCSC PN" "C160479"
(at 189.23 92.71 90)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "LCSC" ""
(at 189.23 92.71 90)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Sim.Library" ""
(at 189.23 92.71 90)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Sim.Name" ""
(at 189.23 92.71 90)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(pin "2"
(uuid "53227bd2-e0f0-4e11-97c7-a84de5515aff")
)
(pin "1"
(uuid "d91c836b-2624-4029-92e4-ab818305d08a")
)
(instances
(project "pedal-board"
(path "/1cfc5ec2-6e92-4f8b-bcac-06388472f146"
(reference "D1")
(unit 1)
)
)
)
)
(symbol
(lib_id "Connector:Conn_01x03_Pin")
(at 151.13 152.4 0)
(mirror y)
(unit 1)
(exclude_from_sim no)
(in_bom no)
(on_board yes)
(dnp no)
(fields_autoplaced yes)
(uuid "74997ccf-5f37-4873-8a08-865dd5e29b48")
(property "Reference" "J5"
(at 152.4 151.1299 0)
(effects
(font
(size 1.27 1.27)
)
(justify right)
)
)
(property "Value" "Conn_01x03_Pin"
(at 152.4 153.6699 0)
(effects
(font
(size 1.27 1.27)
)
(justify right)
)
)
(property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x03_P2.54mm_Vertical"
(at 151.13 152.4 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" "~"
(at 151.13 152.4 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Description" "Generic connector, single row, 01x03, script generated"
(at 151.13 152.4 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(pin "3"
(uuid "9c5ec1e1-dadf-44a9-a7d8-bc8c5bc53fe8")
)
(pin "1"
(uuid "95b4031c-6d6b-4dbb-bca1-eab35e4ca79d")
)
(pin "2"
(uuid "7260fc22-2e7d-4f3a-905f-869f715d9ea1")
)
(instances
(project "pedal-board"
(path "/1cfc5ec2-6e92-4f8b-bcac-06388472f146"
(reference "J5")
(unit 1)
)
)
)
)
(symbol
(lib_id "power:GND")
(at 35.56 184.15 0)
(unit 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(dnp no)
(fields_autoplaced yes)
(uuid "75115af5-7672-4853-8e79-4ff5af1a309a")
(property "Reference" "#PWR031"
(at 35.56 190.5 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Value" "GND"
(at 35.56 189.23 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" ""
(at 35.56 184.15 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" ""
(at 35.56 184.15 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Description" "Power symbol creates a global label with name \"GND\" , ground"
(at 35.56 184.15 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(pin "1"
(uuid "3c0a074a-f96d-4945-80ff-51522edd7356")
)
(instances
(project "pedal-board"
(path "/1cfc5ec2-6e92-4f8b-bcac-06388472f146"
(reference "#PWR031")
(unit 1)
)
)
)
)
(symbol
(lib_id "power:PWR_FLAG")
(at 193.04 130.81 0)
(unit 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(dnp no)
(fields_autoplaced yes)
(uuid "756ce7b4-fca7-44ec-9c3a-e08fcb7218d9")
(property "Reference" "#FLG01"
(at 193.04 128.905 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Value" "PWR_FLAG"
(at 193.04 125.73 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" ""
(at 193.04 130.81 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" "~"
(at 193.04 130.81 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Description" "Special symbol for telling ERC where power comes from"
(at 193.04 130.81 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(pin "1"
(uuid "51ddeb41-65be-4078-8822-3526c6f66c12")
)
(instances
(project "pedal-board"
(path "/1cfc5ec2-6e92-4f8b-bcac-06388472f146"
(reference "#FLG01")
(unit 1)
)
)
)
)
(symbol
(lib_id "Device:LED")
(at 151.13 172.72 180)
(unit 1)
(exclude_from_sim no)
(in_bom no)
(on_board yes)
(dnp no)
(fields_autoplaced yes)
(uuid "75d0e802-835f-42c0-8e7f-943733af72ea")
(property "Reference" "D3"
(at 152.7175 165.1 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Value" "LED"
(at 152.7175 167.64 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" "LED_THT:LED_D5.0mm_FlatTop"
(at 151.13 172.72 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" "~"
(at 151.13 172.72 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Description" "Light emitting diode"
(at 151.13 172.72 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Sim.Pins" "1=K 2=A"
(at 151.13 172.72 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(pin "1"
(uuid "ed554fa0-7354-4597-ac5a-e3ed1831c590")
)
(pin "2"
(uuid "1211361a-2cea-4f3b-8990-c77fa31a9d5f")
)
(instances
(project "pedal-board"
(path "/1cfc5ec2-6e92-4f8b-bcac-06388472f146"
(reference "D3")
(unit 1)
)
)
)
)
(symbol
(lib_id "power:+3V3")
(at 25.4 139.7 0)
(unit 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(dnp no)
(fields_autoplaced yes)
(uuid "761852a0-1ca9-4b9e-8920-cf3d420b33a5")
(property "Reference" "#PWR019"
(at 25.4 143.51 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Value" "+3V3"
(at 25.4 134.62 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" ""
(at 25.4 139.7 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" ""
(at 25.4 139.7 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Description" "Power symbol creates a global label with name \"+3V3\""
(at 25.4 139.7 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(pin "1"
(uuid "ced0f881-8bd2-4478-a841-395eae7b0cfa")
)
(instances
(project "pedal-board"
(path "/1cfc5ec2-6e92-4f8b-bcac-06388472f146"
(reference "#PWR019")
(unit 1)
)
)
)
)
(symbol
(lib_id "Device:R")
(at 62.23 33.02 90)
(unit 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(dnp no)
(uuid "78107175-416c-4ff8-91a5-cfcf8ecb367d")
(property "Reference" "R2"
(at 62.23 39.37 90)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Value" "5k1"
(at 62.23 36.83 90)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" "Resistor_SMD:R_0402_1005Metric"
(at 62.23 34.798 90)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" "~"
(at 62.23 33.02 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Description" "Resistor"
(at 62.23 33.02 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "LCSC PN" "C25905"
(at 62.23 33.02 90)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "JLCPCB" ""
(at 62.23 33.02 90)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "LCSC" ""
(at 62.23 33.02 90)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(pin "1"
(uuid "348cbc4f-921a-4312-a3a1-68d365a0139d")
)
(pin "2"
(uuid "3667de4a-30fe-43fe-be06-4926140051c0")
)
(instances
(project "pedal-board"
(path "/1cfc5ec2-6e92-4f8b-bcac-06388472f146"
(reference "R2")
(unit 1)
)
)
)
)
(symbol
(lib_id "power:GND")
(at 151.13 31.75 270)
(mirror x)
(unit 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(dnp no)
(fields_autoplaced yes)
(uuid "7bbc5f9f-f82a-4f39-94a9-8855c492a5b0")
(property "Reference" "#PWR05"
(at 144.78 31.75 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Value" "GND"
(at 147.32 31.7501 90)
(effects
(font
(size 1.27 1.27)
)
(justify right)
)
)
(property "Footprint" ""
(at 151.13 31.75 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" ""
(at 151.13 31.75 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Description" "Power symbol creates a global label with name \"GND\" , ground"
(at 151.13 31.75 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(pin "1"
(uuid "4557db1d-a025-4c5b-a3cf-0df6d3ebabd9")
)
(instances
(project "pedal-board"
(path "/1cfc5ec2-6e92-4f8b-bcac-06388472f146"
(reference "#PWR05")
(unit 1)
)
)
)
)
(symbol
(lib_id "power:GND")
(at 59.69 181.61 0)
(unit 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(dnp no)
(fields_autoplaced yes)
(uuid "7dfa58fa-178b-45ea-834e-e44aa109b2ec")
(property "Reference" "#PWR029"
(at 59.69 187.96 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Value" "GND"
(at 59.69 186.69 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" ""
(at 59.69 181.61 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" ""
(at 59.69 181.61 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Description" "Power symbol creates a global label with name \"GND\" , ground"
(at 59.69 181.61 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(pin "1"
(uuid "476b9dc0-2727-4731-8012-c8adff2c954f")
)
(instances
(project "pedal-board"
(path "/1cfc5ec2-6e92-4f8b-bcac-06388472f146"
(reference "#PWR029")
(unit 1)
)
)
)
)
(symbol
(lib_id "Power_Protection:USBLC6-2P6")
(at 67.31 54.61 0)
(mirror y)
(unit 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(dnp no)
(fields_autoplaced yes)
(uuid "89671662-b76e-4744-a967-94e9ced315aa")
(property "Reference" "U2"
(at 70.4281 46.99 0)
(effects
(font
(size 1.27 1.27)
)
(justify right)
)
)
(property "Value" "USBLC6-2P6"
(at 70.4281 49.53 0)
(effects
(font
(size 1.27 1.27)
)
(justify right)
)
)
(property "Footprint" "Package_TO_SOT_SMD:SOT-666"
(at 66.294 61.341 0)
(effects
(font
(size 1.27 1.27)
(italic yes)
)
(justify left)
(hide yes)
)
)
(property "Datasheet" "https://www.st.com/resource/en/datasheet/usblc6-2.pdf"
(at 66.294 63.246 0)
(effects
(font
(size 1.27 1.27)
)
(justify left)
(hide yes)
)
)
(property "Description" "Very low capacitance ESD protection diode, 2 data-line, SOT-666"
(at 67.31 54.61 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "LCSC PN" "C15999"
(at 67.31 54.61 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "JLCPCB" ""
(at 67.31 54.61 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "LCSC" ""
(at 67.31 54.61 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(pin "4"
(uuid "5ba9b267-f5ec-4708-ba88-aea8d34f5470")
)
(pin "2"
(uuid "8a4c0dfa-e19d-48e0-99c5-188dbad345ef")
)
(pin "5"
(uuid "1014bacc-9894-4201-b83b-847b6de3fe28")
)
(pin "3"
(uuid "cce24e01-4231-44a8-b98e-c8d1d9c5d61c")
)
(pin "6"
(uuid "04ba0370-85b3-4652-a05e-cd581bc5ce79")
)
(pin "1"
(uuid "d023195f-17e2-4e2c-acd8-22939c5fbe5f")
)
(instances
(project "pedal-board"
(path "/1cfc5ec2-6e92-4f8b-bcac-06388472f146"
(reference "U2")
(unit 1)
)
)
)
)
(symbol
(lib_id "Regulator_Linear:TLV76733DRVx")
(at 241.3 38.1 0)
(unit 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(dnp no)
(fields_autoplaced yes)
(uuid "8ed3b2b5-2088-4495-848b-d83777a1413c")
(property "Reference" "U1"
(at 241.3 27.94 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Value" "TLV76733DRVx"
(at 241.3 30.48 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" "Package_SON:WSON-6-1EP_2x2mm_P0.65mm_EP1x1.6mm"
(at 241.3 26.67 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" "www.ti.com/lit/gpn/TLV767"
(at 240.03 38.1 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Description" "1A Precision Linear Voltage Regulator, with enable pin, Fixed Output 3.3V, WSON6"
(at 241.3 38.1 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "LCSC" ""
(at 241.3 38.1 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "LCSC PN" "C2848334"
(at 241.3 38.1 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Sim.Library" ""
(at 241.3 38.1 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Sim.Name" ""
(at 241.3 38.1 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(pin "7"
(uuid "534991e6-6e53-454e-9bae-96c2cf6028a8")
)
(pin "5"
(uuid "02eb2fc4-9edf-47af-9807-07d0d2b41372")
)
(pin "6"
(uuid "56949d5b-e852-44c4-b2bc-68cf132beacd")
)
(pin "3"
(uuid "fda22cdc-490c-4772-bf8c-c5a0746145b4")
)
(pin "1"
(uuid "f4366cee-3d76-4c50-b3ce-e193d4dd1896")
)
(pin "4"
(uuid "c1f110b0-cc17-44b4-a012-38b20ad663c1")
)
(pin "2"
(uuid "4f184a85-550f-41da-a233-2d4762f92c57")
)
(instances
(project "pedal-board"
(path "/1cfc5ec2-6e92-4f8b-bcac-06388472f146"
(reference "U1")
(unit 1)
)
)
)
)
(symbol
(lib_id "power:PWR_FLAG")
(at 205.74 130.81 180)
(unit 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(dnp no)
(fields_autoplaced yes)
(uuid "9ceeaa97-1487-4f2a-bd19-e82d09f11eb5")
(property "Reference" "#FLG02"
(at 205.74 132.715 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Value" "PWR_FLAG"
(at 205.74 135.89 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" ""
(at 205.74 130.81 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" "~"
(at 205.74 130.81 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Description" "Special symbol for telling ERC where power comes from"
(at 205.74 130.81 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(pin "1"
(uuid "988299b8-f14e-4ffc-99e1-4f3374e61784")
)
(instances
(project "pedal-board"
(path "/1cfc5ec2-6e92-4f8b-bcac-06388472f146"
(reference "#FLG02")
(unit 1)
)
)
)
)
(symbol
(lib_id "Device:R")
(at 62.23 30.48 90)
(unit 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(dnp no)
(fields_autoplaced yes)
(uuid "a88a5991-7854-4357-9ab6-2b7b14571529")
(property "Reference" "R1"
(at 62.23 24.13 90)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Value" "5k1"
(at 62.23 26.67 90)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" "Resistor_SMD:R_0402_1005Metric"
(at 62.23 32.258 90)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" "~"
(at 62.23 30.48 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Description" "Resistor"
(at 62.23 30.48 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "LCSC PN" "C25905"
(at 62.23 30.48 90)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "JLCPCB" ""
(at 62.23 30.48 90)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "LCSC" ""
(at 62.23 30.48 90)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(pin "1"
(uuid "d1e182ab-6fa6-4de8-90ce-69eaa428a9e5")
)
(pin "2"
(uuid "0199a54e-5e7d-456b-b407-ea6a8646c80b")
)
(instances
(project "pedal-board"
(path "/1cfc5ec2-6e92-4f8b-bcac-06388472f146"
(reference "R1")
(unit 1)
)
)
)
)
(symbol
(lib_id "power:GND")
(at 76.2 184.15 0)
(unit 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(dnp no)
(fields_autoplaced yes)
(uuid "a9744cbe-d35a-4f70-8506-5faf190f4cef")
(property "Reference" "#PWR032"
(at 76.2 190.5 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Value" "GND"
(at 76.2 189.23 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" ""
(at 76.2 184.15 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" ""
(at 76.2 184.15 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Description" "Power symbol creates a global label with name \"GND\" , ground"
(at 76.2 184.15 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(pin "1"
(uuid "02f22173-cbcf-4755-bbc2-2e6f6fac7176")
)
(instances
(project "pedal-board"
(path "/1cfc5ec2-6e92-4f8b-bcac-06388472f146"
(reference "#PWR032")
(unit 1)
)
)
)
)
(symbol
(lib_id "power:GND")
(at 193.04 130.81 0)
(unit 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(dnp no)
(fields_autoplaced yes)
(uuid "aabb688d-a198-43c4-9701-c8e02db4ce92")
(property "Reference" "#PWR018"
(at 193.04 137.16 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Value" "GND"
(at 193.04 135.89 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" ""
(at 193.04 130.81 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" ""
(at 193.04 130.81 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Description" "Power symbol creates a global label with name \"GND\" , ground"
(at 193.04 130.81 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(pin "1"
(uuid "cba04458-85da-4450-bb33-4395ac9d235c")
)
(instances
(project "pedal-board"
(path "/1cfc5ec2-6e92-4f8b-bcac-06388472f146"
(reference "#PWR018")
(unit 1)
)
)
)
)
(symbol
(lib_id "power:GND")
(at 30.48 63.5 0)
(unit 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(dnp no)
(fields_autoplaced yes)
(uuid "acefbd85-9ae7-4dc1-9ea2-f5ed41372f82")
(property "Reference" "#PWR016"
(at 30.48 69.85 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Value" "GND"
(at 30.48 68.58 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" ""
(at 30.48 63.5 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" ""
(at 30.48 63.5 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Description" "Power symbol creates a global label with name \"GND\" , ground"
(at 30.48 63.5 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(pin "1"
(uuid "096c9927-cc54-4400-b270-8711ef3ba5a3")
)
(instances
(project "pedal-board"
(path "/1cfc5ec2-6e92-4f8b-bcac-06388472f146"
(reference "#PWR016")
(unit 1)
)
)
)
)
(symbol
(lib_id "power:GND")
(at 33.02 152.4 0)
(unit 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(dnp no)
(fields_autoplaced yes)
(uuid "b84a4390-55ef-4dac-b9a4-325dabaf1436")
(property "Reference" "#PWR023"
(at 33.02 158.75 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Value" "GND"
(at 33.02 157.48 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" ""
(at 33.02 152.4 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" ""
(at 33.02 152.4 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Description" "Power symbol creates a global label with name \"GND\" , ground"
(at 33.02 152.4 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(pin "1"
(uuid "c9c9e062-5f3e-4b23-92eb-10388ed3990a")
)
(instances
(project "pedal-board"
(path "/1cfc5ec2-6e92-4f8b-bcac-06388472f146"
(reference "#PWR023")
(unit 1)
)
)
)
)
(symbol
(lib_id "Connector_Generic_MountingPin:Conn_01x12_MountingPin")
(at 165.1 39.37 0)
(unit 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(dnp no)
(uuid "b869146d-f8bd-42b7-a69c-a3f09afee711")
(property "Reference" "J1"
(at 167.64 39.7255 0)
(effects
(font
(size 1.27 1.27)
)
(justify left)
)
)
(property "Value" "Conn_01x12_MountingPin"
(at 167.64 42.2655 0)
(effects
(font
(size 1.27 1.27)
)
(justify left)
)
)
(property "Footprint" "Mylib:AFH-5-S12FIA-1H"
(at 165.1 39.37 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" "~"
(at 165.1 39.37 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Description" "Generic connectable mounting pin connector, single row, 01x12, script generated (kicad-library-utils/schlib/autogen/connector/)"
(at 165.1 39.37 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "JLCPCB" ""
(at 165.1 39.37 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "LCSC PN" "C5371161"
(at 165.1 39.37 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Sim.Library" ""
(at 165.1 39.37 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Sim.Name" ""
(at 165.1 39.37 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(pin "6"
(uuid "499d3c3c-4693-46e0-92ec-5b5748868143")
)
(pin "1"
(uuid "73f56f24-1bca-4f9a-81fa-616aeeb5a7e6")
)
(pin "2"
(uuid "cf426ee8-8dc2-4cdc-9b6a-3ae7dec557aa")
)
(pin "5"
(uuid "0f1468a0-c8ad-4d4a-b077-b8ee02df8330")
)
(pin "4"
(uuid "66a5f97b-b8a2-4aea-89c2-4612f315efa1")
)
(pin "3"
(uuid "94062356-f273-4953-b46d-0ea73589d164")
)
(pin "12"
(uuid "6a6fdbb0-bfe7-4cf1-a116-9a5c2aee7b93")
)
(pin "11"
(uuid "d3335537-d54a-45ef-86da-9acaff824ef5")
)
(pin "9"
(uuid "cdafe235-f421-46c7-9662-484e2d60bc56")
)
(pin "7"
(uuid "2f562c16-dbf1-4bd4-84ef-9794cddffba1")
)
(pin "10"
(uuid "187027c3-d04b-4fec-be6c-6bc6f85b47b5")
)
(pin "MP"
(uuid "01e24d4b-8319-4c95-8b79-ce2c7d8ee74f")
)
(pin "8"
(uuid "ff9d20a9-678a-4d56-b984-6dd0b1ca3a9f")
)
(instances
(project "pedal-board"
(path "/1cfc5ec2-6e92-4f8b-bcac-06388472f146"
(reference "J1")
(unit 1)
)
)
)
)
(symbol
(lib_id "power:GND")
(at 165.1 59.69 0)
(unit 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(dnp no)
(fields_autoplaced yes)
(uuid "bb54f942-14de-4f6e-86bd-7331c624af02")
(property "Reference" "#PWR013"
(at 165.1 66.04 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Value" "GND"
(at 165.1 64.77 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" ""
(at 165.1 59.69 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" ""
(at 165.1 59.69 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Description" "Power symbol creates a global label with name \"GND\" , ground"
(at 165.1 59.69 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(pin "1"
(uuid "2073476e-a9ae-40f8-ac26-8bda359b8843")
)
(instances
(project "pedal-board"
(path "/1cfc5ec2-6e92-4f8b-bcac-06388472f146"
(reference "#PWR013")
(unit 1)
)
)
)
)
(symbol
(lib_id "power:GND")
(at 157.48 173.99 0)
(unit 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(dnp no)
(fields_autoplaced yes)
(uuid "c0e958a8-d429-446b-b7bf-b2cbd6cba756")
(property "Reference" "#PWR026"
(at 157.48 180.34 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Value" "GND"
(at 157.48 179.07 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" ""
(at 157.48 173.99 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" ""
(at 157.48 173.99 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Description" "Power symbol creates a global label with name \"GND\" , ground"
(at 157.48 173.99 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(pin "1"
(uuid "19bd1779-cfec-49f0-88be-972e9ea63e4e")
)
(instances
(project "pedal-board"
(path "/1cfc5ec2-6e92-4f8b-bcac-06388472f146"
(reference "#PWR026")
(unit 1)
)
)
)
)
(symbol
(lib_id "power:GND")
(at 151.13 44.45 270)
(mirror x)
(unit 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(dnp no)
(fields_autoplaced yes)
(uuid "c18f09fd-8fd6-4d48-9859-f8cfb5ad0af0")
(property "Reference" "#PWR07"
(at 144.78 44.45 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Value" "GND"
(at 147.32 44.4501 90)
(effects
(font
(size 1.27 1.27)
)
(justify right)
)
)
(property "Footprint" ""
(at 151.13 44.45 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" ""
(at 151.13 44.45 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Description" "Power symbol creates a global label with name \"GND\" , ground"
(at 151.13 44.45 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(pin "1"
(uuid "f84f0184-0dcd-40d7-a5a0-b6b197a5562e")
)
(instances
(project "pedal-board"
(path "/1cfc5ec2-6e92-4f8b-bcac-06388472f146"
(reference "#PWR07")
(unit 1)
)
)
)
)
(symbol
(lib_id "power:GND")
(at 20.32 182.88 0)
(unit 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(dnp no)
(fields_autoplaced yes)
(uuid "c70606a5-7ee3-4521-8c2b-4d064af2a6df")
(property "Reference" "#PWR030"
(at 20.32 189.23 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Value" "GND"
(at 22.86 184.1499 0)
(effects
(font
(size 1.27 1.27)
)
(justify left)
)
)
(property "Footprint" ""
(at 20.32 182.88 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" ""
(at 20.32 182.88 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Description" "Power symbol creates a global label with name \"GND\" , ground"
(at 20.32 182.88 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(pin "1"
(uuid "ff38a8cd-c376-4f46-8f27-cfcf99de8aa9")
)
(instances
(project "pedal-board"
(path "/1cfc5ec2-6e92-4f8b-bcac-06388472f146"
(reference "#PWR030")
(unit 1)
)
)
)
)
(symbol
(lib_id "Mylib:BM28B0.6-24DS")
(at 110.49 41.91 0)
(unit 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(dnp no)
(fields_autoplaced yes)
(uuid "ca6bf5bb-da19-47f1-9f4a-644f607ab090")
(property "Reference" "J3"
(at 112.1411 21.59 0)
(effects
(font
(size 1.27 1.27)
)
(justify left)
)
)
(property "Value" "BM28B0.6-24DS/2"
(at 112.1411 24.13 0)
(effects
(font
(size 1.27 1.27)
)
(justify left)
)
)
(property "Footprint" "Mylib:BM28B0.6-24DS"
(at 110.49 72.39 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" "https://www.hirose.com/product/series/BM28"
(at 110.49 69.85 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Description" ""
(at 110.49 41.91 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "LCSC PN" "C424569"
(at 110.49 41.91 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "LCSC" ""
(at 110.49 41.91 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Sim.Library" ""
(at 110.49 41.91 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Sim.Name" ""
(at 110.49 41.91 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(pin "8"
(uuid "ccc4d8f4-4a92-4925-b539-d59f4be7709a")
)
(pin "26"
(uuid "ec4a4d73-d008-4a06-9b42-5f267bdd0967")
)
(pin "2"
(uuid "c57b7b05-2c72-4d1b-90d1-639e5ff74a3b")
)
(pin "6"
(uuid "f07eab4d-b964-4b3a-94b2-52aef78493fc")
)
(pin "4"
(uuid "9785c0ac-4c0e-4a8c-b580-9d91afd58cb4")
)
(pin "15"
(uuid "0a7dd578-d295-4eff-b4c0-a969487d8f8b")
)
(pin "10"
(uuid "882c2cde-21ce-4ca7-a6f5-ad66763d0d2b")
)
(pin "25"
(uuid "4b33ece6-6431-4a4e-afb5-22f7bbf40666")
)
(pin "20"
(uuid "9e2335e1-e66b-4bf1-86a6-ac38cba891fe")
)
(pin "22"
(uuid "5dac8d66-8f9b-4544-b5d6-518fbc8b0607")
)
(pin "16"
(uuid "8f228769-01cf-4ce6-9e60-a295c3e27fae")
)
(pin "12"
(uuid "a95d7238-2240-40a3-bdbd-fb9647d2ad67")
)
(pin "18"
(uuid "46d2acbc-fcf5-413f-93c7-babcde5c674c")
)
(pin "19"
(uuid "1dd6a812-1f54-4f49-b02a-7fb8b0993b19")
)
(pin "23"
(uuid "09fe8410-41eb-4873-8ee2-6290e885a256")
)
(pin "21"
(uuid "2eb3e7c9-59d2-45dc-a280-d42fc181811d")
)
(pin "1"
(uuid "fe061978-2f30-421f-9549-d310837c2a1c")
)
(pin "17"
(uuid "5a86c192-2236-49fc-be70-26e3f947f03a")
)
(pin "3"
(uuid "77e94b4d-d5da-4b27-89f7-d05c7a93c461")
)
(pin "5"
(uuid "d78f13fb-c008-41b3-b893-7493468c7202")
)
(pin "7"
(uuid "4613b2a9-aa52-4e38-b158-c1fa2a3e36ca")
)
(pin "9"
(uuid "09d60108-4b77-4573-8c55-10cdf73a5aa3")
)
(pin "11"
(uuid "2c1779fa-b682-4fad-a18f-0bfb0be7f37f")
)
(pin "14"
(uuid "5810ad88-0d40-461e-a4c5-b06c8abde191")
)
(pin "13"
(uuid "3b7bff46-efa7-4354-9481-d55eb718f795")
)
(pin "24"
(uuid "cab65aea-6b2a-40ea-aa66-553400270adc")
)
(instances
(project "pedal-board"
(path "/1cfc5ec2-6e92-4f8b-bcac-06388472f146"
(reference "J3")
(unit 1)
)
)
)
)
(symbol
(lib_id "Device:RotaryEncoder_Switch_MP")
(at 35.56 176.53 0)
(unit 1)
(exclude_from_sim no)
(in_bom no)
(on_board yes)
(dnp no)
(fields_autoplaced yes)
(uuid "cd3d2e14-6323-4714-93af-1394b42e383b")
(property "Reference" "SW1"
(at 35.56 166.37 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Value" "RotaryEncoder_Switch_MP"
(at 35.56 168.91 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" "Rotary_Encoder:RotaryEncoder_Alps_EC11E-Switch_Vertical_H20mm"
(at 31.75 172.466 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" "~"
(at 35.56 189.23 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Description" "Rotary encoder, dual channel, incremental quadrate outputs, with switch and MP Pin"
(at 35.56 191.77 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(pin "B"
(uuid "2b4ada4c-c64a-4492-890b-7f9a8c70173a")
)
(pin "C"
(uuid "6651b483-f09b-486f-b138-7362e589ae19")
)
(pin "A"
(uuid "741e396a-2e79-437f-a1bf-10110892b928")
)
(pin "S2"
(uuid "8a15b318-f1a9-4eba-b0d3-700c6b4968bb")
)
(pin "S1"
(uuid "5a24bb67-c695-446b-afb8-4f36f3e19fb3")
)
(pin "MP"
(uuid "7d70ac88-f295-4c51-9246-dcbb4e882561")
)
(instances
(project "pedal-board"
(path "/1cfc5ec2-6e92-4f8b-bcac-06388472f146"
(reference "SW1")
(unit 1)
)
)
)
)
(symbol
(lib_id "power:GND")
(at 39.37 139.7 90)
(unit 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(dnp no)
(fields_autoplaced yes)
(uuid "ce3d9f73-538b-45d2-b859-e728b337527a")
(property "Reference" "#PWR020"
(at 45.72 139.7 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Value" "GND"
(at 43.18 139.6999 90)
(effects
(font
(size 1.27 1.27)
)
(justify right)
)
)
(property "Footprint" ""
(at 39.37 139.7 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" ""
(at 39.37 139.7 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Description" "Power symbol creates a global label with name \"GND\" , ground"
(at 39.37 139.7 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(pin "1"
(uuid "76140b8b-7548-4260-a2ed-e114db0b34f8")
)
(instances
(project "pedal-board"
(path "/1cfc5ec2-6e92-4f8b-bcac-06388472f146"
(reference "#PWR020")
(unit 1)
)
)
)
)
(symbol
(lib_id "power:+3V3")
(at 82.55 21.59 0)
(unit 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(dnp no)
(fields_autoplaced yes)
(uuid "cf4c8da2-ef9e-4a94-a162-3e15d5e4103c")
(property "Reference" "#PWR01"
(at 82.55 25.4 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Value" "+3V3"
(at 82.55 16.51 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" ""
(at 82.55 21.59 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" ""
(at 82.55 21.59 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Description" "Power symbol creates a global label with name \"+3V3\""
(at 82.55 21.59 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(pin "1"
(uuid "50d01b07-abf6-4136-97c9-c6b3fcde6dab")
)
(instances
(project "pedal-board"
(path "/1cfc5ec2-6e92-4f8b-bcac-06388472f146"
(reference "#PWR01")
(unit 1)
)
)
)
)
(symbol
(lib_id "power:GND")
(at 110.49 59.69 0)
(unit 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(dnp no)
(fields_autoplaced yes)
(uuid "d98adae5-4c28-46f3-ac98-dd70c601791e")
(property "Reference" "#PWR012"
(at 110.49 66.04 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Value" "GND"
(at 110.49 64.77 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" ""
(at 110.49 59.69 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" ""
(at 110.49 59.69 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Description" "Power symbol creates a global label with name \"GND\" , ground"
(at 110.49 59.69 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(pin "1"
(uuid "074e56d7-672e-4c5e-b74e-39e8f8c7d9fe")
)
(instances
(project "pedal-board"
(path "/1cfc5ec2-6e92-4f8b-bcac-06388472f146"
(reference "#PWR012")
(unit 1)
)
)
)
)
(symbol
(lib_id "power:GND")
(at 22.86 63.5 0)
(unit 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(dnp no)
(fields_autoplaced yes)
(uuid "df55f86a-3c20-4583-a4ab-312028b2d7e0")
(property "Reference" "#PWR015"
(at 22.86 69.85 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Value" "GND"
(at 22.86 68.58 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" ""
(at 22.86 63.5 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" ""
(at 22.86 63.5 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Description" "Power symbol creates a global label with name \"GND\" , ground"
(at 22.86 63.5 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(pin "1"
(uuid "e76d5035-3366-4480-bc7e-89564586825b")
)
(instances
(project "pedal-board"
(path "/1cfc5ec2-6e92-4f8b-bcac-06388472f146"
(reference "#PWR015")
(unit 1)
)
)
)
)
(symbol
(lib_id "Device:C")
(at 82.55 25.4 0)
(mirror y)
(unit 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(dnp no)
(uuid "e49def4e-54f1-4fb5-8a8a-b391a9e48951")
(property "Reference" "C1"
(at 79.629 24.2316 0)
(effects
(font
(size 1.27 1.27)
)
(justify left)
)
)
(property "Value" "2.2uF"
(at 79.629 26.543 0)
(effects
(font
(size 1.27 1.27)
)
(justify left)
)
)
(property "Footprint" "Capacitor_SMD:C_0805_2012Metric"
(at 81.5848 29.21 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" "~"
(at 82.55 25.4 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Description" ""
(at 82.55 25.4 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "LCSC PN" "C77081"
(at 82.55 25.4 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "LCSC" ""
(at 82.55 25.4 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Sim.Library" ""
(at 82.55 25.4 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Sim.Name" ""
(at 82.55 25.4 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(pin "1"
(uuid "46ad5cf5-b0e0-4a00-acd3-a48934eaf263")
)
(pin "2"
(uuid "9e7527f9-4f9f-428e-9ce0-0c873b588b1d")
)
(instances
(project "pedal-board"
(path "/1cfc5ec2-6e92-4f8b-bcac-06388472f146"
(reference "C1")
(unit 1)
)
)
)
)
(symbol
(lib_id "Device:R")
(at 181.61 92.71 90)
(mirror x)
(unit 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(dnp no)
(fields_autoplaced yes)
(uuid "e77f5d89-bb36-4d44-8e11-828664dd6135")
(property "Reference" "R3"
(at 181.61 86.36 90)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Value" "1k"
(at 181.61 88.9 90)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" "Resistor_SMD:R_0402_1005Metric"
(at 181.61 90.932 90)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" "~"
(at 181.61 92.71 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Description" "Resistor"
(at 181.61 92.71 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Availability" ""
(at 181.61 92.71 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Check_prices" ""
(at 181.61 92.71 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Description_1" ""
(at 181.61 92.71 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "MANUFACTURER_PART_NUMBER" ""
(at 181.61 92.71 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "MF" ""
(at 181.61 92.71 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "MP" ""
(at 181.61 92.71 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "PROD_ID" ""
(at 181.61 92.71 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Package" ""
(at 181.61 92.71 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Price" ""
(at 181.61 92.71 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Sim.Device" ""
(at 181.61 92.71 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Sim.Pins" ""
(at 181.61 92.71 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "SnapEDA_Link" ""
(at 181.61 92.71 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "VENDOR" ""
(at 181.61 92.71 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "LCSC PN" "C11702"
(at 181.61 92.71 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "LCSC" ""
(at 181.61 92.71 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Sim.Library" ""
(at 181.61 92.71 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Sim.Name" ""
(at 181.61 92.71 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(pin "1"
(uuid "650c2f40-a170-4bdf-84c5-a54cd31c3400")
)
(pin "2"
(uuid "760852fe-8215-45a3-b458-d1dae4bc6d43")
)
(instances
(project "pedal-board"
(path "/1cfc5ec2-6e92-4f8b-bcac-06388472f146"
(reference "R3")
(unit 1)
)
)
)
)
(symbol
(lib_id "Device:R")
(at 111.76 172.72 90)
(unit 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(dnp no)
(fields_autoplaced yes)
(uuid "e7b48155-9a1e-4f1b-abaa-8fce5515bb60")
(property "Reference" "R4"
(at 111.76 166.37 90)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Value" "1k"
(at 111.76 168.91 90)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" "Resistor_SMD:R_0402_1005Metric"
(at 111.76 174.498 90)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" "~"
(at 111.76 172.72 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Description" "Resistor"
(at 111.76 172.72 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Availability" ""
(at 111.76 172.72 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Check_prices" ""
(at 111.76 172.72 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Description_1" ""
(at 111.76 172.72 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "MANUFACTURER_PART_NUMBER" ""
(at 111.76 172.72 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "MF" ""
(at 111.76 172.72 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "MP" ""
(at 111.76 172.72 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "PROD_ID" ""
(at 111.76 172.72 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Package" ""
(at 111.76 172.72 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Price" ""
(at 111.76 172.72 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Sim.Device" ""
(at 111.76 172.72 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Sim.Pins" ""
(at 111.76 172.72 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "SnapEDA_Link" ""
(at 111.76 172.72 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "VENDOR" ""
(at 111.76 172.72 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "LCSC PN" "C11702"
(at 111.76 172.72 90)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "JLCPCB" ""
(at 111.76 172.72 90)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "LCSC" ""
(at 111.76 172.72 90)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(pin "1"
(uuid "bf6d33f4-7aec-4fd3-92d1-941762dbe7ca")
)
(pin "2"
(uuid "44f6d4fd-ce4f-4c95-a3a2-7bee531ea6a9")
)
(instances
(project "pedal-board"
(path "/1cfc5ec2-6e92-4f8b-bcac-06388472f146"
(reference "R4")
(unit 1)
)
)
)
)
(symbol
(lib_id "power:GND")
(at 241.3 45.72 0)
(unit 1)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(dnp no)
(fields_autoplaced yes)
(uuid "f9e5bfb4-0330-4c10-b13f-4da19659d58e")
(property "Reference" "#PWR09"
(at 241.3 52.07 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Value" "GND"
(at 243.84 46.9899 0)
(effects
(font
(size 1.27 1.27)
)
(justify left)
)
)
(property "Footprint" ""
(at 241.3 45.72 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" ""
(at 241.3 45.72 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Description" ""
(at 241.3 45.72 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(pin "1"
(uuid "a8d0ad43-9530-4245-be34-4d0ade8debd8")
)
(instances
(project "pedal-board"
(path "/1cfc5ec2-6e92-4f8b-bcac-06388472f146"
(reference "#PWR09")
(unit 1)
)
)
)
)
(sheet_instances
(path "/"
(page "1")
)
)
(embedded_fonts no)
)