diff --git a/case/case.py b/case/case.py index 2fc52b4..e965de9 100644 --- a/case/case.py +++ b/case/case.py @@ -1,7 +1,10 @@ from build123d import * # --- Facade panel --- -PANEL = 1.6 # plate thickness (Cherry MX standard ~1.5 mm) +PANEL = 1.5 # plate thickness (Cherry MX standard ~1.5 mm) +OLED_GLASS_X = 27 +OLED_GLASS_Y = 19.5 +OLED_GLASS_IN = 1.0 # --- Component footprints --- SW_SIZE = 14.0 # Cherry MX plate cutout (square) @@ -12,47 +15,69 @@ OLED_W = 25.0 # 0.96" SSD1306 visible window width OLED_H = 13.0 # visible window height # --- OLED alignment pegs (solid 2 mm, 24 mm square pattern) --- -POST_D = 2.0 # peg diameter -POST_SPACING = 24.0 # hole centre-to-centre -POST_H = 12.0 # peg length behind panel +POST_D = 2.0 # peg diameter +POST_SPACING_X = 23.0 # hole centre-to-centre +POST_SPACING_Y = 23.6 +POST_OFFSET = 4.35 # offset between hole and screen +POST_H = 3.0 # peg length behind panel -# --- Layout --- -# MARGIN_Y=7 and OLED_SW_GAP=9 push outer_h to 50 mm, giving the top pegs -# 1.5 mm clearance from the panel edge and the bottom pegs 2.5 mm clearance -# above the switch cutout tops. -MARGIN_X = 3.0 -MARGIN_Y = 7.0 -OLED_SW_GAP = 9.0 +inner_w = OLED_W + 25 +inner_h = OLED_H + 25 +inner_z = 22.5 -outer_w = (N_SW - 1) * SW_PITCH + SW_SIZE + 2 * MARGIN_X # 58 mm -outer_h = 2 * MARGIN_Y + OLED_H + OLED_SW_GAP + SW_SIZE # 50 mm - -oled_cy = outer_h / 2 - MARGIN_Y - OLED_H / 2 # 11.5 mm -sw_cy = -outer_h / 2 + MARGIN_Y + SW_SIZE / 2 # -11.0 mm +oled_x = 0 +oled_y = 0 with BuildPart() as case: - Box(outer_w, outer_h, PANEL) + with Locations((0, 0, PANEL/2)): + Box(inner_w+2*PANEL, inner_h+2*PANEL, PANEL) - with BuildSketch(Plane.XY.offset(PANEL / 2)): - with Locations((0, oled_cy)): + with BuildSketch(Plane.XY): + with Locations((oled_x, oled_y)): Rectangle(OLED_W, OLED_H) - with Locations((-SW_PITCH, sw_cy), (0, sw_cy), (SW_PITCH, sw_cy)): + extrude(amount=PANEL, mode=Mode.SUBTRACT) + + with BuildSketch(Plane.XY.offset(PANEL-OLED_GLASS_IN)): + with Locations((oled_x, oled_y+POST_OFFSET/2)): + Rectangle(OLED_GLASS_X, OLED_GLASS_Y) + extrude(amount=OLED_GLASS_IN, mode=Mode.SUBTRACT) + + with Locations((0, inner_h/2+PANEL/2, inner_z/2+PANEL)): + Box(inner_w+2*PANEL, PANEL, inner_z+2*PANEL) + + with Locations((0, -inner_h/2-PANEL/2, inner_z/2+PANEL)): + Box(inner_w+2*PANEL, PANEL, inner_z+2*PANEL) + + with BuildSketch(Plane.XZ.offset(-inner_h/2)): + with Locations((-SW_PITCH/2, PANEL+inner_z/2), (SW_PITCH/2, PANEL+inner_z/2)): RectangleRounded(SW_SIZE, SW_SIZE, 0.3) extrude(amount=-PANEL, mode=Mode.SUBTRACT) + with Locations((-inner_w/2-PANEL/2, 0, inner_z/2+PANEL)): + Box(PANEL, inner_h+2*PANEL, inner_z+2*PANEL) + + with Locations((inner_w/2+PANEL/2, 0, inner_z/2+PANEL)): + Box(PANEL, inner_h+2*PANEL, inner_z+2*PANEL) + + with BuildSketch(Plane.YZ.offset(-inner_w/2)): + with Locations((-SW_PITCH/2, PANEL+inner_z/2), (SW_PITCH/2, PANEL+inner_z/2)): + RectangleRounded(SW_SIZE, SW_SIZE, 0.3) + extrude(amount=-PANEL, mode=Mode.SUBTRACT) + + # Solid 2 mm alignment pegs extending from the back face - half_s = POST_SPACING / 2 - post_z = -PANEL / 2 - POST_H / 2 + half_x = POST_SPACING_X / 2 + half_y = POST_SPACING_Y / 2 post_xy = [ - (-half_s, oled_cy - half_s), - ( half_s, oled_cy - half_s), - (-half_s, oled_cy + half_s), - ( half_s, oled_cy + half_s), + (-half_x, half_y + POST_OFFSET/2), + ( half_x,-half_y + POST_OFFSET/2), + (-half_x,-half_y + POST_OFFSET/2), + ( half_x, half_y + POST_OFFSET/2), ] - with Locations([(x, y, post_z) for x, y in post_xy]): + with Locations([(x + oled_x, y + oled_y, POST_H/2 + PANEL) for x, y in post_xy]): Cylinder(POST_D / 2, POST_H) -export_stl(case.part, "case/output/case.stl") +export_stl(case.part, "case.stl") try: from ocp_vscode import show diff --git a/pcb/commeownder-backups/commeownder-2026-06-01_162526.zip b/pcb/commeownder-backups/commeownder-2026-06-01_162526.zip new file mode 100644 index 0000000..9808ab4 Binary files /dev/null and b/pcb/commeownder-backups/commeownder-2026-06-01_162526.zip differ diff --git a/pcb/commeownder.kicad_prl b/pcb/commeownder.kicad_prl index 48cada4..7b4409e 100644 --- a/pcb/commeownder.kicad_prl +++ b/pcb/commeownder.kicad_prl @@ -67,9 +67,42 @@ "version": 5 }, "net_inspector_panel": { - "col_hidden": [], - "col_order": [], - "col_widths": [], + "col_hidden": [ + false, + false, + false, + false, + false, + false, + false, + false, + false, + false + ], + "col_order": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9 + ], + "col_widths": [ + 156, + 141, + 103, + 71, + 103, + 103, + 103, + 74, + 103, + 103 + ], "custom_group_rules": [], "expanded_rows": [], "filter_by_net_name": true, @@ -81,7 +114,7 @@ "show_unconnected_nets": false, "show_zero_pad_nets": false, "sort_ascending": true, - "sorting_column": -1 + "sorting_column": 0 }, "open_jobsets": [], "project": { diff --git a/pcb/commeownder.kicad_pro b/pcb/commeownder.kicad_pro index adef254..593334f 100644 --- a/pcb/commeownder.kicad_pro +++ b/pcb/commeownder.kicad_pro @@ -1,6 +1,238 @@ { "board": { "3dviewports": [], + "design_settings": { + "defaults": { + "apply_defaults_to_fp_barcodes": false, + "apply_defaults_to_fp_dimensions": false, + "apply_defaults_to_fp_fields": false, + "apply_defaults_to_fp_shapes": false, + "apply_defaults_to_fp_text": false, + "board_outline_line_width": 0.05, + "copper_line_width": 0.2, + "copper_text_italic": false, + "copper_text_size_h": 1.5, + "copper_text_size_v": 1.5, + "copper_text_thickness": 0.3, + "copper_text_upright": false, + "courtyard_line_width": 0.05, + "dimension_precision": 4, + "dimension_units": 3, + "dimensions": { + "arrow_length": 1270000, + "extension_offset": 500000, + "keep_text_aligned": true, + "suppress_zeroes": true, + "text_position": 0, + "units_format": 0 + }, + "fab_line_width": 0.1, + "fab_text_italic": false, + "fab_text_size_h": 1.0, + "fab_text_size_v": 1.0, + "fab_text_thickness": 0.15, + "fab_text_upright": false, + "other_line_width": 0.1, + "other_text_italic": false, + "other_text_size_h": 1.0, + "other_text_size_v": 1.0, + "other_text_thickness": 0.15, + "other_text_upright": false, + "pads": { + "drill": 0.8, + "height": 1.27, + "width": 2.54 + }, + "silk_line_width": 0.1, + "silk_text_italic": false, + "silk_text_size_h": 1.0, + "silk_text_size_v": 1.0, + "silk_text_thickness": 0.1, + "silk_text_upright": false, + "zones": { + "border_display_style": 2, + "border_hatch_pitch": 0.5, + "corner_radius": 0.0, + "corner_smoothing": 0, + "fill_mode": 0, + "hatch_gap": 1.5, + "hatch_orientation": 0.0, + "hatch_smoothing_level": 0, + "hatch_smoothing_value": 0.1, + "hatch_thickness": 1.0, + "min_clearance": 0.5, + "min_island_area": 10.0, + "min_thickness": 0.25, + "pad_connection": 1, + "remove_islands": 0, + "thermal_relief_gap": 0.5, + "thermal_relief_spoke_width": 0.5 + } + }, + "diff_pair_dimensions": [], + "drc_exclusions": [], + "meta": { + "version": 2 + }, + "rule_severities": { + "annular_width": "error", + "clearance": "error", + "connection_width": "warning", + "copper_edge_clearance": "error", + "copper_sliver": "warning", + "courtyards_overlap": "error", + "creepage": "error", + "diff_pair_gap_out_of_range": "error", + "diff_pair_uncoupled_length_too_long": "error", + "drill_out_of_range": "error", + "duplicate_footprints": "warning", + "extra_footprint": "warning", + "footprint": "error", + "footprint_filters_mismatch": "ignore", + "footprint_symbol_field_mismatch": "warning", + "footprint_symbol_mismatch": "warning", + "footprint_type_mismatch": "ignore", + "hole_clearance": "error", + "hole_to_hole": "warning", + "holes_co_located": "warning", + "invalid_outline": "error", + "isolated_copper": "warning", + "item_on_disabled_layer": "error", + "items_not_allowed": "error", + "length_out_of_range": "error", + "lib_footprint_issues": "warning", + "lib_footprint_mismatch": "warning", + "malformed_courtyard": "error", + "microvia_drill_out_of_range": "error", + "mirrored_text_on_front_layer": "warning", + "missing_courtyard": "ignore", + "missing_footprint": "warning", + "missing_tuning_profile": "warning", + "net_conflict": "warning", + "nonmirrored_text_on_back_layer": "warning", + "npth_inside_courtyard": "error", + "padstack": "warning", + "pth_inside_courtyard": "error", + "shorting_items": "error", + "silk_edge_clearance": "warning", + "silk_over_copper": "warning", + "silk_overlap": "warning", + "skew_out_of_range": "error", + "solder_mask_bridge": "error", + "starved_thermal": "error", + "text_height": "warning", + "text_on_edge_cuts": "error", + "text_thickness": "warning", + "through_hole_pad_without_hole": "error", + "too_many_vias": "error", + "track_angle": "error", + "track_dangling": "warning", + "track_not_centered_on_via": "ignore", + "track_on_post_machined_layer": "error", + "track_segment_length": "error", + "track_width": "error", + "tracks_crossing": "error", + "tuning_profile_track_geometries": "ignore", + "unconnected_items": "error", + "unresolved_variable": "error", + "via_dangling": "warning", + "zones_intersect": "error" + }, + "rules": { + "max_error": 0.005, + "min_clearance": 0.0, + "min_connection": 0.0, + "min_copper_edge_clearance": 0.5, + "min_groove_width": 0.0, + "min_hole_clearance": 0.25, + "min_hole_to_hole": 0.25, + "min_microvia_diameter": 0.2, + "min_microvia_drill": 0.1, + "min_resolved_spokes": 2, + "min_silk_clearance": 0.0, + "min_text_height": 0.8, + "min_text_thickness": 0.08, + "min_through_hole_diameter": 0.3, + "min_track_width": 0.2, + "min_via_annular_width": 0.1, + "min_via_diameter": 0.5, + "solder_mask_to_copper_clearance": 0.0, + "use_height_for_length_calcs": true + }, + "teardrop_options": [ + { + "td_onpthpad": true, + "td_onroundshapesonly": false, + "td_onsmdpad": true, + "td_ontrackend": false, + "td_onvia": true + } + ], + "teardrop_parameters": [ + { + "td_allow_use_two_tracks": true, + "td_curve_segcount": 0, + "td_height_ratio": 1.0, + "td_length_ratio": 0.5, + "td_maxheight": 2.0, + "td_maxlen": 1.0, + "td_on_pad_in_zone": false, + "td_target_name": "td_round_shape", + "td_width_to_size_filter_ratio": 0.9 + }, + { + "td_allow_use_two_tracks": true, + "td_curve_segcount": 0, + "td_height_ratio": 1.0, + "td_length_ratio": 0.5, + "td_maxheight": 2.0, + "td_maxlen": 1.0, + "td_on_pad_in_zone": false, + "td_target_name": "td_rect_shape", + "td_width_to_size_filter_ratio": 0.9 + }, + { + "td_allow_use_two_tracks": true, + "td_curve_segcount": 0, + "td_height_ratio": 1.0, + "td_length_ratio": 0.5, + "td_maxheight": 2.0, + "td_maxlen": 1.0, + "td_on_pad_in_zone": false, + "td_target_name": "td_track_end", + "td_width_to_size_filter_ratio": 0.9 + } + ], + "track_widths": [], + "tuning_pattern_settings": { + "diff_pair_defaults": { + "corner_radius_percentage": 80, + "corner_style": 1, + "max_amplitude": 1.0, + "min_amplitude": 0.2, + "single_sided": false, + "spacing": 1.0 + }, + "diff_pair_skew_defaults": { + "corner_radius_percentage": 80, + "corner_style": 1, + "max_amplitude": 1.0, + "min_amplitude": 0.2, + "single_sided": false, + "spacing": 0.6 + }, + "single_track_defaults": { + "corner_radius_percentage": 80, + "corner_style": 1, + "max_amplitude": 1.0, + "min_amplitude": 0.2, + "single_sided": false, + "spacing": 0.6 + } + }, + "via_dimensions": [], + "zones_allow_external_fillets": false + }, "ipc2581": { "bom_rev": "", "dist": "", @@ -446,7 +678,7 @@ "uuid": "4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" } ], - "used_designators": "P1,BT1,SW1-4,D1-2,R1-3,Q1,U1-6", + "used_designators": "#PWR9,#PWR15,#PWR30-43,#FLG1-7,R1,R12,C6-8", "variants": [] }, "sheets": [ diff --git a/pcb/commeownder.kicad_sch b/pcb/commeownder.kicad_sch index 8629db4..d68ba4d 100644 --- a/pcb/commeownder.kicad_sch +++ b/pcb/commeownder.kicad_sch @@ -5,6 +5,213 @@ (uuid "4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5") (paper "A4") (lib_symbols + (symbol "Battery_Management:DW01A" + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (duplicate_pin_numbers_are_jumpers no) + (property "Reference" "U" + (at -6.604 6.35 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "DW01A" + (at 4.318 6.604 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23-6" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "https://hmsemi.com/downfile/DW01A.PDF" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Overcharge, overcurrent and overdischarge protection IC for single cell lithium-ion/polymer battery" + (at 0.254 1.524 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "battery protection li-ion lipo overcurrent overdischarge overcharge" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_fp_filters" "SOT?23*" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (symbol "DW01A_0_1" + (pin output line + (at -2.54 -7.62 90) + (length 2.54) + (name "OD" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at 10.16 -2.54 180) + (length 2.54) + (name "CS" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 2.54 -7.62 90) + (length 2.54) + (name "OC" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at -10.16 2.54 0) + (length 2.54) + (name "VCC" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at -10.16 -2.54 0) + (length 2.54) + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "DW01A_1_1" + (rectangle + (start -7.62 5.08) + (end 7.62 -5.08) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin no_connect line + (at 10.16 2.54 180) + (length 2.54) + (hide yes) + (name "TD" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (embedded_fonts no) + ) (symbol "Battery_Management:TP4056-42-ESOP8" (exclude_from_sim no) (in_bom yes) @@ -265,39 +472,41 @@ ) (embedded_fonts no) ) - (symbol "Connector:USB_C_Plug_USB2.0" + (symbol "Connector:TestPoint" + (pin_numbers + (hide yes) + ) (pin_names - (offset 1.016) + (offset 0.762) + (hide yes) ) (exclude_from_sim no) (in_bom yes) (on_board yes) (in_pos_files yes) (duplicate_pin_numbers_are_jumpers no) - (property "Reference" "P" - (at -10.16 19.05 0) + (property "Reference" "TP" + (at 0 6.858 0) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (justify left) ) ) - (property "Value" "USB_C_Plug_USB2.0" - (at 12.7 19.05 0) + (property "Value" "TestPoint" + (at 0 5.08 0) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (justify right) ) ) (property "Footprint" "" - (at 3.81 0 0) + (at 5.08 0 0) (show_name no) (do_not_autoplace no) (hide yes) @@ -307,8 +516,8 @@ ) ) ) - (property "Datasheet" "https://www.usb.org/sites/default/files/documents/usb_type-c.zip" - (at 3.81 0 0) + (property "Datasheet" "" + (at 5.08 0 0) (show_name no) (do_not_autoplace no) (hide yes) @@ -318,7 +527,7 @@ ) ) ) - (property "Description" "USB 2.0-only Type-C Plug connector" + (property "Description" "test point" (at 0 0 0) (show_name no) (do_not_autoplace no) @@ -329,7 +538,7 @@ ) ) ) - (property "ki_keywords" "usb universal serial bus type-C USB2.0" + (property "ki_keywords" "test point tp" (at 0 0 0) (show_name no) (do_not_autoplace no) @@ -340,7 +549,7 @@ ) ) ) - (property "ki_fp_filters" "USB*C*Plug*" + (property "ki_fp_filters" "Pin* Test*" (at 0 0 0) (show_name no) (do_not_autoplace no) @@ -351,21 +560,10 @@ ) ) ) - (symbol "USB_C_Plug_USB2.0_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) + (symbol "TestPoint_0_1" + (circle + (center 0 3.302) + (radius 0.762) (stroke (width 0) (type default) @@ -374,24 +572,156 @@ (type none) ) ) - (rectangle - (start 10.16 10.414) - (end 9.144 9.906) - (stroke - (width 0) - (type default) + ) + (symbol "TestPoint_1_1" + (pin passive line + (at 0 0 90) + (length 2.54) + (name "1" + (effects + (font + (size 1.27 1.27) + ) + ) ) - (fill - (type none) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) ) ) - (rectangle - (start 10.16 7.874) - (end 9.144 7.366) - (stroke - (width 0) - (type default) - ) + ) + (embedded_fonts no) + ) + (symbol "Connector:USB_C_Plug_USB2.0" + (pin_names + (offset 1.016) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (duplicate_pin_numbers_are_jumpers no) + (property "Reference" "P" + (at -10.16 19.05 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "USB_C_Plug_USB2.0" + (at 12.7 19.05 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 3.81 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "https://www.usb.org/sites/default/files/documents/usb_type-c.zip" + (at 3.81 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "USB 2.0-only Type-C Plug connector" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "usb universal serial bus type-C USB2.0" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_fp_filters" "USB*C*Plug*" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (symbol "USB_C_Plug_USB2.0_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) ) @@ -864,12 +1194,9 @@ ) (embedded_fonts no) ) - (symbol "Device:Battery_Cell" - (pin_numbers - (hide yes) - ) + (symbol "Connector_Generic:Conn_01x04" (pin_names - (offset 0) + (offset 1.016) (hide yes) ) (exclude_from_sim no) @@ -877,30 +1204,28 @@ (on_board yes) (in_pos_files yes) (duplicate_pin_numbers_are_jumpers no) - (property "Reference" "BT" - (at 2.54 2.54 0) + (property "Reference" "J" + (at 0 5.08 0) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (justify left) ) ) - (property "Value" "Battery_Cell" - (at 2.54 0 0) + (property "Value" "Conn_01x04" + (at 0 -7.62 0) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (justify left) ) ) (property "Footprint" "" - (at 0 1.524 90) + (at 0 0 0) (show_name no) (do_not_autoplace no) (hide yes) @@ -911,7 +1236,7 @@ ) ) (property "Datasheet" "" - (at 0 1.524 90) + (at 0 0 0) (show_name no) (do_not_autoplace no) (hide yes) @@ -921,7 +1246,7 @@ ) ) ) - (property "Description" "Single-cell battery" + (property "Description" "Generic connector, single row, 01x04" (at 0 0 0) (show_name no) (do_not_autoplace no) @@ -932,30 +1257,130 @@ ) ) ) - (property "Sim.Device" "V" - (at 0 0 0) + (symbol "Conn_01x04_1_1" + (rectangle + (start -1.27 3.81) + (end 1.27 -6.35) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (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) + ) + ) + ) + ) + ) + (embedded_fonts no) + ) + (symbol "Device:Battery_Cell" + (pin_numbers + (hide yes) + ) + (pin_names + (offset 0) + (hide yes) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (duplicate_pin_numbers_are_jumpers no) + (property "Reference" "BT" + (at 2.54 2.54 0) (show_name no) (do_not_autoplace no) - (hide yes) (effects (font (size 1.27 1.27) ) + (justify left) ) ) - (property "Sim.Type" "DC" - (at 0 0 0) + (property "Value" "Battery_Cell" + (at 2.54 0 0) (show_name no) (do_not_autoplace no) - (hide yes) (effects (font (size 1.27 1.27) ) + (justify left) ) ) - (property "Sim.Pins" "1=+ 2=-" - (at 0 0 0) + (property "Footprint" "" + (at 0 1.524 90) (show_name no) (do_not_autoplace no) (hide yes) @@ -965,8 +1390,8 @@ ) ) ) - (property "ki_keywords" "battery cell" - (at 0 0 0) + (property "Datasheet" "" + (at 0 1.524 90) (show_name no) (do_not_autoplace no) (hide yes) @@ -976,8 +1401,63 @@ ) ) ) - (symbol "Battery_Cell_0_1" - (rectangle + (property "Description" "Single-cell battery" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "V" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Type" "DC" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Pins" "1=+ 2=-" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "battery cell" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (symbol "Battery_Cell_0_1" + (rectangle (start -2.286 1.778) (end 2.286 1.524) (stroke @@ -1088,9 +1568,12 @@ ) (embedded_fonts no) ) - (symbol "Device:LED_BGKR" + (symbol "Device:C_Small" + (pin_numbers + (hide yes) + ) (pin_names - (offset 0) + (offset 0.254) (hide yes) ) (exclude_from_sim no) @@ -1098,28 +1581,30 @@ (on_board yes) (in_pos_files yes) (duplicate_pin_numbers_are_jumpers no) - (property "Reference" "D" - (at 0 9.398 0) + (property "Reference" "C" + (at 0.254 1.778 0) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) + (justify left) ) ) - (property "Value" "LED_BGKR" - (at 0 -8.89 0) + (property "Value" "C_Small" + (at 0.254 -2.032 0) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) + (justify left) ) ) (property "Footprint" "" - (at 0 -1.27 0) + (at 0 0 0) (show_name no) (do_not_autoplace no) (hide yes) @@ -1130,7 +1615,7 @@ ) ) (property "Datasheet" "" - (at 0 -1.27 0) + (at 0 0 0) (show_name no) (do_not_autoplace no) (hide yes) @@ -1140,7 +1625,7 @@ ) ) ) - (property "Description" "RGB LED, blue/green/cathode/red" + (property "Description" "Unpolarized capacitor, small symbol" (at 0 0 0) (show_name no) (do_not_autoplace no) @@ -1151,7 +1636,7 @@ ) ) ) - (property "ki_keywords" "LED RGB diode" + (property "ki_keywords" "capacitor cap" (at 0 0 0) (show_name no) (do_not_autoplace no) @@ -1162,7 +1647,7 @@ ) ) ) - (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" + (property "ki_fp_filters" "C_*" (at 0 0 0) (show_name no) (do_not_autoplace no) @@ -1173,50 +1658,13 @@ ) ) ) - (symbol "LED_BGKR_0_0" - (text "R" - (at 1.905 3.81 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (text "G" - (at 1.905 -1.27 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (text "B" - (at 1.905 -6.35 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (symbol "LED_BGKR_0_1" - (circle - (center -2.032 0) - (radius 0.254) - (stroke - (width 0) - (type default) - ) - (fill - (type outline) - ) - ) + (symbol "C_Small_0_1" (polyline (pts - (xy -1.27 6.35) (xy -1.27 3.81) + (xy -1.524 0.508) (xy 1.524 0.508) ) (stroke - (width 0.254) + (width 0.3048) (type default) ) (fill @@ -1225,58 +1673,154 @@ ) (polyline (pts - (xy -1.27 6.35) (xy -1.27 3.81) (xy -1.27 3.81) + (xy -1.524 -0.508) (xy 1.524 -0.508) ) (stroke - (width 0) + (width 0.3302) (type default) ) (fill (type none) ) ) - (polyline - (pts - (xy -1.27 5.08) (xy 1.27 5.08) + ) + (symbol "C_Small_1_1" + (pin passive line + (at 0 2.54 270) + (length 2.032) + (name "" + (effects + (font + (size 1.27 1.27) + ) + ) ) - (stroke - (width 0) - (type default) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) ) - (fill - (type none) + ) + (pin passive line + (at 0 -2.54 90) + (length 2.032) + (name "" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) ) ) - (polyline - (pts - (xy -1.27 5.08) (xy -2.032 5.08) (xy -2.032 -5.08) (xy -1.016 -5.08) + ) + (embedded_fonts no) + ) + (symbol "Device:D_Schottky_Small" + (pin_numbers + (hide yes) + ) + (pin_names + (offset 0.254) + (hide yes) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (duplicate_pin_numbers_are_jumpers no) + (property "Reference" "D" + (at -1.27 2.032 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) ) - (stroke - (width 0) - (type default) + (justify left) + ) + ) + (property "Value" "D_Schottky_Small" + (at -7.112 -2.032 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) ) - (fill - (type none) + (justify left) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) ) ) - (polyline - (pts - (xy -1.27 1.27) (xy -1.27 -1.27) + ) + (property "Datasheet" "" + (at 0 0 90) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) ) - (stroke - (width 0.254) - (type default) + ) + ) + (property "Description" "Schottky diode, small symbol" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) ) - (fill - (type none) + ) + ) + (property "ki_keywords" "diode Schottky" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_fp_filters" "TO-???* *_Diode_* *SingleDiode* D_*" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) ) ) + ) + (symbol "D_Schottky_Small_0_1" (polyline (pts - (xy -1.27 1.27) (xy -1.27 -1.27) (xy -1.27 -1.27) + (xy -1.27 0.762) (xy -1.27 1.016) (xy -0.762 1.016) (xy -0.762 -1.016) (xy -0.254 -1.016) (xy -0.254 -0.762) ) (stroke - (width 0) + (width 0.254) (type default) ) (fill @@ -1285,7 +1829,7 @@ ) (polyline (pts - (xy -1.27 0) (xy -2.54 0) + (xy -0.762 0) (xy 0.762 0) ) (stroke (width 0) @@ -1297,7 +1841,7 @@ ) (polyline (pts - (xy -1.27 -3.81) (xy -1.27 -6.35) + (xy 0.762 -1.016) (xy -0.762 0) (xy 0.762 1.016) (xy 0.762 -1.016) ) (stroke (width 0.254) @@ -1307,21 +1851,174 @@ (type none) ) ) - (polyline - (pts - (xy -1.27 -5.08) (xy 1.27 -5.08) - ) - (stroke - (width 0) - (type default) - ) - (fill + ) + (symbol "D_Schottky_Small_1_1" + (pin passive line + (at -2.54 0 0) + (length 1.778) + (name "K" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 2.54 0 180) + (length 1.778) + (name "A" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (embedded_fonts no) + ) + (symbol "Device:LED_GARB" + (pin_names + (offset 0) + (hide yes) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (duplicate_pin_numbers_are_jumpers no) + (property "Reference" "D" + (at 0 9.398 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LED_GARB" + (at 0 -8.89 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 -1.27 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 -1.27 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "RGB LED, green/anode/red/blue" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "LED RGB diode" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (symbol "LED_GARB_0_0" + (text "R" + (at -1.905 3.81 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (text "G" + (at -1.905 -1.27 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (text "B" + (at -1.905 -6.35 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (symbol "LED_GARB_0_1" + (polyline + (pts + (xy -1.27 6.35) (xy -1.27 3.81) + ) + (stroke + (width 0.254) + (type default) + ) + (fill (type none) ) ) (polyline (pts - (xy -1.016 6.35) (xy 0.508 7.874) (xy -0.254 7.874) (xy 0.508 7.874) (xy 0.508 7.112) + (xy -1.27 6.35) (xy -1.27 3.81) (xy -1.27 3.81) ) (stroke (width 0) @@ -1333,7 +2030,7 @@ ) (polyline (pts - (xy -1.016 1.27) (xy 0.508 2.794) (xy -0.254 2.794) (xy 0.508 2.794) (xy 0.508 2.032) + (xy -1.27 5.08) (xy -2.54 5.08) ) (stroke (width 0) @@ -1345,7 +2042,7 @@ ) (polyline (pts - (xy -1.016 -3.81) (xy 0.508 -2.286) (xy -0.254 -2.286) (xy 0.508 -2.286) (xy 0.508 -3.048) + (xy -1.27 5.08) (xy 1.27 5.08) ) (stroke (width 0) @@ -1357,10 +2054,10 @@ ) (polyline (pts - (xy 0 6.35) (xy 1.524 7.874) (xy 0.762 7.874) (xy 1.524 7.874) (xy 1.524 7.112) + (xy -1.27 1.27) (xy -1.27 -1.27) ) (stroke - (width 0) + (width 0.254) (type default) ) (fill @@ -1369,7 +2066,7 @@ ) (polyline (pts - (xy 0 1.27) (xy 1.524 2.794) (xy 0.762 2.794) (xy 1.524 2.794) (xy 1.524 2.032) + (xy -1.27 1.27) (xy -1.27 -1.27) (xy -1.27 -1.27) ) (stroke (width 0) @@ -1381,7 +2078,7 @@ ) (polyline (pts - (xy 0 -3.81) (xy 1.524 -2.286) (xy 0.762 -2.286) (xy 1.524 -2.286) (xy 1.524 -3.048) + (xy -1.27 0) (xy -2.54 0) ) (stroke (width 0) @@ -1393,7 +2090,7 @@ ) (polyline (pts - (xy 1.27 6.35) (xy 1.27 3.81) (xy -1.27 5.08) (xy 1.27 6.35) + (xy -1.27 -3.81) (xy -1.27 -6.35) ) (stroke (width 0.254) @@ -1403,9 +2100,10 @@ (type none) ) ) - (rectangle - (start 1.27 6.35) - (end 1.27 6.35) + (polyline + (pts + (xy -1.27 -5.08) (xy -2.54 -5.08) + ) (stroke (width 0) (type default) @@ -1416,7 +2114,7 @@ ) (polyline (pts - (xy 1.27 5.08) (xy 2.54 5.08) + (xy -1.27 -5.08) (xy 1.27 -5.08) ) (stroke (width 0) @@ -1426,9 +2124,10 @@ (type none) ) ) - (rectangle - (start 1.27 3.81) - (end 1.27 6.35) + (polyline + (pts + (xy -1.016 6.35) (xy 0.508 7.874) (xy -0.254 7.874) (xy 0.508 7.874) (xy 0.508 7.112) + ) (stroke (width 0) (type default) @@ -1439,19 +2138,20 @@ ) (polyline (pts - (xy 1.27 1.27) (xy 1.27 -1.27) (xy -1.27 0) (xy 1.27 1.27) + (xy -1.016 1.27) (xy 0.508 2.794) (xy -0.254 2.794) (xy 0.508 2.794) (xy 0.508 2.032) ) (stroke - (width 0.254) + (width 0) (type default) ) (fill (type none) ) ) - (rectangle - (start 1.27 1.27) - (end 1.27 1.27) + (polyline + (pts + (xy -1.016 -3.81) (xy 0.508 -2.286) (xy -0.254 -2.286) (xy 0.508 -2.286) (xy 0.508 -3.048) + ) (stroke (width 0) (type default) @@ -1462,7 +2162,7 @@ ) (polyline (pts - (xy 1.27 0) (xy -1.27 0) + (xy 0 6.35) (xy 1.524 7.874) (xy 0.762 7.874) (xy 1.524 7.874) (xy 1.524 7.112) ) (stroke (width 0) @@ -1474,7 +2174,7 @@ ) (polyline (pts - (xy 1.27 0) (xy 2.54 0) + (xy 0 1.27) (xy 1.524 2.794) (xy 0.762 2.794) (xy 1.524 2.794) (xy 1.524 2.032) ) (stroke (width 0) @@ -1484,9 +2184,10 @@ (type none) ) ) - (rectangle - (start 1.27 -1.27) - (end 1.27 1.27) + (polyline + (pts + (xy 0 -3.81) (xy 1.524 -2.286) (xy 0.762 -2.286) (xy 1.524 -2.286) (xy 1.524 -3.048) + ) (stroke (width 0) (type default) @@ -1497,7 +2198,7 @@ ) (polyline (pts - (xy 1.27 -3.81) (xy 1.27 -6.35) (xy -1.27 -5.08) (xy 1.27 -3.81) + (xy 1.27 6.35) (xy 1.27 3.81) (xy -1.27 5.08) (xy 1.27 6.35) ) (stroke (width 0.254) @@ -1507,10 +2208,9 @@ (type none) ) ) - (polyline - (pts - (xy 1.27 -5.08) (xy 2.54 -5.08) - ) + (rectangle + (start 1.27 6.35) + (end 1.27 6.35) (stroke (width 0) (type default) @@ -1520,58 +2220,162 @@ ) ) (rectangle - (start 2.794 8.382) - (end -2.794 -7.62) + (start 1.27 3.81) + (end 1.27 6.35) (stroke - (width 0.254) + (width 0) (type default) ) (fill - (type background) + (type none) ) ) - ) - (symbol "LED_BGKR_1_1" - (pin passive line - (at 5.08 -5.08 180) - (length 2.54) - (name "BA" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "1" - (effects - (font - (size 1.27 1.27) - ) - ) + (polyline + (pts + (xy 1.27 1.27) (xy 1.27 -1.27) (xy -1.27 0) (xy 1.27 1.27) ) - ) - (pin passive line - (at 5.08 0 180) - (length 2.54) - (name "GA" - (effects - (font - (size 1.27 1.27) - ) - ) + (stroke + (width 0.254) + (type default) ) - (number "2" - (effects - (font - (size 1.27 1.27) - ) - ) + (fill + (type none) ) ) - (pin passive line - (at -5.08 0 0) - (length 2.54) - (name "K" + (rectangle + (start 1.27 1.27) + (end 1.27 1.27) + (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 0) (xy 2.54 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 1.27 -1.27) + (end 1.27 1.27) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 -3.81) (xy 1.27 -6.35) (xy -1.27 -5.08) (xy 1.27 -3.81) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 -5.08) (xy 2.032 -5.08) (xy 2.032 5.08) (xy 1.27 5.08) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (circle + (center 2.032 0) + (radius 0.254) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 2.794 8.382) + (end -2.794 -7.62) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + ) + (symbol "LED_GARB_1_1" + (pin passive line + (at -5.08 0 0) + (length 2.54) + (name "GK" + (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 2.54) + (name "A" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 5.08 0) + (length 2.54) + (name "RK" (effects (font (size 1.27 1.27) @@ -1587,9 +2391,9 @@ ) ) (pin passive line - (at 5.08 5.08 180) + (at -5.08 -5.08 0) (length 2.54) - (name "RA" + (name "BK" (effects (font (size 1.27 1.27) @@ -1916,28 +2720,25 @@ ) (embedded_fonts no) ) - (symbol "Interface_USB:MCP2200-I-SS" - (pin_names - (offset 1.016) - ) + (symbol "Interface_USB:CH340C" (exclude_from_sim no) (in_bom yes) (on_board yes) (in_pos_files yes) (duplicate_pin_numbers_are_jumpers no) (property "Reference" "U" - (at -20.32 -19.05 0) + (at -5.08 13.97 0) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (justify left) + (justify right) ) ) - (property "Value" "MCP2200-I-SS" - (at -20.32 19.05 0) + (property "Value" "CH340C" + (at 1.27 13.97 0) (show_name no) (do_not_autoplace no) (effects @@ -1947,8 +2748,8 @@ (justify left) ) ) - (property "Footprint" "Package_SO:SSOP-20_5.3x7.2mm_P0.65mm" - (at 0 -29.21 0) + (property "Footprint" "Package_SO:SOIC-16_3.9x9.9mm_P1.27mm" + (at -18.542 30.226 0) (show_name no) (do_not_autoplace no) (hide yes) @@ -1956,10 +2757,11 @@ (font (size 1.27 1.27) ) + (justify left) ) ) - (property "Datasheet" "http://ww1.microchip.com/downloads/en/DeviceDoc/200022228D.pdf" - (at 0 -25.4 0) + (property "Datasheet" "https://datasheet.lcsc.com/szlcsc/Jiangsu-Qin-Heng-CH340C_C84681.pdf" + (at -6.604 33.274 0) (show_name no) (do_not_autoplace no) (hide yes) @@ -1969,8 +2771,8 @@ ) ) ) - (property "Description" "USB 2.0 to UART Protocol Converter with GPIO, SSOP-20" - (at 0 0 0) + (property "Description" "USB serial converter, crystal-less, UART, SOIC-16" + (at -1.524 36.068 0) (show_name no) (do_not_autoplace no) (hide yes) @@ -1980,7 +2782,7 @@ ) ) ) - (property "ki_keywords" "USB UART Converter" + (property "ki_keywords" "USB UART Serial Converter Interface" (at 0 0 0) (show_name no) (do_not_autoplace no) @@ -1991,7 +2793,7 @@ ) ) ) - (property "ki_fp_filters" "SSOP*20*5.3x7.2mm*P0.65mm*" + (property "ki_fp_filters" "SOIC*3.9x9.9mm*P1.27mm*" (at 0 0 0) (show_name no) (do_not_autoplace no) @@ -2002,10 +2804,10 @@ ) ) ) - (symbol "MCP2200-I-SS_0_1" + (symbol "CH340C_0_1" (rectangle - (start -20.32 17.78) - (end 20.32 -17.78) + (start -7.62 12.7) + (end 7.62 -12.7) (stroke (width 0.254) (type default) @@ -2015,11 +2817,11 @@ ) ) ) - (symbol "MCP2200-I-SS_1_1" + (symbol "CH340C_1_1" (pin power_in line - (at -2.54 20.32 270) + (at 0 -15.24 90) (length 2.54) - (name "VDD" + (name "GND" (effects (font (size 1.27 1.27) @@ -2034,10 +2836,10 @@ ) ) ) - (pin input line - (at 22.86 -10.16 180) + (pin output line + (at 10.16 10.16 180) (length 2.54) - (name "OSC1" + (name "TXD" (effects (font (size 1.27 1.27) @@ -2052,10 +2854,10 @@ ) ) ) - (pin output line - (at 22.86 -15.24 180) + (pin input line + (at 10.16 7.62 180) (length 2.54) - (name "OSC2" + (name "RXD" (effects (font (size 1.27 1.27) @@ -2070,10 +2872,10 @@ ) ) ) - (pin input line - (at -22.86 15.24 0) + (pin power_out line + (at 0 15.24 270) (length 2.54) - (name "RST" + (name "V3" (effects (font (size 1.27 1.27) @@ -2089,9 +2891,9 @@ ) ) (pin bidirectional line - (at -22.86 -15.24 0) + (at -10.16 2.54 0) (length 2.54) - (name "GP7/TxLED" + (name "UD+" (effects (font (size 1.27 1.27) @@ -2107,9 +2909,9 @@ ) ) (pin bidirectional line - (at -22.86 -12.7 0) + (at -10.16 0 0) (length 2.54) - (name "GP6/RxLED" + (name "UD-" (effects (font (size 1.27 1.27) @@ -2124,10 +2926,11 @@ ) ) ) - (pin bidirectional line - (at -22.86 -10.16 0) + (pin no_connect line + (at -7.62 -5.08 0) (length 2.54) - (name "GP5" + (hide yes) + (name "NC" (effects (font (size 1.27 1.27) @@ -2142,10 +2945,11 @@ ) ) ) - (pin bidirectional line - (at -22.86 -7.62 0) + (pin no_connect line + (at -7.62 -7.62 0) (length 2.54) - (name "GP4" + (hide yes) + (name "NC" (effects (font (size 1.27 1.27) @@ -2160,10 +2964,10 @@ ) ) ) - (pin bidirectional line - (at -22.86 -5.08 0) + (pin input line + (at 10.16 2.54 180) (length 2.54) - (name "GP3" + (name "~{CTS}" (effects (font (size 1.27 1.27) @@ -2178,10 +2982,10 @@ ) ) ) - (pin output line - (at -22.86 10.16 0) + (pin input line + (at 10.16 0 180) (length 2.54) - (name "TX" + (name "~{DSR}" (effects (font (size 1.27 1.27) @@ -2196,10 +3000,10 @@ ) ) ) - (pin output line - (at -22.86 7.62 0) + (pin input line + (at 10.16 -2.54 180) (length 2.54) - (name "RTS" + (name "~{RI}" (effects (font (size 1.27 1.27) @@ -2215,9 +3019,9 @@ ) ) (pin input line - (at -22.86 12.7 0) + (at 10.16 -5.08 180) (length 2.54) - (name "RX" + (name "~{DCD}" (effects (font (size 1.27 1.27) @@ -2232,10 +3036,10 @@ ) ) ) - (pin input line - (at -22.86 5.08 0) + (pin output line + (at 10.16 -7.62 180) (length 2.54) - (name "CTS" + (name "~{DTR}" (effects (font (size 1.27 1.27) @@ -2250,10 +3054,10 @@ ) ) ) - (pin bidirectional line - (at -22.86 -2.54 0) + (pin output line + (at 10.16 -10.16 180) (length 2.54) - (name "GP2" + (name "~{RTS}" (effects (font (size 1.27 1.27) @@ -2268,10 +3072,10 @@ ) ) ) - (pin bidirectional line - (at -22.86 0 0) + (pin input line + (at -10.16 7.62 0) (length 2.54) - (name "GP1/USB-CFG" + (name "R232" (effects (font (size 1.27 1.27) @@ -2286,89 +3090,17 @@ ) ) ) - (pin bidirectional line - (at -22.86 2.54 0) - (length 2.54) - (name "GP0/SSPND" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "16" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin power_in line - (at 2.54 20.32 270) - (length 2.54) - (name "V_USB" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "17" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin bidirectional line - (at 22.86 10.16 180) - (length 2.54) - (name "D-" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "18" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin bidirectional line - (at 22.86 15.24 180) - (length 2.54) - (name "D+" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "19" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) (pin power_in line - (at 0 -20.32 90) + (at -2.54 15.24 270) (length 2.54) - (name "VSS" + (name "VCC" (effects (font (size 1.27 1.27) ) ) ) - (number "20" + (number "16" (effects (font (size 1.27 1.27) @@ -2379,13 +3111,242 @@ ) (embedded_fonts no) ) - (symbol "RF_Module:ESP32-WROOM-32" + (symbol "Jumper:SolderJumper_3_Bridged12" + (pin_names + (offset 0) + (hide yes) + ) (exclude_from_sim no) - (in_bom yes) + (in_bom no) (on_board yes) (in_pos_files yes) (duplicate_pin_numbers_are_jumpers no) - (property "Reference" "U" + (property "Reference" "JP" + (at -2.54 -2.54 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "SolderJumper_3_Bridged12" + (at 0 2.794 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "3-pole Solder Jumper, pins 1+2 closed/bridged" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (symbol "SolderJumper_3_Bridged12_0_1" + (polyline + (pts + (xy -2.54 0) (xy -2.032 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.016 1.016) (xy -1.016 -1.016) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.016 0.508) + (end -0.508 -0.508) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (arc + (start -1.016 -1.016) + (mid -2.0276 0) + (end -1.016 1.016) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.508 1.016) + (end 0.508 -1.016) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy 0 -1.27) (xy 0 -1.016) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 1.016 1.016) + (mid 2.0276 0) + (end 1.016 -1.016) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy 1.016 1.016) (xy 1.016 -1.016) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 2.54 0) (xy 2.032 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "SolderJumper_3_Bridged12_1_1" + (pin passive line + (at -5.08 0 0) + (length 2.54) + (name "A" + (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.54) + (name "C" + (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 "B" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (embedded_fonts no) + ) + (symbol "RF_Module:ESP32-WROOM-32" + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (duplicate_pin_numbers_are_jumpers no) + (property "Reference" "U" (at -12.7 34.29 0) (show_name no) (do_not_autoplace no) @@ -3185,7 +4146,10 @@ ) (embedded_fonts no) ) - (symbol "Regulator_Linear:AMS1117-3.3" + (symbol "Regulator_Linear:MCP1700x-330xxTT" + (pin_names + (offset 0.254) + ) (exclude_from_sim no) (in_bom yes) (on_board yes) @@ -3201,7 +4165,7 @@ ) ) ) - (property "Value" "AMS1117-3.3" + (property "Value" "MCP1700x-330xxTT" (at 0 3.175 0) (show_name no) (do_not_autoplace no) @@ -3212,8 +4176,8 @@ (justify left) ) ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-223-3_TabPin2" - (at 0 5.08 0) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" + (at 0 5.715 0) (show_name no) (do_not_autoplace no) (hide yes) @@ -3223,8 +4187,8 @@ ) ) ) - (property "Datasheet" "http://www.advanced-monolithic.com/pdf/ds1117.pdf" - (at 2.54 -6.35 0) + (property "Datasheet" "http://ww1.microchip.com/downloads/en/DeviceDoc/20001826D.pdf" + (at 0 0 0) (show_name no) (do_not_autoplace no) (hide yes) @@ -3234,7 +4198,7 @@ ) ) ) - (property "Description" "1A Low Dropout regulator, positive, 3.3V fixed output, SOT-223" + (property "Description" "250mA Low Quiscent Current LDO, 3.3V output, SOT-23" (at 0 0 0) (show_name no) (do_not_autoplace no) @@ -3245,7 +4209,7 @@ ) ) ) - (property "ki_keywords" "linear regulator ldo fixed positive" + (property "ki_keywords" "regulator linear ldo" (at 0 0 0) (show_name no) (do_not_autoplace no) @@ -3256,7 +4220,7 @@ ) ) ) - (property "ki_fp_filters" "SOT?223*TabPin2*" + (property "ki_fp_filters" "SOT?23*" (at 0 0 0) (show_name no) (do_not_autoplace no) @@ -3267,10 +4231,10 @@ ) ) ) - (symbol "AMS1117-3.3_0_1" + (symbol "MCP1700x-330xxTT_0_1" (rectangle - (start -5.08 -5.08) - (end 5.08 1.905) + (start -5.08 1.905) + (end 5.08 -5.08) (stroke (width 0.254) (type default) @@ -3280,7 +4244,7 @@ ) ) ) - (symbol "AMS1117-3.3_1_1" + (symbol "MCP1700x-330xxTT_1_1" (pin power_in line (at 0 -7.62 90) (length 2.54) @@ -4328,12 +5292,10615 @@ ) ) ) - (embedded_fonts no) + (embedded_fonts no) + ) + (symbol "commeownder:FS8205A" + (pin_names + (hide yes) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (duplicate_pin_numbers_are_jumpers no) + (property "Reference" "Q" + (at 2.54 6.985 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "FS8205A" + (at 2.54 5.08 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23-6" + (at 2.54 -3.81 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + ) + ) + (property "Datasheet" "https://datasheet.lcsc.com/lcsc/1811161510_Fortune-Semiconductor-FS8205A_C32254.pdf" + (at 2.54 -5.715 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Description" "5.5A Id, 8.5V Vds, Common-Source Dual N-Channel MOSFET, Li-ion battery protection switch, SOT-23-6" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "Dual N-Channel MOSFET battery protection SOT-23-6 common source" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_fp_filters" "SOT?23*6*" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (symbol "FS8205A_0_1" + (polyline + (pts + (xy -2.286 5.08) (xy -5.08 5.08) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.286 3.175) (xy -2.286 6.985) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.778 6.858) (xy 0.762 6.858) (xy 0.762 3.302) (xy -1.778 3.302) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.778 6.35) (xy -1.778 7.366) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.778 4.572) (xy -1.778 5.588) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.778 2.794) (xy -1.778 3.81) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.524 5.08) (xy -0.508 4.699) (xy -0.508 5.461) (xy -1.524 5.08) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (circle + (center -0.889 5.08) + (radius 2.794) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 7.62) (xy 0 5.08) (xy -1.778 5.08) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (circle + (center 0 6.858) + (radius 0.254) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (circle + (center 0 3.302) + (radius 0.254) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy 0 -3.302) (xy 0 3.302) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.254 4.572) (xy 0.381 4.699) (xy 1.143 4.699) (xy 1.27 4.826) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.762 4.699) (xy 0.381 5.334) (xy 1.143 5.334) (xy 0.762 4.699) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + ) + (symbol "FS8205A_1_1" + (polyline + (pts + (xy -2.286 -3.175) (xy -2.286 -6.985) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.286 -5.08) (xy -5.08 -5.08) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.778 -2.794) (xy -1.778 -3.81) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.778 -4.572) (xy -1.778 -5.588) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.778 -6.35) (xy -1.778 -7.366) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.778 -6.858) (xy 0.762 -6.858) (xy 0.762 -3.302) (xy -1.778 -3.302) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.524 -5.08) (xy -0.508 -4.699) (xy -0.508 -5.461) (xy -1.524 -5.08) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (circle + (center -0.889 -5.08) + (radius 2.794) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (circle + (center 0 0) + (radius 0.254) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (circle + (center 0 -3.302) + (radius 0.254) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (circle + (center 0 -6.858) + (radius 0.254) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy 0 -7.62) (xy 0 -5.08) (xy -1.778 -5.08) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.254 -4.572) (xy 0.381 -4.699) (xy 1.143 -4.699) (xy 1.27 -4.826) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.762 -4.699) (xy 0.381 -5.334) (xy 1.143 -5.334) (xy 0.762 -4.699) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (pin input line + (at -7.62 5.08 0) + (length 2.54) + (name "G1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 2.54 0 180) + (length 2.54) + (name "S" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 2.54 0 180) + (length 2.54) + (hide yes) + (name "S" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 -5.08 0) + (length 2.54) + (name "G2" + (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 2.54) + (name "D2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 10.16 270) + (length 2.54) + (name "D1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (embedded_fonts no) + ) + (symbol "commeownder:WEO012864AE_24P" + (pin_names + (offset 1.016) + (hide yes) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (duplicate_pin_numbers_are_jumpers no) + (property "Reference" "J" + (at 7.62 2.54 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "WEO012864AE_24P" + (at 7.62 0 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Connector_FFC-FPC:Molex_503480-2400_1x24-1MP_P0.50mm_Horizontal" + (at 0 -5.08 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "https://www.winstar.com.tw/products/oled-module/graphic-oled-display/weo012864a.html" + (at 0 -7.62 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Winstar WEO012864AE COG OLED, 128x64, 24-pin FPC, CH1116 driver" + (at 0 -10.16 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (symbol "WEO012864AE_24P_0_1" + (rectangle + (start -5.08 30.48) + (end 5.08 -30.48) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + ) + (symbol "WEO012864AE_24P_1_1" + (pin no_connect line + (at 10.16 -29.21 180) + (length 5.08) + (name "NC_GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 10.16 -26.67 180) + (length 5.08) + (name "VSS" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 10.16 -24.13 180) + (length 5.08) + (name "VSS" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin no_connect line + (at 10.16 -21.59 180) + (length 5.08) + (name "NC" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 10.16 -19.05 180) + (length 5.08) + (name "VDD1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at 10.16 -16.51 180) + (length 5.08) + (name "IM1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at 10.16 -13.97 180) + (length 5.08) + (name "IM2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at 10.16 -11.43 180) + (length 5.08) + (name "/CS" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at 10.16 -8.89 180) + (length 5.08) + (name "/RES" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at 10.16 -6.35 180) + (length 5.08) + (name "A0" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at 10.16 -3.81 180) + (length 5.08) + (name "/WR" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at 10.16 -1.27 180) + (length 5.08) + (name "E/RD" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at 10.16 1.27 180) + (length 5.08) + (name "D0" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "13" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at 10.16 3.81 180) + (length 5.08) + (name "D1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "14" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at 10.16 6.35 180) + (length 5.08) + (name "D2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "15" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at 10.16 8.89 180) + (length 5.08) + (name "D3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "16" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at 10.16 11.43 180) + (length 5.08) + (name "D4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "17" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at 10.16 13.97 180) + (length 5.08) + (name "D5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "18" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at 10.16 16.51 180) + (length 5.08) + (name "D6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "19" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at 10.16 19.05 180) + (length 5.08) + (name "D7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "20" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 10.16 21.59 180) + (length 5.08) + (name "IREF" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "21" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 10.16 24.13 180) + (length 5.08) + (name "VCOMH" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "22" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 10.16 26.67 180) + (length 5.08) + (name "VPP" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "23" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin no_connect line + (at 10.16 29.21 180) + (length 5.08) + (name "NC_GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "24" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (embedded_fonts no) + ) + (symbol "power:+BATT" + (power global) + (pin_numbers + (hide yes) + ) + (pin_names + (offset 0) + (hide yes) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (duplicate_pin_numbers_are_jumpers no) + (property "Reference" "#PWR" + (at 0 -3.81 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "+BATT" + (at 0 3.556 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+BATT\"" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "global power battery" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (symbol "+BATT_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 "+BATT_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 global) + (pin_numbers + (hide yes) + ) + (pin_names + (offset 0) + (hide yes) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (duplicate_pin_numbers_are_jumpers no) + (property "Reference" "#PWR" + (at 0 -6.35 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 0 -3.81 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "global power" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (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 global) + (pin_numbers + (hide yes) + ) + (pin_names + (offset 0) + (hide yes) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (duplicate_pin_numbers_are_jumpers no) + (property "Reference" "#FLG" + (at 0 1.905 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "PWR_FLAG" + (at 0 3.81 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "flag power" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (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) + ) + (symbol "power:VBUS" + (power global) + (pin_numbers + (hide yes) + ) + (pin_names + (offset 0) + (hide yes) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (duplicate_pin_numbers_are_jumpers no) + (property "Reference" "#PWR" + (at 0 -3.81 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "VBUS" + (at 0 3.556 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"VBUS\"" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "global power" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (symbol "VBUS_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 "VBUS_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:VDD" + (power global) + (pin_numbers + (hide yes) + ) + (pin_names + (offset 0) + (hide yes) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (duplicate_pin_numbers_are_jumpers no) + (property "Reference" "#PWR" + (at 0 -3.81 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "VDD" + (at 0 3.556 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"VDD\"" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "global power" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (symbol "VDD_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 "VDD_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) + ) + ) + (junction + (at 180.34 44.45) + (diameter 0) + (color 0 0 0 0) + (uuid "03faec3c-1c0c-4762-b1d3-75692ab9d3bb") + ) + (junction + (at 187.96 83.82) + (diameter 0) + (color 0 0 0 0) + (uuid "077ac1d5-9bdb-4dc1-961b-fa80745d85fd") + ) + (junction + (at 177.8 142.24) + (diameter 0) + (color 0 0 0 0) + (uuid "1773fddd-0104-471a-8e7b-c3170b518718") + ) + (junction + (at 35.56 105.41) + (diameter 0) + (color 0 0 0 0) + (uuid "2c5bd59d-bbbc-445a-8a72-b4b308c568a7") + ) + (junction + (at 172.72 142.24) + (diameter 0) + (color 0 0 0 0) + (uuid "2d8b3380-de7d-40ce-9a46-b5d2b5c2c4d8") + ) + (junction + (at 104.14 162.56) + (diameter 0) + (color 0 0 0 0) + (uuid "3893c4d0-819c-4b6b-a028-eb7ad865a20a") + ) + (junction + (at 167.64 156.21) + (diameter 0) + (color 0 0 0 0) + (uuid "3f1ea1ed-ebd6-494a-a243-5d57cc876b66") + ) + (junction + (at 78.74 128.27) + (diameter 0) + (color 0 0 0 0) + (uuid "41991c77-003e-47f6-90a0-e072d674a5ec") + ) + (junction + (at 180.34 54.61) + (diameter 0) + (color 0 0 0 0) + (uuid "4208e46e-0a07-4fec-b29c-67761d5bb735") + ) + (junction + (at 130.81 146.05) + (diameter 0) + (color 0 0 0 0) + (uuid "4870541e-fdf3-44dc-99a6-adb0e3fc2b52") + ) + (junction + (at 139.7 153.67) + (diameter 0) + (color 0 0 0 0) + (uuid "4a446716-b159-4531-8b1c-69bcc891a856") + ) + (junction + (at 78.74 162.56) + (diameter 0) + (color 0 0 0 0) + (uuid "535a0cdc-8a3f-4a90-b193-cce2df3a847f") + ) + (junction + (at 129.54 153.67) + (diameter 0) + (color 0 0 0 0) + (uuid "587888a9-efdc-4616-8e7f-0dad25e04caf") + ) + (junction + (at 182.88 83.82) + (diameter 0) + (color 0 0 0 0) + (uuid "68e1a3c8-4eb9-4bf3-a02c-27d517f8f4db") + ) + (junction + (at 99.06 162.56) + (diameter 0) + (color 0 0 0 0) + (uuid "6f098570-37c6-4414-a226-1d4297e3ab0b") + ) + (junction + (at 143.51 142.24) + (diameter 0) + (color 0 0 0 0) + (uuid "81ddb8ed-62df-4083-a2ce-8619123e65a8") + ) + (junction + (at 54.61 67.31) + (diameter 0) + (color 0 0 0 0) + (uuid "832f484f-490e-4166-9bdf-33cc113719ab") + ) + (junction + (at 129.54 152.4) + (diameter 0) + (color 0 0 0 0) + (uuid "901a3fb7-a9ef-486d-afe4-5695139369e9") + ) + (junction + (at 104.14 167.64) + (diameter 0) + (color 0 0 0 0) + (uuid "996725db-7dfa-4a6e-8989-322d6ad6699e") + ) + (junction + (at 129.54 147.32) + (diameter 0) + (color 0 0 0 0) + (uuid "a81ebac6-3aa1-4cba-939d-e392a5122519") + ) + (junction + (at 143.51 146.05) + (diameter 0) + (color 0 0 0 0) + (uuid "a90d7c02-fb3f-44d1-ab18-790d84700a4b") + ) + (junction + (at -53.34 124.46) + (diameter 0) + (color 0 0 0 0) + (uuid "bf47765e-a542-4628-b615-61e73593e4c3") + ) + (junction + (at 104.14 171.45) + (diameter 0) + (color 0 0 0 0) + (uuid "c149d9f1-1a11-45d3-91c7-649318c77cfc") + ) + (junction + (at -48.26 124.46) + (diameter 0) + (color 0 0 0 0) + (uuid "c1e63513-f46c-453f-b135-ef59ca2378fb") + ) + (junction + (at 180.34 49.53) + (diameter 0) + (color 0 0 0 0) + (uuid "c7e1edce-1d7f-42ba-9f07-468f9a153eb5") + ) + (junction + (at 147.32 135.89) + (diameter 0) + (color 0 0 0 0) + (uuid "cf3779d5-fb27-4cb0-ac0b-02ff0f940366") + ) + (junction + (at 91.44 162.56) + (diameter 0) + (color 0 0 0 0) + (uuid "d126237d-6c41-4123-8c2a-6a40d4f2759d") + ) + (junction + (at -45.72 68.58) + (diameter 0) + (color 0 0 0 0) + (uuid "e0a67e51-8cda-4c5f-a12c-36a42369e9b9") + ) + (junction + (at 125.73 46.99) + (diameter 0) + (color 0 0 0 0) + (uuid "f41dbadf-3b49-46cd-88d0-da03ae4aae65") + ) + (junction + (at 143.51 135.89) + (diameter 0) + (color 0 0 0 0) + (uuid "f9e57438-f6fb-45e0-9260-dfd82384be84") + ) + (no_connect + (at 110.49 86.36) + (uuid "07c95907-9576-453c-836e-963549d48087") + ) + (no_connect + (at 110.49 93.98) + (uuid "123b5ab3-d175-47cf-afc5-65abdc87935d") + ) + (no_connect + (at 140.97 58.42) + (uuid "1465c70d-5d62-49b8-8b42-a93e08f167de") + ) + (no_connect + (at 157.48 91.44) + (uuid "20048538-38b2-46f4-8274-bdd73ba977fd") + ) + (no_connect + (at 90.17 81.28) + (uuid "2d05179e-1d49-46d3-91cf-e98d990bcc88") + ) + (no_connect + (at 157.48 96.52) + (uuid "2e6ea199-54ae-4152-975f-87067a962c18") + ) + (no_connect + (at 177.8 96.52) + (uuid "4bb56f9a-b176-41fc-9b45-834c67f2f811") + ) + (no_connect + (at 90.17 78.74) + (uuid "718e4bcc-cc5a-48fc-b8cc-a3df24d4973b") + ) + (no_connect + (at 110.49 88.9) + (uuid "76a78d50-e2c8-44ca-8cc7-1ec5b2c16702") + ) + (no_connect + (at 110.49 58.42) + (uuid "7d4cea21-e220-4454-abec-097515aaf05d") + ) + (no_connect + (at 90.17 76.2) + (uuid "895e7c3b-b76c-4e3e-891e-d858e9fdecdb") + ) + (no_connect + (at 140.97 63.5) + (uuid "8f2cb422-b12a-47eb-9578-9b2bd1f66c8a") + ) + (no_connect + (at 157.48 93.98) + (uuid "9eb5df38-163b-40be-8314-13eee720ce00") + ) + (no_connect + (at 140.97 71.12) + (uuid "9f20bac5-4a19-4692-995f-1a0c105f712e") + ) + (no_connect + (at 157.48 99.06) + (uuid "a3723ba4-7e4b-4946-9396-6d5646c1d7cf") + ) + (no_connect + (at 119.38 170.18) + (uuid "a749c33b-5a17-4525-8b9b-d217166ebfc6") + ) + (no_connect + (at 110.49 60.96) + (uuid "aa15e2f2-c271-4f9d-b1ec-fbef30537658") + ) + (no_connect + (at 110.49 96.52) + (uuid "ba49e982-62c9-4e5f-a9a2-a8187d0a1580") + ) + (no_connect + (at 140.97 111.76) + (uuid "c3430a33-cb40-43b5-a055-233392fe7afc") + ) + (no_connect + (at 110.49 91.44) + (uuid "da21b2ae-600b-4056-88ba-6f6f8e02cddb") + ) + (no_connect + (at 177.8 99.06) + (uuid "dd330323-2942-4ab6-ac64-6af827f1224e") + ) + (no_connect + (at 177.8 91.44) + (uuid "eb4644d5-57df-4e31-9d74-16cd05840a9f") + ) + (no_connect + (at 177.8 93.98) + (uuid "ec9c8b31-3ff6-440e-a854-e3259c42783d") + ) + (no_connect + (at 90.17 83.82) + (uuid "ef967d6a-32bf-41d8-9e22-bf8921f6feff") + ) + (no_connect + (at 110.49 83.82) + (uuid "f3abb8a6-248d-46a1-a983-b59d009567fc") + ) + (wire + (pts + (xy -57.15 109.22) (xy -45.72 109.22) + ) + (stroke + (width 0) + (type default) + ) + (uuid "02aa11b4-f349-47ef-a118-b04e9af92380") + ) + (wire + (pts + (xy 121.92 160.02) (xy 124.46 160.02) + ) + (stroke + (width 0) + (type default) + ) + (uuid "04279cba-73c0-4280-99a6-b603dfbcf889") + ) + (wire + (pts + (xy 125.73 46.99) (xy 125.73 48.26) + ) + (stroke + (width 0) + (type default) + ) + (uuid "053c8744-5f79-46c9-97c1-f3bc4bb5772e") + ) + (wire + (pts + (xy 121.92 157.48) (xy 121.92 160.02) + ) + (stroke + (width 0) + (type default) + ) + (uuid "065c61d2-7bd8-4529-b9d9-08b529195b6c") + ) + (wire + (pts + (xy 104.14 167.64) (xy 104.14 171.45) + ) + (stroke + (width 0) + (type default) + ) + (uuid "09113196-550c-475f-9ace-c954c7cea041") + ) + (wire + (pts + (xy 143.51 36.83) (xy 143.51 53.34) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0b96a1b6-b6f5-491d-894f-b868fb6cb7c2") + ) + (wire + (pts + (xy 143.51 146.05) (xy 139.7 146.05) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0f8cdce3-567f-4dc0-a185-40c20ccf2405") + ) + (wire + (pts + (xy 181.61 78.74) (xy 182.88 78.74) + ) + (stroke + (width 0) + (type default) + ) + (uuid "128accb0-cdec-439d-b5e8-e1cf8dfed0fd") + ) + (wire + (pts + (xy 35.56 105.41) (xy 35.56 107.95) + ) + (stroke + (width 0) + (type default) + ) + (uuid "15ad00e7-b245-4a32-bb45-e20822a7e6ae") + ) + (wire + (pts + (xy 91.44 162.56) (xy 99.06 162.56) + ) + (stroke + (width 0) + (type default) + ) + (uuid "16c17a3e-2898-4ba2-afc2-90386a11a8fd") + ) + (wire + (pts + (xy 172.72 156.21) (xy 167.64 156.21) + ) + (stroke + (width 0) + (type default) + ) + (uuid "193cd6cf-557c-49ec-9063-9542960091e1") + ) + (wire + (pts + (xy -53.34 124.46) (xy -53.34 125.73) + ) + (stroke + (width 0) + (type default) + ) + (uuid "19cabd5c-246c-49b4-b57f-0f1f591899b0") + ) + (wire + (pts + (xy 129.54 146.05) (xy 129.54 147.32) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2061e6b2-7d4c-449d-94c9-2fb4f8f79b9a") + ) + (wire + (pts + (xy 156.21 76.2) (xy 156.21 83.82) + ) + (stroke + (width 0) + (type default) + ) + (uuid "218ae9b6-5ba3-4575-9b3e-8ddb76222951") + ) + (wire + (pts + (xy 104.14 171.45) (xy 104.14 173.99) + ) + (stroke + (width 0) + (type default) + ) + (uuid "21e1df02-6574-4010-8f72-c2704300fe13") + ) + (wire + (pts + (xy 147.32 135.89) (xy 143.51 135.89) + ) + (stroke + (width 0) + (type default) + ) + (uuid "223fa2d7-4866-4114-bcc8-e4f99bf4f770") + ) + (wire + (pts + (xy 172.72 142.24) (xy 172.72 147.32) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2a84f35c-aaf6-4f5e-8343-28fab0d5b697") + ) + (wire + (pts + (xy 68.58 128.27) (xy 78.74 128.27) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2ccf25ee-2335-42b7-b86a-f9f885ab9d21") + ) + (wire + (pts + (xy 80.01 99.06) (xy 82.55 99.06) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2d3583ad-dcc2-4e76-9b06-710a935203e1") + ) + (wire + (pts + (xy 104.14 152.4) (xy 104.14 162.56) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2e2f8d74-75c2-444d-ba78-b6a176de8de4") + ) + (wire + (pts + (xy 187.96 83.82) (xy 182.88 83.82) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2f1b57db-a818-4893-9571-f072d22709c4") + ) + (wire + (pts + (xy 153.67 88.9) (xy 157.48 88.9) + ) + (stroke + (width 0) + (type default) + ) + (uuid "33795d35-cb1d-47cb-927f-353971305717") + ) + (wire + (pts + (xy 99.06 162.56) (xy 104.14 162.56) + ) + (stroke + (width 0) + (type default) + ) + (uuid "361391ed-95d6-4837-8808-a9ec89b22fe7") + ) + (wire + (pts + (xy 143.51 135.89) (xy 143.51 142.24) + ) + (stroke + (width 0) + (type default) + ) + (uuid "397efe6f-ed3c-4212-b55d-6d5f20ed36d7") + ) + (wire + (pts + (xy 66.04 81.28) (xy 66.04 80.01) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3caa108d-9caa-41c9-88da-021773b9d4dd") + ) + (wire + (pts + (xy 167.64 149.86) (xy 167.64 156.21) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3f02a357-d2a6-4bb4-873b-f637b7bdd816") + ) + (wire + (pts + (xy 181.61 78.74) (xy 181.61 83.82) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3fd8ffd1-6866-4fae-95d0-ccc74fac28ee") + ) + (wire + (pts + (xy 134.62 146.05) (xy 130.81 146.05) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4078fefd-3e0a-4112-9c2a-0407b0da377e") + ) + (wire + (pts + (xy 91.44 143.51) (xy 91.44 151.13) + ) + (stroke + (width 0) + (type default) + ) + (uuid "43215b98-5133-4e29-8bee-5a0de9d2b14d") + ) + (wire + (pts + (xy 104.14 162.56) (xy 104.14 167.64) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4498523f-9295-4320-a3a1-7c4fd5766dd4") + ) + (wire + (pts + (xy 156.21 83.82) (xy 157.48 83.82) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4603bff7-8acc-483a-94ca-e934eb3424c2") + ) + (wire + (pts + (xy 140.97 109.22) (xy 147.32 109.22) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4686f3fe-b7e9-4482-82c6-433199815ab4") + ) + (wire + (pts + (xy 177.8 142.24) (xy 181.61 142.24) + ) + (stroke + (width 0) + (type default) + ) + (uuid "46f919a7-080a-4204-a337-6c3f3e5ec96f") + ) + (wire + (pts + (xy 88.9 143.51) (xy 91.44 143.51) + ) + (stroke + (width 0) + (type default) + ) + (uuid "489576d9-c6c5-448a-ab3d-e067f0ec21e8") + ) + (wire + (pts + (xy 66.04 83.82) (xy 66.04 85.09) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4971bb14-248f-45af-9915-afba99be755c") + ) + (wire + (pts + (xy 116.84 160.02) (xy 114.3 160.02) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4ee7b37d-d9c0-4778-8874-5f97e6a27c0c") + ) + (wire + (pts + (xy 116.84 157.48) (xy 116.84 160.02) + ) + (stroke + (width 0) + (type default) + ) + (uuid "51a37a07-379e-45fb-86be-e33e18ac84db") + ) + (wire + (pts + (xy 54.61 80.01) (xy 66.04 80.01) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5815bf3a-c0de-4c48-b524-ad432975c540") + ) + (wire + (pts + (xy 143.51 142.24) (xy 162.56 142.24) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5c15bc25-0a23-468d-a814-7c241ff38c25") + ) + (wire + (pts + (xy 153.67 81.28) (xy 153.67 88.9) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5fb6a5d5-344a-4d1e-b507-23cab444c4cc") + ) + (wire + (pts + (xy 180.34 49.53) (xy 180.34 54.61) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6360e9e7-513d-402c-96b8-b9f48191d48b") + ) + (wire + (pts + (xy 66.04 83.82) (xy 69.85 83.82) + ) + (stroke + (width 0) + (type default) + ) + (uuid "648e372c-bbe4-4316-b62e-1b5fc2b1a241") + ) + (wire + (pts + (xy 143.51 59.69) (xy 140.97 60.96) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6aa65ed4-93c4-4a76-a4cc-b229cc49a263") + ) + (wire + (pts + (xy 172.72 142.24) (xy 177.8 142.24) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6b9e7e23-0041-49fe-85eb-a50c53ed26ca") + ) + (wire + (pts + (xy 181.61 83.82) (xy 177.8 83.82) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6dd7ec18-2fed-4240-81de-544fa7c9d4b6") + ) + (wire + (pts + (xy -57.15 111.76) (xy -48.26 111.76) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6e61e24a-e5f6-4a9c-9408-959b713408d1") + ) + (wire + (pts + (xy 68.58 135.89) (xy 68.58 128.27) + ) + (stroke + (width 0) + (type default) + ) + (uuid "701c8e8a-a3b3-4c86-8c90-cb1640118a79") + ) + (wire + (pts + (xy 66.04 81.28) (xy 69.85 81.28) + ) + (stroke + (width 0) + (type default) + ) + (uuid "710e12d5-1c74-4319-b818-a857661d93b1") + ) + (wire + (pts + (xy 66.04 85.09) (xy 54.61 85.09) + ) + (stroke + (width 0) + (type default) + ) + (uuid "74b86f57-1ca0-4621-9316-c80935198357") + ) + (wire + (pts + (xy 180.34 44.45) (xy 180.34 49.53) + ) + (stroke + (width 0) + (type default) + ) + (uuid "77cf9d13-6f63-4178-8c0d-ac26c9ba63fb") + ) + (wire + (pts + (xy -48.26 124.46) (xy -48.26 125.73) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7818f340-b860-4b3e-9ece-1fa3611fce5e") + ) + (wire + (pts + (xy 182.88 86.36) (xy 177.8 86.36) + ) + (stroke + (width 0) + (type default) + ) + (uuid "78ca9e32-9a13-4174-97d0-21a1ff4ff98c") + ) + (wire + (pts + (xy 140.97 81.28) (xy 153.67 81.28) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7b7d3ab7-7242-4fb2-8108-59d5fd4459c6") + ) + (wire + (pts + (xy 78.74 162.56) (xy 78.74 153.67) + ) + (stroke + (width 0) + (type default) + ) + (uuid "821d025c-6734-45dc-900c-a32f2d1a5741") + ) + (wire + (pts + (xy 140.97 76.2) (xy 156.21 76.2) + ) + (stroke + (width 0) + (type default) + ) + (uuid "88ac687d-cf3e-4fcb-ac42-f80cbed30316") + ) + (wire + (pts + (xy -57.15 114.3) (xy -53.34 114.3) + ) + (stroke + (width 0) + (type default) + ) + (uuid "89b44010-27fd-4bee-9ad7-afbcf21de429") + ) + (wire + (pts + (xy -45.72 68.58) (xy -45.72 66.04) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8c88bc8f-7498-4179-bb99-15d31d820e8a") + ) + (wire + (pts + (xy 125.73 27.94) (xy 125.73 31.75) + ) + (stroke + (width 0) + (type default) + ) + (uuid "944eee98-ab23-4137-9796-b4d01319351d") + ) + (wire + (pts + (xy 154.94 86.36) (xy 157.48 86.36) + ) + (stroke + (width 0) + (type default) + ) + (uuid "949cb3a0-cd66-41ef-ba71-ba508c267cba") + ) + (wire + (pts + (xy 156.21 156.21) (xy 162.56 156.21) + ) + (stroke + (width 0) + (type default) + ) + (uuid "94fa42ef-46b3-47f7-89d0-0603ecc6b84b") + ) + (wire + (pts + (xy -53.34 114.3) (xy -53.34 124.46) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9836804f-b709-425c-b471-6c71b0e10058") + ) + (wire + (pts + (xy 88.9 135.89) (xy 143.51 135.89) + ) + (stroke + (width 0) + (type default) + ) + (uuid "983c757a-3b41-4bc1-839a-d7f84fa01d31") + ) + (wire + (pts + (xy 76.2 153.67) (xy 76.2 162.56) + ) + (stroke + (width 0) + (type default) + ) + (uuid "991066ec-b675-4dc1-8ff8-ef3e3f663be1") + ) + (wire + (pts + (xy 154.94 78.74) (xy 154.94 86.36) + ) + (stroke + (width 0) + (type default) + ) + (uuid "99b50321-6e78-4549-8f4c-902fa283890c") + ) + (wire + (pts + (xy 91.44 162.56) (xy 78.74 162.56) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9d7a5af4-974c-48d1-af7d-784392354af9") + ) + (wire + (pts + (xy 88.9 140.97) (xy 99.06 140.97) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9eddb2fd-640a-4e18-876a-535fcd371e97") + ) + (wire + (pts + (xy 78.74 124.46) (xy 78.74 128.27) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a4bcd240-a07e-4065-9aef-d5b676ffd5c0") + ) + (wire + (pts + (xy -57.15 68.58) (xy -45.72 68.58) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a566fe63-02a3-4a0b-9aaa-23ab50dd6dc5") + ) + (wire + (pts + (xy 180.34 34.29) (xy 180.34 44.45) + ) + (stroke + (width 0) + (type default) + ) + (uuid "acd7922e-e2d8-443f-a433-45f935cd8b57") + ) + (wire + (pts + (xy 90.17 71.12) (xy 92.71 71.12) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ae56cf30-3178-4ec6-8b0f-dfdbbdd8649a") + ) + (wire + (pts + (xy 99.06 140.97) (xy 99.06 162.56) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ae99bbcc-12a7-4458-8572-1ef633390911") + ) + (wire + (pts + (xy -41.91 68.58) (xy -45.72 68.58) + ) + (stroke + (width 0) + (type default) + ) + (uuid "af9ed246-0c09-4af8-a9aa-80a0c990780c") + ) + (wire + (pts + (xy 76.2 162.56) (xy 78.74 162.56) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b1827c6f-1a33-4ee5-b3ab-163097359e3c") + ) + (wire + (pts + (xy 143.51 153.67) (xy 139.7 153.67) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b472fb5a-5fb3-409a-a083-07e5feb70c46") + ) + (wire + (pts + (xy 105.41 46.99) (xy 125.73 46.99) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b4884e2c-18ed-4b78-b473-60e0ed6ec224") + ) + (wire + (pts + (xy 57.15 76.2) (xy 57.15 74.93) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b86167d1-b4e5-47b9-a00f-a76bb8a2c116") + ) + (wire + (pts + (xy 172.72 152.4) (xy 172.72 156.21) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b9e8e21b-162c-493c-9c89-b8de422960db") + ) + (wire + (pts + (xy -48.26 111.76) (xy -48.26 124.46) + ) + (stroke + (width 0) + (type default) + ) + (uuid "bcfa8250-97aa-432b-9885-957dc7f4810d") + ) + (wire + (pts + (xy 31.75 105.41) (xy 35.56 105.41) + ) + (stroke + (width 0) + (type default) + ) + (uuid "bec112cf-13b0-4a67-9fac-8ece37bcdd9a") + ) + (wire + (pts + (xy 140.97 78.74) (xy 154.94 78.74) + ) + (stroke + (width 0) + (type default) + ) + (uuid "bf70193a-ccc1-474f-9ba0-4e41aeed3372") + ) + (wire + (pts + (xy 182.88 83.82) (xy 182.88 86.36) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c0179bcd-8592-43c7-b6f2-d40e5bca9caf") + ) + (wire + (pts + (xy 140.97 53.34) (xy 143.51 53.34) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c173804e-fddd-428b-8157-97577b876156") + ) + (wire + (pts + (xy 104.14 167.64) (xy 109.22 167.64) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c1d48f00-9ef5-416b-b9a0-75946d35f7b6") + ) + (wire + (pts + (xy 90.17 73.66) (xy 92.71 73.66) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c4cb944e-60db-4cf8-9554-e0ccd3010cc1") + ) + (wire + (pts + (xy 139.7 153.67) (xy 129.54 153.67) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c59841c4-5f58-474b-9f2a-491bba3bb7c4") + ) + (wire + (pts + (xy 57.15 74.93) (xy 54.61 74.93) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cb3d7166-ef7e-4209-bcd8-c0e3effcefdf") + ) + (wire + (pts + (xy 80.01 96.52) (xy 80.01 99.06) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d4cb0ed1-83c9-4310-aee2-769ba53bf440") + ) + (wire + (pts + (xy 91.44 156.21) (xy 91.44 162.56) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d556eadc-62b2-45b6-b0b9-5a446e6ef3a1") + ) + (wire + (pts + (xy 147.32 109.22) (xy 147.32 135.89) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d81d8744-eb54-40ce-99f4-9e359be04ce4") + ) + (wire + (pts + (xy 129.54 153.67) (xy 129.54 167.64) + ) + (stroke + (width 0) + (type default) + ) + (uuid "db167330-ab1e-4d82-be62-75358645ce5c") + ) + (wire + (pts + (xy 180.34 54.61) (xy 180.34 64.77) + ) + (stroke + (width 0) + (type default) + ) + (uuid "dda2c003-4420-4797-aefa-ab1ec79816e2") + ) + (wire + (pts + (xy 130.81 146.05) (xy 129.54 146.05) + ) + (stroke + (width 0) + (type default) + ) + (uuid "df6f6e38-3eac-4290-acb7-8c27938cf296") + ) + (wire + (pts + (xy 129.54 153.67) (xy 129.54 152.4) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e546343d-8b5e-4b3f-a93f-cdda3415b1d5") + ) + (wire + (pts + (xy 105.41 53.34) (xy 105.41 46.99) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e8777fd7-f4a3-46fa-b7a1-f85473f70b31") + ) + (wire + (pts + (xy 57.15 72.39) (xy 54.61 72.39) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e9976d00-8e16-48cc-aba1-608606006253") + ) + (wire + (pts + (xy 182.88 88.9) (xy 177.8 88.9) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ed5fd736-d9cc-4083-ac2f-718889b2aa16") + ) + (wire + (pts + (xy 39.37 105.41) (xy 35.56 105.41) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ef19e0ba-6670-4202-b763-2ad097a72d97") + ) + (wire + (pts + (xy 143.51 142.24) (xy 143.51 146.05) + ) + (stroke + (width 0) + (type default) + ) + (uuid "fdc47c48-9d28-4b43-b132-83f05feec48e") + ) + (label "LED_G" + (at 144.78 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "38a6dee3-e157-4cef-be19-0c9e115f90d8") + ) + (label "LED_B" + (at 144.78 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "5015b317-12a9-40a0-a008-b4c8d5d48379") + ) + (label "LED_R" + (at 144.78 81.28 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "7fc0d808-0f95-400d-a562-4f64eef79fcd") + ) + (global_label "ESP_SDA" + (shape input) + (at 140.97 88.9 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "00ec1a67-d994-4324-a45c-201b7b4e812f") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 152.1194 88.9 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + ) + (global_label "ESP_DTR" + (shape input) + (at 97.79 73.66 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "0ea5419c-1311-4870-8e65-664b7ea67685") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 108.8789 73.66 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + ) + (global_label "DISP_IM1" + (shape input) + (at 24.13 21.59 270) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "16b8676a-1e0b-485b-970e-cd23fa8f271c") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 24.13 33.1628 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + ) + (global_label "ESP_TX" + (shape input) + (at 140.97 55.88 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "178329c6-be4d-4ce2-b41e-961ba6b93ccc") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 150.7284 55.88 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + ) + (global_label "ESP_SDA" + (shape input) + (at 67.31 46.99 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "1b312829-9dec-43e2-a4d5-20aa40519771") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 79.31 46.99 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + ) + (global_label "SW_BACK" + (shape input) + (at 170.18 54.61 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "1bfbf1b4-8392-4b58-979e-4668eaa0c8fb") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 158.6677 54.61 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + ) + (global_label "SW_LEFT" + (shape input) + (at 170.18 34.29 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "1c90fa80-745e-4b33-ac73-9456472f29fe") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 159.333 34.29 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + ) + (global_label "SW_FORWARD" + (shape input) + (at 140.97 106.68 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "1deb7919-82a7-4dab-b8a3-5e59d1eb4234") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 156.3528 106.68 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + ) + (global_label "DISP_DC" + (shape input) + (at -57.15 81.28 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "36ea9423-66ec-4b06-b00c-c43e95e42edf") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at -45.15 81.28 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + ) + (global_label "DISP_RES" + (shape input) + (at -57.15 78.74 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "3c9216f2-e705-4743-8bf7-e3f29cc29b4b") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at -45.15 78.74 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + ) + (global_label "DISP_CS" + (shape input) + (at -57.15 76.2 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "3c9aba74-960f-4260-9bc8-26941e6868bb") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at -45.15 76.2 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + ) + (global_label "BAT_STDBY" + (shape input) + (at 68.58 143.51 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "3f5ab48a-a3b9-4a9a-bfa1-6a888466c60e") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 55.4953 143.51 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + ) + (global_label "DISP_D1" + (shape input) + (at -57.15 91.44 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "47e7bde8-619d-4f18-9dbc-b66c241849a4") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at -45.15 91.44 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + ) + (global_label "ESP_RTS" + (shape input) + (at 143.51 53.34 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "5d5fb85f-c7bb-4e07-b76b-d611f6d2349b") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 154.5384 53.34 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + ) + (global_label "ESP_RX" + (shape input) + (at 143.51 59.69 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "5e07b6f1-b23c-46d3-be58-fec9b99ef199") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 153.5708 59.69 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + ) + (global_label "DISP_DC" + (shape input) + (at 140.97 66.04 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "609e5d2b-4be2-4208-bb24-8eb64fc1613e") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 152.97 66.04 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + ) + (global_label "DISP_D0" + (shape input) + (at -57.15 88.9 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "61cfd08e-b94d-4a5b-8610-76c57e28f1ab") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at -45.15 88.9 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + ) + (global_label "ESP_SCL" + (shape input) + (at 67.31 49.53 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "67fe13da-edec-4cf1-b67e-dfe1398cc782") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 79.31 49.53 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + ) + (global_label "ESP_SCL" + (shape input) + (at 59.69 17.78 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "72f915d6-2ac9-474f-9347-761ca8f3962d") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 71.69 17.78 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + ) + (global_label "ESP_SDA" + (shape input) + (at 93.98 17.78 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "77561237-d768-4a7f-a228-95eb5dcb0445") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 105.98 17.78 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + ) + (global_label "DISP_D0" + (shape input) + (at 54.61 21.59 270) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "88c576d9-54c7-4ef6-814a-cb852d5b59e3") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 54.61 32.3766 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + ) + (global_label "DISP_IM1" + (shape input) + (at -57.15 71.12 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "8a97278e-539c-47bd-baea-b853a6136e9e") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at -45.15 71.12 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + ) + (global_label "SW_BACK" + (shape input) + (at 140.97 104.14 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "8d898e84-bb45-41ab-bf3a-7eba59b48f10") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 152.4823 104.14 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + ) + (global_label "SW_FORWARD" + (shape input) + (at 170.18 64.77 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "94778ba2-a6a6-47f3-b950-2e2698f66355") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 154.7972 64.77 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + ) + (global_label "DISP_SCK" + (shape input) + (at 49.53 17.78 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "a2952d63-9fd2-4de8-af3c-9fe55a6c5b4e") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 37.4734 17.78 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + ) + (global_label "DISP_SCK" + (shape input) + (at 140.97 83.82 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "a5a46c77-bf68-4d52-84c5-8014eb1c964f") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 152.97 83.82 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + ) + (global_label "DISP_SI" + (shape input) + (at 83.82 17.78 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "ad16e6fd-bf27-4aec-85b0-4c3d80b3e360") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 71.82 17.78 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + ) + (global_label "ESP_DTR" + (shape input) + (at 105.41 53.34 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "b6f60e11-9f19-43ed-97f0-3238d6fe0971") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 94.3211 53.34 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + ) + (global_label "SW_LEFT" + (shape input) + (at 140.97 96.52 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "b74e0412-4b59-4b67-939d-f5947babb0bf") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 151.817 96.52 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + ) + (global_label "DISP_SI" + (shape input) + (at 140.97 73.66 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "b85a8c58-5859-439a-a6fb-f8826a462255") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 152.97 73.66 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + ) + (global_label "ESP_RTS" + (shape input) + (at 97.79 71.12 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "bbef6465-45dc-444c-b933-5588d07612f8") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 108.8184 71.12 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + ) + (global_label "DISP_RES" + (shape input) + (at 140.97 68.58 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "beae00a0-53c6-44ed-b7a6-e2380c736922") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 152.97 68.58 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + ) + (global_label "BAT_CHRG" + (shape input) + (at 140.97 93.98 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "bf06b57f-06db-4be1-addf-a5b288f75eb7") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 153.3895 93.98 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + ) + (global_label "DISP_CS" + (shape input) + (at 140.97 101.6 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "c978a611-5fd4-4dc2-8949-0f7ca175b693") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 152.97 101.6 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + ) + (global_label "ESP_TX" + (shape input) + (at 90.17 88.9 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "cdfcf3e0-2107-43b2-8b41-0191ba61ab71") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 99.9284 88.9 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + ) + (global_label "DISP_D1" + (shape input) + (at 88.9 21.59 270) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "d07242d1-4e66-4f42-8812-508a1e985acd") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 88.9 32.3766 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + ) + (global_label "ESP_SCL" + (shape input) + (at 140.97 91.44 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "dd812254-3f5a-4991-b493-ff872d72a64b") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 152.0589 91.44 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + ) + (global_label "BAT_CHRG" + (shape input) + (at 68.58 140.97 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "ddcdc5d9-206c-4a9a-b611-31e542719761") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 56.1605 140.97 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + ) + (global_label "BAT_STDBY" + (shape input) + (at 140.97 86.36 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "e01db20d-e4cd-4da6-80f4-c6cd8f574e75") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 154.0547 86.36 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + ) + (global_label "SW_RIGHT" + (shape input) + (at 170.18 44.45 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "eebdb7b0-971d-4e90-b1e6-ef399371333d") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 158.1234 44.45 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + ) + (global_label "SW_RIGHT" + (shape input) + (at 140.97 99.06 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "f3a5fa5e-8276-4644-989f-621a8f47df95") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 153.0266 99.06 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + ) + (global_label "ESP_RX" + (shape input) + (at 90.17 91.44 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "facf3857-5ba5-4fa7-ac64-f945b0f61f61") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 100.2308 91.44 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + ) + (symbol + (lib_id "power:VBUS") + (at 78.74 124.46 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "05535382-549a-45a6-a0e9-df645edbd7be") + (property "Reference" "#PWR014" + (at 78.74 128.27 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "VBUS" + (at 78.74 119.38 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 78.74 124.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 78.74 124.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"VBUS\"" + (at 78.74 124.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "73dee334-ac56-4966-969b-d02fffb35366") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "#PWR014") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 228.6 29.21 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "06287996-e46f-4261-9ad2-f0c80a36907d") + (property "Reference" "#PWR017" + (at 228.6 35.56 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 228.6 34.29 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 228.6 29.21 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 228.6 29.21 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 228.6 29.21 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "970d0bf1-bffd-4edc-9aab-679e78677b82") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "#PWR017") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_Small") + (at -43.18 109.22 90) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "08b9ff49-fca9-405e-ad74-90d7119e7ac2") + (property "Reference" "R12" + (at -43.18 104.14 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (property "Value" "510k" + (at -43.18 106.68 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at -43.18 109.22 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at -43.18 109.22 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor, small symbol" + (at -43.18 109.22 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "2" + (uuid "eb493ace-b465-45dc-961e-d2915eabd8f7") + ) + (pin "1" + (uuid "f27f6dfa-55a5-49a3-a779-1b1ec25fb017") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "R12") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Switch:SW_Push") + (at 175.26 34.29 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "0a226299-1c4e-4385-8d3a-ed67f1b3da9e") + (property "Reference" "SW1" + (at 175.26 26.67 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Left" + (at 175.26 29.21 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "commeownder:SW_Cherry_MX_EdgeMount" + (at 175.26 29.21 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 175.26 29.21 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Push button switch, generic, two pins" + (at 175.26 34.29 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "a35f1402-9132-4e9c-9544-c92803a72488") + ) + (pin "2" + (uuid "cd0c3281-8833-4e82-a959-f6539e9f6b89") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "SW1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 125.73 119.38 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "0cf6856e-7cd9-4132-a0df-d0fd96557530") + (property "Reference" "#PWR020" + (at 125.73 125.73 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 125.73 124.46 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 125.73 119.38 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 125.73 119.38 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 125.73 119.38 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "3620a7ce-98eb-4458-b9c7-ca3d9f25d4c3") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "#PWR020") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 62.23 76.2 90) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "11da47de-af31-4b25-a0e7-c4fb14657366") + (property "Reference" "#PWR028" + (at 68.58 76.2 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 66.04 76.1999 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 62.23 76.2 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 62.23 76.2 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 62.23 76.2 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "5dc37588-29f6-4eb4-ae03-7812006a610e") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "#PWR028") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Battery_Management:DW01A") + (at 119.38 149.86 0) + (mirror y) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "129c5e97-e29f-4216-903e-6e7aa5162cc8") + (property "Reference" "U7" + (at 119.38 139.7 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "DW01A" + (at 119.38 142.24 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23-6" + (at 119.38 149.86 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "https://hmsemi.com/downfile/DW01A.PDF" + (at 119.38 149.86 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Overcharge, overcurrent and overdischarge protection IC for single cell lithium-ion/polymer battery" + (at 119.126 148.336 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "3986d0bb-86e5-4ac2-b07f-44cec2cc075c") + ) + (pin "2" + (uuid "f11acecb-b61e-4b7b-8312-3dc7bc709008") + ) + (pin "3" + (uuid "81b56fe0-2855-44fd-a5f4-3108481676fa") + ) + (pin "5" + (uuid "cce561de-0b4c-49a3-b300-7c28c1c09b92") + ) + (pin "6" + (uuid "a4d82bfc-bd64-471f-ad1a-45a02b658fc3") + ) + (pin "4" + (uuid "01be7cad-245b-43b1-bd9c-16c5b89aef10") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "U7") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 62.23 72.39 90) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "15d6137d-3b1f-4330-b207-92e0813c5c30") + (property "Reference" "#PWR07" + (at 68.58 72.39 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 66.04 72.3899 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 62.23 72.39 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 62.23 72.39 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 62.23 72.39 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "ab16e4b9-2b36-47a5-9da9-53d1bb032042") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "#PWR07") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 162.56 161.29 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "16749222-ba46-440d-af5c-882f615f1807") + (property "Reference" "#PWR010" + (at 162.56 167.64 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 162.56 166.37 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 162.56 161.29 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 162.56 161.29 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 162.56 161.29 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "21585d4d-3c7b-44d7-bfcd-0e404a228c75") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "#PWR010") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Transistor_Array:TPL7407LAD") + (at 167.64 88.9 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "183ffa47-47e5-4220-b6a9-4636a9e39456") + (property "Reference" "U3" + (at 169.7833 71.12 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "TPL7407LAD" + (at 169.7833 73.66 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_SO:SOIC-16_3.9x9.9mm_P1.27mm" + (at 167.64 116.586 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "https://www.ti.com/lit/gpn/tpl7407la" + (at 167.64 114.554 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "7-Channel Low Side Driver, CMOS Improvement of Darlington Array, 30V, SOIC-16" + (at 167.894 118.618 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "5" + (uuid "f5c4b78c-9865-4d2d-b78e-e30dbb409dc8") + ) + (pin "1" + (uuid "6ad52b37-e33b-462a-9dd9-b39e4613f903") + ) + (pin "2" + (uuid "2dbf9c24-ab7a-4bc4-aecb-6d18864af0b5") + ) + (pin "3" + (uuid "92311fbc-2233-4179-b7c2-b2d7e7465e03") + ) + (pin "4" + (uuid "c4ef58fd-3642-412d-b68b-70c1123ccda6") + ) + (pin "6" + (uuid "603fe46a-8f6b-4e7f-b6bb-9de5da0dcb86") + ) + (pin "7" + (uuid "a63466e9-a5d6-4450-8904-8deeb19fdf01") + ) + (pin "8" + (uuid "184c4c7b-b8cf-4f2e-80ae-89ef64c587f8") + ) + (pin "9" + (uuid "c3fcac5b-9035-4b88-9fc8-e516238acbf3") + ) + (pin "10" + (uuid "fc29e72d-f856-444b-b1cc-1116874ffb59") + ) + (pin "11" + (uuid "a56b9113-3555-4a12-854a-892e246f4966") + ) + (pin "12" + (uuid "db53b0bc-b6b1-4de0-a0a6-3aefafb8495d") + ) + (pin "13" + (uuid "c339f684-d0af-4af4-8e76-e99cd139950d") + ) + (pin "14" + (uuid "e7927801-8d79-4700-ba3f-2897b4a74df9") + ) + (pin "15" + (uuid "c419d2d2-7a07-4add-8da4-282bdbd70d59") + ) + (pin "16" + (uuid "13611d69-8e2d-4e39-a8bb-a0e70fd56088") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "U3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VDD") + (at 67.31 44.45 270) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "1fb1fc76-f312-4629-81fc-8558c1ca278e") + (property "Reference" "#PWR0101" + (at 63.5 44.45 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "VDD" + (at 71.12 44.4499 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 67.31 44.45 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 67.31 44.45 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"VDD\"" + (at 67.31 44.45 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "6c1bfa60-d00c-41ba-97eb-a8df63c54c82") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "#PWR0101") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C_Small") + (at -53.34 128.27 0) + (mirror y) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "228f3971-f618-4ffe-9be8-f5f1378da286") + (property "Reference" "C7" + (at -57.15 127.0062 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "C_Small" + (at -57.15 129.5462 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at -53.34 128.27 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at -53.34 128.27 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor, small symbol" + (at -53.34 128.27 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "50ac7e2f-e63c-471a-9504-f0fe8fb4401b") + ) + (pin "2" + (uuid "b68de161-3a65-497f-8b1f-c2d8f7587f9a") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "C7") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VDD") + (at 29.21 17.78 270) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "22947d1a-ca01-4ef6-af7b-c8147a64562a") + (property "Reference" "#PWR0122" + (at 25.4 17.78 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "VDD" + (at 33.02 17.7799 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 29.21 17.78 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 29.21 17.78 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"VDD\"" + (at 29.21 17.78 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "c163bae7-d7a8-4b47-8f55-f6ae21adcb46") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "#PWR0122") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_Small") + (at 59.69 72.39 90) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "23de9319-b041-4a81-9cd4-5108cbfa690d") + (property "Reference" "R7" + (at 59.69 77.47 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (property "Value" "5.1k" + (at 59.69 74.93 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" + (at 59.69 72.39 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 59.69 72.39 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor, small symbol" + (at 59.69 72.39 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "9c713297-f1bf-4f19-a4fd-c9e8fe62773a") + ) + (pin "2" + (uuid "3f3b0a35-fec0-4c67-8c9d-42ede3f43190") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "R7") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+BATT") + (at 242.57 29.21 180) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "2449adc6-2baf-491d-b748-e1efa6a327c9") + (property "Reference" "#PWR016" + (at 242.57 25.4 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "+BATT" + (at 242.57 34.29 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 242.57 29.21 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 242.57 29.21 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+BATT\"" + (at 242.57 29.21 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "ebe2e701-1b2d-4ceb-8916-cd940e40e494") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "#PWR016") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VBUS") + (at 54.61 67.31 270) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "25ae14ae-7e83-478e-aebf-76c50706b327") + (property "Reference" "#PWR013" + (at 50.8 67.31 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "VBUS" + (at 58.42 67.3099 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 54.61 67.31 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 54.61 67.31 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"VBUS\"" + (at 54.61 67.31 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "402a05f3-0ef7-4555-bc7e-543365602c77") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "#PWR013") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C_Small") + (at 162.56 158.75 0) + (mirror y) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "281d26a1-bc5e-4e01-bda6-5d6105341067") + (property "Reference" "C2" + (at 160.02 157.4862 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "0.1uF" + (at 160.02 160.0262 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0402_1005Metric" + (at 162.56 158.75 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 162.56 158.75 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor, small symbol" + (at 162.56 158.75 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "2" + (uuid "c8c72af6-6959-4887-bfef-7294c239b495") + ) + (pin "1" + (uuid "4c21cacb-d9d4-41bd-8d16-10884ac3142b") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "C2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:PWR_FLAG") + (at 177.8 142.24 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "2d2e96b5-e0ac-4f85-93ea-17da109b007a") + (property "Reference" "#FLG01" + (at 177.8 140.335 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "PWR_FLAG" + (at 177.8 137.16 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 177.8 142.24 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 177.8 142.24 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 177.8 142.24 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "a32a931b-615b-4c5d-8591-fc7fb7d44f93") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "#FLG01") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at -57.15 86.36 90) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "2d602ee4-3fde-41f1-b707-f61e3168035d") + (property "Reference" "#PWR032" + (at -50.8 86.36 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at -52.07 86.3599 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at -57.15 86.36 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at -57.15 86.36 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at -57.15 86.36 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "3356e128-65fb-41d1-8a3d-ced40b73bb20") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "#PWR032") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_Small") + (at 185.42 78.74 270) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "306ed26d-2239-4c4b-8f07-7e752e874041") + (property "Reference" "R2" + (at 185.42 73.66 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (property "Value" "100" + (at 185.42 76.2 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" + (at 185.42 78.74 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 185.42 78.74 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor, small symbol" + (at 185.42 78.74 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "6e18d42b-ee3e-40cd-aa82-ee701dd94b1b") + ) + (pin "2" + (uuid "6be80e8d-7165-402c-8209-af5e501b952c") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "R2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 80.01 66.04 180) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "33cc157b-3dfd-46b8-808d-e99b47e77012") + (property "Reference" "#PWR021" + (at 80.01 59.69 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 80.01 60.96 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 80.01 66.04 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 80.01 66.04 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 80.01 66.04 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "513de5b1-919e-499f-8002-f9d65f844ef9") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "#PWR021") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Switch:SW_Push") + (at 175.26 44.45 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "33e5aab6-db86-41d6-b681-224f248d38c4") + (property "Reference" "SW2" + (at 175.26 36.83 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Right" + (at 175.26 39.37 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "commeownder:SW_Cherry_MX_EdgeMount" + (at 175.26 39.37 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 175.26 39.37 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Push button switch, generic, two pins" + (at 175.26 44.45 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "c37f36c4-0e8f-48b8-8215-ac934a9a853d") + ) + (pin "2" + (uuid "cd86b042-c40a-4ed7-b7bd-cb62a143c6b5") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "SW2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 87.63 99.06 90) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "33fc6c26-b616-4aae-82c7-bcbb0834070d") + (property "Reference" "#PWR024" + (at 93.98 99.06 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 91.44 99.0599 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 87.63 99.06 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 87.63 99.06 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 87.63 99.06 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "039c3a40-dfe3-4c30-99ec-9d39b8d62ccf") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "#PWR024") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_Small") + (at 106.68 152.4 270) + (mirror x) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "3521fb3f-2fc4-4cb7-9527-719e0f03b2df") + (property "Reference" "R4" + (at 106.68 147.32 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (property "Value" "1k" + (at 106.68 149.86 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" + (at 106.68 152.4 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 106.68 152.4 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor, small symbol" + (at 106.68 152.4 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "8147bce7-abde-47f5-b83d-8713f5516cc5") + ) + (pin "2" + (uuid "fc682458-3d45-4f91-a7cb-3b488c13cf67") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "R4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 143.51 31.75 180) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "3818ae61-9b31-4c1e-979d-64a9ade27c7f") + (property "Reference" "#PWR022" + (at 143.51 25.4 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 143.51 27.686 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 143.51 31.75 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 143.51 31.75 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 143.51 31.75 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "25c7c490-f5cf-4abb-bac8-03764c7af791") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "#PWR022") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:PWR_FLAG") + (at 104.14 171.45 90) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "3987a94f-74b4-40e7-a374-57f0e4bd45f7") + (property "Reference" "#FLG02" + (at 102.235 171.45 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "PWR_FLAG" + (at 100.33 171.4499 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 104.14 171.45 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 104.14 171.45 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 104.14 171.45 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "e2b9f971-abbd-44b1-bea0-a4916bc46a16") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "#FLG02") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VDD") + (at 214.63 29.21 180) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "39b3fef4-6c63-4566-b7ad-1e97935917f7") + (property "Reference" "#PWR018" + (at 214.63 25.4 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "VDD" + (at 214.63 34.29 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 214.63 29.21 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 214.63 29.21 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"VDD\"" + (at 214.63 29.21 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "98f8b0d1-4148-4c8d-a3aa-79020c09e450") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "#PWR018") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_Small") + (at 143.51 34.29 180) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "3a52b42f-22cd-4599-af58-7539be123af7") + (property "Reference" "R9" + (at 138.43 34.29 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (property "Value" "10k" + (at 140.97 34.29 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" + (at 143.51 34.29 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 143.51 34.29 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor, small symbol" + (at 143.51 34.29 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "e00c2907-2d8d-47c5-8e8b-79662903c726") + ) + (pin "2" + (uuid "312e238a-4647-4b67-97c1-d9e816fe1103") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "R9") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Jumper:SolderJumper_3_Bridged12") + (at 54.61 17.78 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "3a8b2e6a-31e2-4ec8-bf51-9050228eb7e4") + (property "Reference" "SJ2" + (at 54.61 13.97 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "SolderJumper_3_Bridged12" + (at 40.386 19.812 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Jumper:SolderJumper-3_P1.3mm_Open_RoundedPad1.0x1.5mm" + (at 54.61 17.78 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 54.61 17.78 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "D0: DISP_SCK=SPI(default), ESP_SCL=I2C" + (at 54.61 17.78 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "12390ec0-d88a-4734-b003-2ad98014e4c8") + ) + (pin "2" + (uuid "67157a1a-951a-4b97-bf3f-1625cb813549") + ) + (pin "3" + (uuid "b55d60c5-17b8-468c-8341-e5d2da7dc8b5") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "SJ2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at -57.15 101.6 90) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "3b49362b-f0a8-4c38-8022-f11e5dd99bc3") + (property "Reference" "#PWR036" + (at -50.8 101.6 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at -52.07 101.5999 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at -57.15 101.6 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at -57.15 101.6 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at -57.15 101.6 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "a206fbed-bd3a-433e-89b1-35743bbb1f5c") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "#PWR036") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_Small") + (at 107.95 53.34 90) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "3d9b778c-a966-4889-a23e-f07bed72f794") + (property "Reference" "R1" + (at 107.95 48.26 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (property "Value" "R_Small" + (at 107.95 50.8 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 107.95 53.34 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 107.95 53.34 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor, small symbol" + (at 107.95 53.34 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "b73c1481-0bc3-4fe1-9758-74459fadc1e9") + ) + (pin "2" + (uuid "b8e08355-40d3-469c-ae26-4ead842361bc") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "R1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:USB_C_Plug_USB2.0") + (at 39.37 82.55 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "434f1abd-07a3-4767-8d1c-5e158a652c83") + (property "Reference" "P1" + (at 25.146 82.042 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "USB_C_Plug_USB2.0" + (at 39.37 62.23 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Connector_USB:USB_C_Receptacle_GCT_USB4105-xx-A_16P_TopMnt_Horizontal" + (at 43.18 82.55 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "https://www.usb.org/sites/default/files/documents/usb_type-c.zip" + (at 43.18 82.55 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "USB 2.0-only Type-C Plug connector" + (at 39.37 82.55 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "B4" + (uuid "63b3fdca-b68b-43e4-9991-3d4ec96fe5a8") + ) + (pin "A7" + (uuid "06dc59cf-ef03-442a-868e-08dff024d90d") + ) + (pin "A12" + (uuid "c28a230d-9d24-4304-8cd1-13c5b6b1baf3") + ) + (pin "B9" + (uuid "a206939c-32cd-4463-bad2-83102b46a7d9") + ) + (pin "A6" + (uuid "333d3cf1-995a-45e9-8c11-cc3075277a80") + ) + (pin "B1" + (uuid "345e51f9-0536-4fa6-b1c7-ce26aefc7c86") + ) + (pin "A4" + (uuid "9995cbb3-fa69-449b-9794-daf9627f3a72") + ) + (pin "A5" + (uuid "fb7a8580-f13d-44d5-95c4-d46ebb1e9200") + ) + (pin "A9" + (uuid "7b43536b-ae89-41db-b2c5-6e99d02d7355") + ) + (pin "SH" + (uuid "6bb74948-39e5-48b8-a182-441d7f53469a") + ) + (pin "B12" + (uuid "0b6c038f-d3d5-47b6-817e-1aa478f81031") + ) + (pin "A1" + (uuid "6d0da6f0-401f-4ea3-84b2-03ca0d41f320") + ) + (pin "B5" + (uuid "8411f5f2-3837-423a-a924-b70913d1e984") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "P1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:PWR_FLAG") + (at 54.61 67.31 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "4cc28631-aeb2-4958-96d2-7b6ce5d62c63") + (property "Reference" "#FLG03" + (at 54.61 65.405 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "PWR_FLAG" + (at 54.61 62.23 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 54.61 67.31 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 54.61 67.31 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 54.61 67.31 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "b77fcffa-2a0a-45b4-8ad9-488c4f177a8d") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "#FLG03") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at -57.15 96.52 90) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "53e7143a-f499-404c-86f6-c055e3054a3f") + (property "Reference" "#PWR034" + (at -50.8 96.52 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at -52.07 96.5199 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at -57.15 96.52 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at -57.15 96.52 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at -57.15 96.52 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "b0cc8390-f2d7-4555-adb5-5079fdf2adaf") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "#PWR034") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 167.64 161.29 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "55191168-ac94-436a-abb9-981ff6e4372a") + (property "Reference" "#PWR011" + (at 167.64 167.64 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 167.64 166.37 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 167.64 161.29 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 167.64 161.29 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 167.64 161.29 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "f3575d83-88f7-4815-9f0a-bf887989edab") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "#PWR011") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VDD") + (at -41.91 68.58 270) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "55b5ec2b-b325-445b-a3ef-1a97a32a7268") + (property "Reference" "#PWR030" + (at -45.72 68.58 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "VDD" + (at -36.83 68.5799 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at -41.91 68.58 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at -41.91 68.58 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"VDD\"" + (at -41.91 68.58 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "a82d2f5a-413f-4bd7-b452-8e3e9b7a713e") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "#PWR030") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 19.05 17.78 270) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "57ef54d0-cbd0-407c-baf0-e89366db4793") + (property "Reference" "#PWR0121" + (at 15.24 17.78 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 17.78 13.97 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 19.05 17.78 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 19.05 17.78 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 19.05 17.78 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "949e9fad-378d-47be-a2e5-39adb8f509e7") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "#PWR0121") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 35.56 107.95 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "58061070-8023-40d6-948a-5a8c7030868a") + (property "Reference" "#PWR02" + (at 35.56 114.3 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 35.56 113.03 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 35.56 107.95 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 35.56 107.95 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 35.56 107.95 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "877ac7e9-6106-44ae-9458-c417d4c64eec") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "#PWR02") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VDD") + (at 198.12 83.82 270) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "5a68d6b3-c39f-4b28-a30a-faa46bf0585a") + (property "Reference" "#PWR026" + (at 194.31 83.82 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "VDD" + (at 201.93 83.8199 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 198.12 83.82 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 198.12 83.82 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"VDD\"" + (at 198.12 83.82 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "60fc49d2-76cf-4a71-9f6a-7576253bb0f1") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "#PWR026") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C_Small") + (at 85.09 99.06 270) + (mirror x) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "5aefc555-6c2c-4654-94ff-aa9b66b70d97") + (property "Reference" "C4" + (at 85.0836 105.41 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100n" + (at 85.0836 102.87 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0402_1005Metric" + (at 85.09 99.06 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 85.09 99.06 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor, small symbol" + (at 85.09 99.06 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "2" + (uuid "c9575961-d99c-4456-9710-f1c974c60140") + ) + (pin "1" + (uuid "ac3ef599-f43b-4d2d-bebd-d6bb50d3fafb") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "C4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "commeownder:WEO012864AE_24P") + (at -67.31 87.63 0) + (mirror x) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "5f48f8d4-d0eb-4887-a555-4bf17543d4c1") + (property "Reference" "J2" + (at -67.31 91.44 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "WEO012864AE_24P" + (at -67.31 88.9 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Connector_FFC-FPC:Molex_503480-2400_1x24-1MP_P0.50mm_Horizontal" + (at -67.31 87.63 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "https://www.winstar.com.tw/products/oled-module/graphic-oled-display/weo012864a.html" + (at -67.31 87.63 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Winstar WEO012864AE COG OLED display" + (at -67.31 87.63 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "8e350952-a724-40fb-86a9-6619002851c2") + ) + (pin "2" + (uuid "6d0faa67-3a78-4b78-85ec-127d77799fcf") + ) + (pin "3" + (uuid "2d38164e-d28e-46b1-90f9-3424a168cb12") + ) + (pin "4" + (uuid "ba94b09c-a236-4796-bec8-1a6d6e1fbc72") + ) + (pin "5" + (uuid "c740dffc-9c8b-4df0-871a-87ea47820a58") + ) + (pin "6" + (uuid "ad21a07b-510a-4e0a-9de5-218e6610f10b") + ) + (pin "7" + (uuid "bffd5a3b-f51f-4d5e-adc2-ebd2f7c5c5df") + ) + (pin "8" + (uuid "0afbb874-4912-4e6f-bbc2-5589a9d53105") + ) + (pin "9" + (uuid "0409c0c8-fb83-4c0c-89db-c506b4280218") + ) + (pin "10" + (uuid "a657edb2-5561-4c1e-8803-23207f88bcb2") + ) + (pin "11" + (uuid "5ace9f3c-6050-4af8-808a-1a184c105ac0") + ) + (pin "12" + (uuid "942e556f-9de3-4d25-874e-ddacd5debcf7") + ) + (pin "13" + (uuid "7f77e14e-a122-479a-b389-757ae9d29ce4") + ) + (pin "14" + (uuid "a4390c90-a54e-4803-b7ba-ae05ea302114") + ) + (pin "15" + (uuid "d23d6159-06d3-4c7f-b53c-c11cb61cccf4") + ) + (pin "16" + (uuid "85cb2cbe-e497-4249-ac7a-1455a4153e2a") + ) + (pin "17" + (uuid "516d678f-ea8e-4c07-b74c-cc7ef9c6aade") + ) + (pin "18" + (uuid "22368c71-c7a1-4710-8c7e-07d80b351fd6") + ) + (pin "19" + (uuid "e50ee033-5a81-4f1b-886d-bc2a3481e3f1") + ) + (pin "20" + (uuid "f199fb6f-aca1-43bb-b83b-f877336b014f") + ) + (pin "21" + (uuid "5581b31e-dbf7-456b-8a87-fa73c87aa32b") + ) + (pin "22" + (uuid "1f6daa7c-4c5c-468a-bd9c-5f274cfe077c") + ) + (pin "23" + (uuid "da68515d-1540-474e-bae5-4b1835ccd79b") + ) + (pin "24" + (uuid "a76a18f4-d934-4687-8749-31690b10627f") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "J2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at -45.72 60.96 180) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "61c1c79e-0ef4-46f7-9f01-4b0770547e2e") + (property "Reference" "#PWR042" + (at -45.72 54.61 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at -45.72 55.88 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at -45.72 60.96 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at -45.72 60.96 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at -45.72 60.96 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "88a4559a-3298-4f7a-a0f9-97b5a2aa1dd0") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "#PWR042") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Transistor_FET:AO3401A") + (at 167.64 144.78 90) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "64123e0d-ad14-4b84-8e89-cd1d8a7aff3e") + (property "Reference" "Q1" + (at 167.64 135.89 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "AO3401A" + (at 167.64 138.43 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" + (at 169.545 139.7 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + ) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3401A.pdf" + (at 171.45 139.7 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Description" "-4.0A Id, -30V Vds, P-Channel MOSFET, SOT-23" + (at 167.64 144.78 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "3" + (uuid "05bef9ba-0e11-44ac-9bd3-02752d1221f3") + ) + (pin "2" + (uuid "665e6d2f-b09e-4662-bed7-8d404afa7c97") + ) + (pin "1" + (uuid "a5a99efc-39ab-4326-9bef-f96e00f39861") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "Q1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Interface_USB:CH340C") + (at 80.01 81.28 0) + (mirror x) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "6be44430-12b1-4460-99ab-67b9cad6315d") + (property "Reference" "U6" + (at 82.1533 66.04 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "CH340C" + (at 82.1533 63.5 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_SO:SOIC-16_3.9x9.9mm_P1.27mm" + (at 61.468 111.506 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Datasheet" "https://datasheet.lcsc.com/szlcsc/Jiangsu-Qin-Heng-CH340C_C84681.pdf" + (at 73.406 114.554 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "USB serial converter, crystal-less, UART, SOIC-16" + (at 78.486 117.348 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "ae012f66-5771-4de5-9d73-9f2586ebeb81") + ) + (pin "2" + (uuid "de2d7d84-4e8f-4dae-82f9-85f910c19de6") + ) + (pin "3" + (uuid "62095523-63f0-4efe-841a-f8f21d110025") + ) + (pin "4" + (uuid "89b1a529-d27e-4566-9e9e-ded46c1aa96a") + ) + (pin "5" + (uuid "8ae4f871-4feb-4647-a5e7-951e5703aa33") + ) + (pin "6" + (uuid "574c0366-1a8c-42cc-b933-8e311e78b214") + ) + (pin "7" + (uuid "0a548380-f8f8-44a1-91bb-bc116df2827b") + ) + (pin "8" + (uuid "2ff4c0f6-f8e5-4f4e-9265-76d96ed45e0b") + ) + (pin "9" + (uuid "ad824480-5a00-4655-a870-e2378ad8620a") + ) + (pin "10" + (uuid "29ea02cb-0a4d-4132-866b-a06e7ed354bd") + ) + (pin "11" + (uuid "46b3f734-beba-4b97-b936-46edb31d050a") + ) + (pin "12" + (uuid "9a97706a-b6e0-49a1-9c99-1ce0590de356") + ) + (pin "13" + (uuid "2accd737-dacb-4178-a13a-71729855e236") + ) + (pin "14" + (uuid "5598079b-7ffe-478c-800c-56be85942048") + ) + (pin "15" + (uuid "b6ca9e7b-253f-43e8-adf8-5a8f07f8bd86") + ) + (pin "16" + (uuid "74961d22-7ec2-4430-aec2-1f87b634f5d3") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "U6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C_Small") + (at 129.54 149.86 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "6e9689e7-8c58-49ed-866e-ebfe4b43a857") + (property "Reference" "C1" + (at 132.08 148.5962 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "0.1uF" + (at 132.08 151.1362 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0402_1005Metric" + (at 129.54 149.86 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 129.54 149.86 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor, small symbol" + (at 129.54 149.86 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "ea4e3115-0639-4164-841c-80c8e2ec0fd4") + ) + (pin "2" + (uuid "82f1c138-af5d-45df-82e3-8901c0cb1d7f") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "C1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 104.14 173.99 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "78751781-388e-4877-999d-2f17663dd090") + (property "Reference" "#PWR05" + (at 104.14 180.34 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 104.14 179.07 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 104.14 173.99 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 104.14 173.99 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 104.14 173.99 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "f10bae3d-b569-4326-9736-23f17e7b0277") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "#PWR05") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C_Small") + (at -48.26 128.27 180) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "7dc7e569-432d-422c-85b7-e69c3b862a44") + (property "Reference" "C6" + (at -44.45 126.9935 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "C_Small" + (at -44.45 129.5335 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at -48.26 128.27 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at -48.26 128.27 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor, small symbol" + (at -48.26 128.27 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "555b4948-78e5-4cee-8b97-726c18d6ab8d") + ) + (pin "2" + (uuid "d71fb4e3-3007-4b74-8283-f5f86dff1cd5") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "C6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C_Small") + (at 95.25 73.66 90) + (mirror x) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "7dcfc8c0-dd93-46f6-b731-5e768daa50b3") + (property "Reference" "C5" + (at 95.2563 80.01 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100n" + (at 95.2563 77.47 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0402_1005Metric" + (at 95.25 73.66 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 95.25 73.66 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor, small symbol" + (at 95.25 73.66 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "7c0d149d-5164-4a2d-a047-7111a9501439") + ) + (pin "2" + (uuid "33c1e384-484c-4c35-a448-e6eb5bb60880") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "C5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at -57.15 83.82 90) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "7f280c0a-55e6-4698-b17a-ce513621ccb1") + (property "Reference" "#PWR031" + (at -50.8 83.82 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at -52.07 83.8199 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at -57.15 83.82 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at -57.15 83.82 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at -57.15 83.82 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "52b7f2d3-19fa-4af8-ac30-32c16cf6354e") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "#PWR031") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C_Small") + (at 95.25 71.12 90) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "7ff4b756-02e8-4b96-8c3a-53f2cdb2fec9") + (property "Reference" "C3" + (at 95.2563 64.77 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100n" + (at 95.2563 67.31 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0402_1005Metric" + (at 95.25 71.12 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 95.25 71.12 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor, small symbol" + (at 95.25 71.12 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "125adc3d-8d4f-44ff-b8e6-c4f7a1e6a548") + ) + (pin "2" + (uuid "981622ee-fe9a-48c9-9599-04e8b2655ba1") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "C3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:D_Schottky_Small") + (at 172.72 149.86 270) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "824bfe19-9257-4565-ba89-07ce85759e40") + (property "Reference" "D2" + (at 175.26 148.3359 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "D_Schottky_Small" + (at 175.26 150.8759 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Diode_SMD:D_SOD-123" + (at 172.72 149.86 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 172.72 149.86 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Schottky diode, small symbol" + (at 172.72 149.86 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "b4656974-f413-42df-a68a-936cf7077fa6") + ) + (pin "2" + (uuid "3e5964ef-663c-44a8-8ad3-317ba6c4fcbf") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "D2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VDD") + (at 167.64 73.66 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "866747f8-71ac-4cc7-a9dc-50a0029a0b8e") + (property "Reference" "#PWR027" + (at 167.64 77.47 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "VDD" + (at 167.64 68.58 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 167.64 73.66 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 167.64 73.66 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"VDD\"" + (at 167.64 73.66 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "6d4a8168-527d-44c9-b9e8-d5092b66d4fc") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "#PWR027") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:TestPoint") + (at 228.6 29.21 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "89762f19-35fa-4d10-9b7b-3d66e295ed9c") + (property "Reference" "TP2" + (at 231.14 24.6379 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "TestPoint" + (at 231.14 27.1779 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "TestPoint:TestPoint_Pad_D1.5mm" + (at 233.68 29.21 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 233.68 29.21 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "test point" + (at 228.6 29.21 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "e526cb80-e9c8-498c-a83e-3fa1687a71fe") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "TP2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_Small") + (at 59.69 76.2 90) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "8a81f225-7602-49a4-b943-59e62939e217") + (property "Reference" "R11" + (at 59.69 81.28 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (property "Value" "5.1k" + (at 59.69 78.74 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" + (at 59.69 76.2 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 59.69 76.2 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor, small symbol" + (at 59.69 76.2 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "6cf71dba-8f11-41bb-94d6-45a25a41e1be") + ) + (pin "2" + (uuid "da25f5bf-7341-4193-8b8c-849b62b7aed3") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "R11") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at -48.26 130.81 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "8cf22ae4-f79f-4c19-8076-4ae5ce99da20") + (property "Reference" "#PWR040" + (at -48.26 137.16 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at -48.26 135.89 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at -48.26 130.81 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at -48.26 130.81 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at -48.26 130.81 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "05aef2a6-8a6e-42aa-b9ed-a935663775ee") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "#PWR040") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:Battery_Cell") + (at 143.51 151.13 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "916bef7c-2c86-449d-8112-7404f33c0404") + (property "Reference" "BT1" + (at 147.32 148.0184 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Battery_Cell" + (at 147.32 150.5584 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Connector_JST:JST_PH_S2B-PH-K_1x02_P2.00mm_Horizontal" + (at 143.51 149.606 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 143.51 149.606 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Single-cell battery" + (at 143.51 151.13 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "V" + (at 143.51 151.13 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Type" "DC" + (at 143.51 151.13 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Pins" "1=+ 2=-" + (at 143.51 151.13 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "2" + (uuid "38f3e6bc-85d1-4206-9f41-d650ea03e9f1") + ) + (pin "1" + (uuid "394ba1ef-99b3-4fe1-b22d-33a7975edd82") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "BT1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_Small") + (at 91.44 153.67 0) + (mirror y) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "91b35820-60fb-4d73-be0b-881939f0b28c") + (property "Reference" "R6" + (at 93.98 152.3999 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.016 1.016) + ) + (justify right) + ) + ) + (property "Value" "2k" + (at 93.98 154.9399 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" + (at 91.44 153.67 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 91.44 153.67 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor, small symbol" + (at 91.44 153.67 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "5803a7d6-7574-4936-9bf6-4ddba0a7eed4") + ) + (pin "2" + (uuid "b2568ca3-d55a-4022-bade-a36ab623b79d") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "R6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_Small") + (at 185.42 83.82 270) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "9372295a-860e-4ed7-8f5e-2084325266dc") + (property "Reference" "R3" + (at 185.42 78.74 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (property "Value" "100" + (at 185.42 81.28 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" + (at 185.42 83.82 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 185.42 83.82 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor, small symbol" + (at 185.42 83.82 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "64ecd873-3237-4379-9514-efbfa3df42e0") + ) + (pin "2" + (uuid "603a15cb-e924-4895-8c8e-53176fe89e7c") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "R3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:PWR_FLAG") + (at -53.34 124.46 90) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "93fbc596-d5e3-44d1-8253-db0552241c1a") + (property "Reference" "#FLG07" + (at -55.245 124.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "PWR_FLAG" + (at -55.88 124.4599 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at -53.34 124.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at -53.34 124.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at -53.34 124.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "24b5d81e-919a-40a6-b2a1-a3d43e55963b") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "#FLG07") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at -57.15 93.98 90) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "958aa320-f281-4d5c-88b4-0f21b4f45a25") + (property "Reference" "#PWR033" + (at -50.8 93.98 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at -52.07 93.9799 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at -57.15 93.98 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at -57.15 93.98 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at -57.15 93.98 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "ae29a1f8-b0f8-4775-84bb-effc0434b013") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "#PWR033") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 180.34 49.53 90) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "9c8595bd-0e06-40e7-9b20-65c937b50a82") + (property "Reference" "#PWR01" + (at 186.69 49.53 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 184.15 49.5299 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 180.34 49.53 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 180.34 49.53 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 180.34 49.53 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "3c8ef71d-beae-4899-bf85-d861fe1a9f83") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "#PWR01") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:PWR_FLAG") + (at 139.7 153.67 180) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "9dc5a694-53aa-4ed2-9c3b-854e4b0c2cc4") + (property "Reference" "#FLG05" + (at 139.7 155.575 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "PWR_FLAG" + (at 139.7 158.75 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 139.7 153.67 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 139.7 153.67 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 139.7 153.67 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "3ae0eeb9-0598-41ac-8390-fda19a4f940c") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "#FLG05") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Jumper:SolderJumper_3_Bridged12") + (at 24.13 17.78 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "a092d677-abeb-49be-9e5f-4dc078f872eb") + (property "Reference" "SJ1" + (at 24.13 13.97 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "SolderJumper_3_Bridged12" + (at 9.398 20.32 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Jumper:SolderJumper-3_P1.3mm_Open_RoundedPad1.0x1.5mm" + (at 24.13 17.78 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 24.13 17.78 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "IM1: SPI=GND(default), I2C=VDD" + (at 24.13 17.78 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "64cf51e5-e95c-4a4a-a8d2-32c3599ef62b") + ) + (pin "2" + (uuid "99e213f5-f522-45eb-994c-c884586fea04") + ) + (pin "3" + (uuid "25e10027-04aa-4008-a129-4a664c56d07a") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "SJ1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Switch:SW_Push") + (at 175.26 64.77 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "a1b2c3d4-5e6f-7890-abcd-ef1234567891") + (property "Reference" "SW4" + (at 175.26 57.15 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Back" + (at 175.26 59.69 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "commeownder:SW_Cherry_MX_EdgeMount" + (at 175.26 59.69 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 175.26 59.69 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Push button switch, generic, two pins" + (at 175.26 64.77 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "b2c3d4e5-6f78-9012-bcde-f12345678902") + ) + (pin "2" + (uuid "c3d4e5f6-7890-1234-cdef-012345678903") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "SW4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at -57.15 73.66 90) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "a3e21e11-aec5-4f2d-8a29-04d31fbea72b") + (property "Reference" "#PWR043" + (at -50.8 73.66 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at -52.07 73.6599 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at -57.15 73.66 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at -57.15 73.66 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at -57.15 73.66 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "3800bc9b-95d0-4594-9f2b-d88dd60dd7d4") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "#PWR043") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at -57.15 63.5 90) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "a407a116-e50c-402b-a346-390ebd46d04b") + (property "Reference" "#PWR015" + (at -50.8 63.5 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at -52.07 63.4999 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at -57.15 63.5 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at -57.15 63.5 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at -57.15 63.5 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "ba5cb448-a246-482b-8cd1-e06b33de6245") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "#PWR015") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VBUS") + (at 200.66 29.21 180) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "a5ba30ec-c910-4945-a764-a6d061910f8a") + (property "Reference" "#PWR019" + (at 200.66 25.4 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "VBUS" + (at 200.66 34.29 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 200.66 29.21 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 200.66 29.21 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"VBUS\"" + (at 200.66 29.21 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "f91ce7d5-b3ff-49ec-9efb-9e9405a2d4e4") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "#PWR019") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:TestPoint") + (at 214.63 29.21 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "a74384d5-e229-401a-b026-ce2d86bdf16d") + (property "Reference" "TP3" + (at 217.17 24.6379 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "TestPoint" + (at 217.17 27.1779 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "TestPoint:TestPoint_Pad_D1.5mm" + (at 219.71 29.21 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 219.71 29.21 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "test point" + (at 214.63 29.21 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "51335cae-1321-480c-af47-fff31c00afe5") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "TP3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector_Generic:Conn_01x04") + (at 62.23 46.99 180) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "aa28b0e7-fc52-4d88-834e-7b37750ed8cc") + (property "Reference" "J1" + (at 57.658 42.926 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Conn_01x04" + (at 55.626 46.482 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Vertical" + (at 62.23 46.99 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 62.23 46.99 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "I2C breakout/debug header" + (at 62.23 46.99 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "102c1b2c-4cb0-467f-b1cf-14ca92494c84") + ) + (pin "2" + (uuid "6acf3e45-4f0e-49fd-8fa5-1235083ac8cf") + ) + (pin "3" + (uuid "9c537788-c7a9-4910-8dc0-2e147d7e8726") + ) + (pin "4" + (uuid "e2c58860-1808-4306-bf75-48dc7462a92b") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "J1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:PWR_FLAG") + (at -48.26 124.46 270) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "acf3327d-94f8-4203-a4a9-03712a5d23fe") + (property "Reference" "#FLG06" + (at -46.355 124.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "PWR_FLAG" + (at -43.18 124.4599 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at -48.26 124.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at -48.26 124.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at -48.26 124.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "626ae8bd-52b0-4631-879f-492d82e2e997") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "#FLG06") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VBUS") + (at 77.47 96.52 180) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "ae31c6e4-cf6b-4e36-8e9e-f6b757db0e90") + (property "Reference" "#PWR023" + (at 77.47 92.71 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "VBUS" + (at 77.47 101.6 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 77.47 96.52 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 77.47 96.52 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"VBUS\"" + (at 77.47 96.52 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "bfae192a-61c6-4547-99f9-25e44600a46a") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "#PWR023") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_Small") + (at 167.64 158.75 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "af6edb6d-3caf-4aff-b804-b888be1966ee") + (property "Reference" "R8" + (at 170.18 157.4799 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.016 1.016) + ) + (justify left) + ) + ) + (property "Value" "100k" + (at 170.18 160.0199 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" + (at 167.64 158.75 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 167.64 158.75 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor, small symbol" + (at 167.64 158.75 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "f15c0236-841d-4e21-bf62-568e34fea7d4") + ) + (pin "2" + (uuid "7fc04752-5d50-4ebe-bfad-f5d9ca6662ee") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "R8") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+BATT") + (at 147.32 135.89 270) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "b0a14def-bcab-42ec-a17f-1a1da52c2fda") + (property "Reference" "#PWR08" + (at 143.51 135.89 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "+BATT" + (at 151.13 135.8899 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 147.32 135.89 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 147.32 135.89 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+BATT\"" + (at 147.32 135.89 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "9743f12b-3976-4082-9ec6-2609fbd899fb") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "#PWR08") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:TestPoint") + (at 200.66 29.21 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "b18ae48b-8c7e-402d-bcdf-0c57fea4d40b") + (property "Reference" "TP4" + (at 203.2 24.6379 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "TestPoint" + (at 203.2 27.1779 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "TestPoint:TestPoint_Pad_D1.5mm" + (at 205.74 29.21 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 205.74 29.21 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "test point" + (at 200.66 29.21 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "ff9ab379-27a7-4c9a-8630-0970db8186e7") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "TP4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "commeownder:FS8205A") + (at 119.38 167.64 270) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "b1c2d3e4-f5a6-7890-bcde-f01234567892") + (property "Reference" "Q2" + (at 124.46 171.45 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "FS8205A" + (at 124.714 173.99 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23-6" + (at 119.38 167.64 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + ) + ) + (property "Datasheet" "https://datasheet.lcsc.com/lcsc/1811161510_Fortune-Semiconductor-FS8205A_C32254.pdf" + (at 119.38 167.64 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Description" "5.5A Id, 8.5V Vds, Common-Source Dual N-Channel MOSFET, Li-ion battery protection switch, SOT-23-6" + (at 119.38 167.64 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "c2d3e4f5-a6b7-8901-cdef-012345678903") + ) + (pin "2" + (uuid "d3e4f5a6-b7c8-9012-def0-123456789014") + ) + (pin "3" + (uuid "e4f5a6b7-c8d9-0123-ef01-234567890125") + ) + (pin "4" + (uuid "f5a6b7c8-d9e0-1234-f012-345678901236") + ) + (pin "5" + (uuid "a6b7c8d9-e0f1-2345-0123-456789012347") + ) + (pin "6" + (uuid "b7c8d9e0-f1a2-3456-1234-567890123458") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "Q2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at -40.64 109.22 90) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "b2d808fc-e7a9-4a40-9311-14983f76bded") + (property "Reference" "#PWR039" + (at -34.29 109.22 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at -35.56 109.2199 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at -40.64 109.22 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at -40.64 109.22 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at -40.64 109.22 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "61f4537d-a9c5-409f-a77e-c075b319c0bf") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "#PWR039") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at -53.34 130.81 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "be686669-7f45-4ce6-82a7-ca4b2169f571") + (property "Reference" "#PWR041" + (at -53.34 137.16 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at -53.34 135.89 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at -53.34 130.81 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at -53.34 130.81 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at -53.34 130.81 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "d556e8c8-8890-4d9c-89d3-64b96dd3d01f") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "#PWR041") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 167.64 104.14 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "c540e6b6-bb1b-46ee-a1d9-9015276da5e6") + (property "Reference" "#PWR025" + (at 167.64 110.49 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 167.64 109.22 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 167.64 104.14 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 167.64 104.14 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 167.64 104.14 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "14fe90b3-e984-41e7-92f8-f16ddfd8dce6") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "#PWR025") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Regulator_Linear:MCP1700x-330xxTT") + (at 125.73 39.37 270) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "c7e547a2-0161-46f1-ab96-ae14a57e2670") + (property "Reference" "U5" + (at 129.54 38.0999 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "MCP1700x-330xxTT" + (at 129.54 40.6399 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" + (at 131.445 39.37 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "http://ww1.microchip.com/downloads/en/DeviceDoc/20001826D.pdf" + (at 125.73 39.37 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "250mA Low Quiscent Current LDO, 3.3V output, SOT-23" + (at 125.73 39.37 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "6e54a008-6c5e-4051-b7be-7137834648f0") + ) + (pin "2" + (uuid "31ecbfd5-36ed-45ff-9371-9482421929ef") + ) + (pin "3" + (uuid "cd858170-4530-49f7-9cdf-c57543f27df2") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "U5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_Small") + (at 185.42 88.9 270) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "c8f4c8c1-0d08-4358-bb72-018c28f4a439") + (property "Reference" "R10" + (at 185.42 83.82 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (property "Value" "100" + (at 185.42 86.36 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" + (at 185.42 88.9 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 185.42 88.9 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor, small symbol" + (at 185.42 88.9 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "e202579e-fb3b-479a-8a4c-a80977a2c49d") + ) + (pin "2" + (uuid "492405f3-d466-4484-ba8c-e020523c86fc") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "R10") + (unit 1) + ) + ) ) ) (symbol - (lib_id "Switch:SW_Push") - (at 87.63 38.1 0) + (lib_id "power:GND") + (at -57.15 60.96 90) (unit 1) (body_style 1) (exclude_from_sim no) @@ -4342,9 +15909,10 @@ (in_pos_files yes) (dnp no) (fields_autoplaced yes) - (uuid "0a226299-1c4e-4385-8d3a-ed67f1b3da9e") - (property "Reference" "SW1" - (at 87.63 30.48 0) + (uuid "ca6a0692-d318-4702-977c-281bf4d8e971") + (property "Reference" "#PWR09" + (at -50.8 60.96 0) + (hide yes) (show_name no) (do_not_autoplace no) (effects @@ -4353,18 +15921,19 @@ ) ) ) - (property "Value" "SW_Push" - (at 87.63 33.02 0) + (property "Value" "GND" + (at -52.07 60.9599 90) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) + (justify right) ) ) (property "Footprint" "" - (at 87.63 33.02 0) + (at -57.15 60.96 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4375,7 +15944,7 @@ ) ) (property "Datasheet" "" - (at 87.63 33.02 0) + (at -57.15 60.96 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4385,8 +15954,8 @@ ) ) ) - (property "Description" "Push button switch, generic, two pins" - (at 87.63 38.1 0) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at -57.15 60.96 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4397,23 +15966,21 @@ ) ) (pin "1" - (uuid "a35f1402-9132-4e9c-9544-c92803a72488") - ) - (pin "2" - (uuid "cd0c3281-8833-4e82-a959-f6539e9f6b89") + (uuid "4cca51cc-2b4e-4fdd-bb5c-822b844be635") ) (instances (project "commeownder" (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" - (reference "SW1") + (reference "#PWR09") (unit 1) ) ) ) ) (symbol - (lib_id "Regulator_Linear:AMS1117-3.3") - (at 57.15 121.92 0) + (lib_id "Device:LED_GARB") + (at 193.04 83.82 0) + (mirror x) (unit 1) (body_style 1) (exclude_from_sim no) @@ -4421,10 +15988,9 @@ (on_board yes) (in_pos_files yes) (dnp no) - (fields_autoplaced yes) - (uuid "119cc83d-0052-4cc7-9f2e-76b4e1c56649") - (property "Reference" "U5" - (at 57.15 115.57 0) + (uuid "cc01447b-dfde-4c79-8c4b-59b2d6165967") + (property "Reference" "D1" + (at 193.04 71.12 0) (show_name no) (do_not_autoplace no) (effects @@ -4433,8 +15999,8 @@ ) ) ) - (property "Value" "AMS1117-3.3" - (at 57.15 118.11 0) + (property "Value" "LED_GARB" + (at 193.04 73.66 0) (show_name no) (do_not_autoplace no) (effects @@ -4443,8 +16009,8 @@ ) ) ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-223-3_TabPin2" - (at 57.15 116.84 0) + (property "Footprint" "Connector_JST:JST_PH_B4B-PH-K_1x04_P2.00mm_Vertical" + (at 193.04 82.55 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4454,8 +16020,8 @@ ) ) ) - (property "Datasheet" "http://www.advanced-monolithic.com/pdf/ds1117.pdf" - (at 59.69 128.27 0) + (property "Datasheet" "" + (at 193.04 82.55 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4465,8 +16031,8 @@ ) ) ) - (property "Description" "1A Low Dropout regulator, positive, 3.3V fixed output, SOT-223" - (at 57.15 121.92 0) + (property "Description" "RGB LED, green/anode/red/blue" + (at 193.04 83.82 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4476,27 +16042,30 @@ ) ) ) - (pin "3" - (uuid "84500b34-599a-4ea5-af30-704379f21fab") - ) (pin "1" - (uuid "7709da11-0fd1-4be3-96c2-c61b2d88702d") + (uuid "2fc1495d-8cc2-4c2d-8170-b2c1c73b0424") ) (pin "2" - (uuid "795ca23b-f08f-4c37-b50d-0102009c3088") + (uuid "7c56b957-d989-40fc-9df7-2f6591524c3c") + ) + (pin "3" + (uuid "009e4b46-ef93-40eb-b7c3-4699f9b3112e") + ) + (pin "4" + (uuid "3705fd87-6d2a-4bc6-8c2f-dff9e61a1cc2") ) (instances (project "commeownder" (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" - (reference "U5") + (reference "D1") (unit 1) ) ) ) ) (symbol - (lib_id "Transistor_Array:TPL7407LAD") - (at 158.75 118.11 0) + (lib_id "power:VDD") + (at 125.73 27.94 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -4505,31 +16074,30 @@ (in_pos_files yes) (dnp no) (fields_autoplaced yes) - (uuid "126e7f60-8783-46f4-a86e-46f8faf1c7f3") - (property "Reference" "U3" - (at 160.8933 100.33 0) + (uuid "ce5094d0-9579-4d61-bd31-db6eb02f960f") + (property "Reference" "#PWR04" + (at 125.73 31.75 0) + (hide yes) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (justify left) ) ) - (property "Value" "TPL7407LAD" - (at 160.8933 102.87 0) + (property "Value" "VDD" + (at 125.73 22.86 0) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (justify left) ) ) - (property "Footprint" "Package_SO:SOIC-16_3.9x9.9mm_P1.27mm" - (at 158.75 145.796 0) + (property "Footprint" "" + (at 125.73 27.94 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4539,8 +16107,8 @@ ) ) ) - (property "Datasheet" "https://www.ti.com/lit/gpn/tpl7407la" - (at 158.75 143.764 0) + (property "Datasheet" "" + (at 125.73 27.94 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4550,8 +16118,8 @@ ) ) ) - (property "Description" "7-Channel Low Side Driver, CMOS Improvement of Darlington Array, 30V, SOIC-16" - (at 159.004 147.828 0) + (property "Description" "Power symbol creates a global label with name \"VDD\"" + (at 125.73 27.94 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4561,66 +16129,100 @@ ) ) ) - (pin "12" - (uuid "9eb00148-65c2-4cd5-9d5a-9ddc5b4bfe6f") - ) - (pin "13" - (uuid "df32d10b-1a85-4f5d-b9c4-9fe1408ad5d9") - ) - (pin "10" - (uuid "1d587a10-9de7-402f-9e3b-d38898fed940") - ) - (pin "3" - (uuid "415803b7-df52-4745-9fa2-84ece99ed0f8") - ) - (pin "4" - (uuid "ce6be858-ef78-4fab-8def-5a30bb58a821") - ) - (pin "2" - (uuid "5b1d3ba3-cf43-4171-9029-d28ba16e75f8") - ) (pin "1" - (uuid "c31b4334-a762-4b75-85ee-9c1b36a052b4") - ) - (pin "8" - (uuid "5b059bb4-671b-49d7-b30b-281daab39f24") + (uuid "ce9035c9-41b4-4548-a446-6546a530d73d") ) - (pin "5" - (uuid "0504eb9b-bd84-4f5d-880f-e198ff4ba4ab") - ) - (pin "16" - (uuid "ae1f2529-5b6e-41e4-8f45-977f07e4f21e") + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "#PWR04") + (unit 1) + ) + ) ) - (pin "15" - (uuid "52b019be-d9f7-41fa-859f-25c11a805f92") + ) + (symbol + (lib_id "power:GND") + (at 67.31 41.91 90) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "d108401d-850b-49f7-bd43-476e75e3063d") + (property "Reference" "#PWR0102" + (at 71.12 41.91 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) ) - (pin "9" - (uuid "fba6d24c-9270-49f4-88d1-4c81c65a2f67") + (property "Value" "GND" + (at 71.12 41.9099 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) ) - (pin "7" - (uuid "ef838fbd-f833-4428-bbac-ec25289f0b82") + (property "Footprint" "" + (at 67.31 41.91 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) ) - (pin "14" - (uuid "445e6bae-ad4c-4f86-a94a-9c1f82dd6aeb") + (property "Datasheet" "" + (at 67.31 41.91 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) ) - (pin "11" - (uuid "7d2d41c3-784f-4350-826e-b8d8889fc6a5") + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 67.31 41.91 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) ) - (pin "6" - (uuid "e1d59d56-cb80-4059-9c61-9fc7360b2f0a") + (pin "1" + (uuid "40a15f81-f9d4-40af-85a3-fc687598400b") ) (instances (project "commeownder" (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" - (reference "U3") + (reference "#PWR0102") (unit 1) ) ) ) ) (symbol - (lib_id "Interface_USB:MCP2200-I-SS") - (at 231.14 49.53 0) + (lib_id "power:GND") + (at -57.15 99.06 90) (unit 1) (body_style 1) (exclude_from_sim no) @@ -4629,31 +16231,31 @@ (in_pos_files yes) (dnp no) (fields_autoplaced yes) - (uuid "1c33f246-5829-4d1c-b6ba-09d58f31964f") - (property "Reference" "U6" - (at 233.2833 69.85 0) + (uuid "d1341341-a83c-4099-8a1e-8cae2006b0a9") + (property "Reference" "#PWR035" + (at -50.8 99.06 0) + (hide yes) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (justify left) ) ) - (property "Value" "MCP2200-I-SS" - (at 233.2833 72.39 0) + (property "Value" "GND" + (at -52.07 99.0599 90) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (justify left) + (justify right) ) ) - (property "Footprint" "Package_SO:SSOP-20_5.3x7.2mm_P0.65mm" - (at 231.14 78.74 0) + (property "Footprint" "" + (at -57.15 99.06 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4663,8 +16265,8 @@ ) ) ) - (property "Datasheet" "http://ww1.microchip.com/downloads/en/DeviceDoc/200022228D.pdf" - (at 231.14 74.93 0) + (property "Datasheet" "" + (at -57.15 99.06 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4674,8 +16276,8 @@ ) ) ) - (property "Description" "USB 2.0 to UART Protocol Converter with GPIO, SSOP-20" - (at 231.14 49.53 0) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at -57.15 99.06 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4685,78 +16287,181 @@ ) ) ) - (pin "6" - (uuid "c0650514-6a59-41c6-8a94-6da25e66fa1e") - ) - (pin "5" - (uuid "5f97df92-3914-4016-96ad-baaecb42cb43") - ) - (pin "20" - (uuid "170e1015-b214-4241-ae6e-b0b9f922fce8") - ) - (pin "3" - (uuid "544ebc70-a955-4be2-bc86-41dd590f90ed") - ) - (pin "12" - (uuid "6e4c436c-447c-45a0-879f-475a869a7610") + (pin "1" + (uuid "8d54fa59-cc5c-4a5d-bc30-6051fa298803") ) - (pin "2" - (uuid "22e522b2-5cdb-4bec-ae61-8e2379012a08") + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "#PWR035") + (unit 1) + ) + ) ) - (pin "13" - (uuid "17184b5e-6abe-4b3b-bc3f-7ea2806f75eb") + ) + (symbol + (lib_id "Device:R_Small") + (at 137.16 146.05 270) + (mirror x) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "d17c5a76-00e3-45d0-b69e-fb4df4f2b6b0") + (property "Reference" "R5" + (at 137.16 140.97 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.016 1.016) + ) + ) ) - (pin "14" - (uuid "f2720a8d-5735-4131-b0ff-3bad3cb4138f") + (property "Value" "100" + (at 137.16 143.51 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) ) - (pin "10" - (uuid "ffafa2b2-9d09-41bb-95ea-15a417d33d0f") + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" + (at 137.16 146.05 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) ) - (pin "8" - (uuid "f127fa0f-97ae-49ab-a659-13b83f923fc0") + (property "Datasheet" "" + (at 137.16 146.05 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) ) - (pin "7" - (uuid "d3cd3c2e-3feb-4f66-b0ed-c4163fe7eb92") + (property "Description" "Resistor, small symbol" + (at 137.16 146.05 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) ) - (pin "11" - (uuid "faaafd57-813b-4e3a-84ce-fd3a89d83cfc") + (pin "1" + (uuid "11b6b9a1-383c-4645-b81d-78a4383408b3") ) - (pin "9" - (uuid "598e601c-06e7-4176-a447-1f20e0a23a98") + (pin "2" + (uuid "8ce7cbd5-f47b-4330-8ced-d840324ee7b3") ) - (pin "15" - (uuid "e0b3fa37-0eaa-44e7-a7de-2672b20a7b4b") + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "R5") + (unit 1) + ) + ) ) - (pin "1" - (uuid "bbef12c1-9296-45e7-b733-3af9697a1ff6") + ) + (symbol + (lib_id "power:GND") + (at 69.85 88.9 270) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "d2dac222-c7b3-446b-a418-b56c9875ca52") + (property "Reference" "#PWR029" + (at 63.5 88.9 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) ) - (pin "19" - (uuid "f2ba608f-70a1-471c-8f60-c530023bb781") + (property "Value" "GND" + (at 66.04 88.8999 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) ) - (pin "18" - (uuid "ad8640a2-325a-42ae-9171-2bb4d5042d90") + (property "Footprint" "" + (at 69.85 88.9 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) ) - (pin "17" - (uuid "b14b306a-f871-4b57-a13a-ee9134152f66") + (property "Datasheet" "" + (at 69.85 88.9 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) ) - (pin "16" - (uuid "3fa13bbe-1a78-4176-a36e-6ef8fb75119f") + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 69.85 88.9 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) ) - (pin "4" - (uuid "23582e6b-ec13-469f-b18c-2ceb1476890d") + (pin "1" + (uuid "1f893b02-a730-4581-a162-a29a9a754a77") ) (instances (project "commeownder" (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" - (reference "U6") + (reference "#PWR029") (unit 1) ) ) ) ) (symbol - (lib_id "Switch:SW_Push") - (at 105.41 38.1 0) + (lib_id "power:VDD") + (at 181.61 142.24 270) (unit 1) (body_style 1) (exclude_from_sim no) @@ -4765,9 +16470,10 @@ (in_pos_files yes) (dnp no) (fields_autoplaced yes) - (uuid "33e5aab6-db86-41d6-b681-224f248d38c4") - (property "Reference" "SW2" - (at 105.41 30.48 0) + (uuid "d618416d-236c-44ec-8c72-f79779b44002") + (property "Reference" "#PWR012" + (at 177.8 142.24 0) + (hide yes) (show_name no) (do_not_autoplace no) (effects @@ -4776,18 +16482,19 @@ ) ) ) - (property "Value" "SW_Push" - (at 105.41 33.02 0) + (property "Value" "VDD" + (at 185.42 142.2399 90) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) + (justify left) ) ) (property "Footprint" "" - (at 105.41 33.02 0) + (at 181.61 142.24 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4798,7 +16505,7 @@ ) ) (property "Datasheet" "" - (at 105.41 33.02 0) + (at 181.61 142.24 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4808,8 +16515,8 @@ ) ) ) - (property "Description" "Push button switch, generic, two pins" - (at 105.41 38.1 0) + (property "Description" "Power symbol creates a global label with name \"VDD\"" + (at 181.61 142.24 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4820,23 +16527,20 @@ ) ) (pin "1" - (uuid "c37f36c4-0e8f-48b8-8215-ac934a9a853d") - ) - (pin "2" - (uuid "cd86b042-c40a-4ed7-b7bd-cb62a143c6b5") + (uuid "1ff2b31c-c5a2-4fa1-8836-2c7cd1e43150") ) (instances (project "commeownder" (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" - (reference "SW2") + (reference "#PWR012") (unit 1) ) ) ) ) (symbol - (lib_id "Connector:USB_C_Plug_USB2.0") - (at 44.45 43.18 0) + (lib_id "Battery_Management:TP4056-42-ESOP8") + (at 78.74 140.97 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -4845,29 +16549,31 @@ (in_pos_files yes) (dnp no) (fields_autoplaced yes) - (uuid "434f1abd-07a3-4767-8d1c-5e158a652c83") - (property "Reference" "P1" - (at 44.45 20.32 0) + (uuid "d80797ba-0c20-4b82-a65d-e94cd6f66f3d") + (property "Reference" "U4" + (at 80.8833 125.73 0) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) + (justify left) ) ) - (property "Value" "USB_C_Plug_USB2.0" - (at 44.45 22.86 0) + (property "Value" "TP4056-42-ESOP8" + (at 80.8833 128.27 0) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) + (justify left) ) ) - (property "Footprint" "" - (at 48.26 43.18 0) + (property "Footprint" "Package_SO:SOIC-8-1EP_3.9x4.9mm_P1.27mm_EP2.41x3.3mm_ThermalVias" + (at 79.248 163.83 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4877,8 +16583,8 @@ ) ) ) - (property "Datasheet" "https://www.usb.org/sites/default/files/documents/usb_type-c.zip" - (at 48.26 43.18 0) + (property "Datasheet" "https://www.lcsc.com/datasheet/lcsc_datasheet_2410121619_TOPPOWER-Nanjing-Extension-Microelectronics-TP4056-42-ESOP8_C16581.pdf" + (at 78.74 166.37 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4888,8 +16594,8 @@ ) ) ) - (property "Description" "USB 2.0-only Type-C Plug connector" - (at 44.45 43.18 0) + (property "Description" "1A Standalone Linear Li-ion/LiPo single-cell battery charger, 4.2V ±1% charge voltage, VCC = 4.0..8.0V, SOIC-8 (SOP-8)" + (at 79.248 161.29 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4899,57 +16605,45 @@ ) ) ) - (pin "B4" - (uuid "63b3fdca-b68b-43e4-9991-3d4ec96fe5a8") - ) - (pin "A7" - (uuid "06dc59cf-ef03-442a-868e-08dff024d90d") - ) - (pin "A12" - (uuid "c28a230d-9d24-4304-8cd1-13c5b6b1baf3") - ) - (pin "B9" - (uuid "a206939c-32cd-4463-bad2-83102b46a7d9") - ) - (pin "A6" - (uuid "333d3cf1-995a-45e9-8c11-cc3075277a80") + (pin "1" + (uuid "a65f5a3c-01da-470f-bec0-01fdc4fc96a7") ) - (pin "B1" - (uuid "345e51f9-0536-4fa6-b1c7-ce26aefc7c86") + (pin "7" + (uuid "fd8942a3-23da-40ce-9d23-d16e2573ca28") ) - (pin "A4" - (uuid "9995cbb3-fa69-449b-9794-daf9627f3a72") + (pin "2" + (uuid "eb41a963-459d-452d-b9f0-89b319de4ee6") ) - (pin "A5" - (uuid "fb7a8580-f13d-44d5-95c4-d46ebb1e9200") + (pin "3" + (uuid "a35f5b8d-31b6-4778-b160-28f5b6724d4f") ) - (pin "A9" - (uuid "7b43536b-ae89-41db-b2c5-6e99d02d7355") + (pin "4" + (uuid "4346f904-516f-434d-9447-fd964c0b8d3d") ) - (pin "SH" - (uuid "6bb74948-39e5-48b8-a182-441d7f53469a") + (pin "5" + (uuid "98c9b2a4-86b9-4094-b5c6-dc8b065f50dc") ) - (pin "B12" - (uuid "0b6c038f-d3d5-47b6-817e-1aa478f81031") + (pin "6" + (uuid "4d287707-5326-4031-9795-e87abe1a3be0") ) - (pin "A1" - (uuid "6d0da6f0-401f-4ea3-84b2-03ca0d41f320") + (pin "9" + (uuid "5d02ed57-3601-43d2-9972-55ccef776473") ) - (pin "B5" - (uuid "8411f5f2-3837-423a-a924-b70913d1e984") + (pin "8" + (uuid "411f8ac1-9af3-4fd6-9673-f7f6f106ddff") ) (instances (project "commeownder" (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" - (reference "P1") + (reference "U4") (unit 1) ) ) ) ) (symbol - (lib_id "Device:LED_BGKR") - (at 210.82 95.25 0) + (lib_id "power:GND") + (at -57.15 104.14 90) (unit 1) (body_style 1) (exclude_from_sim no) @@ -4958,9 +16652,10 @@ (in_pos_files yes) (dnp no) (fields_autoplaced yes) - (uuid "442a96b9-91eb-4916-b0a5-ebc9f77898d3") - (property "Reference" "D1" - (at 210.82 81.28 0) + (uuid "d939f9b9-3932-4c0b-8ee1-b9932c21798d") + (property "Reference" "#PWR037" + (at -50.8 104.14 0) + (hide yes) (show_name no) (do_not_autoplace no) (effects @@ -4969,18 +16664,19 @@ ) ) ) - (property "Value" "LED_BGKR" - (at 210.82 83.82 0) + (property "Value" "GND" + (at -52.07 104.1399 90) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) + (justify right) ) ) (property "Footprint" "" - (at 210.82 96.52 0) + (at -57.15 104.14 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4991,7 +16687,7 @@ ) ) (property "Datasheet" "" - (at 210.82 96.52 0) + (at -57.15 104.14 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5001,8 +16697,8 @@ ) ) ) - (property "Description" "RGB LED, blue/green/cathode/red" - (at 210.82 95.25 0) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at -57.15 104.14 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5012,30 +16708,21 @@ ) ) ) - (pin "4" - (uuid "e24471f6-1e4e-4024-a496-88ce213a3183") - ) (pin "1" - (uuid "834cfc4a-2e07-45cb-bddb-c879194ccc74") - ) - (pin "2" - (uuid "2ff658d3-eefe-4e71-af66-794f545bb70c") - ) - (pin "3" - (uuid "58ab6322-ee2a-4af6-baf8-296ed4d59e3f") + (uuid "8a8d458b-6a71-4772-8993-b391b0363c77") ) (instances (project "commeownder" (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" - (reference "D1") + (reference "#PWR037") (unit 1) ) ) ) ) (symbol - (lib_id "Display_Graphic:ER_OLEDM0.91_1x-I2C") - (at 157.48 80.01 0) + (lib_id "Device:C_Small") + (at -45.72 63.5 180) (unit 1) (body_style 1) (exclude_from_sim no) @@ -5044,31 +16731,31 @@ (in_pos_files yes) (dnp no) (fields_autoplaced yes) - (uuid "5fd6baf3-0b8f-4464-aa01-2ceb52c97c49") - (property "Reference" "U2" - (at 166.37 78.7399 0) + (uuid "d9fe68f4-e5a2-4435-9f72-567583672876") + (property "Reference" "C8" + (at -41.91 62.2235 0) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (justify left) + (justify right) ) ) - (property "Value" "ER_OLEDM0.91_1x-I2C" - (at 166.37 81.2799 0) + (property "Value" "0.1u" + (at -41.91 64.7635 0) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (justify left) + (justify right) ) ) - (property "Footprint" "Display:ER_OLEDM0.91_1x-I2C" - (at 175.514 92.71 0) + (property "Footprint" "" + (at -45.72 63.5 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5078,8 +16765,8 @@ ) ) ) - (property "Datasheet" "https://www.buydisplay.com/download/manual/ER-OLEDM0.91-1_Datasheet.pdf" - (at 200.152 94.742 0) + (property "Datasheet" "" + (at -45.72 63.5 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5089,8 +16776,8 @@ ) ) ) - (property "Description" "SSD1306 OLED module, 0.91 inch, 128x32, I2C" - (at 184.15 96.774 0) + (property "Description" "Unpolarized capacitor, small symbol" + (at -45.72 63.5 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5101,29 +16788,23 @@ ) ) (pin "1" - (uuid "a20ee7f7-74d3-4797-a9c2-169709e5c0e0") + (uuid "3224abe6-7d23-4439-98b8-6acf934fb752") ) (pin "2" - (uuid "9fd512d2-6016-41d0-9427-857d4f2fc053") - ) - (pin "3" - (uuid "ab36ae92-f7d6-47a5-8b8c-18e97673ec92") - ) - (pin "4" - (uuid "27ec9cf8-5aaa-417f-918a-709be71ec808") + (uuid "12d439d2-2ca3-4c11-8fef-3857262dc07c") ) (instances (project "commeownder" (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" - (reference "U2") + (reference "C8") (unit 1) ) ) ) ) (symbol - (lib_id "Transistor_FET:AO3401A") - (at 53.34 149.86 0) + (lib_id "Jumper:SolderJumper_3_Bridged12") + (at 88.9 17.78 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -5131,45 +16812,40 @@ (on_board yes) (in_pos_files yes) (dnp no) - (fields_autoplaced yes) - (uuid "64123e0d-ad14-4b84-8e89-cd1d8a7aff3e") - (property "Reference" "Q1" - (at 59.69 148.5899 0) + (uuid "da795d13-fe88-416c-bfc6-411870705ba2") + (property "Reference" "SJ3" + (at 88.9 13.97 0) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (justify left) ) ) - (property "Value" "AO3401A" - (at 59.69 151.1299 0) + (property "Value" "SolderJumper_3_Bridged12" + (at 73.406 20.574 0) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (justify left) ) ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23" - (at 58.42 151.765 0) + (property "Footprint" "Jumper:SolderJumper-3_P1.3mm_Open_RoundedPad1.0x1.5mm" + (at 88.9 17.78 0) (hide yes) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) - (italic yes) ) - (justify left) ) ) - (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3401A.pdf" - (at 58.42 153.67 0) + (property "Datasheet" "" + (at 88.9 17.78 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5177,11 +16853,10 @@ (font (size 1.27 1.27) ) - (justify left) ) ) - (property "Description" "-4.0A Id, -30V Vds, P-Channel MOSFET, SOT-23" - (at 53.34 149.86 0) + (property "Description" "D1: DISP_SI=SPI(default), ESP_SDA=I2C" + (at 88.9 17.78 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5191,27 +16866,27 @@ ) ) ) - (pin "3" - (uuid "05bef9ba-0e11-44ac-9bd3-02752d1221f3") + (pin "1" + (uuid "828ea11c-a833-4450-8ee1-30ea1870e389") ) (pin "2" - (uuid "665e6d2f-b09e-4662-bed7-8d404afa7c97") + (uuid "772d0545-bf9b-47d0-9aaf-d13fd32316bc") ) - (pin "1" - (uuid "a5a99efc-39ab-4326-9bef-f96e00f39861") + (pin "3" + (uuid "4c03e136-22b1-4732-8bfd-9134b6769ad3") ) (instances (project "commeownder" (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" - (reference "Q1") + (reference "SJ3") (unit 1) ) ) ) ) (symbol - (lib_id "Device:Battery_Cell") - (at 31.75 149.86 0) + (lib_id "Switch:SW_Push") + (at 175.26 54.61 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -5220,31 +16895,29 @@ (in_pos_files yes) (dnp no) (fields_autoplaced yes) - (uuid "916bef7c-2c86-449d-8112-7404f33c0404") - (property "Reference" "BT1" - (at 35.56 146.7484 0) + (uuid "e3eb2c09-4694-4bb6-bbc4-620007ef0210") + (property "Reference" "SW3" + (at 175.26 46.99 0) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (justify left) ) ) - (property "Value" "Battery_Cell" - (at 35.56 149.2884 0) + (property "Value" "Forward" + (at 175.26 49.53 0) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (justify left) ) ) - (property "Footprint" "" - (at 31.75 148.336 90) + (property "Footprint" "commeownder:SW_Cherry_MX_EdgeMount" + (at 175.26 49.53 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5255,29 +16928,7 @@ ) ) (property "Datasheet" "" - (at 31.75 148.336 90) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "Single-cell battery" - (at 31.75 149.86 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Sim.Device" "V" - (at 31.75 149.86 0) + (at 175.26 49.53 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5287,8 +16938,8 @@ ) ) ) - (property "Sim.Type" "DC" - (at 31.75 149.86 0) + (property "Description" "Push button switch, generic, two pins" + (at 175.26 54.61 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5298,35 +16949,24 @@ ) ) ) - (property "Sim.Pins" "1=+ 2=-" - (at 31.75 149.86 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) + (pin "1" + (uuid "9e5cabe3-7a1f-4a0c-8762-a07083d5a970") ) (pin "2" - (uuid "38f3e6bc-85d1-4206-9f41-d650ea03e9f1") - ) - (pin "1" - (uuid "394ba1ef-99b3-4fe1-b22d-33a7975edd82") + (uuid "d00cd462-d3b4-4c1c-9afc-24e7d7233235") ) (instances (project "commeownder" (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" - (reference "BT1") + (reference "SW3") (unit 1) ) ) ) ) (symbol - (lib_id "Device:R_Small") - (at 184.15 52.07 0) + (lib_id "power:VBUS") + (at 156.21 156.21 90) (unit 1) (body_style 1) (exclude_from_sim no) @@ -5335,20 +16975,20 @@ (in_pos_files yes) (dnp no) (fields_autoplaced yes) - (uuid "a441144f-af6a-4332-acab-1621c6b03a0d") - (property "Reference" "R3" - (at 186.69 50.7999 0) + (uuid "e5d5395d-f3d5-4e7f-b09a-04e98fc9099c") + (property "Reference" "#PWR03" + (at 160.02 156.21 0) + (hide yes) (show_name no) (do_not_autoplace no) (effects (font - (size 1.016 1.016) + (size 1.27 1.27) ) - (justify left) ) ) - (property "Value" "R_Small" - (at 186.69 53.3399 0) + (property "Value" "VBUS" + (at 152.4 156.2099 90) (show_name no) (do_not_autoplace no) (effects @@ -5359,7 +16999,7 @@ ) ) (property "Footprint" "" - (at 184.15 52.07 0) + (at 156.21 156.21 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5370,7 +17010,7 @@ ) ) (property "Datasheet" "" - (at 184.15 52.07 0) + (at 156.21 156.21 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5380,8 +17020,8 @@ ) ) ) - (property "Description" "Resistor, small symbol" - (at 184.15 52.07 0) + (property "Description" "Power symbol creates a global label with name \"VBUS\"" + (at 156.21 156.21 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5392,23 +17032,20 @@ ) ) (pin "1" - (uuid "7b2d4739-32d1-4892-b3ab-48f60bb0465f") - ) - (pin "2" - (uuid "7a65f0b2-341a-4dbd-8c1d-9c3a14edb00a") + (uuid "6ee70fa6-03c9-4ad9-acb2-4f6f08a37a2f") ) (instances (project "commeownder" (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" - (reference "R3") + (reference "#PWR03") (unit 1) ) ) ) ) (symbol - (lib_id "Device:R_Small") - (at 154.94 52.07 0) + (lib_id "power:GND") + (at 118.11 39.37 270) (unit 1) (body_style 1) (exclude_from_sim no) @@ -5417,31 +17054,31 @@ (in_pos_files yes) (dnp no) (fields_autoplaced yes) - (uuid "bf3820d6-688d-4258-8f29-e4aa6915dc4f") - (property "Reference" "R1" - (at 157.48 50.7999 0) + (uuid "e7787329-8c9f-4d2a-a9e9-1b63d4abcc36") + (property "Reference" "#PWR06" + (at 111.76 39.37 0) + (hide yes) (show_name no) (do_not_autoplace no) (effects (font - (size 1.016 1.016) + (size 1.27 1.27) ) - (justify left) ) ) - (property "Value" "R_Small" - (at 157.48 53.3399 0) + (property "Value" "GND" + (at 114.3 39.3699 90) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (justify left) + (justify right) ) ) (property "Footprint" "" - (at 154.94 52.07 0) + (at 118.11 39.37 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5452,7 +17089,7 @@ ) ) (property "Datasheet" "" - (at 154.94 52.07 0) + (at 118.11 39.37 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5462,8 +17099,8 @@ ) ) ) - (property "Description" "Resistor, small symbol" - (at 154.94 52.07 0) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 118.11 39.37 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5474,23 +17111,20 @@ ) ) (pin "1" - (uuid "a236b72e-2da3-474d-af31-43d921a1b972") - ) - (pin "2" - (uuid "19ee23bc-f0d6-42fd-a698-90f9022b5fdc") + (uuid "372441b8-f303-483d-bebe-e3119c1d4db1") ) (instances (project "commeownder" (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" - (reference "R1") + (reference "#PWR06") (unit 1) ) ) ) ) (symbol - (lib_id "Battery_Management:TP4056-42-ESOP8") - (at 52.07 86.36 0) + (lib_id "power:PWR_FLAG") + (at 130.81 146.05 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -5499,31 +17133,30 @@ (in_pos_files yes) (dnp no) (fields_autoplaced yes) - (uuid "d80797ba-0c20-4b82-a65d-e94cd6f66f3d") - (property "Reference" "U4" - (at 54.2133 71.12 0) + (uuid "e8290c21-e02c-4052-898e-92d7b888e592") + (property "Reference" "#FLG04" + (at 130.81 144.145 0) + (hide yes) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (justify left) ) ) - (property "Value" "TP4056-42-ESOP8" - (at 54.2133 73.66 0) + (property "Value" "PWR_FLAG" + (at 130.81 140.97 0) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (justify left) ) ) - (property "Footprint" "Package_SO:SOIC-8-1EP_3.9x4.9mm_P1.27mm_EP2.41x3.3mm_ThermalVias" - (at 52.578 109.22 0) + (property "Footprint" "" + (at 130.81 146.05 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5533,8 +17166,8 @@ ) ) ) - (property "Datasheet" "https://www.lcsc.com/datasheet/lcsc_datasheet_2410121619_TOPPOWER-Nanjing-Extension-Microelectronics-TP4056-42-ESOP8_C16581.pdf" - (at 52.07 111.76 0) + (property "Datasheet" "" + (at 130.81 146.05 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5544,8 +17177,8 @@ ) ) ) - (property "Description" "1A Standalone Linear Li-ion/LiPo single-cell battery charger, 4.2V ±1% charge voltage, VCC = 4.0..8.0V, SOIC-8 (SOP-8)" - (at 52.578 106.68 0) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 130.81 146.05 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5556,44 +17189,20 @@ ) ) (pin "1" - (uuid "a65f5a3c-01da-470f-bec0-01fdc4fc96a7") - ) - (pin "7" - (uuid "fd8942a3-23da-40ce-9d23-d16e2573ca28") - ) - (pin "2" - (uuid "eb41a963-459d-452d-b9f0-89b319de4ee6") - ) - (pin "3" - (uuid "a35f5b8d-31b6-4778-b160-28f5b6724d4f") - ) - (pin "4" - (uuid "4346f904-516f-434d-9447-fd964c0b8d3d") - ) - (pin "5" - (uuid "98c9b2a4-86b9-4094-b5c6-dc8b065f50dc") - ) - (pin "6" - (uuid "4d287707-5326-4031-9795-e87abe1a3be0") - ) - (pin "9" - (uuid "5d02ed57-3601-43d2-9972-55ccef776473") - ) - (pin "8" - (uuid "411f8ac1-9af3-4fd6-9673-f7f6f106ddff") + (uuid "a895e575-c4cf-40ec-8969-d8478ee38b17") ) (instances (project "commeownder" (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" - (reference "U4") + (reference "#FLG04") (unit 1) ) ) ) ) (symbol - (lib_id "Switch:SW_Push") - (at 123.19 38.1 0) + (lib_id "power:GND") + (at -57.15 106.68 90) (unit 1) (body_style 1) (exclude_from_sim no) @@ -5602,9 +17211,10 @@ (in_pos_files yes) (dnp no) (fields_autoplaced yes) - (uuid "e3eb2c09-4694-4bb6-bbc4-620007ef0210") - (property "Reference" "SW3" - (at 123.19 30.48 0) + (uuid "f2dddd96-7194-4c05-96cf-8f9f84087182") + (property "Reference" "#PWR038" + (at -50.8 106.68 0) + (hide yes) (show_name no) (do_not_autoplace no) (effects @@ -5613,18 +17223,19 @@ ) ) ) - (property "Value" "SW_Push" - (at 123.19 33.02 0) + (property "Value" "GND" + (at -52.07 106.6799 90) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) + (justify right) ) ) (property "Footprint" "" - (at 123.19 33.02 0) + (at -57.15 106.68 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5635,7 +17246,7 @@ ) ) (property "Datasheet" "" - (at 123.19 33.02 0) + (at -57.15 106.68 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5645,8 +17256,8 @@ ) ) ) - (property "Description" "Push button switch, generic, two pins" - (at 123.19 38.1 0) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at -57.15 106.68 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5657,23 +17268,20 @@ ) ) (pin "1" - (uuid "9e5cabe3-7a1f-4a0c-8762-a07083d5a970") - ) - (pin "2" - (uuid "d00cd462-d3b4-4c1c-9afc-24e7d7233235") + (uuid "b1f976f3-4bc6-4ff1-b0f3-872bf8b1ee6e") ) (instances (project "commeownder" (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" - (reference "SW3") + (reference "#PWR038") (unit 1) ) ) ) ) (symbol - (lib_id "Device:R_Small") - (at 168.91 52.07 0) + (lib_id "Connector:TestPoint") + (at 242.57 29.21 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -5682,20 +17290,20 @@ (in_pos_files yes) (dnp no) (fields_autoplaced yes) - (uuid "f3978802-a711-4d9d-9112-f8926c0bb497") - (property "Reference" "R2" - (at 171.45 50.7999 0) + (uuid "facfd5c5-c7c5-4d35-8358-e587e6073922") + (property "Reference" "TP1" + (at 245.11 24.6379 0) (show_name no) (do_not_autoplace no) (effects (font - (size 1.016 1.016) + (size 1.27 1.27) ) (justify left) ) ) - (property "Value" "R_Small" - (at 171.45 53.3399 0) + (property "Value" "TestPoint" + (at 245.11 27.1779 0) (show_name no) (do_not_autoplace no) (effects @@ -5705,8 +17313,8 @@ (justify left) ) ) - (property "Footprint" "" - (at 168.91 52.07 0) + (property "Footprint" "TestPoint:TestPoint_Pad_D1.5mm" + (at 247.65 29.21 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5717,7 +17325,7 @@ ) ) (property "Datasheet" "" - (at 168.91 52.07 0) + (at 247.65 29.21 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5727,8 +17335,8 @@ ) ) ) - (property "Description" "Resistor, small symbol" - (at 168.91 52.07 0) + (property "Description" "test point" + (at 242.57 29.21 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5739,15 +17347,12 @@ ) ) (pin "1" - (uuid "f8877ab4-6e1a-48fc-aff6-0c8f66ead407") - ) - (pin "2" - (uuid "fb6b541b-a978-49f1-9711-eeb3cd898850") + (uuid "31b01a12-b4cd-4325-832a-ae59bb50e324") ) (instances (project "commeownder" (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" - (reference "R2") + (reference "TP1") (unit 1) ) ) @@ -5755,7 +17360,7 @@ ) (symbol (lib_id "RF_Module:ESP32-WROOM-32") - (at 99.06 95.25 0) + (at 125.73 83.82 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -5766,7 +17371,7 @@ (fields_autoplaced yes) (uuid "fe0ac3fa-2b56-4af2-bdc7-ecc44763f213") (property "Reference" "U1" - (at 101.2033 57.15 0) + (at 127.8733 45.72 0) (show_name no) (do_not_autoplace no) (effects @@ -5777,7 +17382,7 @@ ) ) (property "Value" "ESP32-WROOM-32" - (at 101.2033 59.69 0) + (at 127.8733 48.26 0) (show_name no) (do_not_autoplace no) (effects @@ -5788,7 +17393,7 @@ ) ) (property "Footprint" "RF_Module:ESP32-WROOM-32" - (at 99.06 133.35 0) + (at 125.73 121.92 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5799,7 +17404,7 @@ ) ) (property "Datasheet" "https://www.espressif.com/sites/default/files/documentation/esp32-wroom-32_datasheet_en.pdf" - (at 91.44 93.98 0) + (at 118.11 82.55 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5810,7 +17415,7 @@ ) ) (property "Description" "RF Module, ESP32-D0WDQ6 SoC, Wi-Fi 802.11b/g/n, Bluetooth, BLE, 32-bit, 2.7-3.6V, onboard antenna, SMD" - (at 99.06 95.25 0) + (at 125.73 83.82 0) (hide yes) (show_name no) (do_not_autoplace no) diff --git a/pcb/commeownder.kicad_sch.bak b/pcb/commeownder.kicad_sch.bak new file mode 100644 index 0000000..69f481a --- /dev/null +++ b/pcb/commeownder.kicad_sch.bak @@ -0,0 +1,13265 @@ +(kicad_sch + (version 20260306) + (generator "eeschema") + (generator_version "10.0") + (uuid "4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5") + (paper "A4") + (lib_symbols + (symbol "Battery_Management:DW01A" + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (duplicate_pin_numbers_are_jumpers no) + (property "Reference" "U" + (at -6.604 6.35 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "DW01A" + (at 4.318 6.604 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23-6" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "https://hmsemi.com/downfile/DW01A.PDF" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Overcharge, overcurrent and overdischarge protection IC for single cell lithium-ion/polymer battery" + (at 0.254 1.524 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "battery protection li-ion lipo overcurrent overdischarge overcharge" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_fp_filters" "SOT?23*" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (symbol "DW01A_0_1" + (pin output line + (at -2.54 -7.62 90) + (length 2.54) + (name "OD" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at 10.16 -2.54 180) + (length 2.54) + (name "CS" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 2.54 -7.62 90) + (length 2.54) + (name "OC" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at -10.16 2.54 0) + (length 2.54) + (name "VCC" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at -10.16 -2.54 0) + (length 2.54) + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "DW01A_1_1" + (rectangle + (start -7.62 5.08) + (end 7.62 -5.08) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin no_connect line + (at 10.16 2.54 180) + (length 2.54) + (hide yes) + (name "TD" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (embedded_fonts no) + ) + (symbol "Battery_Management:TP4056-42-ESOP8" + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (duplicate_pin_numbers_are_jumpers no) + (property "Reference" "U" + (at -6.604 11.684 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "TP4056-42-ESOP8" + (at 10.16 11.684 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_SO:SOIC-8-1EP_3.9x4.9mm_P1.27mm_EP2.41x3.3mm_ThermalVias" + (at 0.508 -22.86 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "https://www.lcsc.com/datasheet/lcsc_datasheet_2410121619_TOPPOWER-Nanjing-Extension-Microelectronics-TP4056-42-ESOP8_C16581.pdf" + (at 0 -25.4 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "1A Standalone Linear Li-ion/LiPo single-cell battery charger, 4.2V ±1% charge voltage, VCC = 4.0..8.0V, SOIC-8 (SOP-8)" + (at 0.508 -20.32 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "lithium-ion lithium-polymer Li-Poly" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_fp_filters" "*SO*3.9x4.*P1.27mm*EP2.4*x3.3*mm*" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (symbol "TP4056-42-ESOP8_1_0" + (pin input line + (at 10.16 0 180) + (length 2.54) + (name "TEMP" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 10.16 -2.54 180) + (length 2.54) + (name "PROG" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 -12.7 90) + (length 2.54) + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 12.7 270) + (length 2.54) + (name "V_{CC}" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_out line + (at 10.16 5.08 180) + (length 2.54) + (name "BAT" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin open_collector line + (at -10.16 -2.54 0) + (length 2.54) + (name "~{STDBY}" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin open_collector line + (at -10.16 0 0) + (length 2.54) + (name "~{CHRG}" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -10.16 5.08 0) + (length 2.54) + (name "CE" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -2.54 -12.7 90) + (length 2.54) + (name "EPAD" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "TP4056-42-ESOP8_1_1" + (rectangle + (start -7.62 10.16) + (end 7.62 -10.16) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + ) + (embedded_fonts no) + ) + (symbol "Connector:TestPoint" + (pin_numbers + (hide yes) + ) + (pin_names + (offset 0.762) + (hide yes) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (duplicate_pin_numbers_are_jumpers no) + (property "Reference" "TP" + (at 0 6.858 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "TestPoint" + (at 0 5.08 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 5.08 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 5.08 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "test point" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "test point tp" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_fp_filters" "Pin* Test*" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (symbol "TestPoint_0_1" + (circle + (center 0 3.302) + (radius 0.762) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "TestPoint_1_1" + (pin passive line + (at 0 0 90) + (length 2.54) + (name "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (embedded_fonts no) + ) + (symbol "Connector:USB_C_Plug_USB2.0" + (pin_names + (offset 1.016) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (duplicate_pin_numbers_are_jumpers no) + (property "Reference" "P" + (at -10.16 19.05 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "USB_C_Plug_USB2.0" + (at 12.7 19.05 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 3.81 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "https://www.usb.org/sites/default/files/documents/usb_type-c.zip" + (at 3.81 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "USB 2.0-only Type-C Plug connector" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "usb universal serial bus type-C USB2.0" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_fp_filters" "USB*C*Plug*" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (symbol "USB_C_Plug_USB2.0_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 -2.286) + (end 9.144 -2.794) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "USB_C_Plug_USB2.0_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_Plug_USB2.0_1_1" + (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 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 bidirectional line + (at 15.24 10.16 180) + (length 5.08) + (name "CC" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "A5" + (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 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 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 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 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 bidirectional line + (at 15.24 7.62 180) + (length 5.08) + (name "VCONN" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "B5" + (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 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 -7.62 -22.86 90) + (length 5.08) + (name "SHIELD" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "SH" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (embedded_fonts no) + ) + (symbol "Device:Battery_Cell" + (pin_numbers + (hide yes) + ) + (pin_names + (offset 0) + (hide yes) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (duplicate_pin_numbers_are_jumpers no) + (property "Reference" "BT" + (at 2.54 2.54 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Battery_Cell" + (at 2.54 0 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 0 1.524 90) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 1.524 90) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Single-cell battery" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "V" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Type" "DC" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Pins" "1=+ 2=-" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "battery cell" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (symbol "Battery_Cell_0_1" + (rectangle + (start -2.286 1.778) + (end 2.286 1.524) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -1.524 1.016) + (end 1.524 0.508) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy 0 1.778) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 0.762) (xy 0 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.762 3.048) (xy 1.778 3.048) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 3.556) (xy 1.27 2.54) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "Battery_Cell_1_1" + (pin passive line + (at 0 5.08 270) + (length 2.54) + (name "+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -2.54 90) + (length 2.54) + (name "-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (embedded_fonts no) + ) + (symbol "Device:C_Small" + (pin_numbers + (hide yes) + ) + (pin_names + (offset 0.254) + (hide yes) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (duplicate_pin_numbers_are_jumpers no) + (property "Reference" "C" + (at 0.254 1.778 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "C_Small" + (at 0.254 -2.032 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor, small symbol" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "capacitor cap" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_fp_filters" "C_*" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (symbol "C_Small_0_1" + (polyline + (pts + (xy -1.524 0.508) (xy 1.524 0.508) + ) + (stroke + (width 0.3048) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.524 -0.508) (xy 1.524 -0.508) + ) + (stroke + (width 0.3302) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "C_Small_1_1" + (pin passive line + (at 0 2.54 270) + (length 2.032) + (name "" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -2.54 90) + (length 2.032) + (name "" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (embedded_fonts no) + ) + (symbol "Device:D_Schottky_Small" + (pin_numbers + (hide yes) + ) + (pin_names + (offset 0.254) + (hide yes) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (duplicate_pin_numbers_are_jumpers no) + (property "Reference" "D" + (at -1.27 2.032 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "D_Schottky_Small" + (at -7.112 -2.032 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Schottky diode, small symbol" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "diode Schottky" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_fp_filters" "TO-???* *_Diode_* *SingleDiode* D_*" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (symbol "D_Schottky_Small_0_1" + (polyline + (pts + (xy -1.27 0.762) (xy -1.27 1.016) (xy -0.762 1.016) (xy -0.762 -1.016) (xy -0.254 -1.016) (xy -0.254 -0.762) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -0.762 0) (xy 0.762 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.762 -1.016) (xy -0.762 0) (xy 0.762 1.016) (xy 0.762 -1.016) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "D_Schottky_Small_1_1" + (pin passive line + (at -2.54 0 0) + (length 1.778) + (name "K" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 2.54 0 180) + (length 1.778) + (name "A" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (embedded_fonts no) + ) + (symbol "Device:LED_GARB" + (pin_names + (offset 0) + (hide yes) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (duplicate_pin_numbers_are_jumpers no) + (property "Reference" "D" + (at 0 9.398 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LED_GARB" + (at 0 -8.89 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 -1.27 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 -1.27 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "RGB LED, green/anode/red/blue" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "LED RGB diode" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (symbol "LED_GARB_0_0" + (text "R" + (at -1.905 3.81 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (text "G" + (at -1.905 -1.27 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (text "B" + (at -1.905 -6.35 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (symbol "LED_GARB_0_1" + (polyline + (pts + (xy -1.27 6.35) (xy -1.27 3.81) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 6.35) (xy -1.27 3.81) (xy -1.27 3.81) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 5.08) (xy -2.54 5.08) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 5.08) (xy 1.27 5.08) + ) + (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 -1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 0) (xy -2.54 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 -3.81) (xy -1.27 -6.35) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 -5.08) (xy -2.54 -5.08) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 -5.08) (xy 1.27 -5.08) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.016 6.35) (xy 0.508 7.874) (xy -0.254 7.874) (xy 0.508 7.874) (xy 0.508 7.112) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.016 1.27) (xy 0.508 2.794) (xy -0.254 2.794) (xy 0.508 2.794) (xy 0.508 2.032) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.016 -3.81) (xy 0.508 -2.286) (xy -0.254 -2.286) (xy 0.508 -2.286) (xy 0.508 -3.048) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 6.35) (xy 1.524 7.874) (xy 0.762 7.874) (xy 1.524 7.874) (xy 1.524 7.112) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 1.27) (xy 1.524 2.794) (xy 0.762 2.794) (xy 1.524 2.794) (xy 1.524 2.032) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 -3.81) (xy 1.524 -2.286) (xy 0.762 -2.286) (xy 1.524 -2.286) (xy 1.524 -3.048) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 6.35) (xy 1.27 3.81) (xy -1.27 5.08) (xy 1.27 6.35) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 1.27 6.35) + (end 1.27 6.35) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 1.27 3.81) + (end 1.27 6.35) + (stroke + (width 0) + (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) + ) + ) + (rectangle + (start 1.27 1.27) + (end 1.27 1.27) + (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 0) (xy 2.54 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 1.27 -1.27) + (end 1.27 1.27) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 -3.81) (xy 1.27 -6.35) (xy -1.27 -5.08) (xy 1.27 -3.81) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 -5.08) (xy 2.032 -5.08) (xy 2.032 5.08) (xy 1.27 5.08) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (circle + (center 2.032 0) + (radius 0.254) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 2.794 8.382) + (end -2.794 -7.62) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + ) + (symbol "LED_GARB_1_1" + (pin passive line + (at -5.08 0 0) + (length 2.54) + (name "GK" + (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 2.54) + (name "A" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 5.08 0) + (length 2.54) + (name "RK" + (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 2.54) + (name "BK" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (embedded_fonts no) + ) + (symbol "Device:R_Small" + (pin_numbers + (hide yes) + ) + (pin_names + (offset 0.254) + (hide yes) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (duplicate_pin_numbers_are_jumpers no) + (property "Reference" "R" + (at 0 0 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (property "Value" "R_Small" + (at 1.778 0 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor, small symbol" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "R resistor" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_fp_filters" "R_*" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (symbol "R_Small_0_1" + (rectangle + (start -0.762 1.778) + (end 0.762 -1.778) + (stroke + (width 0.2032) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "R_Small_1_1" + (pin passive line + (at 0 2.54 270) + (length 0.762) + (name "" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -2.54 90) + (length 0.762) + (name "" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (embedded_fonts no) + ) + (symbol "Display_Graphic:ER_OLEDM0.91_1x-I2C" + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (duplicate_pin_numbers_are_jumpers no) + (property "Reference" "U" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "ER_OLEDM0.91_1x-I2C" + (at 14.224 -10.668 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Display:ER_OLEDM0.91_1x-I2C" + (at 18.034 -12.7 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "https://www.buydisplay.com/download/manual/ER-OLEDM0.91-1_Datasheet.pdf" + (at 42.672 -14.732 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "SSD1306 OLED module, 0.91 inch, 128x32, I2C" + (at 26.67 -16.764 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "EastRising" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_fp_filters" "ER?OLEDM0.91?1x?I2C*" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (symbol "ER_OLEDM0.91_1x-I2C_1_1" + (rectangle + (start -7.62 7.62) + (end 7.62 -7.62) + (stroke + (width 0.254) + (type solid) + ) + (fill + (type background) + ) + ) + (pin power_in line + (at 0 -10.16 90) + (length 2.54) + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 10.16 270) + (length 2.54) + (name "VCC" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input clock + (at -10.16 2.54 0) + (length 2.54) + (name "SCL" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -10.16 -2.54 0) + (length 2.54) + (name "SDA" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (embedded_fonts no) + ) + (symbol "Interface_USB:CH340C" + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (duplicate_pin_numbers_are_jumpers no) + (property "Reference" "U" + (at -5.08 13.97 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "CH340C" + (at 1.27 13.97 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_SO:SOIC-16_3.9x9.9mm_P1.27mm" + (at -18.542 30.226 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Datasheet" "https://datasheet.lcsc.com/szlcsc/Jiangsu-Qin-Heng-CH340C_C84681.pdf" + (at -6.604 33.274 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "USB serial converter, crystal-less, UART, SOIC-16" + (at -1.524 36.068 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "USB UART Serial Converter Interface" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_fp_filters" "SOIC*3.9x9.9mm*P1.27mm*" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (symbol "CH340C_0_1" + (rectangle + (start -7.62 12.7) + (end 7.62 -12.7) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + ) + (symbol "CH340C_1_1" + (pin power_in line + (at 0 -15.24 90) + (length 2.54) + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 10.16 10.16 180) + (length 2.54) + (name "TXD" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at 10.16 7.62 180) + (length 2.54) + (name "RXD" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_out line + (at 0 15.24 270) + (length 2.54) + (name "V3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -10.16 2.54 0) + (length 2.54) + (name "UD+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -10.16 0 0) + (length 2.54) + (name "UD-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin no_connect line + (at -7.62 -5.08 0) + (length 2.54) + (hide yes) + (name "NC" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin no_connect line + (at -7.62 -7.62 0) + (length 2.54) + (hide yes) + (name "NC" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at 10.16 2.54 180) + (length 2.54) + (name "~{CTS}" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at 10.16 0 180) + (length 2.54) + (name "~{DSR}" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at 10.16 -2.54 180) + (length 2.54) + (name "~{RI}" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at 10.16 -5.08 180) + (length 2.54) + (name "~{DCD}" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 10.16 -7.62 180) + (length 2.54) + (name "~{DTR}" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "13" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 10.16 -10.16 180) + (length 2.54) + (name "~{RTS}" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "14" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -10.16 7.62 0) + (length 2.54) + (name "R232" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "15" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at -2.54 15.24 270) + (length 2.54) + (name "VCC" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "16" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (embedded_fonts no) + ) + (symbol "RF_Module:ESP32-WROOM-32" + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (duplicate_pin_numbers_are_jumpers no) + (property "Reference" "U" + (at -12.7 34.29 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "ESP32-WROOM-32" + (at 1.27 34.29 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "RF_Module:ESP32-WROOM-32" + (at 0 -38.1 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "https://www.espressif.com/sites/default/files/documentation/esp32-wroom-32_datasheet_en.pdf" + (at -7.62 1.27 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "RF Module, ESP32-D0WDQ6 SoC, Wi-Fi 802.11b/g/n, Bluetooth, BLE, 32-bit, 2.7-3.6V, onboard antenna, SMD" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "RF Radio BT ESP ESP32 Espressif onboard PCB antenna" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_fp_filters" "ESP32?WROOM?32*" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (symbol "ESP32-WROOM-32_0_1" + (rectangle + (start -12.7 33.02) + (end 12.7 -33.02) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + ) + (symbol "ESP32-WROOM-32_1_1" + (pin power_in line + (at 0 -35.56 90) + (length 2.54) + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 35.56 270) + (length 2.54) + (name "VDD" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -15.24 30.48 0) + (length 2.54) + (name "EN" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -15.24 25.4 0) + (length 2.54) + (name "SENSOR_VP" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -15.24 22.86 0) + (length 2.54) + (name "SENSOR_VN" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at 15.24 -25.4 180) + (length 2.54) + (name "IO34" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at 15.24 -27.94 180) + (length 2.54) + (name "IO35" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 -20.32 180) + (length 2.54) + (name "IO32" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 -22.86 180) + (length 2.54) + (name "IO33" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 -12.7 180) + (length 2.54) + (name "IO25" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 -15.24 180) + (length 2.54) + (name "IO26" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 -17.78 180) + (length 2.54) + (name "IO27" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 10.16 180) + (length 2.54) + (name "IO14" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "13" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 15.24 180) + (length 2.54) + (name "IO12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "14" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -35.56 90) + (length 2.54) + (hide yes) + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "15" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 12.7 180) + (length 2.54) + (name "IO13" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "16" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -15.24 -5.08 0) + (length 2.54) + (name "SHD/SD2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "17" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -15.24 -7.62 0) + (length 2.54) + (name "SWP/SD3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "18" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -15.24 -12.7 0) + (length 2.54) + (name "SCS/CMD" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "19" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -15.24 -10.16 0) + (length 2.54) + (name "SCK/CLK" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "20" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -15.24 0 0) + (length 2.54) + (name "SDO/SD0" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "21" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -15.24 -2.54 0) + (length 2.54) + (name "SDI/SD1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "22" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 7.62 180) + (length 2.54) + (name "IO15" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "23" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 25.4 180) + (length 2.54) + (name "IO2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "24" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 30.48 180) + (length 2.54) + (name "IO0" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "25" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 20.32 180) + (length 2.54) + (name "IO4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "26" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 5.08 180) + (length 2.54) + (name "IO16" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "27" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 2.54 180) + (length 2.54) + (name "IO17" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "28" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 17.78 180) + (length 2.54) + (name "IO5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "29" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 0 180) + (length 2.54) + (name "IO18" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "30" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 -2.54 180) + (length 2.54) + (name "IO19" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "31" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin no_connect line + (at -12.7 -27.94 0) + (length 2.54) + (hide yes) + (name "NC" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "32" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 -5.08 180) + (length 2.54) + (name "IO21" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "33" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 22.86 180) + (length 2.54) + (name "RXD0/IO3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "34" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 27.94 180) + (length 2.54) + (name "TXD0/IO1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "35" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 -7.62 180) + (length 2.54) + (name "IO22" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "36" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 -10.16 180) + (length 2.54) + (name "IO23" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "37" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -35.56 90) + (length 2.54) + (hide yes) + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "38" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -35.56 90) + (length 2.54) + (hide yes) + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "39" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (embedded_fonts no) + ) + (symbol "Regulator_Linear:MCP1700x-330xxTT" + (pin_names + (offset 0.254) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (duplicate_pin_numbers_are_jumpers no) + (property "Reference" "U" + (at -3.81 3.175 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "MCP1700x-330xxTT" + (at 0 3.175 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" + (at 0 5.715 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "http://ww1.microchip.com/downloads/en/DeviceDoc/20001826D.pdf" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "250mA Low Quiscent Current LDO, 3.3V output, SOT-23" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "regulator linear ldo" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_fp_filters" "SOT?23*" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (symbol "MCP1700x-330xxTT_0_1" + (rectangle + (start -5.08 1.905) + (end 5.08 -5.08) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + ) + (symbol "MCP1700x-330xxTT_1_1" + (pin power_in line + (at 0 -7.62 90) + (length 2.54) + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_out line + (at 7.62 0 180) + (length 2.54) + (name "VO" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at -7.62 0 0) + (length 2.54) + (name "VI" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (embedded_fonts no) + ) + (symbol "Switch:SW_Push" + (pin_numbers + (hide yes) + ) + (pin_names + (offset 1.016) + (hide yes) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (duplicate_pin_numbers_are_jumpers no) + (property "Reference" "SW" + (at 1.27 2.54 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "SW_Push" + (at 0 -1.524 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 5.08 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 5.08 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Push button switch, generic, two pins" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "switch normally-open pushbutton push-button" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (symbol "SW_Push_0_1" + (circle + (center -2.032 0) + (radius 0.508) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 1.27) (xy 0 3.048) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (circle + (center 2.032 0) + (radius 0.508) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 2.54 1.27) (xy -2.54 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (pin passive line + (at -5.08 0 0) + (length 2.54) + (name "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 2.54) + (name "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (embedded_fonts no) + ) + (symbol "Transistor_Array:TPL7407LAD" + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (duplicate_pin_numbers_are_jumpers no) + (property "Reference" "U" + (at -8.128 13.716 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "TPL7407LAD" + (at 6.858 13.716 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_SO:SOIC-16_3.9x9.9mm_P1.27mm" + (at 0 -27.686 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "https://www.ti.com/lit/gpn/tpl7407la" + (at 0 -25.654 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "7-Channel Low Side Driver, CMOS Improvement of Darlington Array, 30V, SOIC-16" + (at 0.254 -29.718 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "Relay Driver" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_fp_filters" "SOIC*3.9x9.9mm*P1.27mm*" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (symbol "TPL7407LAD_0_1" + (rectangle + (start -7.62 12.7) + (end 7.62 -12.7) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (polyline + (pts + (xy -3.556 5.08) (xy -2.54 5.08) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.54 6.096) (xy -2.54 4.064) (xy -1.016 5.08) (xy -2.54 6.096) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (circle + (center -1.27 2.54) + (radius 0.254) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (circle + (center -1.27 0) + (radius 0.254) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (circle + (center -1.27 -2.286) + (radius 0.254) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (circle + (center -1.27 -4.572) + (radius 0.254) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (circle + (center -0.762 5.08) + (radius 0.254) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -0.508 5.08) (xy 2.032 5.08) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 7.874) (xy 0 5.08) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.508 6.985) (xy -0.508 6.985) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.508 6.223) (xy -0.508 6.223) (xy 0 6.985) (xy 0.508 6.223) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "TPL7407LAD_1_1" + (pin input line + (at -10.16 5.08 0) + (length 2.54) + (name "IN1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -10.16 2.54 0) + (length 2.54) + (name "IN2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -10.16 0 0) + (length 2.54) + (name "IN3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -10.16 -2.54 0) + (length 2.54) + (name "IN4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -10.16 -5.08 0) + (length 2.54) + (name "IN5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -10.16 -7.62 0) + (length 2.54) + (name "IN6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -10.16 -10.16 0) + (length 2.54) + (name "IN7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 -15.24 90) + (length 2.54) + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 15.24 270) + (length 2.54) + (name "COM" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin open_collector line + (at 10.16 -10.16 180) + (length 2.54) + (name "OUT7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin open_collector line + (at 10.16 -7.62 180) + (length 2.54) + (name "OUT6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin open_collector line + (at 10.16 -5.08 180) + (length 2.54) + (name "OUT5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin open_collector line + (at 10.16 -2.54 180) + (length 2.54) + (name "OUT4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "13" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin open_collector line + (at 10.16 0 180) + (length 2.54) + (name "OUT3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "14" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin open_collector line + (at 10.16 2.54 180) + (length 2.54) + (name "OUT2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "15" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin open_collector line + (at 10.16 5.08 180) + (length 2.54) + (name "OUT1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "16" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (embedded_fonts no) + ) + (symbol "Transistor_FET:AO3401A" + (pin_names + (hide yes) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (duplicate_pin_numbers_are_jumpers no) + (property "Reference" "Q" + (at 5.08 1.905 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "AO3401A" + (at 5.08 0 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" + (at 5.08 -1.905 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + ) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3401A.pdf" + (at 5.08 -3.81 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Description" "-4.0A Id, -30V Vds, P-Channel MOSFET, SOT-23" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "P-Channel MOSFET" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_fp_filters" "SOT?23*" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (symbol "AO3401A_0_1" + (polyline + (pts + (xy 0.254 1.905) (xy 0.254 -1.905) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.254 0) (xy -2.54 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.762 2.286) (xy 0.762 1.27) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.762 1.778) (xy 3.302 1.778) (xy 3.302 -1.778) (xy 0.762 -1.778) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.762 0.508) (xy 0.762 -0.508) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.762 -1.27) (xy 0.762 -2.286) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (circle + (center 1.651 0) + (radius 2.794) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 2.286 0) (xy 1.27 0.381) (xy 1.27 -0.381) (xy 2.286 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy 2.54 2.54) (xy 2.54 1.778) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (circle + (center 2.54 1.778) + (radius 0.254) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (circle + (center 2.54 -1.778) + (radius 0.254) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy 2.54 -2.54) (xy 2.54 0) (xy 0.762 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 2.794 -0.508) (xy 2.921 -0.381) (xy 3.683 -0.381) (xy 3.81 -0.254) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 3.302 -0.381) (xy 2.921 0.254) (xy 3.683 0.254) (xy 3.302 -0.381) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "AO3401A_1_1" + (pin input line + (at -5.08 0 0) + (length 2.54) + (name "G" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 2.54 -5.08 90) + (length 2.54) + (name "S" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 2.54 5.08 270) + (length 2.54) + (name "D" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (embedded_fonts no) + ) + (symbol "commeownder:FS8205A" + (pin_names + (hide yes) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (duplicate_pin_numbers_are_jumpers no) + (property "Reference" "Q" + (at 2.54 6.985 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "FS8205A" + (at 2.54 5.08 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23-6" + (at 2.54 -3.81 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + ) + ) + (property "Datasheet" "https://datasheet.lcsc.com/lcsc/1811161510_Fortune-Semiconductor-FS8205A_C32254.pdf" + (at 2.54 -5.715 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Description" "5.5A Id, 8.5V Vds, Common-Source Dual N-Channel MOSFET, Li-ion battery protection switch, SOT-23-6" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "Dual N-Channel MOSFET battery protection SOT-23-6 common source" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_fp_filters" "SOT?23*6*" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (symbol "FS8205A_0_1" + (polyline + (pts + (xy -2.286 5.08) (xy -5.08 5.08) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.286 3.175) (xy -2.286 6.985) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.778 6.858) (xy 0.762 6.858) (xy 0.762 3.302) (xy -1.778 3.302) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.778 6.35) (xy -1.778 7.366) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.778 4.572) (xy -1.778 5.588) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.778 2.794) (xy -1.778 3.81) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.524 5.08) (xy -0.508 4.699) (xy -0.508 5.461) (xy -1.524 5.08) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (circle + (center -0.889 5.08) + (radius 2.794) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 7.62) (xy 0 5.08) (xy -1.778 5.08) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (circle + (center 0 6.858) + (radius 0.254) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (circle + (center 0 3.302) + (radius 0.254) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy 0 -3.302) (xy 0 3.302) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.254 4.572) (xy 0.381 4.699) (xy 1.143 4.699) (xy 1.27 4.826) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.762 4.699) (xy 0.381 5.334) (xy 1.143 5.334) (xy 0.762 4.699) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + ) + (symbol "FS8205A_1_1" + (polyline + (pts + (xy -2.286 -3.175) (xy -2.286 -6.985) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.286 -5.08) (xy -5.08 -5.08) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.778 -2.794) (xy -1.778 -3.81) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.778 -4.572) (xy -1.778 -5.588) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.778 -6.35) (xy -1.778 -7.366) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.778 -6.858) (xy 0.762 -6.858) (xy 0.762 -3.302) (xy -1.778 -3.302) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.524 -5.08) (xy -0.508 -4.699) (xy -0.508 -5.461) (xy -1.524 -5.08) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (circle + (center -0.889 -5.08) + (radius 2.794) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (circle + (center 0 0) + (radius 0.254) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (circle + (center 0 -3.302) + (radius 0.254) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (circle + (center 0 -6.858) + (radius 0.254) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy 0 -7.62) (xy 0 -5.08) (xy -1.778 -5.08) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.254 -4.572) (xy 0.381 -4.699) (xy 1.143 -4.699) (xy 1.27 -4.826) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.762 -4.699) (xy 0.381 -5.334) (xy 1.143 -5.334) (xy 0.762 -4.699) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (pin input line + (at -7.62 5.08 0) + (length 2.54) + (name "G1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 2.54 0 180) + (length 2.54) + (name "S" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 2.54 0 180) + (length 2.54) + (hide yes) + (name "S" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 -5.08 0) + (length 2.54) + (name "G2" + (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 2.54) + (name "D2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 10.16 270) + (length 2.54) + (name "D1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (embedded_fonts no) + ) + (symbol "power:+BATT" + (power global) + (pin_numbers + (hide yes) + ) + (pin_names + (offset 0) + (hide yes) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (duplicate_pin_numbers_are_jumpers no) + (property "Reference" "#PWR" + (at 0 -3.81 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "+BATT" + (at 0 3.556 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+BATT\"" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "global power battery" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (symbol "+BATT_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 "+BATT_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 global) + (pin_numbers + (hide yes) + ) + (pin_names + (offset 0) + (hide yes) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (duplicate_pin_numbers_are_jumpers no) + (property "Reference" "#PWR" + (at 0 -6.35 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 0 -3.81 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "global power" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (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:VBUS" + (power global) + (pin_numbers + (hide yes) + ) + (pin_names + (offset 0) + (hide yes) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (duplicate_pin_numbers_are_jumpers no) + (property "Reference" "#PWR" + (at 0 -3.81 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "VBUS" + (at 0 3.556 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"VBUS\"" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "global power" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (symbol "VBUS_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 "VBUS_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:VDD" + (power global) + (pin_numbers + (hide yes) + ) + (pin_names + (offset 0) + (hide yes) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (duplicate_pin_numbers_are_jumpers no) + (property "Reference" "#PWR" + (at 0 -3.81 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "VDD" + (at 0 3.556 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"VDD\"" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "global power" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (symbol "VDD_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 "VDD_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) + ) + ) + (junction + (at 180.34 46.99) + (diameter 0) + (color 0 0 0 0) + (uuid "03faec3c-1c0c-4762-b1d3-75692ab9d3bb") + ) + (junction + (at 187.96 83.82) + (diameter 0) + (color 0 0 0 0) + (uuid "077ac1d5-9bdb-4dc1-961b-fa80745d85fd") + ) + (junction + (at 172.72 142.24) + (diameter 0) + (color 0 0 0 0) + (uuid "2d8b3380-de7d-40ce-9a46-b5d2b5c2c4d8") + ) + (junction + (at 104.14 162.56) + (diameter 0) + (color 0 0 0 0) + (uuid "3893c4d0-819c-4b6b-a028-eb7ad865a20a") + ) + (junction + (at 167.64 156.21) + (diameter 0) + (color 0 0 0 0) + (uuid "3f1ea1ed-ebd6-494a-a243-5d57cc876b66") + ) + (junction + (at 78.74 128.27) + (diameter 0) + (color 0 0 0 0) + (uuid "41991c77-003e-47f6-90a0-e072d674a5ec") + ) + (junction + (at 180.34 57.15) + (diameter 0) + (color 0 0 0 0) + (uuid "4208e46e-0a07-4fec-b29c-67761d5bb735") + ) + (junction + (at 78.74 162.56) + (diameter 0) + (color 0 0 0 0) + (uuid "535a0cdc-8a3f-4a90-b193-cce2df3a847f") + ) + (junction + (at 129.54 153.67) + (diameter 0) + (color 0 0 0 0) + (uuid "587888a9-efdc-4616-8e7f-0dad25e04caf") + ) + (junction + (at 162.56 156.21) + (diameter 0) + (color 0 0 0 0) + (uuid "685e7f09-d28a-4787-a3d9-3b3999b9d996") + ) + (junction + (at 182.88 83.82) + (diameter 0) + (color 0 0 0 0) + (uuid "68e1a3c8-4eb9-4bf3-a02c-27d517f8f4db") + ) + (junction + (at 143.51 142.24) + (diameter 0) + (color 0 0 0 0) + (uuid "81ddb8ed-62df-4083-a2ce-8619123e65a8") + ) + (junction + (at 129.54 152.4) + (diameter 0) + (color 0 0 0 0) + (uuid "901a3fb7-a9ef-486d-afe4-5695139369e9") + ) + (junction + (at 104.14 167.64) + (diameter 0) + (color 0 0 0 0) + (uuid "996725db-7dfa-4a6e-8989-322d6ad6699e") + ) + (junction + (at 129.54 147.32) + (diameter 0) + (color 0 0 0 0) + (uuid "a81ebac6-3aa1-4cba-939d-e392a5122519") + ) + (junction + (at 143.51 146.05) + (diameter 0) + (color 0 0 0 0) + (uuid "a90d7c02-fb3f-44d1-ab18-790d84700a4b") + ) + (junction + (at 180.34 52.07) + (diameter 0) + (color 0 0 0 0) + (uuid "c7e1edce-1d7f-42ba-9f07-468f9a153eb5") + ) + (junction + (at 147.32 135.89) + (diameter 0) + (color 0 0 0 0) + (uuid "cf3779d5-fb27-4cb0-ac0b-02ff0f940366") + ) + (junction + (at 39.37 105.41) + (diameter 0) + (color 0 0 0 0) + (uuid "d022a27e-c00d-4dd1-b001-933f3a999289") + ) + (junction + (at 91.44 162.56) + (diameter 0) + (color 0 0 0 0) + (uuid "d126237d-6c41-4123-8c2a-6a40d4f2759d") + ) + (junction + (at 125.73 46.99) + (diameter 0) + (color 0 0 0 0) + (uuid "f41dbadf-3b49-46cd-88d0-da03ae4aae65") + ) + (junction + (at 143.51 135.89) + (diameter 0) + (color 0 0 0 0) + (uuid "f9e57438-f6fb-45e0-9260-dfd82384be84") + ) + (no_connect + (at 110.49 86.36) + (uuid "07c95907-9576-453c-836e-963549d48087") + ) + (no_connect + (at 110.49 93.98) + (uuid "123b5ab3-d175-47cf-afc5-65abdc87935d") + ) + (no_connect + (at 140.97 58.42) + (uuid "1465c70d-5d62-49b8-8b42-a93e08f167de") + ) + (no_connect + (at 157.48 91.44) + (uuid "20048538-38b2-46f4-8274-bdd73ba977fd") + ) + (no_connect + (at 90.17 81.28) + (uuid "2d05179e-1d49-46d3-91cf-e98d990bcc88") + ) + (no_connect + (at 157.48 96.52) + (uuid "2e6ea199-54ae-4152-975f-87067a962c18") + ) + (no_connect + (at 140.97 106.68) + (uuid "39b1d5df-25f1-447a-90ab-40d026902560") + ) + (no_connect + (at 177.8 96.52) + (uuid "4bb56f9a-b176-41fc-9b45-834c67f2f811") + ) + (no_connect + (at 90.17 78.74) + (uuid "718e4bcc-cc5a-48fc-b8cc-a3df24d4973b") + ) + (no_connect + (at 110.49 88.9) + (uuid "76a78d50-e2c8-44ca-8cc7-1ec5b2c16702") + ) + (no_connect + (at 110.49 58.42) + (uuid "7d4cea21-e220-4454-abec-097515aaf05d") + ) + (no_connect + (at 140.97 96.52) + (uuid "879722a8-c9b7-4dc4-9470-ff82cdd4659f") + ) + (no_connect + (at 90.17 76.2) + (uuid "895e7c3b-b76c-4e3e-891e-d858e9fdecdb") + ) + (no_connect + (at 140.97 101.6) + (uuid "99272576-f7b2-4c42-a946-c72e722b0260") + ) + (no_connect + (at 157.48 93.98) + (uuid "9eb5df38-163b-40be-8314-13eee720ce00") + ) + (no_connect + (at 157.48 99.06) + (uuid "a3723ba4-7e4b-4946-9396-6d5646c1d7cf") + ) + (no_connect + (at 119.38 170.18) + (uuid "a749c33b-5a17-4525-8b9b-d217166ebfc6") + ) + (no_connect + (at 110.49 60.96) + (uuid "aa15e2f2-c271-4f9d-b1ec-fbef30537658") + ) + (no_connect + (at 140.97 99.06) + (uuid "ad6e4e6a-956a-4edc-ba7e-aef11771aeeb") + ) + (no_connect + (at 110.49 96.52) + (uuid "ba49e982-62c9-4e5f-a9a2-a8187d0a1580") + ) + (no_connect + (at 140.97 111.76) + (uuid "c3430a33-cb40-43b5-a055-233392fe7afc") + ) + (no_connect + (at 140.97 93.98) + (uuid "ca3acdef-c453-4423-a457-47c75fd512e3") + ) + (no_connect + (at 110.49 91.44) + (uuid "da21b2ae-600b-4056-88ba-6f6f8e02cddb") + ) + (no_connect + (at 177.8 99.06) + (uuid "dd330323-2942-4ab6-ac64-6af827f1224e") + ) + (no_connect + (at 177.8 91.44) + (uuid "eb4644d5-57df-4e31-9d74-16cd05840a9f") + ) + (no_connect + (at 177.8 93.98) + (uuid "ec9c8b31-3ff6-440e-a854-e3259c42783d") + ) + (no_connect + (at 90.17 83.82) + (uuid "ef967d6a-32bf-41d8-9e22-bf8921f6feff") + ) + (no_connect + (at 140.97 104.14) + (uuid "f15484e9-549a-4789-92dc-4dc8b731487a") + ) + (no_connect + (at 110.49 83.82) + (uuid "f3abb8a6-248d-46a1-a983-b59d009567fc") + ) + (wire + (pts + (xy 170.18 46.99) (xy 157.48 46.99) + ) + (stroke + (width 0) + (type default) + ) + (uuid "03c7e856-2652-48fe-851f-fc188569817c") + ) + (wire + (pts + (xy 121.92 160.02) (xy 124.46 160.02) + ) + (stroke + (width 0) + (type default) + ) + (uuid "04279cba-73c0-4280-99a6-b603dfbcf889") + ) + (wire + (pts + (xy 125.73 46.99) (xy 125.73 48.26) + ) + (stroke + (width 0) + (type default) + ) + (uuid "053c8744-5f79-46c9-97c1-f3bc4bb5772e") + ) + (wire + (pts + (xy 121.92 157.48) (xy 121.92 160.02) + ) + (stroke + (width 0) + (type default) + ) + (uuid "065c61d2-7bd8-4529-b9d9-08b529195b6c") + ) + (wire + (pts + (xy 104.14 167.64) (xy 104.14 173.99) + ) + (stroke + (width 0) + (type default) + ) + (uuid "09113196-550c-475f-9ace-c954c7cea041") + ) + (wire + (pts + (xy 170.18 67.31) (xy 162.56 67.31) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0b7e0adb-829f-456c-9da3-6f574197b782") + ) + (wire + (pts + (xy 143.51 36.83) (xy 143.51 53.34) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0b96a1b6-b6f5-491d-894f-b868fb6cb7c2") + ) + (wire + (pts + (xy 143.51 146.05) (xy 139.7 146.05) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0f8cdce3-567f-4dc0-a185-40c20ccf2405") + ) + (wire + (pts + (xy 181.61 78.74) (xy 182.88 78.74) + ) + (stroke + (width 0) + (type default) + ) + (uuid "128accb0-cdec-439d-b5e8-e1cf8dfed0fd") + ) + (wire + (pts + (xy 91.44 162.56) (xy 104.14 162.56) + ) + (stroke + (width 0) + (type default) + ) + (uuid "16c17a3e-2898-4ba2-afc2-90386a11a8fd") + ) + (wire + (pts + (xy 172.72 156.21) (xy 167.64 156.21) + ) + (stroke + (width 0) + (type default) + ) + (uuid "193cd6cf-557c-49ec-9063-9542960091e1") + ) + (wire + (pts + (xy 153.67 78.74) (xy 153.67 88.9) + ) + (stroke + (width 0) + (type default) + ) + (uuid "19850b41-6522-410e-ac2f-55ad0e328463") + ) + (wire + (pts + (xy 154.94 63.5) (xy 154.94 36.83) + ) + (stroke + (width 0) + (type default) + ) + (uuid "19b67adb-8aa5-4248-964d-c844d0a7b269") + ) + (wire + (pts + (xy 129.54 146.05) (xy 129.54 147.32) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2061e6b2-7d4c-449d-94c9-2fb4f8f79b9a") + ) + (wire + (pts + (xy 147.32 135.89) (xy 143.51 135.89) + ) + (stroke + (width 0) + (type default) + ) + (uuid "223fa2d7-4866-4114-bcc8-e4f99bf4f770") + ) + (wire + (pts + (xy 172.72 142.24) (xy 172.72 147.32) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2a84f35c-aaf6-4f5e-8343-28fab0d5b697") + ) + (wire + (pts + (xy 68.58 128.27) (xy 78.74 128.27) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2ccf25ee-2335-42b7-b86a-f9f885ab9d21") + ) + (wire + (pts + (xy 80.01 99.06) (xy 82.55 99.06) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2d3583ad-dcc2-4e76-9b06-710a935203e1") + ) + (wire + (pts + (xy 104.14 152.4) (xy 104.14 162.56) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2e2f8d74-75c2-444d-ba78-b6a176de8de4") + ) + (wire + (pts + (xy 187.96 83.82) (xy 182.88 83.82) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2f1b57db-a818-4893-9571-f072d22709c4") + ) + (wire + (pts + (xy 153.67 88.9) (xy 157.48 88.9) + ) + (stroke + (width 0) + (type default) + ) + (uuid "33795d35-cb1d-47cb-927f-353971305717") + ) + (wire + (pts + (xy 143.51 135.89) (xy 143.51 142.24) + ) + (stroke + (width 0) + (type default) + ) + (uuid "397efe6f-ed3c-4212-b55d-6d5f20ed36d7") + ) + (wire + (pts + (xy 66.04 81.28) (xy 66.04 80.01) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3caa108d-9caa-41c9-88da-021773b9d4dd") + ) + (wire + (pts + (xy 140.97 78.74) (xy 153.67 78.74) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3e97969f-99d6-4c92-9c38-1584479136fd") + ) + (wire + (pts + (xy 167.64 149.86) (xy 167.64 156.21) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3f02a357-d2a6-4bb4-873b-f637b7bdd816") + ) + (wire + (pts + (xy 181.61 78.74) (xy 181.61 83.82) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3fd8ffd1-6866-4fae-95d0-ccc74fac28ee") + ) + (wire + (pts + (xy 134.62 146.05) (xy 129.54 146.05) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4078fefd-3e0a-4112-9c2a-0407b0da377e") + ) + (wire + (pts + (xy 91.44 143.51) (xy 91.44 151.13) + ) + (stroke + (width 0) + (type default) + ) + (uuid "43215b98-5133-4e29-8bee-5a0de9d2b14d") + ) + (wire + (pts + (xy 104.14 162.56) (xy 104.14 167.64) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4498523f-9295-4320-a3a1-7c4fd5766dd4") + ) + (wire + (pts + (xy 156.21 83.82) (xy 157.48 83.82) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4603bff7-8acc-483a-94ca-e934eb3424c2") + ) + (wire + (pts + (xy 140.97 109.22) (xy 147.32 109.22) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4686f3fe-b7e9-4482-82c6-433199815ab4") + ) + (wire + (pts + (xy 140.97 68.58) (xy 160.02 68.58) + ) + (stroke + (width 0) + (type default) + ) + (uuid "471b9809-f667-4ee7-9b9a-52f06deca66b") + ) + (wire + (pts + (xy 88.9 143.51) (xy 91.44 143.51) + ) + (stroke + (width 0) + (type default) + ) + (uuid "489576d9-c6c5-448a-ab3d-e067f0ec21e8") + ) + (wire + (pts + (xy 66.04 83.82) (xy 66.04 85.09) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4971bb14-248f-45af-9915-afba99be755c") + ) + (wire + (pts + (xy 162.56 71.12) (xy 140.97 71.12) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4dd52392-90be-4df8-8848-ee884e474f39") + ) + (wire + (pts + (xy 116.84 160.02) (xy 114.3 160.02) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4ee7b37d-d9c0-4778-8874-5f97e6a27c0c") + ) + (wire + (pts + (xy 156.21 73.66) (xy 156.21 83.82) + ) + (stroke + (width 0) + (type default) + ) + (uuid "509f8f44-bf9d-40d3-af65-477afa3575c3") + ) + (wire + (pts + (xy 116.84 157.48) (xy 116.84 160.02) + ) + (stroke + (width 0) + (type default) + ) + (uuid "51a37a07-379e-45fb-86be-e33e18ac84db") + ) + (wire + (pts + (xy 154.94 76.2) (xy 154.94 86.36) + ) + (stroke + (width 0) + (type default) + ) + (uuid "569d10fe-5c1b-4761-a6e7-18b30dcb814b") + ) + (wire + (pts + (xy 54.61 80.01) (xy 66.04 80.01) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5815bf3a-c0de-4c48-b524-ad432975c540") + ) + (wire + (pts + (xy 143.51 142.24) (xy 162.56 142.24) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5c15bc25-0a23-468d-a814-7c241ff38c25") + ) + (wire + (pts + (xy 180.34 52.07) (xy 180.34 57.15) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6360e9e7-513d-402c-96b8-b9f48191d48b") + ) + (wire + (pts + (xy 154.94 36.83) (xy 170.18 36.83) + ) + (stroke + (width 0) + (type default) + ) + (uuid "638ed08b-80e0-49f8-a8d8-23781eac30f9") + ) + (wire + (pts + (xy 66.04 83.82) (xy 69.85 83.82) + ) + (stroke + (width 0) + (type default) + ) + (uuid "648e372c-bbe4-4316-b62e-1b5fc2b1a241") + ) + (wire + (pts + (xy 140.97 73.66) (xy 156.21 73.66) + ) + (stroke + (width 0) + (type default) + ) + (uuid "67e35106-677b-45ee-8bb5-f3391aa08129") + ) + (wire + (pts + (xy 143.51 59.69) (xy 140.97 60.96) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6aa65ed4-93c4-4a76-a4cc-b229cc49a263") + ) + (wire + (pts + (xy 172.72 142.24) (xy 181.61 142.24) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6b9e7e23-0041-49fe-85eb-a50c53ed26ca") + ) + (wire + (pts + (xy 181.61 83.82) (xy 177.8 83.82) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6dd7ec18-2fed-4240-81de-544fa7c9d4b6") + ) + (wire + (pts + (xy 68.58 135.89) (xy 68.58 128.27) + ) + (stroke + (width 0) + (type default) + ) + (uuid "701c8e8a-a3b3-4c86-8c90-cb1640118a79") + ) + (wire + (pts + (xy 66.04 81.28) (xy 69.85 81.28) + ) + (stroke + (width 0) + (type default) + ) + (uuid "710e12d5-1c74-4319-b818-a857661d93b1") + ) + (wire + (pts + (xy 66.04 85.09) (xy 54.61 85.09) + ) + (stroke + (width 0) + (type default) + ) + (uuid "74b86f57-1ca0-4621-9316-c80935198357") + ) + (wire + (pts + (xy 180.34 46.99) (xy 180.34 52.07) + ) + (stroke + (width 0) + (type default) + ) + (uuid "77cf9d13-6f63-4178-8c0d-ac26c9ba63fb") + ) + (wire + (pts + (xy 182.88 86.36) (xy 177.8 86.36) + ) + (stroke + (width 0) + (type default) + ) + (uuid "78ca9e32-9a13-4174-97d0-21a1ff4ff98c") + ) + (wire + (pts + (xy 160.02 68.58) (xy 160.02 57.15) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7ad91282-1e00-468c-bfba-3c28b33bfe53") + ) + (wire + (pts + (xy 88.9 39.37) (xy 92.71 39.37) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7d40a7c9-2fe1-47b1-89c5-e7141df59c97") + ) + (wire + (pts + (xy 78.74 162.56) (xy 78.74 153.67) + ) + (stroke + (width 0) + (type default) + ) + (uuid "821d025c-6734-45dc-900c-a32f2d1a5741") + ) + (wire + (pts + (xy 162.56 67.31) (xy 162.56 71.12) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8477ff74-c2d6-4c27-ac23-838b8ba67213") + ) + (wire + (pts + (xy 125.73 27.94) (xy 125.73 31.75) + ) + (stroke + (width 0) + (type default) + ) + (uuid "944eee98-ab23-4137-9796-b4d01319351d") + ) + (wire + (pts + (xy 154.94 86.36) (xy 157.48 86.36) + ) + (stroke + (width 0) + (type default) + ) + (uuid "949cb3a0-cd66-41ef-ba71-ba508c267cba") + ) + (wire + (pts + (xy 156.21 156.21) (xy 162.56 156.21) + ) + (stroke + (width 0) + (type default) + ) + (uuid "94fa42ef-46b3-47f7-89d0-0603ecc6b84b") + ) + (wire + (pts + (xy 88.9 135.89) (xy 143.51 135.89) + ) + (stroke + (width 0) + (type default) + ) + (uuid "983c757a-3b41-4bc1-839a-d7f84fa01d31") + ) + (wire + (pts + (xy 76.2 153.67) (xy 76.2 162.56) + ) + (stroke + (width 0) + (type default) + ) + (uuid "991066ec-b675-4dc1-8ff8-ef3e3f663be1") + ) + (wire + (pts + (xy 91.44 162.56) (xy 78.74 162.56) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9d7a5af4-974c-48d1-af7d-784392354af9") + ) + (wire + (pts + (xy 88.9 140.97) (xy 99.06 140.97) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9eddb2fd-640a-4e18-876a-535fcd371e97") + ) + (wire + (pts + (xy 99.06 140.97) (xy 99.06 128.27) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a1655cbb-d809-4ba0-99ca-9a816139125f") + ) + (wire + (pts + (xy 78.74 124.46) (xy 78.74 128.27) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a4bcd240-a07e-4065-9aef-d5b676ffd5c0") + ) + (wire + (pts + (xy 99.06 128.27) (xy 78.74 128.27) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a862d291-e6eb-4347-b8a3-81feaa1e16a3") + ) + (wire + (pts + (xy 180.34 36.83) (xy 180.34 46.99) + ) + (stroke + (width 0) + (type default) + ) + (uuid "acd7922e-e2d8-443f-a433-45f935cd8b57") + ) + (wire + (pts + (xy 90.17 71.12) (xy 92.71 71.12) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ae56cf30-3178-4ec6-8b0f-dfdbbdd8649a") + ) + (wire + (pts + (xy 76.2 162.56) (xy 78.74 162.56) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b1827c6f-1a33-4ee5-b3ab-163097359e3c") + ) + (wire + (pts + (xy 143.51 153.67) (xy 129.54 153.67) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b472fb5a-5fb3-409a-a083-07e5feb70c46") + ) + (wire + (pts + (xy 105.41 46.99) (xy 125.73 46.99) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b4884e2c-18ed-4b78-b473-60e0ed6ec224") + ) + (wire + (pts + (xy 57.15 76.2) (xy 57.15 74.93) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b86167d1-b4e5-47b9-a00f-a76bb8a2c116") + ) + (wire + (pts + (xy 172.72 152.4) (xy 172.72 156.21) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b9e8e21b-162c-493c-9c89-b8de422960db") + ) + (wire + (pts + (xy 182.88 83.82) (xy 182.88 86.36) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c0179bcd-8592-43c7-b6f2-d40e5bca9caf") + ) + (wire + (pts + (xy 157.48 66.04) (xy 140.97 66.04) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c13033c2-e23c-461e-ba28-3ae9d8d3dcb6") + ) + (wire + (pts + (xy 140.97 53.34) (xy 143.51 53.34) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c173804e-fddd-428b-8157-97577b876156") + ) + (wire + (pts + (xy 104.14 167.64) (xy 109.22 167.64) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c1d48f00-9ef5-416b-b9a0-75946d35f7b6") + ) + (wire + (pts + (xy 90.17 73.66) (xy 92.71 73.66) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c4cb944e-60db-4cf8-9554-e0ccd3010cc1") + ) + (wire + (pts + (xy 57.15 74.93) (xy 54.61 74.93) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cb3d7166-ef7e-4209-bcd8-c0e3effcefdf") + ) + (wire + (pts + (xy 31.75 105.41) (xy 39.37 105.41) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cd183291-2fab-4a5a-90ad-295f5bb890ce") + ) + (wire + (pts + (xy 80.01 96.52) (xy 80.01 99.06) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d4cb0ed1-83c9-4310-aee2-769ba53bf440") + ) + (wire + (pts + (xy 91.44 156.21) (xy 91.44 162.56) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d556eadc-62b2-45b6-b0b9-5a446e6ef3a1") + ) + (wire + (pts + (xy 147.32 109.22) (xy 147.32 135.89) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d81d8744-eb54-40ce-99f4-9e359be04ce4") + ) + (wire + (pts + (xy 129.54 153.67) (xy 129.54 167.64) + ) + (stroke + (width 0) + (type default) + ) + (uuid "db167330-ab1e-4d82-be62-75358645ce5c") + ) + (wire + (pts + (xy 157.48 46.99) (xy 157.48 66.04) + ) + (stroke + (width 0) + (type default) + ) + (uuid "db4c52a1-5a7d-4a7a-a475-d5ffbc6a940b") + ) + (wire + (pts + (xy 160.02 57.15) (xy 170.18 57.15) + ) + (stroke + (width 0) + (type default) + ) + (uuid "dce9d3dd-602e-4d55-91f2-ea44f7e0d0d5") + ) + (wire + (pts + (xy 180.34 57.15) (xy 180.34 67.31) + ) + (stroke + (width 0) + (type default) + ) + (uuid "dda2c003-4420-4797-aefa-ab1ec79816e2") + ) + (wire + (pts + (xy 92.71 31.75) (xy 92.71 39.37) + ) + (stroke + (width 0) + (type default) + ) + (uuid "df199e67-8fc9-41f8-9734-419f3088f1ec") + ) + (wire + (pts + (xy 140.97 76.2) (xy 154.94 76.2) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e50dbc20-c858-4954-a697-b82bd4defe60") + ) + (wire + (pts + (xy 129.54 153.67) (xy 129.54 152.4) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e546343d-8b5e-4b3f-a93f-cdda3415b1d5") + ) + (wire + (pts + (xy 105.41 53.34) (xy 105.41 46.99) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e8777fd7-f4a3-46fa-b7a1-f85473f70b31") + ) + (wire + (pts + (xy 57.15 72.39) (xy 54.61 72.39) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e9976d00-8e16-48cc-aba1-608606006253") + ) + (wire + (pts + (xy 182.88 88.9) (xy 177.8 88.9) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ed5fd736-d9cc-4083-ac2f-718889b2aa16") + ) + (wire + (pts + (xy 140.97 63.5) (xy 154.94 63.5) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f0d7525a-d433-4af2-9611-d4e4248465b1") + ) + (wire + (pts + (xy 162.56 156.21) (xy 167.64 156.21) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f87021fc-f02b-426c-8687-f96750e45835") + ) + (wire + (pts + (xy 88.9 34.29) (xy 95.25 34.29) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f8738e37-0104-4e3f-bbd0-4aa3cfde195e") + ) + (wire + (pts + (xy 95.25 31.75) (xy 95.25 34.29) + ) + (stroke + (width 0) + (type default) + ) + (uuid "fa5a11c5-6470-489c-8f04-279f93337cc7") + ) + (wire + (pts + (xy 143.51 142.24) (xy 143.51 146.05) + ) + (stroke + (width 0) + (type default) + ) + (uuid "fdc47c48-9d28-4b43-b132-83f05feec48e") + ) + (label "SW_BACK" + (at 144.78 71.12 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "0536a578-4d78-479f-ae1e-66f869437759") + ) + (label "LED_G" + (at 144.78 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "38a6dee3-e157-4cef-be19-0c9e115f90d8") + ) + (label "LED_B" + (at 144.78 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "5015b317-12a9-40a0-a008-b4c8d5d48379") + ) + (label "SW_RIGHT" + (at 144.78 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "575c571c-e13a-4ce0-a6e0-ab6d95f999fd") + ) + (label "LED_R" + (at 144.78 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "7fc0d808-0f95-400d-a562-4f64eef79fcd") + ) + (label "SW_FORWARD" + (at 144.78 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "b326cb6d-cfda-4cb6-a22e-dd27c9d09bb2") + ) + (label "SW_LEFT" + (at 144.78 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "d4334069-6e12-40a2-b66e-a5d4025d00f6") + ) + (global_label "ESP_SDA" + (shape input) + (at 140.97 88.9 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "00ec1a67-d994-4324-a45c-201b7b4e812f") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 152.1194 88.9 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + ) + (global_label "ESP_DTR" + (shape input) + (at 97.79 73.66 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "0ea5419c-1311-4870-8e65-664b7ea67685") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 108.8789 73.66 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + ) + (global_label "ESP_TX" + (shape input) + (at 140.97 55.88 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "178329c6-be4d-4ce2-b41e-961ba6b93ccc") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 150.7284 55.88 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + ) + (global_label "ESP_SDA" + (shape input) + (at 92.71 31.75 90) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "1eb9e4ef-7bc8-41f8-bb06-e98afc130216") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 92.71 20.6006 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + ) + (global_label "BAT_STDBY" + (shape input) + (at 68.58 143.51 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "3f5ab48a-a3b9-4a9a-bfa1-6a888466c60e") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 55.4953 143.51 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + ) + (global_label "ESP_RTS" + (shape input) + (at 143.51 53.34 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "5d5fb85f-c7bb-4e07-b76b-d611f6d2349b") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 154.5384 53.34 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + ) + (global_label "ESP_RX" + (shape input) + (at 143.51 59.69 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "5e07b6f1-b23c-46d3-be58-fec9b99ef199") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 153.5708 59.69 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + ) + (global_label "ESP_SCL" + (shape input) + (at 95.25 31.75 90) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "97b7d952-9d9b-4563-b847-0b0a692b4403") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 95.25 20.6611 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + ) + (global_label "ESP_DTR" + (shape input) + (at 105.41 53.34 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "b6f60e11-9f19-43ed-97f0-3238d6fe0971") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 94.3211 53.34 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + ) + (global_label "ESP_RTS" + (shape input) + (at 97.79 71.12 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "bbef6465-45dc-444c-b933-5588d07612f8") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 108.8184 71.12 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + ) + (global_label "BAT_CHRG" + (shape input) + (at 140.97 83.82 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "bf06b57f-06db-4be1-addf-a5b288f75eb7") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 153.3895 83.82 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + ) + (global_label "ESP_TX" + (shape input) + (at 90.17 88.9 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "cdfcf3e0-2107-43b2-8b41-0191ba61ab71") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 99.9284 88.9 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + ) + (global_label "ESP_SCL" + (shape input) + (at 140.97 91.44 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "dd812254-3f5a-4991-b493-ff872d72a64b") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 152.0589 91.44 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + ) + (global_label "BAT_CHRG" + (shape input) + (at 68.58 140.97 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "ddcdc5d9-206c-4a9a-b611-31e542719761") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 56.1605 140.97 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + ) + (global_label "BAT_STDBY" + (shape input) + (at 140.97 86.36 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "e01db20d-e4cd-4da6-80f4-c6cd8f574e75") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 154.0547 86.36 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + ) + (global_label "ESP_RX" + (shape input) + (at 90.17 91.44 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "facf3857-5ba5-4fa7-ac64-f945b0f61f61") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 100.2308 91.44 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + ) + (symbol + (lib_id "power:VBUS") + (at 78.74 124.46 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "05535382-549a-45a6-a0e9-df645edbd7be") + (property "Reference" "#PWR014" + (at 78.74 128.27 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "VBUS" + (at 78.74 119.38 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 78.74 124.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 78.74 124.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"VBUS\"" + (at 78.74 124.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "73dee334-ac56-4966-969b-d02fffb35366") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "#PWR014") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 228.6 29.21 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "06287996-e46f-4261-9ad2-f0c80a36907d") + (property "Reference" "#PWR017" + (at 228.6 35.56 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 228.6 34.29 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 228.6 29.21 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 228.6 29.21 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 228.6 29.21 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "970d0bf1-bffd-4edc-9aab-679e78677b82") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "#PWR017") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Switch:SW_Push") + (at 175.26 36.83 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "0a226299-1c4e-4385-8d3a-ed67f1b3da9e") + (property "Reference" "SW1" + (at 175.26 29.21 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Left" + (at 175.26 31.75 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "commeownder:SW_Cherry_MX_EdgeMount" + (at 175.26 31.75 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 175.26 31.75 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Push button switch, generic, two pins" + (at 175.26 36.83 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "a35f1402-9132-4e9c-9544-c92803a72488") + ) + (pin "2" + (uuid "cd0c3281-8833-4e82-a959-f6539e9f6b89") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "SW1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 125.73 119.38 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "0cf6856e-7cd9-4132-a0df-d0fd96557530") + (property "Reference" "#PWR020" + (at 125.73 125.73 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 125.73 124.46 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 125.73 119.38 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 125.73 119.38 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 125.73 119.38 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "3620a7ce-98eb-4458-b9c7-ca3d9f25d4c3") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "#PWR020") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 62.23 76.2 90) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "11da47de-af31-4b25-a0e7-c4fb14657366") + (property "Reference" "#PWR028" + (at 68.58 76.2 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 66.04 76.1999 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 62.23 76.2 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 62.23 76.2 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 62.23 76.2 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "5dc37588-29f6-4eb4-ae03-7812006a610e") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "#PWR028") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Battery_Management:DW01A") + (at 119.38 149.86 0) + (mirror y) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "129c5e97-e29f-4216-903e-6e7aa5162cc8") + (property "Reference" "U7" + (at 119.38 139.7 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "DW01A" + (at 119.38 142.24 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23-6" + (at 119.38 149.86 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "https://hmsemi.com/downfile/DW01A.PDF" + (at 119.38 149.86 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Overcharge, overcurrent and overdischarge protection IC for single cell lithium-ion/polymer battery" + (at 119.126 148.336 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "3986d0bb-86e5-4ac2-b07f-44cec2cc075c") + ) + (pin "2" + (uuid "f11acecb-b61e-4b7b-8312-3dc7bc709008") + ) + (pin "3" + (uuid "81b56fe0-2855-44fd-a5f4-3108481676fa") + ) + (pin "5" + (uuid "cce561de-0b4c-49a3-b300-7c28c1c09b92") + ) + (pin "6" + (uuid "a4d82bfc-bd64-471f-ad1a-45a02b658fc3") + ) + (pin "4" + (uuid "01be7cad-245b-43b1-bd9c-16c5b89aef10") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "U7") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 62.23 72.39 90) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "15d6137d-3b1f-4330-b207-92e0813c5c30") + (property "Reference" "#PWR07" + (at 68.58 72.39 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 66.04 72.3899 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 62.23 72.39 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 62.23 72.39 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 62.23 72.39 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "ab16e4b9-2b36-47a5-9da9-53d1bb032042") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "#PWR07") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 162.56 161.29 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "16749222-ba46-440d-af5c-882f615f1807") + (property "Reference" "#PWR010" + (at 162.56 167.64 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 162.56 166.37 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 162.56 161.29 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 162.56 161.29 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 162.56 161.29 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "21585d4d-3c7b-44d7-bfcd-0e404a228c75") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "#PWR010") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Transistor_Array:TPL7407LAD") + (at 167.64 88.9 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "183ffa47-47e5-4220-b6a9-4636a9e39456") + (property "Reference" "U3" + (at 169.7833 71.12 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "TPL7407LAD" + (at 169.7833 73.66 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_SO:SOIC-16_3.9x9.9mm_P1.27mm" + (at 167.64 116.586 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "https://www.ti.com/lit/gpn/tpl7407la" + (at 167.64 114.554 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "7-Channel Low Side Driver, CMOS Improvement of Darlington Array, 30V, SOIC-16" + (at 167.894 118.618 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "5" + (uuid "f5c4b78c-9865-4d2d-b78e-e30dbb409dc8") + ) + (pin "1" + (uuid "6ad52b37-e33b-462a-9dd9-b39e4613f903") + ) + (pin "2" + (uuid "2dbf9c24-ab7a-4bc4-aecb-6d18864af0b5") + ) + (pin "3" + (uuid "92311fbc-2233-4179-b7c2-b2d7e7465e03") + ) + (pin "4" + (uuid "c4ef58fd-3642-412d-b68b-70c1123ccda6") + ) + (pin "6" + (uuid "603fe46a-8f6b-4e7f-b6bb-9de5da0dcb86") + ) + (pin "7" + (uuid "a63466e9-a5d6-4450-8904-8deeb19fdf01") + ) + (pin "8" + (uuid "184c4c7b-b8cf-4f2e-80ae-89ef64c587f8") + ) + (pin "9" + (uuid "c3fcac5b-9035-4b88-9fc8-e516238acbf3") + ) + (pin "10" + (uuid "fc29e72d-f856-444b-b1cc-1116874ffb59") + ) + (pin "11" + (uuid "a56b9113-3555-4a12-854a-892e246f4966") + ) + (pin "12" + (uuid "db53b0bc-b6b1-4de0-a0a6-3aefafb8495d") + ) + (pin "13" + (uuid "c339f684-d0af-4af4-8e76-e99cd139950d") + ) + (pin "14" + (uuid "e7927801-8d79-4700-ba3f-2897b4a74df9") + ) + (pin "15" + (uuid "c419d2d2-7a07-4add-8da4-282bdbd70d59") + ) + (pin "16" + (uuid "13611d69-8e2d-4e39-a8bb-a0e70fd56088") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "U3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_Small") + (at 59.69 72.39 90) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "23de9319-b041-4a81-9cd4-5108cbfa690d") + (property "Reference" "R7" + (at 59.69 77.47 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (property "Value" "5.1k" + (at 59.69 74.93 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" + (at 59.69 72.39 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 59.69 72.39 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor, small symbol" + (at 59.69 72.39 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "9c713297-f1bf-4f19-a4fd-c9e8fe62773a") + ) + (pin "2" + (uuid "3f3b0a35-fec0-4c67-8c9d-42ede3f43190") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "R7") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+BATT") + (at 242.57 29.21 180) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "2449adc6-2baf-491d-b748-e1efa6a327c9") + (property "Reference" "#PWR016" + (at 242.57 25.4 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "+BATT" + (at 242.57 34.29 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 242.57 29.21 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 242.57 29.21 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+BATT\"" + (at 242.57 29.21 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "ebe2e701-1b2d-4ceb-8916-cd940e40e494") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "#PWR016") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VBUS") + (at 54.61 67.31 270) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "25ae14ae-7e83-478e-aebf-76c50706b327") + (property "Reference" "#PWR013" + (at 50.8 67.31 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "VBUS" + (at 58.42 67.3099 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 54.61 67.31 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 54.61 67.31 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"VBUS\"" + (at 54.61 67.31 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "402a05f3-0ef7-4555-bc7e-543365602c77") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "#PWR013") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C_Small") + (at 162.56 158.75 0) + (mirror y) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "281d26a1-bc5e-4e01-bda6-5d6105341067") + (property "Reference" "C2" + (at 160.02 157.4862 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "0.1uF" + (at 160.02 160.0262 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0402_1005Metric" + (at 162.56 158.75 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 162.56 158.75 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor, small symbol" + (at 162.56 158.75 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "2" + (uuid "c8c72af6-6959-4887-bfef-7294c239b495") + ) + (pin "1" + (uuid "4c21cacb-d9d4-41bd-8d16-10884ac3142b") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "C2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_Small") + (at 185.42 78.74 270) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "306ed26d-2239-4c4b-8f07-7e752e874041") + (property "Reference" "R2" + (at 185.42 73.66 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (property "Value" "100" + (at 185.42 76.2 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" + (at 185.42 78.74 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 185.42 78.74 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor, small symbol" + (at 185.42 78.74 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "6e18d42b-ee3e-40cd-aa82-ee701dd94b1b") + ) + (pin "2" + (uuid "6be80e8d-7165-402c-8209-af5e501b952c") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "R2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 80.01 66.04 180) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "33cc157b-3dfd-46b8-808d-e99b47e77012") + (property "Reference" "#PWR021" + (at 80.01 59.69 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 80.01 60.96 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 80.01 66.04 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 80.01 66.04 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 80.01 66.04 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "513de5b1-919e-499f-8002-f9d65f844ef9") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "#PWR021") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Switch:SW_Push") + (at 175.26 46.99 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "33e5aab6-db86-41d6-b681-224f248d38c4") + (property "Reference" "SW2" + (at 175.26 39.37 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Right" + (at 175.26 41.91 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "commeownder:SW_Cherry_MX_EdgeMount" + (at 175.26 41.91 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 175.26 41.91 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Push button switch, generic, two pins" + (at 175.26 46.99 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "c37f36c4-0e8f-48b8-8215-ac934a9a853d") + ) + (pin "2" + (uuid "cd86b042-c40a-4ed7-b7bd-cb62a143c6b5") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "SW2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 87.63 99.06 90) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "33fc6c26-b616-4aae-82c7-bcbb0834070d") + (property "Reference" "#PWR024" + (at 93.98 99.06 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 91.44 99.0599 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 87.63 99.06 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 87.63 99.06 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 87.63 99.06 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "039c3a40-dfe3-4c30-99ec-9d39b8d62ccf") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "#PWR024") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_Small") + (at 106.68 152.4 270) + (mirror x) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "3521fb3f-2fc4-4cb7-9527-719e0f03b2df") + (property "Reference" "R4" + (at 106.68 147.32 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (property "Value" "1k" + (at 106.68 149.86 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" + (at 106.68 152.4 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 106.68 152.4 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor, small symbol" + (at 106.68 152.4 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "8147bce7-abde-47f5-b83d-8713f5516cc5") + ) + (pin "2" + (uuid "fc682458-3d45-4f91-a7cb-3b488c13cf67") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "R4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 143.51 31.75 180) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "3818ae61-9b31-4c1e-979d-64a9ade27c7f") + (property "Reference" "#PWR022" + (at 143.51 25.4 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 143.51 27.686 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 143.51 31.75 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 143.51 31.75 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 143.51 31.75 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "25c7c490-f5cf-4abb-bac8-03764c7af791") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "#PWR022") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VDD") + (at 214.63 29.21 180) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "39b3fef4-6c63-4566-b7ad-1e97935917f7") + (property "Reference" "#PWR018" + (at 214.63 25.4 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "VDD" + (at 214.63 34.29 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 214.63 29.21 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 214.63 29.21 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"VDD\"" + (at 214.63 29.21 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "98f8b0d1-4148-4c8d-a3aa-79020c09e450") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "#PWR018") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_Small") + (at 143.51 34.29 180) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "3a52b42f-22cd-4599-af58-7539be123af7") + (property "Reference" "R9" + (at 138.43 34.29 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (property "Value" "10k" + (at 140.97 34.29 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" + (at 143.51 34.29 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 143.51 34.29 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor, small symbol" + (at 143.51 34.29 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "e00c2907-2d8d-47c5-8e8b-79662903c726") + ) + (pin "2" + (uuid "312e238a-4647-4b67-97c1-d9e816fe1103") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "R9") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_Small") + (at 107.95 53.34 90) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "3d9b778c-a966-4889-a23e-f07bed72f794") + (property "Reference" "R1" + (at 107.95 48.26 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (property "Value" "R_Small" + (at 107.95 50.8 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 107.95 53.34 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 107.95 53.34 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor, small symbol" + (at 107.95 53.34 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "b73c1481-0bc3-4fe1-9758-74459fadc1e9") + ) + (pin "2" + (uuid "b8e08355-40d3-469c-ae26-4ead842361bc") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "R1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:USB_C_Plug_USB2.0") + (at 39.37 82.55 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "434f1abd-07a3-4767-8d1c-5e158a652c83") + (property "Reference" "P1" + (at 39.37 59.69 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "USB_C_Plug_USB2.0" + (at 39.37 62.23 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Connector_USB:USB_C_Receptacle_GCT_USB4105-xx-A_16P_TopMnt_Horizontal" + (at 43.18 82.55 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "https://www.usb.org/sites/default/files/documents/usb_type-c.zip" + (at 43.18 82.55 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "USB 2.0-only Type-C Plug connector" + (at 39.37 82.55 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "B4" + (uuid "63b3fdca-b68b-43e4-9991-3d4ec96fe5a8") + ) + (pin "A7" + (uuid "06dc59cf-ef03-442a-868e-08dff024d90d") + ) + (pin "A12" + (uuid "c28a230d-9d24-4304-8cd1-13c5b6b1baf3") + ) + (pin "B9" + (uuid "a206939c-32cd-4463-bad2-83102b46a7d9") + ) + (pin "A6" + (uuid "333d3cf1-995a-45e9-8c11-cc3075277a80") + ) + (pin "B1" + (uuid "345e51f9-0536-4fa6-b1c7-ce26aefc7c86") + ) + (pin "A4" + (uuid "9995cbb3-fa69-449b-9794-daf9627f3a72") + ) + (pin "A5" + (uuid "fb7a8580-f13d-44d5-95c4-d46ebb1e9200") + ) + (pin "A9" + (uuid "7b43536b-ae89-41db-b2c5-6e99d02d7355") + ) + (pin "SH" + (uuid "6bb74948-39e5-48b8-a182-441d7f53469a") + ) + (pin "B12" + (uuid "0b6c038f-d3d5-47b6-817e-1aa478f81031") + ) + (pin "A1" + (uuid "6d0da6f0-401f-4ea3-84b2-03ca0d41f320") + ) + (pin "B5" + (uuid "8411f5f2-3837-423a-a924-b70913d1e984") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "P1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 78.74 46.99 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "4f6ab3e7-1e45-41bd-b838-00aa10d24c51") + (property "Reference" "#PWR015" + (at 78.74 53.34 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 78.74 52.07 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 78.74 46.99 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 78.74 46.99 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 78.74 46.99 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "f8c1b3e5-da0b-4e9c-a376-7327d7d4f611") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "#PWR015") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 167.64 161.29 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "55191168-ac94-436a-abb9-981ff6e4372a") + (property "Reference" "#PWR011" + (at 167.64 167.64 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 167.64 166.37 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 167.64 161.29 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 167.64 161.29 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 167.64 161.29 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "f3575d83-88f7-4815-9f0a-bf887989edab") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "#PWR011") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 39.37 105.41 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "58061070-8023-40d6-948a-5a8c7030868a") + (property "Reference" "#PWR02" + (at 39.37 111.76 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 39.37 110.49 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 39.37 105.41 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 39.37 105.41 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 39.37 105.41 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "877ac7e9-6106-44ae-9458-c417d4c64eec") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "#PWR02") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VDD") + (at 198.12 83.82 270) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "5a68d6b3-c39f-4b28-a30a-faa46bf0585a") + (property "Reference" "#PWR026" + (at 194.31 83.82 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "VDD" + (at 201.93 83.8199 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 198.12 83.82 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 198.12 83.82 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"VDD\"" + (at 198.12 83.82 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "60fc49d2-76cf-4a71-9f6a-7576253bb0f1") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "#PWR026") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C_Small") + (at 85.09 99.06 270) + (mirror x) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "5aefc555-6c2c-4654-94ff-aa9b66b70d97") + (property "Reference" "C4" + (at 85.0836 105.41 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100n" + (at 85.0836 102.87 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0402_1005Metric" + (at 85.09 99.06 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 85.09 99.06 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor, small symbol" + (at 85.09 99.06 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "2" + (uuid "c9575961-d99c-4456-9710-f1c974c60140") + ) + (pin "1" + (uuid "ac3ef599-f43b-4d2d-bebd-d6bb50d3fafb") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "C4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Display_Graphic:ER_OLEDM0.91_1x-I2C") + (at 78.74 36.83 0) + (mirror y) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "5fd6baf3-0b8f-4464-aa01-2ceb52c97c49") + (property "Reference" "U2" + (at 69.85 38.1001 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "ER_OLEDM0.91_1x-I2C" + (at 69.85 35.5601 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Display:ER_OLEDM0.91_1x-I2C" + (at 60.706 49.53 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "https://www.buydisplay.com/download/manual/ER-OLEDM0.91-1_Datasheet.pdf" + (at 36.068 51.562 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "SSD1306 OLED module, 0.91 inch, 128x32, I2C" + (at 52.07 53.594 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "a20ee7f7-74d3-4797-a9c2-169709e5c0e0") + ) + (pin "2" + (uuid "9fd512d2-6016-41d0-9427-857d4f2fc053") + ) + (pin "3" + (uuid "ab36ae92-f7d6-47a5-8b8c-18e97673ec92") + ) + (pin "4" + (uuid "27ec9cf8-5aaa-417f-918a-709be71ec808") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "U2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Transistor_FET:AO3401A") + (at 167.64 144.78 90) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "64123e0d-ad14-4b84-8e89-cd1d8a7aff3e") + (property "Reference" "Q1" + (at 167.64 135.89 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "AO3401A" + (at 167.64 138.43 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" + (at 169.545 139.7 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + ) + ) + (property "Datasheet" "http://www.aosmd.com/pdfs/datasheet/AO3401A.pdf" + (at 171.45 139.7 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Description" "-4.0A Id, -30V Vds, P-Channel MOSFET, SOT-23" + (at 167.64 144.78 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "3" + (uuid "05bef9ba-0e11-44ac-9bd3-02752d1221f3") + ) + (pin "2" + (uuid "665e6d2f-b09e-4662-bed7-8d404afa7c97") + ) + (pin "1" + (uuid "a5a99efc-39ab-4326-9bef-f96e00f39861") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "Q1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Interface_USB:CH340C") + (at 80.01 81.28 0) + (mirror x) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "6be44430-12b1-4460-99ab-67b9cad6315d") + (property "Reference" "U6" + (at 82.1533 66.04 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "CH340C" + (at 82.1533 63.5 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_SO:SOIC-16_3.9x9.9mm_P1.27mm" + (at 61.468 111.506 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Datasheet" "https://datasheet.lcsc.com/szlcsc/Jiangsu-Qin-Heng-CH340C_C84681.pdf" + (at 73.406 114.554 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "USB serial converter, crystal-less, UART, SOIC-16" + (at 78.486 117.348 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "ae012f66-5771-4de5-9d73-9f2586ebeb81") + ) + (pin "2" + (uuid "de2d7d84-4e8f-4dae-82f9-85f910c19de6") + ) + (pin "3" + (uuid "62095523-63f0-4efe-841a-f8f21d110025") + ) + (pin "4" + (uuid "89b1a529-d27e-4566-9e9e-ded46c1aa96a") + ) + (pin "5" + (uuid "8ae4f871-4feb-4647-a5e7-951e5703aa33") + ) + (pin "6" + (uuid "574c0366-1a8c-42cc-b933-8e311e78b214") + ) + (pin "7" + (uuid "0a548380-f8f8-44a1-91bb-bc116df2827b") + ) + (pin "8" + (uuid "2ff4c0f6-f8e5-4f4e-9265-76d96ed45e0b") + ) + (pin "9" + (uuid "ad824480-5a00-4655-a870-e2378ad8620a") + ) + (pin "10" + (uuid "29ea02cb-0a4d-4132-866b-a06e7ed354bd") + ) + (pin "11" + (uuid "46b3f734-beba-4b97-b936-46edb31d050a") + ) + (pin "12" + (uuid "9a97706a-b6e0-49a1-9c99-1ce0590de356") + ) + (pin "13" + (uuid "2accd737-dacb-4178-a13a-71729855e236") + ) + (pin "14" + (uuid "5598079b-7ffe-478c-800c-56be85942048") + ) + (pin "15" + (uuid "b6ca9e7b-253f-43e8-adf8-5a8f07f8bd86") + ) + (pin "16" + (uuid "74961d22-7ec2-4430-aec2-1f87b634f5d3") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "U6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C_Small") + (at 129.54 149.86 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "6e9689e7-8c58-49ed-866e-ebfe4b43a857") + (property "Reference" "C1" + (at 132.08 148.5962 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "0.1uF" + (at 132.08 151.1362 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0402_1005Metric" + (at 129.54 149.86 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 129.54 149.86 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor, small symbol" + (at 129.54 149.86 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "ea4e3115-0639-4164-841c-80c8e2ec0fd4") + ) + (pin "2" + (uuid "82f1c138-af5d-45df-82e3-8901c0cb1d7f") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "C1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 104.14 173.99 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "78751781-388e-4877-999d-2f17663dd090") + (property "Reference" "#PWR05" + (at 104.14 180.34 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 104.14 179.07 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 104.14 173.99 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 104.14 173.99 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 104.14 173.99 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "f10bae3d-b569-4326-9736-23f17e7b0277") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "#PWR05") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C_Small") + (at 95.25 73.66 90) + (mirror x) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "7dcfc8c0-dd93-46f6-b731-5e768daa50b3") + (property "Reference" "C5" + (at 95.2563 80.01 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100n" + (at 95.2563 77.47 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0402_1005Metric" + (at 95.25 73.66 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 95.25 73.66 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor, small symbol" + (at 95.25 73.66 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "7c0d149d-5164-4a2d-a047-7111a9501439") + ) + (pin "2" + (uuid "33c1e384-484c-4c35-a448-e6eb5bb60880") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "C5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C_Small") + (at 95.25 71.12 90) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "7ff4b756-02e8-4b96-8c3a-53f2cdb2fec9") + (property "Reference" "C3" + (at 95.2563 64.77 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100n" + (at 95.2563 67.31 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0402_1005Metric" + (at 95.25 71.12 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 95.25 71.12 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor, small symbol" + (at 95.25 71.12 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "125adc3d-8d4f-44ff-b8e6-c4f7a1e6a548") + ) + (pin "2" + (uuid "981622ee-fe9a-48c9-9599-04e8b2655ba1") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "C3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:D_Schottky_Small") + (at 172.72 149.86 270) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "824bfe19-9257-4565-ba89-07ce85759e40") + (property "Reference" "D2" + (at 175.26 148.3359 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "D_Schottky_Small" + (at 175.26 150.8759 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Diode_SMD:D_SOD-123" + (at 172.72 149.86 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 172.72 149.86 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Schottky diode, small symbol" + (at 172.72 149.86 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "b4656974-f413-42df-a68a-936cf7077fa6") + ) + (pin "2" + (uuid "3e5964ef-663c-44a8-8ad3-317ba6c4fcbf") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "D2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VDD") + (at 167.64 73.66 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "866747f8-71ac-4cc7-a9dc-50a0029a0b8e") + (property "Reference" "#PWR027" + (at 167.64 77.47 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "VDD" + (at 167.64 68.58 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 167.64 73.66 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 167.64 73.66 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"VDD\"" + (at 167.64 73.66 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "6d4a8168-527d-44c9-b9e8-d5092b66d4fc") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "#PWR027") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:TestPoint") + (at 228.6 29.21 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "89762f19-35fa-4d10-9b7b-3d66e295ed9c") + (property "Reference" "TP2" + (at 231.14 24.6379 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "TestPoint" + (at 231.14 27.1779 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "TestPoint:TestPoint_Pad_D1.5mm" + (at 233.68 29.21 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 233.68 29.21 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "test point" + (at 228.6 29.21 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "e526cb80-e9c8-498c-a83e-3fa1687a71fe") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "TP2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_Small") + (at 59.69 76.2 90) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "8a81f225-7602-49a4-b943-59e62939e217") + (property "Reference" "R11" + (at 59.69 81.28 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (property "Value" "5.1k" + (at 59.69 78.74 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" + (at 59.69 76.2 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 59.69 76.2 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor, small symbol" + (at 59.69 76.2 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "6cf71dba-8f11-41bb-94d6-45a25a41e1be") + ) + (pin "2" + (uuid "da25f5bf-7341-4193-8b8c-849b62b7aed3") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "R11") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:Battery_Cell") + (at 143.51 151.13 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "916bef7c-2c86-449d-8112-7404f33c0404") + (property "Reference" "BT1" + (at 147.32 148.0184 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Battery_Cell" + (at 147.32 150.5584 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Connector_JST:JST_PH_S2B-PH-K_1x02_P2.00mm_Horizontal" + (at 143.51 149.606 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 143.51 149.606 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Single-cell battery" + (at 143.51 151.13 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "V" + (at 143.51 151.13 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Type" "DC" + (at 143.51 151.13 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Pins" "1=+ 2=-" + (at 143.51 151.13 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "2" + (uuid "38f3e6bc-85d1-4206-9f41-d650ea03e9f1") + ) + (pin "1" + (uuid "394ba1ef-99b3-4fe1-b22d-33a7975edd82") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "BT1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_Small") + (at 91.44 153.67 0) + (mirror y) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "91b35820-60fb-4d73-be0b-881939f0b28c") + (property "Reference" "R6" + (at 93.98 152.3999 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.016 1.016) + ) + (justify right) + ) + ) + (property "Value" "2k" + (at 93.98 154.9399 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" + (at 91.44 153.67 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 91.44 153.67 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor, small symbol" + (at 91.44 153.67 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "5803a7d6-7574-4936-9bf6-4ddba0a7eed4") + ) + (pin "2" + (uuid "b2568ca3-d55a-4022-bade-a36ab623b79d") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "R6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_Small") + (at 185.42 83.82 270) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "9372295a-860e-4ed7-8f5e-2084325266dc") + (property "Reference" "R3" + (at 185.42 78.74 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (property "Value" "100" + (at 185.42 81.28 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" + (at 185.42 83.82 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 185.42 83.82 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor, small symbol" + (at 185.42 83.82 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "64ecd873-3237-4379-9514-efbfa3df42e0") + ) + (pin "2" + (uuid "603a15cb-e924-4895-8c8e-53176fe89e7c") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "R3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 180.34 52.07 90) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "9c8595bd-0e06-40e7-9b20-65c937b50a82") + (property "Reference" "#PWR01" + (at 186.69 52.07 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 184.15 52.0699 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 180.34 52.07 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 180.34 52.07 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 180.34 52.07 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "3c8ef71d-beae-4899-bf85-d861fe1a9f83") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "#PWR01") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Switch:SW_Push") + (at 175.26 67.31 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "a1b2c3d4-5e6f-7890-abcd-ef1234567891") + (property "Reference" "SW4" + (at 175.26 59.69 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Back" + (at 175.26 62.23 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "commeownder:SW_Cherry_MX_EdgeMount" + (at 175.26 62.23 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 175.26 62.23 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Push button switch, generic, two pins" + (at 175.26 67.31 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "b2c3d4e5-6f78-9012-bcde-f12345678902") + ) + (pin "2" + (uuid "c3d4e5f6-7890-1234-cdef-012345678903") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "SW4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VBUS") + (at 200.66 29.21 180) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "a5ba30ec-c910-4945-a764-a6d061910f8a") + (property "Reference" "#PWR019" + (at 200.66 25.4 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "VBUS" + (at 200.66 34.29 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 200.66 29.21 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 200.66 29.21 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"VBUS\"" + (at 200.66 29.21 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "f91ce7d5-b3ff-49ec-9efb-9e9405a2d4e4") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "#PWR019") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:TestPoint") + (at 214.63 29.21 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "a74384d5-e229-401a-b026-ce2d86bdf16d") + (property "Reference" "TP3" + (at 217.17 24.6379 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "TestPoint" + (at 217.17 27.1779 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "TestPoint:TestPoint_Pad_D1.5mm" + (at 219.71 29.21 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 219.71 29.21 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "test point" + (at 214.63 29.21 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "51335cae-1321-480c-af47-fff31c00afe5") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "TP3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VBUS") + (at 77.47 96.52 180) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "ae31c6e4-cf6b-4e36-8e9e-f6b757db0e90") + (property "Reference" "#PWR023" + (at 77.47 92.71 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "VBUS" + (at 77.47 101.6 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 77.47 96.52 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 77.47 96.52 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"VBUS\"" + (at 77.47 96.52 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "bfae192a-61c6-4547-99f9-25e44600a46a") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "#PWR023") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_Small") + (at 167.64 158.75 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "af6edb6d-3caf-4aff-b804-b888be1966ee") + (property "Reference" "R8" + (at 170.18 157.4799 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.016 1.016) + ) + (justify left) + ) + ) + (property "Value" "100k" + (at 170.18 160.0199 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" + (at 167.64 158.75 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 167.64 158.75 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor, small symbol" + (at 167.64 158.75 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "f15c0236-841d-4e21-bf62-568e34fea7d4") + ) + (pin "2" + (uuid "7fc04752-5d50-4ebe-bfad-f5d9ca6662ee") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "R8") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+BATT") + (at 147.32 135.89 270) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "b0a14def-bcab-42ec-a17f-1a1da52c2fda") + (property "Reference" "#PWR08" + (at 143.51 135.89 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "+BATT" + (at 151.13 135.8899 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 147.32 135.89 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 147.32 135.89 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+BATT\"" + (at 147.32 135.89 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "9743f12b-3976-4082-9ec6-2609fbd899fb") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "#PWR08") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:TestPoint") + (at 200.66 29.21 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "b18ae48b-8c7e-402d-bcdf-0c57fea4d40b") + (property "Reference" "TP4" + (at 203.2 24.6379 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "TestPoint" + (at 203.2 27.1779 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "TestPoint:TestPoint_Pad_D1.5mm" + (at 205.74 29.21 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 205.74 29.21 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "test point" + (at 200.66 29.21 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "ff9ab379-27a7-4c9a-8630-0970db8186e7") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "TP4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "commeownder:FS8205A") + (at 119.38 167.64 270) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "b1c2d3e4-f5a6-7890-bcde-f01234567892") + (property "Reference" "Q2" + (at 124.46 171.45 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "FS8205A" + (at 124.714 173.99 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23-6" + (at 119.38 167.64 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + ) + ) + (property "Datasheet" "https://datasheet.lcsc.com/lcsc/1811161510_Fortune-Semiconductor-FS8205A_C32254.pdf" + (at 119.38 167.64 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Description" "5.5A Id, 8.5V Vds, Common-Source Dual N-Channel MOSFET, Li-ion battery protection switch, SOT-23-6" + (at 119.38 167.64 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "c2d3e4f5-a6b7-8901-cdef-012345678903") + ) + (pin "2" + (uuid "d3e4f5a6-b7c8-9012-def0-123456789014") + ) + (pin "3" + (uuid "e4f5a6b7-c8d9-0123-ef01-234567890125") + ) + (pin "4" + (uuid "f5a6b7c8-d9e0-1234-f012-345678901236") + ) + (pin "5" + (uuid "a6b7c8d9-e0f1-2345-0123-456789012347") + ) + (pin "6" + (uuid "b7c8d9e0-f1a2-3456-1234-567890123458") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "Q2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VDD") + (at 78.74 26.67 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "b7c7d1c2-35f3-468b-911e-48f72d85672d") + (property "Reference" "#PWR09" + (at 78.74 30.48 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "VDD" + (at 78.74 21.59 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 78.74 26.67 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 78.74 26.67 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"VDD\"" + (at 78.74 26.67 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "29ff2641-954a-41b1-981b-b221cc4c9ea2") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "#PWR09") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 167.64 104.14 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "c540e6b6-bb1b-46ee-a1d9-9015276da5e6") + (property "Reference" "#PWR025" + (at 167.64 110.49 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 167.64 109.22 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 167.64 104.14 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 167.64 104.14 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 167.64 104.14 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "14fe90b3-e984-41e7-92f8-f16ddfd8dce6") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "#PWR025") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Regulator_Linear:MCP1700x-330xxTT") + (at 125.73 39.37 270) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "c7e547a2-0161-46f1-ab96-ae14a57e2670") + (property "Reference" "U5" + (at 129.54 38.0999 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "MCP1700x-330xxTT" + (at 129.54 40.6399 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" + (at 131.445 39.37 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "http://ww1.microchip.com/downloads/en/DeviceDoc/20001826D.pdf" + (at 125.73 39.37 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "250mA Low Quiscent Current LDO, 3.3V output, SOT-23" + (at 125.73 39.37 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "6e54a008-6c5e-4051-b7be-7137834648f0") + ) + (pin "2" + (uuid "31ecbfd5-36ed-45ff-9371-9482421929ef") + ) + (pin "3" + (uuid "cd858170-4530-49f7-9cdf-c57543f27df2") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "U5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_Small") + (at 185.42 88.9 270) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "c8f4c8c1-0d08-4358-bb72-018c28f4a439") + (property "Reference" "R10" + (at 185.42 83.82 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (property "Value" "100" + (at 185.42 86.36 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" + (at 185.42 88.9 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 185.42 88.9 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor, small symbol" + (at 185.42 88.9 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "e202579e-fb3b-479a-8a4c-a80977a2c49d") + ) + (pin "2" + (uuid "492405f3-d466-4484-ba8c-e020523c86fc") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "R10") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:LED_GARB") + (at 193.04 83.82 0) + (mirror x) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "cc01447b-dfde-4c79-8c4b-59b2d6165967") + (property "Reference" "D1" + (at 193.04 71.12 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LED_GARB" + (at 193.04 73.66 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Connector_JST:JST_PH_B4B-PH-K_1x04_P2.00mm_Vertical" + (at 193.04 82.55 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 193.04 82.55 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "RGB LED, green/anode/red/blue" + (at 193.04 83.82 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "2fc1495d-8cc2-4c2d-8170-b2c1c73b0424") + ) + (pin "2" + (uuid "7c56b957-d989-40fc-9df7-2f6591524c3c") + ) + (pin "3" + (uuid "009e4b46-ef93-40eb-b7c3-4699f9b3112e") + ) + (pin "4" + (uuid "3705fd87-6d2a-4bc6-8c2f-dff9e61a1cc2") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "D1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VDD") + (at 125.73 27.94 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "ce5094d0-9579-4d61-bd31-db6eb02f960f") + (property "Reference" "#PWR04" + (at 125.73 31.75 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "VDD" + (at 125.73 22.86 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 125.73 27.94 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 125.73 27.94 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"VDD\"" + (at 125.73 27.94 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "ce9035c9-41b4-4548-a446-6546a530d73d") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "#PWR04") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_Small") + (at 137.16 146.05 270) + (mirror x) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "d17c5a76-00e3-45d0-b69e-fb4df4f2b6b0") + (property "Reference" "R5" + (at 137.16 140.97 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (property "Value" "100" + (at 137.16 143.51 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" + (at 137.16 146.05 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 137.16 146.05 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor, small symbol" + (at 137.16 146.05 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "11b6b9a1-383c-4645-b81d-78a4383408b3") + ) + (pin "2" + (uuid "8ce7cbd5-f47b-4330-8ced-d840324ee7b3") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "R5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 69.85 88.9 270) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "d2dac222-c7b3-446b-a418-b56c9875ca52") + (property "Reference" "#PWR029" + (at 63.5 88.9 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 66.04 88.8999 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 69.85 88.9 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 69.85 88.9 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 69.85 88.9 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "1f893b02-a730-4581-a162-a29a9a754a77") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "#PWR029") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VDD") + (at 181.61 142.24 270) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "d618416d-236c-44ec-8c72-f79779b44002") + (property "Reference" "#PWR012" + (at 177.8 142.24 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "VDD" + (at 185.42 142.2399 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 181.61 142.24 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 181.61 142.24 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"VDD\"" + (at 181.61 142.24 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "1ff2b31c-c5a2-4fa1-8836-2c7cd1e43150") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "#PWR012") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Battery_Management:TP4056-42-ESOP8") + (at 78.74 140.97 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "d80797ba-0c20-4b82-a65d-e94cd6f66f3d") + (property "Reference" "U4" + (at 80.8833 125.73 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "TP4056-42-ESOP8" + (at 80.8833 128.27 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_SO:SOIC-8-1EP_3.9x4.9mm_P1.27mm_EP2.41x3.3mm_ThermalVias" + (at 79.248 163.83 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "https://www.lcsc.com/datasheet/lcsc_datasheet_2410121619_TOPPOWER-Nanjing-Extension-Microelectronics-TP4056-42-ESOP8_C16581.pdf" + (at 78.74 166.37 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "1A Standalone Linear Li-ion/LiPo single-cell battery charger, 4.2V ±1% charge voltage, VCC = 4.0..8.0V, SOIC-8 (SOP-8)" + (at 79.248 161.29 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "a65f5a3c-01da-470f-bec0-01fdc4fc96a7") + ) + (pin "7" + (uuid "fd8942a3-23da-40ce-9d23-d16e2573ca28") + ) + (pin "2" + (uuid "eb41a963-459d-452d-b9f0-89b319de4ee6") + ) + (pin "3" + (uuid "a35f5b8d-31b6-4778-b160-28f5b6724d4f") + ) + (pin "4" + (uuid "4346f904-516f-434d-9447-fd964c0b8d3d") + ) + (pin "5" + (uuid "98c9b2a4-86b9-4094-b5c6-dc8b065f50dc") + ) + (pin "6" + (uuid "4d287707-5326-4031-9795-e87abe1a3be0") + ) + (pin "9" + (uuid "5d02ed57-3601-43d2-9972-55ccef776473") + ) + (pin "8" + (uuid "411f8ac1-9af3-4fd6-9673-f7f6f106ddff") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "U4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Switch:SW_Push") + (at 175.26 57.15 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "e3eb2c09-4694-4bb6-bbc4-620007ef0210") + (property "Reference" "SW3" + (at 175.26 49.53 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Forward" + (at 175.26 52.07 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "commeownder:SW_Cherry_MX_EdgeMount" + (at 175.26 52.07 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 175.26 52.07 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Push button switch, generic, two pins" + (at 175.26 57.15 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "9e5cabe3-7a1f-4a0c-8762-a07083d5a970") + ) + (pin "2" + (uuid "d00cd462-d3b4-4c1c-9afc-24e7d7233235") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "SW3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VBUS") + (at 156.21 156.21 90) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "e5d5395d-f3d5-4e7f-b09a-04e98fc9099c") + (property "Reference" "#PWR03" + (at 160.02 156.21 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "VBUS" + (at 152.4 156.2099 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 156.21 156.21 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 156.21 156.21 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"VBUS\"" + (at 156.21 156.21 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "6ee70fa6-03c9-4ad9-acb2-4f6f08a37a2f") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "#PWR03") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 118.11 39.37 270) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "e7787329-8c9f-4d2a-a9e9-1b63d4abcc36") + (property "Reference" "#PWR06" + (at 111.76 39.37 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 114.3 39.3699 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 118.11 39.37 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 118.11 39.37 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 118.11 39.37 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "372441b8-f303-483d-bebe-e3119c1d4db1") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "#PWR06") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:TestPoint") + (at 242.57 29.21 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "facfd5c5-c7c5-4d35-8358-e587e6073922") + (property "Reference" "TP1" + (at 245.11 24.6379 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "TestPoint" + (at 245.11 27.1779 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "TestPoint:TestPoint_Pad_D1.5mm" + (at 247.65 29.21 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 247.65 29.21 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "test point" + (at 242.57 29.21 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "31b01a12-b4cd-4325-832a-ae59bb50e324") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "TP1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "RF_Module:ESP32-WROOM-32") + (at 125.73 83.82 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "fe0ac3fa-2b56-4af2-bdc7-ecc44763f213") + (property "Reference" "U1" + (at 127.8733 45.72 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "ESP32-WROOM-32" + (at 127.8733 48.26 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "RF_Module:ESP32-WROOM-32" + (at 125.73 121.92 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "https://www.espressif.com/sites/default/files/documentation/esp32-wroom-32_datasheet_en.pdf" + (at 118.11 82.55 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "RF Module, ESP32-D0WDQ6 SoC, Wi-Fi 802.11b/g/n, Bluetooth, BLE, 32-bit, 2.7-3.6V, onboard antenna, SMD" + (at 125.73 83.82 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "17" + (uuid "67223d9f-5f14-47ff-84a9-c16b4db66645") + ) + (pin "33" + (uuid "45bfd758-7b12-4096-8483-975bae37a5c0") + ) + (pin "32" + (uuid "c9499fc6-da15-4b35-9b5f-4d9b6bf1f829") + ) + (pin "31" + (uuid "a8bcc6e5-d17d-4c17-9060-c79b48057eeb") + ) + (pin "30" + (uuid "b1c48ffd-321a-4a61-9eb9-a83ebcb36aac") + ) + (pin "29" + (uuid "03032c6c-78bb-4bf4-8c6b-5e628e61039c") + ) + (pin "28" + (uuid "a8b7e0c6-4d3b-47dc-a1f8-d427d0c5229d") + ) + (pin "27" + (uuid "a44a831b-4366-461b-b38d-583ce0c334bf") + ) + (pin "26" + (uuid "af4ff3e9-2bf0-4788-a35f-7266a4ca3995") + ) + (pin "25" + (uuid "d925e207-3b86-4d1b-a7f9-2d780446c9dd") + ) + (pin "24" + (uuid "f7df542e-fabd-4589-a95c-23a7df146ede") + ) + (pin "23" + (uuid "e99d5d61-033f-41fb-ac90-ad01a6ff0668") + ) + (pin "22" + (uuid "a5292254-387a-4a42-b033-34f1cc5c6715") + ) + (pin "21" + (uuid "91006f22-2f6e-4d13-929f-9790fb86307a") + ) + (pin "20" + (uuid "be7a81ee-6de3-4780-9bde-d141bcf5db9f") + ) + (pin "19" + (uuid "007308fa-ddbe-4e00-a188-cde05cff664b") + ) + (pin "18" + (uuid "220c5fa7-487c-4721-b4e7-d677071e78ad") + ) + (pin "34" + (uuid "f2289af4-c11d-4f84-890b-e597f2ed6141") + ) + (pin "36" + (uuid "5763c6d1-cca3-4dd6-934c-7e5b0a0728ed") + ) + (pin "37" + (uuid "4944e5d5-0fcb-4fd7-ba57-1abe76a54415") + ) + (pin "2" + (uuid "c4f31a2b-9edb-463d-9d5d-ac09c5a5edfd") + ) + (pin "5" + (uuid "95dda854-7828-4cf9-b2c1-522fe083af35") + ) + (pin "6" + (uuid "c643d6e5-e420-4e60-9de6-3689904b2aaf") + ) + (pin "14" + (uuid "8e99ec75-f1ee-4815-8ccf-16ad15be2c42") + ) + (pin "1" + (uuid "de9b184b-abdd-4b20-91a9-6fbe0fa20e31") + ) + (pin "12" + (uuid "28818c67-cc68-4904-af3a-cb6cb4e3d093") + ) + (pin "7" + (uuid "343cf81f-44df-47e1-8fe7-dfa1add4befe") + ) + (pin "38" + (uuid "e804bb34-e738-4c08-b2e1-157f43b4270c") + ) + (pin "13" + (uuid "139320ca-c4d9-45c8-81fd-11e3a4595867") + ) + (pin "3" + (uuid "0b130ef1-f0d7-47c3-99ae-bea1b0942fbb") + ) + (pin "39" + (uuid "82227d2e-5bc5-4ae7-b828-08401723df25") + ) + (pin "35" + (uuid "d3ef153e-de8f-4bfc-a990-e051f791a768") + ) + (pin "4" + (uuid "0dc2ca07-ad54-4f3b-b117-13228bca6b51") + ) + (pin "15" + (uuid "7936d8e6-839d-43d7-9614-eac768acec1b") + ) + (pin "9" + (uuid "9253040c-b74f-4941-8820-a4dcd6dcbecd") + ) + (pin "11" + (uuid "06055bc9-e2bd-45ff-b5ef-934cc01268ea") + ) + (pin "16" + (uuid "2df2f538-aa40-4487-a6cb-150be5331c58") + ) + (pin "10" + (uuid "e2459e1c-c4cb-4726-ae4e-14cdceb01ef1") + ) + (pin "8" + (uuid "53e6acbd-eaff-4c8c-9b74-f350bcc9d5d1") + ) + (instances + (project "commeownder" + (path "/4f1ddaab-5ed8-4280-ae9f-5da3efc5b3b5" + (reference "U1") + (unit 1) + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) + (embedded_fonts no) +) diff --git a/pcb/commeownder.kicad_sym b/pcb/commeownder.kicad_sym new file mode 100644 index 0000000..c8a34a8 --- /dev/null +++ b/pcb/commeownder.kicad_sym @@ -0,0 +1,839 @@ +(kicad_symbol_lib + (version 20220914) + (generator kicad_symbol_editor) + (symbol "FS8205A" + (pin_names + (hide yes) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (duplicate_pin_numbers_are_jumpers no) + (property "Reference" "Q" + (at 2.54 6.985 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "FS8205A" + (at 2.54 5.08 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23-6" + (at 2.54 -3.81 0) + (hide yes) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + ) + ) + (property "Datasheet" "https://datasheet.lcsc.com/lcsc/1811161510_Fortune-Semiconductor-FS8205A_C32254.pdf" + (at 2.54 -5.715 0) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Description" "5.5A Id, 8.5V Vds, Common-Source Dual N-Channel MOSFET, Li-ion battery protection switch, SOT-23-6" + (at 0 0 0) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "Dual N-Channel MOSFET battery protection SOT-23-6 common source" + (at 0 0 0) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_fp_filters" "SOT?23*6*" + (at 0 0 0) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (symbol "FS8205A_0_1" + (polyline + (pts + (xy -2.286 5.08) (xy -5.08 5.08) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.286 3.175) (xy -2.286 6.985) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.778 6.858) (xy 0.762 6.858) (xy 0.762 3.302) (xy -1.778 3.302) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.778 6.35) (xy -1.778 7.366) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.778 4.572) (xy -1.778 5.588) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.778 2.794) (xy -1.778 3.81) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.524 5.08) (xy -0.508 4.699) (xy -0.508 5.461) (xy -1.524 5.08) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (circle + (center -0.889 5.08) + (radius 2.794) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 7.62) (xy 0 5.08) (xy -1.778 5.08) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (circle + (center 0 6.858) + (radius 0.254) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (circle + (center 0 3.302) + (radius 0.254) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy 0 -3.302) (xy 0 3.302) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.254 4.572) (xy 0.381 4.699) (xy 1.143 4.699) (xy 1.27 4.826) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.762 4.699) (xy 0.381 5.334) (xy 1.143 5.334) (xy 0.762 4.699) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "FS8205A_1_1" + (polyline + (pts + (xy -2.286 -3.175) (xy -2.286 -6.985) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.286 -5.08) (xy -5.08 -5.08) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.778 -2.794) (xy -1.778 -3.81) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.778 -4.572) (xy -1.778 -5.588) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.778 -6.35) (xy -1.778 -7.366) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.778 -6.858) (xy 0.762 -6.858) (xy 0.762 -3.302) (xy -1.778 -3.302) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.524 -5.08) (xy -0.508 -4.699) (xy -0.508 -5.461) (xy -1.524 -5.08) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (circle + (center -0.889 -5.08) + (radius 2.794) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (circle + (center 0 0) + (radius 0.254) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (circle + (center 0 -3.302) + (radius 0.254) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (circle + (center 0 -6.858) + (radius 0.254) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy 0 -7.62) (xy 0 -5.08) (xy -1.778 -5.08) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.254 -4.572) (xy 0.381 -4.699) (xy 1.143 -4.699) (xy 1.27 -4.826) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.762 -4.699) (xy 0.381 -5.334) (xy 1.143 -5.334) (xy 0.762 -4.699) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (pin passive line + (at 0 10.16 270) + (length 2.54) + (name "D1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 2.54 0 180) + (length 2.54) + (name "S" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -10.16 90) + (length 2.54) + (name "D2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 -5.08 0) + (length 2.54) + (name "G2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 2.54 0 180) + (length 2.54) + (hide yes) + (name "S" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 5.08 0) + (length 2.54) + (name "G1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (embedded_fonts no) + ) + + (symbol "WEO012864AE_24P" + (pin_names + (offset 1.016) + (hide yes) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (duplicate_pin_numbers_are_jumpers no) + (property "Reference" "J" + (at 7.62 2.54 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "WEO012864AE_24P" + (at 7.62 0 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Connector_FFC-FPC:Molex_503480-2400_1x24-1MP_P0.50mm_Horizontal" + (at 0 -5.08 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "https://www.winstar.com.tw/products/oled-module/graphic-oled-display/weo012864a.html" + (at 0 -7.62 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Winstar WEO012864AE COG OLED, 128x64, 24-pin FPC, CH1116 driver" + (at 0 -10.16 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (symbol "WEO012864AE_24P_0_1" + (rectangle + (start -5.08 30.48) + (end 5.08 -30.48) + (stroke (width 0.254) (type default)) + (fill (type background)) + ) + ) + (symbol "WEO012864AE_24P_1_1" + (pin no_connect line + (at 10.16 -29.21 180) + (length 5.08) + (name "NC_GND" + (effects (font (size 1.27 1.27))) + ) + (number "1" + (effects (font (size 1.27 1.27))) + ) + ) + (pin power_in line + (at 10.16 -26.67 180) + (length 5.08) + (name "VSS" + (effects (font (size 1.27 1.27))) + ) + (number "2" + (effects (font (size 1.27 1.27))) + ) + ) + (pin power_in line + (at 10.16 -24.13 180) + (length 5.08) + (name "VSS" + (effects (font (size 1.27 1.27))) + ) + (number "3" + (effects (font (size 1.27 1.27))) + ) + ) + (pin no_connect line + (at 10.16 -21.59 180) + (length 5.08) + (name "NC" + (effects (font (size 1.27 1.27))) + ) + (number "4" + (effects (font (size 1.27 1.27))) + ) + ) + (pin power_in line + (at 10.16 -19.05 180) + (length 5.08) + (name "VDD1" + (effects (font (size 1.27 1.27))) + ) + (number "5" + (effects (font (size 1.27 1.27))) + ) + ) + (pin input line + (at 10.16 -16.51 180) + (length 5.08) + (name "IM1" + (effects (font (size 1.27 1.27))) + ) + (number "6" + (effects (font (size 1.27 1.27))) + ) + ) + (pin input line + (at 10.16 -13.97 180) + (length 5.08) + (name "IM2" + (effects (font (size 1.27 1.27))) + ) + (number "7" + (effects (font (size 1.27 1.27))) + ) + ) + (pin input line + (at 10.16 -11.43 180) + (length 5.08) + (name "/CS" + (effects (font (size 1.27 1.27))) + ) + (number "8" + (effects (font (size 1.27 1.27))) + ) + ) + (pin input line + (at 10.16 -8.89 180) + (length 5.08) + (name "/RES" + (effects (font (size 1.27 1.27))) + ) + (number "9" + (effects (font (size 1.27 1.27))) + ) + ) + (pin input line + (at 10.16 -6.35 180) + (length 5.08) + (name "A0" + (effects (font (size 1.27 1.27))) + ) + (number "10" + (effects (font (size 1.27 1.27))) + ) + ) + (pin input line + (at 10.16 -3.81 180) + (length 5.08) + (name "/WR" + (effects (font (size 1.27 1.27))) + ) + (number "11" + (effects (font (size 1.27 1.27))) + ) + ) + (pin input line + (at 10.16 -1.27 180) + (length 5.08) + (name "E/RD" + (effects (font (size 1.27 1.27))) + ) + (number "12" + (effects (font (size 1.27 1.27))) + ) + ) + (pin input line + (at 10.16 1.27 180) + (length 5.08) + (name "D0" + (effects (font (size 1.27 1.27))) + ) + (number "13" + (effects (font (size 1.27 1.27))) + ) + ) + (pin input line + (at 10.16 3.81 180) + (length 5.08) + (name "D1" + (effects (font (size 1.27 1.27))) + ) + (number "14" + (effects (font (size 1.27 1.27))) + ) + ) + (pin input line + (at 10.16 6.35 180) + (length 5.08) + (name "D2" + (effects (font (size 1.27 1.27))) + ) + (number "15" + (effects (font (size 1.27 1.27))) + ) + ) + (pin input line + (at 10.16 8.89 180) + (length 5.08) + (name "D3" + (effects (font (size 1.27 1.27))) + ) + (number "16" + (effects (font (size 1.27 1.27))) + ) + ) + (pin input line + (at 10.16 11.43 180) + (length 5.08) + (name "D4" + (effects (font (size 1.27 1.27))) + ) + (number "17" + (effects (font (size 1.27 1.27))) + ) + ) + (pin input line + (at 10.16 13.97 180) + (length 5.08) + (name "D5" + (effects (font (size 1.27 1.27))) + ) + (number "18" + (effects (font (size 1.27 1.27))) + ) + ) + (pin input line + (at 10.16 16.51 180) + (length 5.08) + (name "D6" + (effects (font (size 1.27 1.27))) + ) + (number "19" + (effects (font (size 1.27 1.27))) + ) + ) + (pin input line + (at 10.16 19.05 180) + (length 5.08) + (name "D7" + (effects (font (size 1.27 1.27))) + ) + (number "20" + (effects (font (size 1.27 1.27))) + ) + ) + (pin passive line + (at 10.16 21.59 180) + (length 5.08) + (name "IREF" + (effects (font (size 1.27 1.27))) + ) + (number "21" + (effects (font (size 1.27 1.27))) + ) + ) + (pin power_in line + (at 10.16 24.13 180) + (length 5.08) + (name "VCOMH" + (effects (font (size 1.27 1.27))) + ) + (number "22" + (effects (font (size 1.27 1.27))) + ) + ) + (pin power_in line + (at 10.16 26.67 180) + (length 5.08) + (name "VPP" + (effects (font (size 1.27 1.27))) + ) + (number "23" + (effects (font (size 1.27 1.27))) + ) + ) + (pin no_connect line + (at 10.16 29.21 180) + (length 5.08) + (name "NC_GND" + (effects (font (size 1.27 1.27))) + ) + (number "24" + (effects (font (size 1.27 1.27))) + ) + ) + ) + (embedded_fonts no) + ) +) diff --git a/pcb/commeownder.kicad_sym.bak b/pcb/commeownder.kicad_sym.bak new file mode 100644 index 0000000..6107f7a --- /dev/null +++ b/pcb/commeownder.kicad_sym.bak @@ -0,0 +1,523 @@ +(kicad_symbol_lib + (version 20220914) + (generator kicad_symbol_editor) + (symbol "FS8205A" + (pin_names + (hide yes) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (duplicate_pin_numbers_are_jumpers no) + (property "Reference" "Q" + (at 2.54 6.985 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "FS8205A" + (at 2.54 5.08 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23-6" + (at 2.54 -3.81 0) + (hide yes) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + ) + ) + (property "Datasheet" "https://datasheet.lcsc.com/lcsc/1811161510_Fortune-Semiconductor-FS8205A_C32254.pdf" + (at 2.54 -5.715 0) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Description" "5.5A Id, 8.5V Vds, Common-Source Dual N-Channel MOSFET, Li-ion battery protection switch, SOT-23-6" + (at 0 0 0) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "Dual N-Channel MOSFET battery protection SOT-23-6 common source" + (at 0 0 0) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_fp_filters" "SOT?23*6*" + (at 0 0 0) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (symbol "FS8205A_0_1" + (polyline + (pts + (xy -2.286 5.08) (xy -5.08 5.08) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.286 3.175) (xy -2.286 6.985) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.778 6.858) (xy 0.762 6.858) (xy 0.762 3.302) (xy -1.778 3.302) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.778 6.35) (xy -1.778 7.366) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.778 4.572) (xy -1.778 5.588) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.778 2.794) (xy -1.778 3.81) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.524 5.08) (xy -0.508 4.699) (xy -0.508 5.461) (xy -1.524 5.08) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (circle + (center -0.889 5.08) + (radius 2.794) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 7.62) (xy 0 5.08) (xy -1.778 5.08) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (circle + (center 0 6.858) + (radius 0.254) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (circle + (center 0 3.302) + (radius 0.254) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy 0 -3.302) (xy 0 3.302) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.254 4.572) (xy 0.381 4.699) (xy 1.143 4.699) (xy 1.27 4.826) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.762 4.699) (xy 0.381 5.334) (xy 1.143 5.334) (xy 0.762 4.699) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "FS8205A_1_1" + (polyline + (pts + (xy -2.286 -3.175) (xy -2.286 -6.985) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.286 -5.08) (xy -5.08 -5.08) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.778 -2.794) (xy -1.778 -3.81) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.778 -4.572) (xy -1.778 -5.588) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.778 -6.35) (xy -1.778 -7.366) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.778 -6.858) (xy 0.762 -6.858) (xy 0.762 -3.302) (xy -1.778 -3.302) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.524 -5.08) (xy -0.508 -4.699) (xy -0.508 -5.461) (xy -1.524 -5.08) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (circle + (center -0.889 -5.08) + (radius 2.794) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (circle + (center 0 0) + (radius 0.254) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (circle + (center 0 -3.302) + (radius 0.254) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (circle + (center 0 -6.858) + (radius 0.254) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy 0 -7.62) (xy 0 -5.08) (xy -1.778 -5.08) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.254 -4.572) (xy 0.381 -4.699) (xy 1.143 -4.699) (xy 1.27 -4.826) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.762 -4.699) (xy 0.381 -5.334) (xy 1.143 -5.334) (xy 0.762 -4.699) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (pin passive line + (at 0 10.16 270) + (length 2.54) + (name "D1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 2.54 0 180) + (length 2.54) + (name "S" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -10.16 90) + (length 2.54) + (name "D2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 -5.08 0) + (length 2.54) + (name "G2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 2.54 0 180) + (length 2.54) + (hide yes) + (name "S" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 5.08 0) + (length 2.54) + (name "G1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (embedded_fonts no) + ) +) diff --git a/pcb/commeownder.pretty/SW_Cherry_MX_EdgeMount.kicad_mod b/pcb/commeownder.pretty/SW_Cherry_MX_EdgeMount.kicad_mod new file mode 100644 index 0000000..bf7a93c --- /dev/null +++ b/pcb/commeownder.pretty/SW_Cherry_MX_EdgeMount.kicad_mod @@ -0,0 +1,208 @@ +(footprint "SW_Cherry_MX_EdgeMount" + (version 20260206) + (generator "pcbnew") + (generator_version "10.0") + (layer "F.Cu") + (descr "Cherry MX compatible keyswitch, edge-mount on 1.6mm PCB. Pin 1 on F.Cu at X=+2.54, Pin 2 on B.Cu at X=-3.81 (both relative to switch center). Pins straddle the board top edge with ~0.47mm clearance each side. Remove or clip the plastic mounting pins before installation — they are 1.7mm diameter and will not fit in a 1.6mm PCB edge.") + (tags "cherry mx edge mount keyboard switch 1.6mm") + (property "Reference" "REF**" + (at 0 -9.5 0) + (layer "F.SilkS") + (uuid "3a1c2e4f-5b6d-7e8f-9012-3a4b5c6d7e8f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "SW_Cherry_MX_EdgeMount" + (at 0 -8 0) + (layer "F.Fab") + (uuid "4b2d3f5a-6c7e-8f90-1234-4b5c6d7e8f90") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5c3e4f6b-7d8f-9012-3456-5c6d7e8f9012") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6d4f5a7c-8e9f-0123-4567-6d7e8f901234") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (attr smd) + (duplicate_pad_numbers_are_jumpers no) + (fp_text user "${REFERENCE}" + (at 0 -7 0) + (layer "F.Fab") + (uuid "7e5a6b8d-9f01-2345-6789-7e8f90123456") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (fp_line + (start -7 0) + (end 7 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8f6b7c9e-0123-4567-89ab-8f9012345678") + ) + (fp_line + (start -7 0) + (end -7 -14) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9a7c8d0f-1234-5678-9abc-9a0123456789") + ) + (fp_line + (start 7 0) + (end 7 -14) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ab8d9e1a-2345-6789-abcd-ab123456789a") + ) + (fp_line + (start -7 -14) + (end 7 -14) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bc9eaf2b-3456-789a-bcde-bc23456789ab") + ) + (fp_line + (start -7 0) + (end 7 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cda0b03c-4567-89ab-cdef-cd3456789abc") + ) + (fp_line + (start -7 0) + (end -7 -14) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "deb1c14d-5678-9abc-def0-de456789abcd") + ) + (fp_line + (start 7 0) + (end 7 -14) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "efc2d25e-6789-abcd-ef01-ef56789abcde") + ) + (fp_line + (start -7 -14) + (end 7 -14) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f0d3e36f-789a-bcde-f012-f06789abcdef") + ) + (fp_circle + (center -5.08 0) + (end -3.23 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "a1e4f47a-89ab-cdef-0123-a178abcdef01") + ) + (fp_circle + (center 5.08 0) + (end 6.93 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "b2f5a58b-9abc-def0-1234-b289bcdef012") + ) + (fp_rect + (start -7.5 -14.5) + (end 4 3.5) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "c3a6b69c-abcd-ef01-2345-c39acdef0123") + ) + (fp_rect + (start -5.5 -0.5) + (end 7.5 3.5) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "B.CrtYd") + (uuid "d4b7c7ad-bcde-f012-3456-d4abdef01234") + ) + (pad "1" smd roundrect + (at 2.54 1.5) + (size 1.8 3.0) + (layers "F.Cu" "F.Mask" "F.Paste") + (roundrect_rratio 0.25) + (uuid "e5c8d8be-cdef-0123-4567-e5bcef012345") + ) + (pad "2" smd roundrect + (at -3.81 1.5) + (size 1.8 3.0) + (layers "B.Cu" "B.Mask" "B.Paste") + (roundrect_rratio 0.25) + (uuid "f6d9e9cf-def0-1234-5678-f6cdf0123456") + ) + (embedded_fonts no) +) diff --git a/pcb/fp-lib-table b/pcb/fp-lib-table new file mode 100644 index 0000000..728ef8a --- /dev/null +++ b/pcb/fp-lib-table @@ -0,0 +1,4 @@ +(fp_lib_table + (version 7) + (lib (name "commeownder")(type "KiCad")(uri "${KIPRJMOD}/commeownder.pretty")(options "")(descr "Project-specific footprints")) +) diff --git a/pcb/sym-lib-table b/pcb/sym-lib-table new file mode 100644 index 0000000..f7adfce --- /dev/null +++ b/pcb/sym-lib-table @@ -0,0 +1,4 @@ +(sym_lib_table + (version 7) + (lib (name "commeownder")(type "KiCad")(uri "${KIPRJMOD}/commeownder.kicad_sym")(options "")(descr "Project-specific symbols")) +)