Update to latest KiCaD version
authorNathael Pajani <nathael.pajani@ed3l.fr>
Mon, 3 Aug 2026 08:57:35 +0000 (10:57 +0200)
committerNathael Pajani <nathael.pajani@ed3l.fr>
Mon, 3 Aug 2026 08:57:35 +0000 (10:57 +0200)
Base_Module/Base_Module.kicad_pro
Base_Module/Base_Module.kicad_sch

index 0818375..52b0a16 100644 (file)
@@ -1,5 +1,6 @@
 {
   "board": {
+    "3dviewports": [],
     "design_settings": {
       "defaults": {
         "board_outline_line_width": 0.381,
       "track_widths": [],
       "via_dimensions": []
     },
-    "layer_presets": []
+    "ipc2581": {
+      "bom_rev": "",
+      "dist": "",
+      "distpn": "",
+      "internal_id": "",
+      "mfg": "",
+      "mpn": "",
+      "sch_revision": "0.3"
+    },
+    "layer_pairs": [],
+    "layer_presets": [],
+    "viewports": []
   },
   "boards": [],
+  "component_class_settings": {
+    "assignments": [],
+    "meta": {
+      "version": 0
+    },
+    "sheet_component_classes": {
+      "enabled": false
+    }
+  },
   "cvpcb": {
     "equivalence_files": []
   },
       "different_unit_net": "error",
       "duplicate_reference": "error",
       "duplicate_sheet_names": "error",
+      "endpoint_off_grid": "warning",
       "extra_units": "error",
+      "field_name_whitespace": "warning",
+      "footprint_filter": "ignore",
+      "footprint_link_issues": "warning",
+      "four_way_junction": "ignore",
       "global_label_dangling": "warning",
+      "ground_pin_not_ground": "warning",
       "hier_label_mismatch": "error",
+      "isolated_pin_label": "warning",
       "label_dangling": "error",
+      "label_multiple_wires": "warning",
       "lib_symbol_issues": "warning",
+      "lib_symbol_mismatch": "warning",
+      "missing_bidi_pin": "warning",
+      "missing_input_pin": "warning",
+      "missing_power_pin": "error",
+      "missing_unit": "warning",
       "multiple_net_names": "warning",
       "net_not_bus_member": "warning",
       "no_connect_connected": "warning",
       "pin_not_driven": "error",
       "pin_to_pin": "warning",
       "power_pin_not_driven": "error",
+      "same_local_global_label": "warning",
+      "similar_label_and_power": "warning",
       "similar_labels": "warning",
+      "similar_power": "warning",
+      "simulation_model_issue": "ignore",
+      "single_global_label": "ignore",
+      "stacked_pin_name": "warning",
       "unannotated": "error",
+      "unconnected_wire_endpoint": "warning",
+      "undefined_netclass": "error",
       "unit_value_mismatch": "error",
       "unresolved_variable": "error",
       "wire_dangling": "error"
   },
   "meta": {
     "filename": "Base_Module.kicad_pro",
-    "version": 1
+    "version": 3
   },
   "net_settings": {
     "classes": [
       {
-        "bus_width": 12.0,
+        "bus_width": 12,
         "clearance": 0.2,
         "diff_pair_gap": 0.25,
         "diff_pair_via_gap": 0.25,
         "microvia_drill": 0.1,
         "name": "Default",
         "pcb_color": "rgba(0, 0, 0, 0.000)",
+        "priority": 2147483647,
         "schematic_color": "rgba(0, 0, 0, 0.000)",
         "track_width": 0.25,
+        "tuning_profile": "",
         "via_diameter": 0.8,
         "via_drill": 0.4,
-        "wire_width": 6.0
+        "wire_width": 6
       }
     ],
     "meta": {
-      "version": 2
+      "version": 5
     },
-    "net_colors": null
+    "net_colors": null,
+    "netclass_assignments": null,
+    "netclass_patterns": []
   },
   "pcbnew": {
     "last_paths": {
       "gencad": "",
       "idf": "",
       "netlist": "Base_Module.net",
+      "plot": "",
       "specctra_dsn": "",
       "step": "",
       "vrml": ""
   },
   "schematic": {
     "annotate_start_num": 0,
+    "annotation": {
+      "method": 0,
+      "sort_order": 0
+    },
+    "bom_export_filename": "${PROJECTNAME}.csv",
+    "bom_fmt_presets": [],
+    "bom_fmt_settings": {
+      "field_delimiter": ",",
+      "keep_line_breaks": false,
+      "keep_tabs": false,
+      "name": "CSV",
+      "ref_delimiter": ",",
+      "ref_range_delimiter": "",
+      "string_delimiter": "\""
+    },
+    "bom_presets": [],
+    "bom_settings": {
+      "exclude_dnp": false,
+      "fields_ordered": [
+        {
+          "group_by": false,
+          "label": "Reference",
+          "name": "Reference",
+          "show": true
+        },
+        {
+          "group_by": false,
+          "label": "Qty",
+          "name": "${QUANTITY}",
+          "show": true
+        },
+        {
+          "group_by": true,
+          "label": "Value",
+          "name": "Value",
+          "show": true
+        },
+        {
+          "group_by": true,
+          "label": "DNP",
+          "name": "${DNP}",
+          "show": true
+        },
+        {
+          "group_by": true,
+          "label": "Exclude from BOM",
+          "name": "${EXCLUDE_FROM_BOM}",
+          "show": true
+        },
+        {
+          "group_by": true,
+          "label": "Exclude from Board",
+          "name": "${EXCLUDE_FROM_BOARD}",
+          "show": true
+        },
+        {
+          "group_by": true,
+          "label": "Footprint",
+          "name": "Footprint",
+          "show": true
+        },
+        {
+          "group_by": false,
+          "label": "Datasheet",
+          "name": "Datasheet",
+          "show": true
+        }
+      ],
+      "filter_string": "",
+      "group_symbols": true,
+      "include_excluded_from_bom": true,
+      "name": "Default Editing",
+      "sort_asc": true,
+      "sort_field": "Référence"
+    },
+    "bus_aliases": {},
+    "connection_grid_size": 50.0,
     "drawing": {
+      "dashed_lines_dash_length_ratio": 12.0,
+      "dashed_lines_gap_length_ratio": 3.0,
       "default_line_thickness": 6.0,
       "default_text_size": 60.0,
       "field_names": [],
+      "hop_over_size_choice": 0,
       "intersheets_ref_own_page": false,
       "intersheets_ref_prefix": "",
       "intersheets_ref_short": false,
       "intersheets_ref_suffix": "",
       "junction_size_choice": 3,
       "label_size_ratio": 0.25,
+      "operating_point_overlay_i_precision": 3,
+      "operating_point_overlay_i_range": "~A",
+      "operating_point_overlay_v_precision": 3,
+      "operating_point_overlay_v_range": "~V",
+      "overbar_offset_ratio": 1.23,
       "pin_symbol_size": 0.0,
       "text_offset_ratio": 0.08
     },
     },
     "page_layout_descr_file": "../../../Lib/pagelayout.kicad_wks",
     "plot_directory": "",
+    "reuse_designators": true,
     "spice_adjust_passive_values": false,
     "spice_external_command": "spice \"%I\"",
     "subpart_first_id": 65,
-    "subpart_id_separator": 0
+    "subpart_id_separator": 0,
+    "top_level_sheets": [
+      {
+        "filename": "Base_Module.kicad_sch",
+        "name": "Base_Module",
+        "uuid": "2448f59f-648c-463c-b334-e382151c4ccb"
+      }
+    ],
+    "used_designators": "",
+    "variants": []
   },
   "sheets": [
     [
       "2448f59f-648c-463c-b334-e382151c4ccb",
-      ""
+      "Base_Module"
     ]
   ],
-  "text_variables": {}
+  "text_variables": {},
+  "tuning_profiles": {
+    "meta": {
+      "version": 0
+    },
+    "tuning_profiles_impedance_geometric": []
+  }
 }
index 350ee73..f06c0cf 100644 (file)
-(kicad_sch (version 20211123) (generator eeschema)
-
-  (uuid 2448f59f-648c-463c-b334-e382151c4ccb)
-
-  (paper "A4")
-
-  (title_block
-    (title "Module Base")
-    (date "19 apr 2013")
-    (rev "0.3")
-    (company "Techno-Innov")
-    (comment 1 "Licence : Creative Commons  -   CC - By - SA - NC")
-    (comment 2 "Author : Nathael Pajani - nathael.pajani@techno-innov.fr")
-  )
-
-  (lib_symbols
-    (symbol "domotab:+3,3V" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes)
-      (property "Reference" "#PWR" (id 0) (at 0 0 0)
-        (effects (font (size 0.508 0.508)) hide)
-      )
-      (property "Value" "+3,3V" (id 1) (at 0 2.794 0)
-        (effects (font (size 1.016 1.016)))
-      )
-      (property "Footprint" "" (id 2) (at 0 0 0)
-        (effects (font (size 1.524 1.524)))
-      )
-      (property "Datasheet" "" (id 3) (at 0 0 0)
-        (effects (font (size 1.524 1.524)))
-      )
-      (symbol "+3,3V_0_0"
-        (polyline
-          (pts
-            (xy 0 0)
-            (xy 0 1.016)
-            (xy 0 1.016)
-          )
-          (stroke (width 0) (type default) (color 0 0 0 0))
-          (fill (type none))
-        )
-        (pin power_in line (at 0 0 90) (length 0) hide
-          (name "+3.3V" (effects (font (size 0.508 0.508))))
-          (number "1" (effects (font (size 0.508 0.508))))
-        )
-      )
-      (symbol "+3,3V_0_1"
-        (circle (center 0 1.524) (radius 0.508)
-          (stroke (width 0) (type default) (color 0 0 0 0))
-          (fill (type none))
-        )
-      )
-    )
-    (symbol "domotab:+5V" (power) (pin_names (offset 1.016)) (in_bom yes) (on_board yes)
-      (property "Reference" "#PWR" (id 0) (at 1.905 0.635 0)
-        (effects (font (size 0.508 0.508)) hide)
-      )
-      (property "Value" "+5V" (id 1) (at 0 2.54 0)
-        (effects (font (size 1.016 1.016)))
-      )
-      (property "Footprint" "" (id 2) (at 0 0 0)
-        (effects (font (size 1.524 1.524)))
-      )
-      (property "Datasheet" "" (id 3) (at 0 0 0)
-        (effects (font (size 1.524 1.524)))
-      )
-      (symbol "+5V_0_0"
-        (pin power_in line (at 0 0 90) (length 0) hide
-          (name "+5V" (effects (font (size 0.508 0.508))))
-          (number "1" (effects (font (size 0.508 0.508))))
-        )
-      )
-      (symbol "+5V_0_1"
-        (polyline
-          (pts
-            (xy 0 0)
-            (xy 0 0.762)
-            (xy 0 0.762)
-            (xy 0 0.762)
-          )
-          (stroke (width 0) (type default) (color 0 0 0 0))
-          (fill (type none))
-        )
-        (circle (center 0 1.27) (radius 0.508)
-          (stroke (width 0) (type default) (color 0 0 0 0))
-          (fill (type none))
-        )
-      )
-    )
-    (symbol "domotab:74XX1G58" (in_bom yes) (on_board yes)
-      (property "Reference" "U" (id 0) (at 4.699 11.303 0)
-        (effects (font (size 1.27 1.27)))
-      )
-      (property "Value" "74XX1G58" (id 1) (at 0 0 0)
-        (effects (font (size 1.27 1.27)))
-      )
-      (property "Footprint" "" (id 2) (at 0 0 0)
-        (effects (font (size 1.016 1.016)) hide)
-      )
-      (property "Datasheet" "" (id 3) (at 0 0 0)
-        (effects (font (size 1.016 1.016)) hide)
-      )
-      (symbol "74XX1G58_0_1"
-        (rectangle (start -6.35 10.16) (end 6.35 1.27)
-          (stroke (width 0) (type default) (color 0 0 0 0))
-          (fill (type none))
-        )
-        (circle (center -4.2926 5.5626) (radius 0.254)
-          (stroke (width 0) (type default) (color 0 0 0 0))
-          (fill (type none))
-        )
-        (arc (start -4.0386 5.461) (mid -3.6499 4.9195) (end -3.0226 4.699)
-          (stroke (width 0) (type default) (color 0 0 0 0))
-          (fill (type none))
-        )
-        (arc (start -3.0849 6.1875) (mid -3.7129 5.9665) (end -4.1009 5.4255)
-          (stroke (width 0) (type default) (color 0 0 0 0))
-          (fill (type none))
-        )
-        (arc (start -2.0066 6.1976) (mid -2.3222 5.4356) (end -2.0066 4.6736)
-          (stroke (width 0) (type default) (color 0 0 0 0))
-          (fill (type none))
-        )
-        (polyline
-          (pts
-            (xy -2.0066 4.6736)
-            (xy -3.0226 4.6736)
-          )
-          (stroke (width 0) (type default) (color 0 0 0 0))
-          (fill (type none))
-        )
-        (polyline
-          (pts
-            (xy -2.0066 6.1976)
-            (xy -3.0226 6.1976)
-          )
-          (stroke (width 0) (type default) (color 0 0 0 0))
-          (fill (type none))
-        )
-        (polyline
-          (pts
-            (xy 1.2954 3.1496)
-            (xy 0.2794 3.1496)
-          )
-          (stroke (width 0) (type default) (color 0 0 0 0))
-          (fill (type none))
-        )
-        (polyline
-          (pts
-            (xy 1.2954 4.9276)
-            (xy 0.2794 4.9276)
-          )
-          (stroke (width 0) (type default) (color 0 0 0 0))
-          (fill (type none))
-        )
-        (polyline
-          (pts
-            (xy 1.2954 4.9276)
-            (xy 1.2954 3.1496)
-          )
-          (stroke (width 0) (type default) (color 0 0 0 0))
-          (fill (type none))
-        )
-        (polyline
-          (pts
-            (xy 1.2954 5.6896)
-            (xy 0.2794 5.6896)
-          )
-          (stroke (width 0) (type default) (color 0 0 0 0))
-          (fill (type none))
-        )
-        (polyline
-          (pts
-            (xy 1.2954 7.4676)
-            (xy 0.2794 7.4676)
-          )
-          (stroke (width 0) (type default) (color 0 0 0 0))
-          (fill (type none))
-        )
-        (polyline
-          (pts
-            (xy 1.2954 7.4676)
-            (xy 1.2954 5.6896)
-          )
-          (stroke (width 0) (type default) (color 0 0 0 0))
-          (fill (type none))
-        )
-        (polyline
-          (pts
-            (xy 2.159 5.207)
-            (xy 2.159 4.445)
-            (xy 1.778 4.445)
-          )
-          (stroke (width 0) (type default) (color 0 0 0 0))
-          (fill (type none))
-        )
-        (polyline
-          (pts
-            (xy -0.6096 6.5786)
-            (xy -1.3716 6.5786)
-            (xy -1.3716 5.6896)
-            (xy -2.2606 5.6896)
-          )
-          (stroke (width 0) (type default) (color 0 0 0 0))
-          (fill (type none))
-        )
-        (polyline
-          (pts
-            (xy 1.778 3.556)
-            (xy 2.159 3.556)
-            (xy 2.159 2.667)
-            (xy 2.54 2.667)
-          )
-          (stroke (width 0) (type default) (color 0 0 0 0))
-          (fill (type none))
-        )
-        (polyline
-          (pts
-            (xy 2.54 5.207)
-            (xy 2.159 5.207)
-            (xy 2.159 6.096)
-            (xy 1.27 6.096)
-          )
-          (stroke (width 0) (type default) (color 0 0 0 0))
-          (fill (type none))
-        )
-        (polyline
-          (pts
-            (xy 2.54 7.747)
-            (xy 2.159 7.747)
-            (xy 2.159 7.112)
-            (xy 1.27 7.112)
-          )
-          (stroke (width 0) (type default) (color 0 0 0 0))
-          (fill (type none))
-        )
-        (polyline
-          (pts
-            (xy 4.064 3.175)
-            (xy 4.064 2.159)
-            (xy 3.048 2.667)
-            (xy 4.064 3.175)
-          )
-          (stroke (width 0) (type default) (color 0 0 0 0))
-          (fill (type none))
-        )
-        (polyline
-          (pts
-            (xy 4.064 5.715)
-            (xy 4.064 4.699)
-            (xy 3.048 5.207)
-            (xy 4.064 5.715)
-          )
-          (stroke (width 0) (type default) (color 0 0 0 0))
-          (fill (type none))
-        )
-        (polyline
-          (pts
-            (xy 4.064 8.255)
-            (xy 4.064 7.239)
-            (xy 3.048 7.747)
-            (xy 4.064 8.255)
-          )
-          (stroke (width 0) (type default) (color 0 0 0 0))
-          (fill (type none))
-        )
-        (polyline
-          (pts
-            (xy -0.6096 4.0386)
-            (xy -1.3716 4.0386)
-            (xy -1.3716 5.0546)
-            (xy -1.3716 5.1816)
-            (xy -2.2606 5.1816)
-          )
-          (stroke (width 0) (type default) (color 0 0 0 0))
-          (fill (type none))
-        )
-        (arc (start 0.2794 4.9276) (mid -0.6096 4.0386) (end 0.2794 3.1496)
-          (stroke (width 0) (type default) (color 0 0 0 0))
-          (fill (type none))
-        )
-        (arc (start 0.2794 7.4676) (mid -0.6096 6.5786) (end 0.2794 5.6896)
-          (stroke (width 0) (type default) (color 0 0 0 0))
-          (fill (type none))
-        )
-        (circle (center 1.5494 3.6576) (radius 0.254)
-          (stroke (width 0) (type default) (color 0 0 0 0))
-          (fill (type none))
-        )
-        (circle (center 1.5494 4.4196) (radius 0.254)
-          (stroke (width 0) (type default) (color 0 0 0 0))
-          (fill (type none))
-        )
-        (circle (center 2.794 2.667) (radius 0.254)
-          (stroke (width 0) (type default) (color 0 0 0 0))
-          (fill (type none))
-        )
-        (circle (center 2.794 5.207) (radius 0.254)
-          (stroke (width 0) (type default) (color 0 0 0 0))
-          (fill (type none))
-        )
-        (circle (center 2.794 7.747) (radius 0.254)
-          (stroke (width 0) (type default) (color 0 0 0 0))
-          (fill (type none))
-        )
-      )
-      (symbol "74XX1G58_1_1"
-        (pin input line (at 8.89 2.54 180) (length 2.54)
-          (name "B" (effects (font (size 1.27 1.27))))
-          (number "1" (effects (font (size 1.27 1.27))))
-        )
-        (pin power_in line (at -8.89 2.54 0) (length 2.54)
-          (name "VSS" (effects (font (size 1.27 1.27))))
-          (number "2" (effects (font (size 1.27 1.27))))
-        )
-        (pin input line (at 8.89 7.62 180) (length 2.54)
-          (name "A" (effects (font (size 1.27 1.27))))
-          (number "3" (effects (font (size 1.27 1.27))))
-        )
-        (pin output line (at -8.89 5.08 0) (length 2.54)
-          (name "O" (effects (font (size 1.27 1.27))))
-          (number "4" (effects (font (size 1.27 1.27))))
-        )
-        (pin power_in line (at -8.89 7.62 0) (length 2.54)
-          (name "VDD" (effects (font (size 1.27 1.27))))
-          (number "5" (effects (font (size 1.27 1.27))))
-        )
-        (pin input line (at 8.89 5.08 180) (length 2.54)
-          (name "Y" (effects (font (size 1.27 1.27))))
-          (number "6" (effects (font (size 1.27 1.27))))
-        )
-      )
-    )
-    (symbol "domotab:C" (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes)
-      (property "Reference" "C" (id 0) (at 0 2.54 0)
-        (effects (font (size 1.016 1.016)) (justify left))
-      )
-      (property "Value" "C" (id 1) (at 0.1524 -2.159 0)
-        (effects (font (size 1.016 1.016)) (justify left))
-      )
-      (property "Footprint" "" (id 2) (at 0.9652 -3.81 0)
-        (effects (font (size 0.762 0.762)))
-      )
-      (property "Datasheet" "" (id 3) (at 0 0 0)
-        (effects (font (size 1.524 1.524)))
-      )
-      (property "ki_fp_filters" "SM* C? C1-1" (id 4) (at 0 0 0)
-        (effects (font (size 1.27 1.27)) hide)
-      )
-      (symbol "C_0_1"
-        (polyline
-          (pts
-            (xy -2.032 -0.762)
-            (xy 2.032 -0.762)
-          )
-          (stroke (width 0.508) (type default) (color 0 0 0 0))
-          (fill (type none))
-        )
-        (polyline
-          (pts
-            (xy -2.032 0.762)
-            (xy 2.032 0.762)
-          )
-          (stroke (width 0.508) (type default) (color 0 0 0 0))
-          (fill (type none))
-        )
-      )
-      (symbol "C_1_1"
-        (pin passive line (at 0 5.08 270) (length 4.318)
-          (name "~" (effects (font (size 1.016 1.016))))
-          (number "1" (effects (font (size 1.016 1.016))))
-        )
-        (pin passive line (at 0 -5.08 90) (length 4.318)
-          (name "~" (effects (font (size 1.016 1.016))))
-          (number "2" (effects (font (size 1.016 1.016))))
-        )
-      )
-    )
-    (symbol "domotab:CONN_10" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes)
-      (property "Reference" "P" (id 0) (at -1.27 0 90)
-        (effects (font (size 1.524 1.524)))
-      )
-      (property "Value" "CONN_10" (id 1) (at 1.27 0 90)
-        (effects (font (size 1.524 1.524)))
-      )
-      (property "Footprint" "" (id 2) (at 0 0 0)
-        (effects (font (size 1.524 1.524)))
-      )
-      (property "Datasheet" "" (id 3) (at 0 0 0)
-        (effects (font (size 1.524 1.524)))
-      )
-      (symbol "CONN_10_0_1"
-        (rectangle (start -2.54 12.7) (end 2.54 -12.7)
-          (stroke (width 0) (type default) (color 0 0 0 0))
-          (fill (type none))
-        )
-      )
-      (symbol "CONN_10_1_1"
-        (pin passive inverted (at -8.89 11.43 0) (length 6.35)
-          (name "P1" (effects (font (size 1.27 1.27))))
-          (number "1" (effects (font (size 1.27 1.27))))
-        )
-        (pin passive inverted (at -8.89 -11.43 0) (length 6.35)
-          (name "P10" (effects (font (size 1.27 1.27))))
-          (number "10" (effects (font (size 1.27 1.27))))
-        )
-        (pin passive inverted (at -8.89 8.89 0) (length 6.35)
-          (name "P2" (effects (font (size 1.27 1.27))))
-          (number "2" (effects (font (size 1.27 1.27))))
-        )
-        (pin passive inverted (at -8.89 6.35 0) (length 6.35)
-          (name "P3" (effects (font (size 1.27 1.27))))
-          (number "3" (effects (font (size 1.27 1.27))))
-        )
-        (pin passive inverted (at -8.89 3.81 0) (length 6.35)
-          (name "P4" (effects (font (size 1.27 1.27))))
-          (number "4" (effects (font (size 1.27 1.27))))
-        )
-        (pin passive inverted (at -8.89 1.27 0) (length 6.35)
-          (name "P5" (effects (font (size 1.27 1.27))))
-          (number "5" (effects (font (size 1.27 1.27))))
-        )
-        (pin passive inverted (at -8.89 -1.27 0) (length 6.35)
-          (name "P6" (effects (font (size 1.27 1.27))))
-          (number "6" (effects (font (size 1.27 1.27))))
-        )
-        (pin passive inverted (at -8.89 -3.81 0) (length 6.35)
-          (name "P7" (effects (font (size 1.27 1.27))))
-          (number "7" (effects (font (size 1.27 1.27))))
-        )
-        (pin passive inverted (at -8.89 -6.35 0) (length 6.35)
-          (name "P8" (effects (font (size 1.27 1.27))))
-          (number "8" (effects (font (size 1.27 1.27))))
-        )
-        (pin passive inverted (at -8.89 -8.89 0) (length 6.35)
-          (name "P9" (effects (font (size 1.27 1.27))))
-          (number "9" (effects (font (size 1.27 1.27))))
-        )
-      )
-    )
-    (symbol "domotab:CONN_2" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes)
-      (property "Reference" "P" (id 0) (at -1.27 0 90)
-        (effects (font (size 1.016 1.016)))
-      )
-      (property "Value" "CONN_2" (id 1) (at 1.27 0 90)
-        (effects (font (size 1.016 1.016)))
-      )
-      (property "Footprint" "" (id 2) (at 0 0 0)
-        (effects (font (size 1.524 1.524)))
-      )
-      (property "Datasheet" "" (id 3) (at 0 0 0)
-        (effects (font (size 1.524 1.524)))
-      )
-      (symbol "CONN_2_0_1"
-        (rectangle (start -2.54 3.81) (end 2.54 -3.81)
-          (stroke (width 0) (type default) (color 0 0 0 0))
-          (fill (type none))
-        )
-      )
-      (symbol "CONN_2_1_1"
-        (pin passive inverted (at -8.89 2.54 0) (length 6.35)
-          (name "P1" (effects (font (size 1.524 1.524))))
-          (number "1" (effects (font (size 1.524 1.524))))
-        )
-        (pin passive inverted (at -8.89 -2.54 0) (length 6.35)
-          (name "PM" (effects (font (size 1.524 1.524))))
-          (number "2" (effects (font (size 1.524 1.524))))
-        )
-      )
-    )
-    (symbol "domotab:CONN_5X2" (pin_names (offset 1.016)) (in_bom yes) (on_board yes)
-      (property "Reference" "P" (id 0) (at 0 7.62 0)
-        (effects (font (size 1.524 1.524)))
-      )
-      (property "Value" "CONN_5X2" (id 1) (at 0 0 90)
-        (effects (font (size 1.27 1.27)))
-      )
-      (property "Footprint" "" (id 2) (at 0 0 0)
-        (effects (font (size 1.524 1.524)))
-      )
-      (property "Datasheet" "" (id 3) (at 0 0 0)
-        (effects (font (size 1.524 1.524)))
-      )
-      (symbol "CONN_5X2_0_1"
-        (rectangle (start -2.54 6.35) (end 2.54 -6.35)
-          (stroke (width 0) (type default) (color 0 0 0 0))
-          (fill (type none))
-        )
-      )
-      (symbol "CONN_5X2_1_1"
-        (pin passive inverted (at -10.16 5.08 0) (length 7.62)
-          (name "~" (effects (font (size 1.524 1.524))))
-          (number "1" (effects (font (size 1.524 1.524))))
-        )
-        (pin passive inverted (at 10.16 -5.08 180) (length 7.62)
-          (name "~" (effects (font (size 1.524 1.524))))
-          (number "10" (effects (font (size 1.524 1.524))))
-        )
-        (pin passive inverted (at 10.16 5.08 180) (length 7.62)
-          (name "~" (effects (font (size 1.524 1.524))))
-          (number "2" (effects (font (size 1.524 1.524))))
-        )
-        (pin passive inverted (at -10.16 2.54 0) (length 7.62)
-          (name "~" (effects (font (size 1.524 1.524))))
-          (number "3" (effects (font (size 1.524 1.524))))
-        )
-        (pin passive inverted (at 10.16 2.54 180) (length 7.62)
-          (name "~" (effects (font (size 1.524 1.524))))
-          (number "4" (effects (font (size 1.524 1.524))))
-        )
-        (pin passive inverted (at -10.16 0 0) (length 7.62)
-          (name "~" (effects (font (size 1.524 1.524))))
-          (number "5" (effects (font (size 1.524 1.524))))
-        )
-        (pin passive inverted (at 10.16 0 180) (length 7.62)
-          (name "~" (effects (font (size 1.524 1.524))))
-          (number "6" (effects (font (size 1.524 1.524))))
-        )
-        (pin passive inverted (at -10.16 -2.54 0) (length 7.62)
-          (name "~" (effects (font (size 1.524 1.524))))
-          (number "7" (effects (font (size 1.524 1.524))))
-        )
-        (pin passive inverted (at 10.16 -2.54 180) (length 7.62)
-          (name "~" (effects (font (size 1.524 1.524))))
-          (number "8" (effects (font (size 1.524 1.524))))
-        )
-        (pin passive inverted (at -10.16 -5.08 0) (length 7.62)
-          (name "~" (effects (font (size 1.524 1.524))))
-          (number "9" (effects (font (size 1.524 1.524))))
-        )
-      )
-    )
-    (symbol "domotab:CONN_6" (pin_names (offset 0.762) hide) (in_bom yes) (on_board yes)
-      (property "Reference" "P" (id 0) (at -1.27 0 90)
-        (effects (font (size 1.524 1.524)))
-      )
-      (property "Value" "CONN_6" (id 1) (at 1.27 0 90)
-        (effects (font (size 1.524 1.524)))
-      )
-      (property "Footprint" "" (id 2) (at 0 0 0)
-        (effects (font (size 1.524 1.524)))
-      )
-      (property "Datasheet" "" (id 3) (at 0 0 0)
-        (effects (font (size 1.524 1.524)))
-      )
-      (symbol "CONN_6_0_1"
-        (rectangle (start -2.54 7.62) (end 2.54 -7.62)
-          (stroke (width 0) (type default) (color 0 0 0 0))
-          (fill (type none))
-        )
-      )
-      (symbol "CONN_6_1_1"
-        (pin passive inverted (at -8.89 6.35 0) (length 6.35)
-          (name "1" (effects (font (size 1.524 1.524))))
-          (number "1" (effects (font (size 1.524 1.524))))
-        )
-        (pin passive inverted (at -8.89 3.81 0) (length 6.35)
-          (name "2" (effects (font (size 1.524 1.524))))
-          (number "2" (effects (font (size 1.524 1.524))))
-        )
-        (pin passive inverted (at -8.89 1.27 0) (length 6.35)
-          (name "3" (effects (font (size 1.524 1.524))))
-          (number "3" (effects (font (size 1.524 1.524))))
-        )
-        (pin passive inverted (at -8.89 -1.27 0) (length 6.35)
-          (name "4" (effects (font (size 1.524 1.524))))
-          (number "4" (effects (font (size 1.524 1.524))))
-        )
-        (pin passive inverted (at -8.89 -3.81 0) (length 6.35)
-          (name "5" (effects (font (size 1.524 1.524))))
-          (number "5" (effects (font (size 1.524 1.524))))
-        )
-        (pin passive inverted (at -8.89 -6.35 0) (length 6.35)
-          (name "6" (effects (font (size 1.524 1.524))))
-          (number "6" (effects (font (size 1.524 1.524))))
-        )
-      )
-    )
-    (symbol "domotab:DGND" (power) (pin_names (offset 1.016)) (in_bom yes) (on_board yes)
-      (property "Reference" "#PWR" (id 0) (at 0 0 0)
-        (effects (font (size 1.016 1.016)) hide)
-      )
-      (property "Value" "DGND" (id 1) (at 0 -1.778 0)
-        (effects (font (size 1.016 1.016)))
-      )
-      (property "Footprint" "" (id 2) (at 0 0 0)
-        (effects (font (size 1.524 1.524)))
-      )
-      (property "Datasheet" "" (id 3) (at 0 0 0)
-        (effects (font (size 1.524 1.524)))
-      )
-      (symbol "DGND_0_1"
-        (polyline
-          (pts
-            (xy -1.27 0)
-            (xy 0 -1.27)
-            (xy 1.27 0)
-            (xy -1.27 0)
-          )
-          (stroke (width 0) (type default) (color 0 0 0 0))
-          (fill (type none))
-        )
-      )
-      (symbol "DGND_1_1"
-        (pin power_in line (at 0 0 90) (length 0) hide
-          (name "DGND" (effects (font (size 1.016 1.016))))
-          (number "1" (effects (font (size 1.016 1.016))))
-        )
-      )
-    )
-    (symbol "domotab:DOUBLE_LED" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes)
-      (property "Reference" "D" (id 0) (at 2.54 4.318 0)
-        (effects (font (size 1.27 1.27)) (justify left))
-      )
-      (property "Value" "DOUBLE_LED" (id 1) (at 0 -5.08 0)
-        (effects (font (size 1.27 1.27)))
-      )
-      (property "Footprint" "" (id 2) (at 0 0 0)
-        (effects (font (size 1.524 1.524)))
-      )
-      (property "Datasheet" "" (id 3) (at 0 0 0)
-        (effects (font (size 1.524 1.524)))
-      )
-      (symbol "DOUBLE_LED_0_1"
-        (rectangle (start -1.27 1.27) (end -1.27 3.81)
-          (stroke (width 0) (type default) (color 0 0 0 0))
-          (fill (type none))
-        )
-        (rectangle (start -1.27 3.81) (end -1.27 3.81)
-          (stroke (width 0) (type default) (color 0 0 0 0))
-          (fill (type none))
-        )
-        (polyline
-          (pts
-            (xy 1.27 -1.27)
-            (xy 1.27 -3.81)
-          )
-          (stroke (width 0) (type default) (color 0 0 0 0))
-          (fill (type none))
-        )
-        (polyline
-          (pts
-            (xy 1.27 3.81)
-            (xy 1.27 1.27)
-            (xy 1.27 1.27)
-          )
-          (stroke (width 0) (type default) (color 0 0 0 0))
-          (fill (type none))
-        )
-        (polyline
-          (pts
-            (xy 1.016 -0.508)
-            (xy 1.524 -0.508)
-            (xy 1.016 -0.762)
-            (xy 1.016 -0.762)
-          )
-          (stroke (width 0) (type default) (color 0 0 0 0))
-          (fill (type none))
-        )
-        (polyline
-          (pts
-            (xy 1.016 4.572)
-            (xy 1.524 4.572)
-            (xy 1.016 4.318)
-            (xy 1.016 4.318)
-          )
-          (stroke (width 0) (type default) (color 0 0 0 0))
-          (fill (type none))
-        )
-        (polyline
-          (pts
-            (xy -1.27 -1.27)
-            (xy -1.27 -3.81)
-            (xy 1.27 -2.54)
-            (xy -1.27 -1.27)
-            (xy -1.27 -1.27)
-          )
-          (stroke (width 0) (type default) (color 0 0 0 0))
-          (fill (type outline))
-        )
-        (polyline
-          (pts
-            (xy -0.508 -1.27)
-            (xy 0.762 -1.016)
-            (xy 0.508 -0.762)
-            (xy 1.524 -0.508)
-            (xy 1.524 -0.508)
-          )
-          (stroke (width 0) (type default) (color 0 0 0 0))
-          (fill (type none))
-        )
-        (polyline
-          (pts
-            (xy 1.27 2.54)
-            (xy 2.54 2.54)
-            (xy 2.54 -2.54)
-            (xy 1.27 -2.54)
-            (xy 1.27 -2.54)
-          )
-          (stroke (width 0) (type default) (color 0 0 0 0))
-          (fill (type none))
-        )
-        (polyline
-          (pts
-            (xy -1.27 3.81)
-            (xy -1.27 1.27)
-            (xy 1.27 2.54)
-            (xy -1.27 3.81)
-            (xy -1.27 3.81)
-            (xy -1.27 3.81)
-          )
-          (stroke (width 0) (type default) (color 0 0 0 0))
-          (fill (type outline))
-        )
-        (polyline
-          (pts
-            (xy -0.508 3.81)
-            (xy 0.762 4.064)
-            (xy 0.508 4.318)
-            (xy 1.524 4.572)
-            (xy 1.524 4.572)
-            (xy 1.524 4.572)
-          )
-          (stroke (width 0) (type default) (color 0 0 0 0))
-          (fill (type none))
-        )
-      )
-      (symbol "DOUBLE_LED_1_1"
-        (pin passive line (at -5.08 -2.54 0) (length 3.81)
-          (name "A1" (effects (font (size 1.016 1.016))))
-          (number "A1" (effects (font (size 1.016 1.016))))
-        )
-        (pin passive line (at -5.08 2.54 0) (length 3.81)
-          (name "A2" (effects (font (size 1.016 1.016))))
-          (number "A2" (effects (font (size 1.016 1.016))))
-        )
-        (pin passive line (at 5.08 0 180) (length 2.54)
-          (name "K" (effects (font (size 1.016 1.016))))
-          (number "K" (effects (font (size 1.016 1.016))))
-        )
-      )
-    )
-    (symbol "domotab:EEPROM_ID" (pin_names (offset 0.762)) (in_bom yes) (on_board yes)
-      (property "Reference" "U" (id 0) (at -1.27 10.16 0)
-        (effects (font (size 1.524 1.524)))
-      )
-      (property "Value" "EEPROM_ID" (id 1) (at 2.54 -11.43 0)
-        (effects (font (size 1.524 1.524)))
-      )
-      (property "Footprint" "" (id 2) (at 0 0 0)
-        (effects (font (size 1.524 1.524)))
-      )
-      (property "Datasheet" "" (id 3) (at 0 0 0)
-        (effects (font (size 1.524 1.524)))
-      )
-      (symbol "EEPROM_ID_0_1"
-        (rectangle (start -3.81 8.89) (end 5.08 -10.16)
-          (stroke (width 0) (type default) (color 0 0 0 0))
-          (fill (type none))
-        )
-      )
-      (symbol "EEPROM_ID_1_0"
-        (pin power_in line (at -7.62 -8.89 0) (length 3.81)
-          (name "GND" (effects (font (size 1.016 1.016))))
-          (number "4" (effects (font (size 1.016 1.016))))
-        )
-        (pin power_in line (at -7.62 7.62 0) (length 3.81)
-          (name "VCC" (effects (font (size 1.016 1.016))))
-          (number "8" (effects (font (size 1.016 1.016))))
-        )
-      )
-      (symbol "EEPROM_ID_1_1"
-        (pin input line (at -7.62 0 0) (length 3.81)
-          (name "A0" (effects (font (size 1.016 1.016))))
-          (number "1" (effects (font (size 1.016 1.016))))
-        )
-        (pin input line (at -7.62 -2.54 0) (length 3.81)
-          (name "A1" (effects (font (size 1.016 1.016))))
-          (number "2" (effects (font (size 1.016 1.016))))
-        )
-        (pin input line (at -7.62 -5.08 0) (length 3.81)
-          (name "A2" (effects (font (size 1.016 1.016))))
-          (number "3" (effects (font (size 1.016 1.016))))
-        )
-        (pin bidirectional line (at 8.89 -3.81 180) (length 3.81)
-          (name "SDA" (effects (font (size 1.016 1.016))))
-          (number "5" (effects (font (size 1.016 1.016))))
-        )
-        (pin input line (at 8.89 0 180) (length 3.81)
-          (name "SCL" (effects (font (size 1.016 1.016))))
-          (number "6" (effects (font (size 1.016 1.016))))
-        )
-        (pin input line (at -7.62 3.81 0) (length 3.81)
-          (name "WP" (effects (font (size 1.016 1.016))))
-          (number "7" (effects (font (size 1.016 1.016))))
-        )
-      )
-    )
-    (symbol "domotab:FILTER" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes)
-      (property "Reference" "FB" (id 0) (at 0 3.81 0)
-        (effects (font (size 1.524 1.524)))
-      )
-      (property "Value" "FILTER" (id 1) (at 0 -2.54 0)
-        (effects (font (size 1.524 1.524)))
-      )
-      (property "Footprint" "" (id 2) (at 0 0 0)
-        (effects (font (size 1.524 1.524)))
-      )
-      (property "Datasheet" "" (id 3) (at 0 0 0)
-        (effects (font (size 1.524 1.524)))
-      )
-      (symbol "FILTER_0_1"
-        (rectangle (start -5.715 1.905) (end 5.715 -1.27)
-          (stroke (width 0) (type default) (color 0 0 0 0))
-          (fill (type none))
-        )
-        (arc (start -2.54 0) (mid -3.81 1.27) (end -5.08 0)
-          (stroke (width 0) (type default) (color 0 0 0 0))
-          (fill (type none))
-        )
-        (arc (start 0 0) (mid -1.27 1.27) (end -2.54 0)
-          (stroke (width 0) (type default) (color 0 0 0 0))
-          (fill (type none))
-        )
-        (arc (start 0 0) (mid 0 0) (end 0 0)
-          (stroke (width 0) (type default) (color 0 0 0 0))
-          (fill (type none))
-        )
-        (arc (start 2.54 0) (mid 1.27 1.27) (end 0 0)
-          (stroke (width 0) (type default) (color 0 0 0 0))
-          (fill (type none))
-        )
-        (arc (start 5.08 0) (mid 3.81 1.27) (end 2.54 0)
-          (stroke (width 0) (type default) (color 0 0 0 0))
-          (fill (type none))
-        )
-      )
-      (symbol "FILTER_1_1"
-        (pin passive line (at -8.89 0 0) (length 3.81)
-          (name "1" (effects (font (size 1.016 1.016))))
-          (number "1" (effects (font (size 1.016 1.016))))
-        )
-        (pin passive line (at 8.89 0 180) (length 3.81)
-          (name "2" (effects (font (size 1.016 1.016))))
-          (number "2" (effects (font (size 1.016 1.016))))
-        )
-      )
-    )
-    (symbol "domotab:FT230XS" (pin_names (offset 1.016)) (in_bom yes) (on_board yes)
-      (property "Reference" "U" (id 0) (at 12.7 16.51 0)
-        (effects (font (size 1.524 1.524)))
-      )
-      (property "Value" "FT230XS" (id 1) (at 10.16 -10.16 0)
-        (effects (font (size 1.524 1.524)))
-      )
-      (property "Footprint" "" (id 2) (at 0 0 0)
-        (effects (font (size 1.524 1.524)))
-      )
-      (property "Datasheet" "" (id 3) (at 0 0 0)
-        (effects (font (size 1.524 1.524)))
-      )
-      (symbol "FT230XS_0_1"
-        (rectangle (start -8.89 15.24) (end 15.24 -8.89)
-          (stroke (width 0) (type default) (color 0 0 0 0))
-          (fill (type none))
-        )
-      )
-      (symbol "FT230XS_1_1"
-        (pin output line (at 19.05 12.7 180) (length 3.81)
-          (name "TxD" (effects (font (size 1.27 1.27))))
-          (number "1" (effects (font (size 1.27 1.27))))
-        )
-        (pin power_out line (at 6.35 19.05 270) (length 3.81)
-          (name "3V3Out" (effects (font (size 1.27 1.27))))
-          (number "10" (effects (font (size 1.27 1.27))))
-        )
-        (pin input line (at -12.7 -2.54 0) (length 3.81)
-          (name "~{Reset}" (effects (font (size 1.27 1.27))))
-          (number "11" (effects (font (size 1.27 1.27))))
-        )
-        (pin power_in line (at 0 19.05 270) (length 3.81)
-          (name "VCC" (effects (font (size 1.27 1.27))))
-          (number "12" (effects (font (size 1.27 1.27))))
-        )
-        (pin power_in line (at 3.81 -12.7 90) (length 3.81)
-          (name "GND" (effects (font (size 1.27 1.27))))
-          (number "13" (effects (font (size 1.27 1.27))))
-        )
-        (pin bidirectional line (at 19.05 -3.81 180) (length 3.81)
-          (name "~{RxLED}" (effects (font (size 1.27 1.27))))
-          (number "14" (effects (font (size 1.27 1.27))))
-        )
-        (pin input line (at 19.05 -1.27 180) (length 3.81)
-          (name "TxDEN" (effects (font (size 1.27 1.27))))
-          (number "15" (effects (font (size 1.27 1.27))))
-        )
-        (pin bidirectional line (at 19.05 1.27 180) (length 3.81)
-          (name "~{Sleep}" (effects (font (size 1.27 1.27))))
-          (number "16" (effects (font (size 1.27 1.27))))
-        )
-        (pin output line (at 19.05 7.62 180) (length 3.81)
-          (name "~{RTS}" (effects (font (size 1.27 1.27))))
-          (number "2" (effects (font (size 1.27 1.27))))
-        )
-        (pin power_in line (at 2.54 19.05 270) (length 3.81)
-          (name "VCCIO" (effects (font (size 1.27 1.27))))
-          (number "3" (effects (font (size 1.27 1.27))))
-        )
-        (pin input line (at 19.05 10.16 180) (length 3.81)
-          (name "RxD" (effects (font (size 1.27 1.27))))
-          (number "4" (effects (font (size 1.27 1.27))))
-        )
-        (pin power_in line (at 0 -12.7 90) (length 3.81)
-          (name "GND" (effects (font (size 1.27 1.27))))
-          (number "5" (effects (font (size 1.27 1.27))))
-        )
-        (pin input line (at 19.05 5.08 180) (length 3.81)
-          (name "~{CTS}" (effects (font (size 1.27 1.27))))
-          (number "6" (effects (font (size 1.27 1.27))))
-        )
-        (pin bidirectional line (at 19.05 -6.35 180) (length 3.81)
-          (name "~{TxLED}" (effects (font (size 1.27 1.27))))
-          (number "7" (effects (font (size 1.27 1.27))))
-        )
-        (pin bidirectional line (at -12.7 3.81 0) (length 3.81)
-          (name "USBDP" (effects (font (size 1.27 1.27))))
-          (number "8" (effects (font (size 1.27 1.27))))
-        )
-        (pin bidirectional line (at -12.7 6.35 0) (length 3.81)
-          (name "USBDM" (effects (font (size 1.27 1.27))))
-          (number "9" (effects (font (size 1.27 1.27))))
-        )
-      )
-    )
-    (symbol "domotab:JP1" (pin_names (offset 1.016)) (in_bom yes) (on_board yes)
-      (property "Reference" "J" (id 0) (at 0 3.81 0)
-        (effects (font (size 1.524 1.524)))
-      )
-      (property "Value" "JP1" (id 1) (at 0 -1.27 0)
-        (effects (font (size 1.524 1.524)))
-      )
-      (property "Footprint" "" (id 2) (at 0 0 0)
-        (effects (font (size 1.524 1.524)))
-      )
-      (property "Datasheet" "" (id 3) (at 0 0 0)
-        (effects (font (size 1.524 1.524)))
-      )
-      (symbol "JP1_0_1"
-        (polyline
-          (pts
-            (xy -2.54 2.54)
-            (xy -2.54 0)
-            (xy 2.54 0)
-            (xy 2.54 2.54)
-            (xy -2.54 2.54)
-          )
-          (stroke (width 0) (type default) (color 0 0 0 0))
-          (fill (type none))
-        )
-      )
-      (symbol "JP1_1_1"
-        (pin input line (at -5.08 1.27 0) (length 3.81)
-          (name "~" (effects (font (size 1.016 1.016))))
-          (number "1" (effects (font (size 1.016 1.016))))
-        )
-        (pin input line (at 5.08 1.27 180) (length 3.81)
-          (name "~" (effects (font (size 1.016 1.016))))
-          (number "2" (effects (font (size 1.016 1.016))))
-        )
-      )
-    )
-    (symbol "domotab:JP3X1" (pin_names (offset 1.016)) (in_bom yes) (on_board yes)
-      (property "Reference" "J" (id 0) (at -0.127 6.35 0)
-        (effects (font (size 1.524 1.524)))
-      )
-      (property "Value" "JP3X1" (id 1) (at -2.032 -6.35 0)
-        (effects (font (size 1.524 1.524)))
-      )
-      (property "Footprint" "" (id 2) (at 0 0 0)
-        (effects (font (size 1.524 1.524)))
-      )
-      (property "Datasheet" "" (id 3) (at 0 0 0)
-        (effects (font (size 1.524 1.524)))
-      )
-      (symbol "JP3X1_0_1"
-        (rectangle (start -2.667 5.08) (end 1.143 -5.08)
-          (stroke (width 0) (type default) (color 0 0 0 0))
-          (fill (type none))
-        )
-        (circle (center -0.635 -3.81) (radius 0.7112)
-          (stroke (width 0) (type default) (color 0 0 0 0))
-          (fill (type none))
-        )
-        (circle (center -0.635 0) (radius 0.7112)
-          (stroke (width 0) (type default) (color 0 0 0 0))
-          (fill (type none))
-        )
-        (circle (center -0.635 3.81) (radius 0.7112)
-          (stroke (width 0) (type default) (color 0 0 0 0))
-          (fill (type none))
-        )
-      )
-      (symbol "JP3X1_1_1"
-        (pin bidirectional line (at -5.08 3.81 0) (length 3.81)
-          (name "~" (effects (font (size 1.27 1.27))))
-          (number "1" (effects (font (size 1.27 1.27))))
-        )
-        (pin bidirectional line (at -5.08 0 0) (length 3.81)
-          (name "~" (effects (font (size 1.27 1.27))))
-          (number "2" (effects (font (size 1.27 1.27))))
-        )
-        (pin bidirectional line (at -5.08 -3.81 0) (length 3.81)
-          (name "~" (effects (font (size 1.27 1.27))))
-          (number "3" (effects (font (size 1.27 1.27))))
-        )
-      )
-    )
-    (symbol "domotab:LED" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes)
-      (property "Reference" "D" (id 0) (at 0 2.54 0)
-        (effects (font (size 1.27 1.27)))
-      )
-      (property "Value" "LED" (id 1) (at 0 -2.54 0)
-        (effects (font (size 1.27 1.27)))
-      )
-      (property "Footprint" "" (id 2) (at 0 0 0)
-        (effects (font (size 1.524 1.524)))
-      )
-      (property "Datasheet" "" (id 3) (at 0 0 0)
-        (effects (font (size 1.524 1.524)))
-      )
-      (property "ki_fp_filters" "LED-3MM LED-5MM LED-10MM LED-0603 LED-0805 LED-1206 LEDV" (id 4) (at 0 0 0)
-        (effects (font (size 1.27 1.27)) hide)
-      )
-      (symbol "LED_0_1"
-        (polyline
-          (pts
-            (xy 1.27 1.27)
-            (xy 1.27 -1.27)
-          )
-          (stroke (width 0) (type default) (color 0 0 0 0))
-          (fill (type none))
-        )
-        (polyline
-          (pts
-            (xy -1.27 1.27)
-            (xy 1.27 0)
-            (xy -1.27 -1.27)
-          )
-          (stroke (width 0) (type default) (color 0 0 0 0))
-          (fill (type outline))
-        )
-        (polyline
-          (pts
-            (xy 1.651 -1.016)
-            (xy 2.794 -2.032)
-            (xy 2.667 -1.397)
-          )
-          (stroke (width 0) (type default) (color 0 0 0 0))
-          (fill (type none))
-        )
-        (polyline
-          (pts
-            (xy 2.032 -0.635)
-            (xy 3.175 -1.651)
-            (xy 3.048 -1.016)
-          )
-          (stroke (width 0) (type default) (color 0 0 0 0))
-          (fill (type none))
-        )
-      )
-      (symbol "LED_1_1"
-        (pin passive line (at -5.08 0 0) (length 3.81)
-          (name "A" (effects (font (size 1.016 1.016))))
-          (number "1" (effects (font (size 1.016 1.016))))
-        )
-        (pin passive line (at 5.08 0 180) (length 3.81)
-          (name "K" (effects (font (size 1.016 1.016))))
-          (number "2" (effects (font (size 1.016 1.016))))
-        )
-      )
-    )
-    (symbol "domotab:LOGO" (pin_names (offset 1.016)) (in_bom yes) (on_board yes)
-      (property "Reference" "L" (id 0) (at 0 -5.6642 0)
-        (effects (font (size 1.524 1.524)) hide)
-      )
-      (property "Value" "LOGO" (id 1) (at 0 5.6642 0)
-        (effects (font (size 1.524 1.524)) hide)
-      )
-      (property "Footprint" "" (id 2) (at 0 0 0)
-        (effects (font (size 1.524 1.524)))
-      )
-      (property "Datasheet" "" (id 3) (at 0 0 0)
-        (effects (font (size 1.524 1.524)))
-      )
-      (symbol "LOGO_0_0"
-        (polyline
-          (pts
-            (xy 2.3622 -1.8288)
-            (xy 2.3368 -1.8288)
-            (xy 2.3622 -1.8542)
-            (xy 2.3622 -1.8288)
-            (xy 2.3622 -1.8288)
-          )
-          (stroke (width 0.0254) (type default) (color 0 0 0 0))
-          (fill (type outline))
-        )
-        (polyline
-          (pts
-            (xy 3.556 1.5748)
-            (xy 3.5306 1.5748)
-            (xy 3.5306 1.5494)
-            (xy 3.556 1.5748)
-            (xy 3.556 1.5748)
-          )
-          (stroke (width 0.0254) (type default) (color 0 0 0 0))
-          (fill (type outline))
-        )
-        (polyline
-          (pts
-            (xy 0.8382 -2.3368)
-            (xy 0.7874 -2.286)
-            (xy 0.762 -2.3368)
-            (xy 0.7874 -2.3622)
-            (xy 0.8382 -2.3368)
-            (xy 0.8382 -2.3368)
-          )
-          (stroke (width 0.0254) (type default) (color 0 0 0 0))
-          (fill (type outline))
-        )
-        (polyline
-          (pts
-            (xy 3.81 3.5052)
-            (xy 3.7592 3.556)
-            (xy 3.7084 3.5052)
-            (xy 3.7592 3.4798)
-            (xy 3.81 3.5052)
-            (xy 3.81 3.5052)
-          )
-          (stroke (width 0.0254) (type default) (color 0 0 0 0))
-          (fill (type outline))
-        )
-        (polyline
-          (pts
-            (xy -1.651 -1.8796)
-            (xy -1.7526 -1.8796)
-            (xy -1.778 -1.905)
-            (xy -1.7018 -1.9558)
-            (xy -1.651 -1.9304)
-            (xy -1.651 -1.8796)
-            (xy -1.651 -1.8796)
-          )
-          (stroke (width 0.0254) (type default) (color 0 0 0 0))
-          (fill (type outline))
-        )
-        (polyline
-          (pts
-            (xy 2.413 0.9906)
-            (xy 2.3876 1.016)
-            (xy 2.3622 0.9398)
-            (xy 2.3622 0.889)
-            (xy 2.413 0.889)
-            (xy 2.413 0.9906)
-            (xy 2.413 0.9906)
-          )
-          (stroke (width 0.0254) (type default) (color 0 0 0 0))
-          (fill (type outline))
-        )
-        (polyline
-          (pts
-            (xy 3.0988 -0.762)
-            (xy 3.0734 -0.762)
-            (xy 2.9718 -0.8636)
-            (xy 2.9718 -0.9398)
-            (xy 3.0988 -0.8128)
-            (xy 3.0988 -0.762)
-            (xy 3.0988 -0.762)
-          )
-          (stroke (width 0.0254) (type default) (color 0 0 0 0))
-          (fill (type outline))
-        )
-        (polyline
-          (pts
-            (xy -1.8542 -1.2954)
-            (xy -1.905 -1.2954)
-            (xy -2.0574 -1.2954)
-            (xy -2.0828 -1.3208)
-            (xy -1.9558 -1.3462)
-            (xy -1.8542 -1.3208)
-            (xy -1.8542 -1.2954)
-            (xy -1.8542 -1.2954)
-          )
-          (stroke (width 0.0254) (type default) (color 0 0 0 0))
-          (fill (type outline))
-        )
-        (polyline
-          (pts
-            (xy -1.4224 -1.3716)
-            (xy -1.4732 -1.3716)
-            (xy -1.651 -1.3716)
-            (xy -1.651 -1.397)
-            (xy -1.524 -1.4224)
-            (xy -1.4224 -1.4224)
-            (xy -1.4224 -1.3716)
-            (xy -1.4224 -1.3716)
-          )
-          (stroke (width 0.0254) (type default) (color 0 0 0 0))
-          (fill (type outline))
-        )
-        (polyline
-          (pts
-            (xy -1.0414 -1.4732)
-            (xy -1.0922 -1.4478)
-            (xy -1.2192 -1.4732)
-            (xy -1.2446 -1.4986)
-            (xy -1.1684 -1.524)
-            (xy -1.0668 -1.4986)
-            (xy -1.0414 -1.4732)
-            (xy -1.0414 -1.4732)
-          )
-          (stroke (width 0.0254) (type default) (color 0 0 0 0))
-          (fill (type outline))
-        )
-        (polyline
-          (pts
-            (xy -0.6604 -1.5494)
-            (xy -0.7112 -1.5494)
-            (xy -0.889 -1.5494)
-            (xy -0.889 -1.5748)
-            (xy -0.762 -1.6002)
-            (xy -0.6604 -1.5748)
-            (xy -0.6604 -1.5494)
-            (xy -0.6604 -1.5494)
-          )
-          (stroke (width 0.0254) (type default) (color 0 0 0 0))
-          (fill (type outline))
-        )
-        (polyline
-          (pts
-            (xy -0.4572 -2.1336)
-            (xy -0.4826 -2.1336)
-            (xy -0.5842 -2.1336)
-            (xy -0.5842 -2.159)
-            (xy -0.508 -2.2098)
-            (xy -0.4826 -2.1844)
-            (xy -0.4572 -2.1336)
-            (xy -0.4572 -2.1336)
-          )
-          (stroke (width 0.0254) (type default) (color 0 0 0 0))
-          (fill (type outline))
-        )
-        (polyline
-          (pts
-            (xy -0.2286 -1.6764)
-            (xy -0.254 -1.6256)
-            (xy -0.2794 -1.6256)
-            (xy -0.4572 -1.6256)
-            (xy -0.4826 -1.651)
-            (xy -0.3556 -1.6764)
-            (xy -0.2286 -1.6764)
-            (xy -0.2286 -1.6764)
-          )
-          (stroke (width 0.0254) (type default) (color 0 0 0 0))
-          (fill (type outline))
-        )
-        (polyline
-          (pts
-            (xy -0.127 -2.2098)
-            (xy -0.2286 -2.2352)
-            (xy -0.254 -2.2606)
-            (xy -0.1778 -2.286)
-            (xy -0.127 -2.286)
-            (xy -0.127 -2.2352)
-            (xy -0.127 -2.2098)
-            (xy -0.127 -2.2098)
-          )
-          (stroke (width 0.0254) (type default) (color 0 0 0 0))
-          (fill (type outline))
-        )
-        (polyline
-          (pts
-            (xy 0.1778 -1.7272)
-            (xy 0.127 -1.7018)
-            (xy -0.0254 -1.7272)
-            (xy -0.0508 -1.7526)
-            (xy 0.0762 -1.7526)
-            (xy 0.1778 -1.7526)
-            (xy 0.1778 -1.7272)
-            (xy 0.1778 -1.7272)
-          )
-          (stroke (width 0.0254) (type default) (color 0 0 0 0))
-          (fill (type outline))
-        )
-        (polyline
-          (pts
-            (xy 0.3048 -2.3114)
-            (xy 0.2794 -2.3114)
-            (xy 0.1778 -2.3114)
-            (xy 0.1778 -2.3368)
-            (xy 0.254 -2.3622)
-            (xy 0.2794 -2.3622)
-            (xy 0.3048 -2.3114)
-            (xy 0.3048 -2.3114)
-          )
-          (stroke (width 0.0254) (type default) (color 0 0 0 0))
-          (fill (type outline))
-        )
-        (polyline
-          (pts
-            (xy 0.5588 -2.1082)
-            (xy 0.5334 -2.0574)
-            (xy 0.508 -2.159)
-            (xy 0.508 -2.2352)
-            (xy 0.5588 -2.2606)
-            (xy 0.5588 -2.2352)
-            (xy 0.5588 -2.1082)
-            (xy 0.5588 -2.1082)
-          )
-          (stroke (width 0.0254) (type default) (color 0 0 0 0))
-          (fill (type outline))
-        )
-        (polyline
-          (pts
-            (xy 2.6924 1.143)
-            (xy 2.6416 1.143)
-            (xy 2.5654 1.0414)
-            (xy 2.54 0.9398)
-            (xy 2.6162 0.9906)
-            (xy 2.667 1.0668)
-            (xy 2.6924 1.143)
-            (xy 2.6924 1.143)
-          )
-          (stroke (width 0.0254) (type default) (color 0 0 0 0))
-          (fill (type outline))
-        )
-        (polyline
-          (pts
-            (xy 3.0226 1.0668)
-            (xy 2.9972 1.1684)
-            (xy 2.9718 1.1684)
-            (xy 2.9464 1.0922)
-            (xy 2.9464 1.0668)
-            (xy 2.9972 1.0414)
-            (xy 3.0226 1.0668)
-            (xy 3.0226 1.0668)
-          )
-          (stroke (width 0.0254) (type default) (color 0 0 0 0))
-          (fill (type outline))
-        )
-        (polyline
-          (pts
-            (xy 3.1242 0.8128)
-            (xy 3.048 0.889)
-            (xy 2.9972 0.9144)
-            (xy 2.9464 0.8636)
-            (xy 2.9464 0.8382)
-            (xy 3.048 0.762)
-            (xy 3.1242 0.8128)
-            (xy 3.1242 0.8128)
-          )
-          (stroke (width 0.0254) (type default) (color 0 0 0 0))
-          (fill (type outline))
-        )
-        (polyline
-          (pts
-            (xy 3.3528 0.7366)
-            (xy 3.302 0.8636)
-            (xy 3.2512 0.889)
-            (xy 3.2766 0.762)
-            (xy 3.302 0.6604)
-            (xy 3.3528 0.6604)
-            (xy 3.3528 0.7366)
-            (xy 3.3528 0.7366)
-          )
-          (stroke (width 0.0254) (type default) (color 0 0 0 0))
-          (fill (type outline))
-        )
-        (polyline
-          (pts
-            (xy 1.2446 0.3048)
-            (xy 1.1684 0.381)
-            (xy 1.143 0.381)
-            (xy 1.0414 0.3556)
-            (xy 1.0414 0.3048)
-            (xy 1.1176 0.254)
-            (xy 1.1684 0.254)
-            (xy 1.2446 0.3048)
-            (xy 1.2446 0.3048)
-          )
-          (stroke (width 0.0254) (type default) (color 0 0 0 0))
-          (fill (type outline))
-        )
-        (polyline
-          (pts
-            (xy 2.413 -0.7112)
-            (xy 2.3368 -0.7366)
-            (xy 2.2352 -0.8128)
-            (xy 2.1844 -0.889)
-            (xy 2.1844 -0.9144)
-            (xy 2.2352 -0.9144)
-            (xy 2.3622 -0.7874)
-            (xy 2.413 -0.7112)
-            (xy 2.413 -0.7112)
-          )
-          (stroke (width 0.0254) (type default) (color 0 0 0 0))
-          (fill (type outline))
-        )
-        (polyline
-          (pts
-            (xy 3.1242 1.2954)
-            (xy 3.0734 1.3462)
-            (xy 2.921 1.3716)
-            (xy 2.7686 1.397)
-            (xy 2.6924 1.3462)
-            (xy 2.7432 1.2954)
-            (xy 2.921 1.27)
-            (xy 3.048 1.27)
-            (xy 3.1242 1.2954)
-            (xy 3.1242 1.2954)
-          )
-          (stroke (width 0.0254) (type default) (color 0 0 0 0))
-          (fill (type outline))
-        )
-        (polyline
-          (pts
-            (xy 0.889 -1.6256)
-            (xy 0.8128 -1.6256)
-            (xy 0.5842 -1.7272)
-            (xy 0.5588 -1.7272)
-            (xy 0.4064 -1.8288)
-            (xy 0.381 -1.8796)
-            (xy 0.4826 -1.8796)
-            (xy 0.6604 -1.778)
-            (xy 0.7874 -1.7018)
-            (xy 0.889 -1.6256)
-            (xy 0.889 -1.6256)
-          )
-          (stroke (width 0.0254) (type default) (color 0 0 0 0))
-          (fill (type outline))
-        )
-        (polyline
-          (pts
-            (xy 2.1082 -1.6002)
-            (xy 1.9558 -1.651)
-            (xy 1.778 -1.7272)
-            (xy 1.651 -1.8034)
-            (xy 1.6002 -1.8542)
-            (xy 1.7272 -1.8288)
-            (xy 1.9558 -1.7272)
-            (xy 2.0066 -1.7018)
-            (xy 2.1082 -1.651)
-            (xy 2.1082 -1.6002)
-            (xy 2.1082 -1.6002)
-          )
-          (stroke (width 0.0254) (type default) (color 0 0 0 0))
-          (fill (type outline))
-        )
-        (polyline
-          (pts
-            (xy 1.651 -2.0828)
-            (xy 1.6002 -2.0066)
-            (xy 1.524 -1.905)
-            (xy 1.4732 -1.8542)
-            (xy 1.3462 -1.9304)
-            (xy 1.1684 -2.0828)
-            (xy 0.9906 -2.2098)
-            (xy 0.9398 -2.2606)
-            (xy 1.0414 -2.2606)
-            (xy 1.27 -2.159)
-            (xy 1.3208 -2.1336)
-            (xy 1.524 -2.0828)
-            (xy 1.651 -2.0828)
-            (xy 1.651 -2.0828)
-          )
-          (stroke (width 0.0254) (type default) (color 0 0 0 0))
-          (fill (type outline))
-        )
-        (polyline
-          (pts
-            (xy 2.8448 -0.0762)
-            (xy 2.8194 -0.0762)
-            (xy 2.7432 -0.1778)
-            (xy 2.6162 -0.3302)
-            (xy 2.5908 -0.381)
-            (xy 2.4892 -0.5334)
-            (xy 2.4638 -0.5842)
-            (xy 2.4892 -0.5842)
-            (xy 2.5654 -0.508)
-            (xy 2.6924 -0.3302)
-            (xy 2.7178 -0.2794)
-            (xy 2.8194 -0.1524)
-            (xy 2.8448 -0.0762)
-            (xy 2.8448 -0.0762)
-          )
-          (stroke (width 0.0254) (type default) (color 0 0 0 0))
-          (fill (type outline))
-        )
-        (polyline
-          (pts
-            (xy 2.0828 -0.9652)
-            (xy 2.0066 -0.9906)
-            (xy 1.905 -1.0668)
-            (xy 1.6764 -1.1938)
-            (xy 1.4224 -1.3462)
-            (xy 1.2192 -1.4732)
-            (xy 1.0668 -1.5748)
-            (xy 1.0414 -1.6002)
-            (xy 1.0922 -1.6002)
-            (xy 1.27 -1.524)
-            (xy 1.524 -1.3716)
-            (xy 1.7526 -1.2192)
-            (xy 1.9558 -1.0922)
-            (xy 2.0828 -0.9906)
-            (xy 2.0828 -0.9652)
-            (xy 2.0828 -0.9652)
-          )
-          (stroke (width 0.0254) (type default) (color 0 0 0 0))
-          (fill (type outline))
-        )
-        (polyline
-          (pts
-            (xy -0.889 -2.0828)
-            (xy -0.9144 -2.032)
-            (xy -1.1176 -2.0066)
-            (xy -1.143 -2.0066)
-            (xy -1.3462 -1.9812)
-            (xy -1.4478 -1.9812)
-            (xy -1.4224 -2.0066)
-            (xy -1.3208 -2.032)
-            (xy -1.2954 -2.0574)
-            (xy -1.3208 -2.0828)
-            (xy -1.4986 -2.1082)
-            (xy -1.8288 -2.1844)
-            (xy -1.524 -2.1844)
-            (xy -1.27 -2.159)
-            (xy -1.016 -2.1082)
-            (xy -0.9906 -2.1082)
-            (xy -0.889 -2.0828)
-            (xy -0.889 -2.0828)
-          )
-          (stroke (width 0.0254) (type default) (color 0 0 0 0))
-          (fill (type outline))
-        )
-        (polyline
-          (pts
-            (xy 1.4986 0.4318)
-            (xy 1.4224 0.5588)
-            (xy 1.397 0.5588)
-            (xy 1.397 0.4826)
-            (xy 1.397 0.4572)
-            (xy 1.397 0.2794)
-            (xy 1.2446 0.1524)
-            (xy 1.0414 0.0762)
-            (xy 0.9652 0.1016)
-            (xy 0.8382 0.1778)
-            (xy 0.8636 0.3048)
-            (xy 1.016 0.4572)
-            (xy 1.1176 0.5588)
-            (xy 1.1176 0.5842)
-            (xy 1.0414 0.5842)
-            (xy 0.9144 0.4572)
-            (xy 0.7874 0.2794)
-            (xy 0.7874 0.127)
-            (xy 0.8128 0.1016)
-            (xy 0.9398 0.0254)
-            (xy 1.1684 0.0254)
-            (xy 1.3462 0.1524)
-            (xy 1.4478 0.254)
-            (xy 1.4986 0.4318)
-            (xy 1.4986 0.4318)
-          )
-          (stroke (width 0.0254) (type default) (color 0 0 0 0))
-          (fill (type outline))
-        )
-        (polyline
-          (pts
-            (xy 4.1148 3.2512)
-            (xy 4.0894 3.302)
-            (xy 4.0386 3.302)
-            (xy 4.0132 3.302)
-            (xy 3.9878 3.2512)
-            (xy 4.0132 3.2258)
-            (xy 4.0132 3.0734)
-            (xy 3.9624 2.794)
-            (xy 3.8862 2.4638)
-            (xy 3.81 2.1336)
-            (xy 3.7338 1.8288)
-            (xy 3.6322 1.5748)
-            (xy 3.556 1.4732)
-            (xy 3.556 1.4478)
-            (xy 3.4798 1.3716)
-            (xy 3.556 1.3462)
-            (xy 3.5814 1.3208)
-            (xy 3.4544 1.2954)
-            (xy 3.3274 1.2192)
-            (xy 3.2258 1.1176)
-            (xy 3.2258 1.0922)
-            (xy 3.2512 1.0922)
-            (xy 3.3274 1.143)
-            (xy 3.5052 1.143)
-            (xy 3.6576 1.143)
-            (xy 3.7846 1.2446)
-            (xy 3.8354 1.3716)
-            (xy 3.8354 1.4732)
-            (xy 3.8354 1.4986)
-            (xy 3.8608 1.7018)
-            (xy 3.8862 1.9812)
-            (xy 3.9624 2.3368)
-            (xy 4.0386 2.6924)
-            (xy 4.0894 2.9718)
-            (xy 4.1148 3.175)
-            (xy 4.1148 3.2512)
-            (xy 4.1148 3.2512)
-          )
-          (stroke (width 0.0254) (type default) (color 0 0 0 0))
-          (fill (type outline))
-        )
-        (polyline
-          (pts
-            (xy 6.35 0.1778)
-            (xy 6.3246 0.254)
-            (xy 6.2992 0.3048)
-            (xy 6.223 0.2794)
-            (xy 6.0198 0.1778)
-            (xy 5.8674 0.127)
-            (xy 5.5626 0.0254)
-            (xy 5.2832 -0.0508)
-            (xy 5.0546 -0.0508)
-            (xy 4.953 0)
-            (xy 4.9022 0.0254)
-            (xy 4.699 0.0762)
-            (xy 4.445 0.127)
-            (xy 4.2926 0.1524)
-            (xy 4.0386 0.2032)
-            (xy 3.9624 0.3048)
-            (xy 3.9624 0.3302)
-            (xy 3.8354 0.4064)
-            (xy 3.556 0.4826)
-            (xy 3.3782 0.508)
-            (xy 3.2004 0.5588)
-            (xy 3.1242 0.6096)
-            (xy 3.0988 0.635)
-            (xy 2.9972 0.635)
-            (xy 2.8194 0.635)
-            (xy 2.5908 0.6604)
-            (xy 2.3368 0.7112)
-            (xy 2.1844 0.6604)
-            (xy 2.159 0.635)
-            (xy 2.1082 0.635)
-            (xy 2.1336 0.7366)
-            (xy 2.2352 0.9652)
-            (xy 2.3114 1.1176)
-            (xy 2.3368 1.1938)
-            (xy 2.3114 1.1938)
-            (xy 2.1844 1.1176)
-            (xy 1.9812 1.016)
-            (xy 1.9304 0.9906)
-            (xy 1.6002 0.889)
-            (xy 1.2954 0.8382)
-            (xy 1.2446 0.8382)
-            (xy 0.9398 0.8128)
-            (xy 0.635 0.7366)
-            (xy 0.5842 0.6858)
-            (xy 0.381 0.5588)
-            (xy 0.2032 0.381)
-            (xy 0.0508 0.2032)
-            (xy -0.0254 0.0508)
-            (xy 0 -0.0254)
-            (xy 0.0254 -0.0254)
-            (xy 0.0508 -0.1016)
-            (xy -0.0508 -0.254)
-            (xy -0.1016 -0.3048)
-            (xy -0.2286 -0.4318)
-            (xy -0.4064 -0.508)
-            (xy -0.635 -0.5842)
-            (xy -0.9398 -0.6604)
-            (xy -1.397 -0.762)
-            (xy -1.7526 -0.8382)
-            (xy -2.0828 -0.889)
-            (xy -2.286 -0.9144)
-            (xy -2.413 -0.9144)
-            (xy -2.4384 -0.889)
-            (xy -2.4384 -0.8382)
-            (xy -2.4638 -0.762)
-            (xy -2.54 -0.7112)
-            (xy -2.5908 -0.9906)
-            (xy -2.6162 -1.1684)
-            (xy -2.5654 -1.2446)
-            (xy -2.413 -1.27)
-            (xy -2.159 -1.2446)
-            (xy -2.3876 -1.1938)
-            (xy -2.5908 -1.1176)
-            (xy -2.3876 -1.0668)
-            (xy -2.286 -1.0414)
-            (xy -2.032 -0.9906)
-            (xy -1.6764 -0.9144)
-            (xy -1.2954 -0.8382)
-            (xy -1.2192 -0.8382)
-            (xy -0.6858 -0.7112)
-            (xy -0.2794 -0.5334)
-            (xy 0.0508 -0.3302)
-            (xy 0.3302 -0.0508)
-            (xy 0.3556 0)
-            (xy 0.381 0.0508)
-            (xy 0.3048 0.0508)
-            (xy 0.2286 0.0254)
-            (xy 0.1524 0.0762)
-            (xy 0.2032 0.2286)
-            (xy 0.3048 0.381)
-            (xy 0.4826 0.4826)
-            (xy 0.5588 0.4826)
-            (xy 0.5334 0.3556)
-            (xy 0.5334 0.3302)
-            (xy 0.5842 0.3556)
-            (xy 0.7366 0.508)
-            (xy 0.8128 0.5842)
-            (xy 0.9398 0.7112)
-            (xy 1.1176 0.762)
-            (xy 1.3462 0.7366)
-            (xy 1.524 0.6858)
-            (xy 1.6764 0.635)
-            (xy 1.7272 0.5334)
-            (xy 1.7526 0.4572)
-            (xy 1.905 0.381)
-            (xy 1.9812 0.3556)
-            (xy 1.9558 0.4064)
-            (xy 1.905 0.4064)
-            (xy 1.8542 0.5334)
-            (xy 1.8796 0.5588)
-            (xy 2.0066 0.508)
-            (xy 2.1336 0.4826)
-            (xy 2.2352 0.508)
-            (xy 2.3368 0.5588)
-            (xy 2.54 0.5588)
-            (xy 2.7686 0.5334)
-            (xy 2.9718 0.508)
-            (xy 3.0988 0.4572)
-            (xy 3.1242 0.4572)
-            (xy 3.0988 0.3556)
-            (xy 2.9972 0.2032)
-            (xy 2.8448 -0.0508)
-            (xy 3.0734 0.2032)
-            (xy 3.2258 0.3556)
-            (xy 3.3528 0.4064)
-            (xy 3.556 0.381)
-            (xy 3.5814 0.3556)
-            (xy 3.7846 0.254)
-            (xy 3.8608 0.1016)
-            (xy 3.8354 0)
-            (xy 3.7846 -0.0254)
-            (xy 3.7592 0)
-            (xy 3.7592 0.1016)
-            (xy 3.7846 0.1524)
-            (xy 3.7338 0.1524)
-            (xy 3.683 0.0762)
-            (xy 3.5306 -0.0762)
-            (xy 3.4036 -0.2794)
-            (xy 3.2766 -0.4572)
-            (xy 3.175 -0.6096)
-            (xy 3.175 -0.6604)
-            (xy 3.2258 -0.6604)
-            (xy 3.3528 -0.6096)
-            (xy 3.429 -0.5334)
-            (xy 3.429 -0.508)
-            (xy 3.429 -0.4826)
-            (xy 3.4544 -0.4064)
-            (xy 3.5306 -0.254)
-            (xy 3.6322 -0.127)
-            (xy 3.7338 -0.0762)
-            (xy 3.7338 -0.1524)
-            (xy 3.6576 -0.3048)
-            (xy 3.5814 -0.4318)
-            (xy 3.6068 -0.508)
-            (xy 3.7084 -0.4064)
-            (xy 3.8354 -0.2032)
-            (xy 3.9116 -0.1016)
-            (xy 3.9878 0.0254)
-            (xy 4.1402 0.0508)
-            (xy 4.3688 0.0254)
-            (xy 4.4958 0.0254)
-            (xy 4.7244 -0.0508)
-            (xy 4.8768 -0.1016)
-            (xy 4.953 -0.127)
-            (xy 5.1816 -0.1524)
-            (xy 5.461 -0.1016)
-            (xy 5.7658 -0.0508)
-            (xy 6.0452 0.0508)
-            (xy 6.0706 0.0762)
-            (xy 6.223 0.1524)
-            (xy 6.223 0.127)
-            (xy 6.1214 0.0254)
-            (xy 5.9944 -0.0508)
-            (xy 5.715 -0.1524)
-            (xy 5.4102 -0.254)
-            (xy 5.1562 -0.3048)
-            (xy 4.953 -0.381)
-            (xy 4.8514 -0.4318)
-            (xy 4.7752 -0.4572)
-            (xy 4.572 -0.4826)
-            (xy 4.2926 -0.508)
-            (xy 4.0132 -0.508)
-            (xy 3.8354 -0.5334)
-            (xy 3.7338 -0.635)
-            (xy 3.6068 -0.7874)
-            (xy 3.5306 -0.889)
-            (xy 3.3528 -1.0414)
-            (xy 3.1242 -1.0922)
-            (xy 2.921 -1.1176)
-            (xy 2.921 -1.1938)
-            (xy 2.921 -1.2192)
-            (xy 2.8194 -1.3462)
-            (xy 2.6924 -1.4732)
-            (xy 2.54 -1.524)
-            (xy 2.5146 -1.4732)
-            (xy 2.6416 -1.3462)
-            (xy 2.8194 -1.2192)
-            (xy 2.921 -1.1938)
-            (xy 2.921 -1.1176)
-            (xy 2.8448 -1.143)
-            (xy 2.54 -1.3208)
-            (xy 2.2352 -1.5748)
-            (xy 2.5146 -1.6002)
-            (xy 2.5654 -1.6002)
-            (xy 2.7432 -1.6256)
-            (xy 2.7686 -1.7018)
-            (xy 2.6416 -1.8288)
-            (xy 2.5146 -1.8796)
-            (xy 2.3622 -1.8542)
-            (xy 2.4638 -2.0066)
-            (xy 2.54 -2.0574)
-            (xy 2.6416 -2.2352)
-            (xy 2.667 -2.3876)
-            (xy 2.6162 -2.6416)
-            (xy 2.5908 -2.7432)
-            (xy 2.5654 -2.8448)
-            (xy 2.54 -2.8194)
-            (xy 2.4892 -2.6924)
-            (xy 2.3622 -2.5908)
-            (xy 2.2352 -2.5146)
-            (xy 2.0574 -2.3622)
-            (xy 2.0066 -2.3114)
-            (xy 1.905 -2.286)
-            (xy 1.778 -2.286)
-            (xy 1.5748 -2.3622)
-            (xy 1.2446 -2.5146)
-            (xy 1.0922 -2.5654)
-            (xy 0.8128 -2.667)
-            (xy 0.6096 -2.7432)
-            (xy 0.508 -2.7686)
-            (xy 0.508 -2.6924)
-            (xy 0.5842 -2.54)
-            (xy 0.6096 -2.4384)
-            (xy 0.6096 -2.3622)
-            (xy 0.5842 -2.3622)
-            (xy 0.508 -2.4384)
-            (xy 0.4318 -2.6162)
-            (xy 0.4064 -2.6924)
-            (xy 0.3048 -2.8194)
-            (xy 0.1778 -2.8448)
-            (xy 0.0762 -2.8194)
-            (xy -0.1524 -2.7686)
-            (xy -0.508 -2.667)
-            (xy -0.9398 -2.5654)
-            (xy -1.4224 -2.4638)
-            (xy -1.6256 -2.413)
-            (xy -1.6256 -2.5908)
-            (xy -1.651 -2.6162)
-            (xy -1.7018 -2.5908)
-            (xy -1.7018 -2.8448)
-            (xy -1.7526 -2.8702)
-            (xy -1.778 -2.8448)
-            (xy -1.778 -3.0988)
-            (xy -1.8288 -3.1242)
-            (xy -1.8796 -3.0988)
-            (xy -1.8796 -3.3528)
-            (xy -1.905 -3.3782)
-            (xy -1.9558 -3.3528)
-            (xy -1.9558 -3.6068)
-            (xy -2.0066 -3.6322)
-            (xy -2.032 -3.6068)
-            (xy -2.032 -3.7592)
-            (xy -2.0828 -3.81)
-            (xy -2.1336 -3.7592)
-            (xy -2.0828 -3.7338)
-            (xy -2.032 -3.7592)
-            (xy -2.032 -3.6068)
-            (xy -2.0066 -3.556)
-            (xy -1.9558 -3.6068)
-            (xy -1.9558 -3.3528)
-            (xy -1.905 -3.302)
-            (xy -1.8796 -3.3528)
-            (xy -1.8796 -3.0988)
-            (xy -1.8288 -3.048)
-            (xy -1.778 -3.0988)
-            (xy -1.778 -2.8448)
-            (xy -1.7526 -2.794)
-            (xy -1.7018 -2.8448)
-            (xy -1.7018 -2.5908)
-            (xy -1.651 -2.54)
-            (xy -1.6256 -2.5908)
-            (xy -1.6256 -2.413)
-            (xy -1.8288 -2.3622)
-            (xy -2.2606 -2.2606)
-            (xy -2.413 -2.2098)
-            (xy -2.413 -2.3622)
-            (xy -2.413 -2.413)
-            (xy -2.5146 -2.5146)
-            (xy -2.6416 -2.6416)
-            (xy -2.7432 -2.794)
-            (xy -2.7686 -2.8448)
-            (xy -2.794 -2.8448)
-            (xy -2.8194 -2.7432)
-            (xy -2.8448 -2.4892)
-            (xy -2.8702 -2.3368)
-            (xy -2.8448 -2.2606)
-            (xy -2.7178 -2.2606)
-            (xy -2.4892 -2.3368)
-            (xy -2.413 -2.3622)
-            (xy -2.413 -2.2098)
-            (xy -2.6162 -2.1844)
-            (xy -2.8702 -2.1082)
-            (xy -2.9718 -2.0828)
-            (xy -2.9972 -2.032)
-            (xy -3.048 -1.8796)
-            (xy -3.048 -1.8288)
-            (xy -2.9972 -1.8034)
-            (xy -2.8702 -1.8796)
-            (xy -2.6924 -1.9812)
-            (xy -2.413 -2.0574)
-            (xy -2.3622 -2.0828)
-            (xy -2.1844 -2.0574)
-            (xy -2.0574 -1.9558)
-            (xy -2.032 -1.905)
-            (xy -2.0066 -1.8034)
-            (xy -2.0828 -1.778)
-            (xy -2.159 -1.778)
-            (xy -2.1844 -1.8542)
-            (xy -2.159 -1.8796)
-            (xy -2.2352 -1.905)
-            (xy -2.4384 -1.9304)
-            (xy -2.4638 -1.9304)
-            (xy -2.667 -1.8796)
-            (xy -2.794 -1.8288)
-            (xy -2.794 -1.778)
-            (xy -2.7178 -1.8034)
-            (xy -2.6416 -1.8034)
-            (xy -2.4638 -1.7526)
-            (xy -2.3876 -1.7018)
-            (xy -2.4892 -1.7272)
-            (xy -2.5654 -1.7272)
-            (xy -2.7178 -1.6764)
-            (xy -2.7432 -1.651)
-            (xy -2.794 -1.651)
-            (xy -2.794 -1.7272)
-            (xy -2.8448 -1.778)
-            (xy -2.8956 -1.7272)
-            (xy -2.8448 -1.7018)
-            (xy -2.794 -1.7272)
-            (xy -2.794 -1.651)
-            (xy -2.8956 -1.6764)
-            (xy -3.1242 -1.8034)
-            (xy -3.2766 -1.905)
-            (xy -3.4544 -2.0066)
-            (xy -3.5306 -2.0066)
-            (xy -3.5052 -1.9558)
-            (xy -3.3274 -1.8034)
-            (xy -3.2766 -1.7526)
-            (xy -3.1242 -1.6002)
-            (xy -3.0734 -1.4986)
-            (xy -3.1242 -1.4986)
-            (xy -3.2766 -1.6002)
-            (xy -3.3274 -1.651)
-            (xy -3.5306 -1.7526)
-            (xy -3.6322 -1.7526)
-            (xy -3.6068 -1.6764)
-            (xy -3.4544 -1.524)
-            (xy -3.429 -1.4986)
-            (xy -3.302 -1.3462)
-            (xy -3.302 -1.3208)
-            (xy -3.429 -1.397)
-            (xy -3.683 -1.5494)
-            (xy -3.9116 -1.7272)
-            (xy -4.7752 -1.0414)
-            (xy -4.8006 -1.0414)
-            (xy -5.1308 -0.762)
-            (xy -5.461 -0.5334)
-            (xy -5.715 -0.3302)
-            (xy -5.8674 -0.2032)
-            (xy -6.096 -0.0254)
-            (xy -5.842 0.2286)
-            (xy -5.6642 0.4318)
-            (xy -5.3848 0.7874)
-            (xy -5.1308 1.1684)
-            (xy -5.08 1.1684)
-            (xy -4.953 1.0668)
-            (xy -4.699 0.889)
-            (xy -4.3942 0.6604)
-            (xy -4.0386 0.381)
-            (xy -3.683 0.1016)
-            (xy -3.3782 -0.1524)
-            (xy -3.175 -0.3048)
-            (xy -3.0734 -0.4318)
-            (xy -2.9972 -0.5334)
-            (xy -2.9972 -0.635)
-            (xy -3.0226 -0.762)
-            (xy -3.0226 -0.9398)
-            (xy -2.9718 -0.8636)
-            (xy -2.921 -0.7874)
-            (xy -2.8194 -0.6858)
-            (xy -2.7686 -0.7112)
-            (xy -2.8194 -0.889)
-            (xy -2.8448 -1.016)
-            (xy -2.8702 -1.143)
-            (xy -2.794 -1.1176)
-            (xy -2.6924 -0.9652)
-            (xy -2.54 -0.7112)
-            (xy -2.5908 -0.635)
-            (xy -2.7178 -0.5588)
-            (xy -2.8194 -0.4572)
-            (xy -2.8956 -0.381)
-            (xy -3.0734 -0.2032)
-            (xy -3.3528 0.0254)
-            (xy -3.683 0.2794)
-            (xy -4.0386 0.5334)
-            (xy -4.3942 0.8128)
-            (xy -4.7498 1.0668)
-            (xy -5.0292 1.27)
-            (xy -5.2324 1.397)
-            (xy -5.334 1.4478)
-            (xy -5.4356 1.4224)
-            (xy -5.4356 1.016)
-            (xy -5.461 0.8382)
-            (xy -5.5372 0.6858)
-            (xy -5.6388 0.5842)
-            (xy -5.8166 0.4318)
-            (xy -6.0198 0.3556)
-            (xy -6.096 0.381)
-            (xy -6.096 0.508)
-            (xy -6.0706 0.6096)
-            (xy -5.9436 0.7874)
-            (xy -5.7658 0.9652)
-            (xy -5.6134 1.1176)
-            (xy -5.4864 1.1938)
-            (xy -5.461 1.143)
-            (xy -5.4356 1.016)
-            (xy -5.4356 1.4224)
-            (xy -5.461 1.397)
-            (xy -5.6896 1.27)
-            (xy -5.9182 1.0414)
-            (xy -6.1214 0.7874)
-            (xy -6.2738 0.5588)
-            (xy -6.2738 2.1844)
-            (xy -6.2738 3.81)
-            (xy -1.651 3.81)
-            (xy 2.9464 3.81)
-            (xy 2.8448 3.6322)
-            (xy 2.8194 3.5814)
-            (xy 2.7178 3.3782)
-            (xy 2.6162 3.0734)
-            (xy 2.4892 2.7432)
-            (xy 2.4638 2.6416)
-            (xy 2.3368 2.286)
-            (xy 2.2352 2.032)
-            (xy 2.159 1.8542)
-            (xy 2.1336 1.8034)
-            (xy 2.1082 1.6764)
-            (xy 2.2352 1.5494)
-            (xy 2.3622 1.4224)
-            (xy 2.4638 1.27)
-            (xy 2.5146 1.2192)
-            (xy 2.5146 1.2954)
-            (xy 2.4892 1.4224)
-            (xy 2.3876 1.5748)
-            (xy 2.3114 1.6256)
-            (xy 2.286 1.6764)
-            (xy 2.413 1.7018)
-            (xy 2.54 1.6764)
-            (xy 2.6162 1.6256)
-            (xy 2.7178 1.5748)
-            (xy 2.921 1.5494)
-            (xy 3.1496 1.524)
-            (xy 3.302 1.4478)
-            (xy 3.3274 1.397)
-            (xy 3.3782 1.397)
-            (xy 3.3782 1.5494)
-            (xy 3.4036 1.5748)
-            (xy 3.5306 1.5748)
-            (xy 3.429 1.651)
-            (xy 3.3528 1.7018)
-            (xy 3.2004 1.7526)
-            (xy 3.2004 1.651)
-            (xy 3.1242 1.6002)
-            (xy 3.0734 1.6256)
-            (xy 3.0734 1.6764)
-            (xy 3.175 1.6764)
-            (xy 3.2004 1.651)
-            (xy 3.2004 1.7526)
-            (xy 3.0734 1.778)
-            (xy 2.921 1.8034)
-            (xy 2.921 1.7526)
-            (xy 2.921 1.7272)
-            (xy 2.8194 1.7018)
-            (xy 2.7432 1.7272)
-            (xy 2.7686 1.7526)
-            (xy 2.8194 1.778)
-            (xy 2.921 1.7526)
-            (xy 2.921 1.8034)
-            (xy 2.7686 1.8288)
-            (xy 2.6162 1.8542)
-            (xy 2.4384 1.8796)
-            (xy 2.3622 1.905)
-            (xy 2.3622 1.9558)
-            (xy 2.413 2.1336)
-            (xy 2.4892 2.413)
-            (xy 2.6162 2.7432)
-            (xy 2.7178 3.0734)
-            (xy 2.8448 3.3782)
-            (xy 2.9464 3.6068)
-            (xy 3.0226 3.7084)
-            (xy 3.2258 3.7846)
-            (xy 3.4798 3.81)
-            (xy 3.6322 3.81)
-            (xy 3.7846 3.7338)
-            (xy 3.9116 3.5814)
-            (xy 3.937 3.556)
-            (xy 4.0132 3.429)
-            (xy 4.0386 3.429)
-            (xy 4.0386 3.4798)
-            (xy 3.9624 3.6322)
-            (xy 3.9624 3.683)
-            (xy 3.9878 3.7338)
-            (xy 4.0894 3.7592)
-            (xy 4.318 3.7846)
-            (xy 4.6482 3.81)
-            (xy 5.1308 3.81)
-            (xy 5.1816 3.81)
-            (xy 5.2578 3.8354)
-            (xy 5.1562 3.8354)
-            (xy 4.9276 3.8354)
-            (xy 4.572 3.8608)
-            (xy 4.064 3.8608)
-            (xy 3.4544 3.8608)
-            (xy 2.7178 3.8608)
-            (xy 1.905 3.8862)
-            (xy 0.9906 3.8862)
-            (xy 0 3.8862)
-            (xy -6.35 3.8862)
-            (xy -6.35 -0.0508)
-            (xy -6.35 -0.7112)
-            (xy -6.3246 -1.4478)
-            (xy -6.3246 -2.0574)
-            (xy -6.3246 -2.4892)
-            (xy -6.3246 -2.7686)
-            (xy -6.3246 -2.8956)
-            (xy -6.2992 -2.8956)
-            (xy -6.2992 -2.7432)
-            (xy -6.2992 -2.4638)
-            (xy -6.2738 -2.0574)
-            (xy -6.223 -0.1016)
-            (xy -5.1308 -0.9398)
-            (xy -4.9022 -1.0922)
-            (xy -4.5212 -1.397)
-            (xy -4.191 -1.651)
-            (xy -3.937 -1.8288)
-            (xy -3.81 -1.9558)
-            (xy -3.6068 -2.0574)
-            (xy -3.3528 -2.0828)
-            (xy -3.3274 -2.0828)
-            (xy -3.1242 -2.1082)
-            (xy -3.0226 -2.2606)
-            (xy -3.0226 -2.54)
-            (xy -3.048 -2.7178)
-            (xy -2.9718 -2.794)
-            (xy -2.921 -2.8448)
-            (xy -2.921 -3.0226)
-            (xy -2.9464 -3.302)
-            (xy -3.0226 -3.7338)
-            (xy -3.048 -3.81)
-            (xy -3.0226 -3.937)
-            (xy -2.921 -3.9878)
-            (xy -2.8448 -3.9624)
-            (xy -2.7686 -3.8862)
-            (xy -2.7178 -3.7084)
-            (xy -2.6924 -3.4036)
-            (xy -2.6924 -3.3274)
-            (xy -2.6416 -2.9972)
-            (xy -2.5654 -2.794)
-            (xy -2.413 -2.6162)
-            (xy -2.286 -2.4892)
-            (xy -2.0828 -2.4384)
-            (xy -1.9304 -2.4638)
-            (xy -1.8796 -2.6162)
-            (xy -1.8796 -2.6416)
-            (xy -1.9304 -2.8702)
-            (xy -2.0066 -3.1496)
-            (xy -2.1082 -3.4544)
-            (xy -2.2352 -3.7084)
-            (xy -2.3114 -3.8608)
-            (xy -2.3368 -3.9116)
-            (xy -2.3622 -3.9624)
-            (xy -2.2098 -3.9624)
-            (xy -2.159 -3.9624)
-            (xy -2.032 -3.8862)
-            (xy -1.9304 -3.7084)
-            (xy -1.8034 -3.429)
-            (xy -1.7018 -3.175)
-            (xy -1.6002 -2.921)
-            (xy -1.5494 -2.7432)
-            (xy -1.4732 -2.5654)
-            (xy -0.5588 -2.7686)
-            (xy 0.3302 -2.9718)
-            (xy 1.0922 -2.667)
-            (xy 1.8542 -2.3876)
-            (xy 2.1336 -2.5654)
-            (xy 2.3114 -2.6924)
-            (xy 2.4384 -2.921)
-            (xy 2.5146 -3.2258)
-            (xy 2.5146 -3.6576)
-            (xy 2.54 -3.7592)
-            (xy 2.5654 -3.937)
-            (xy 2.667 -3.9878)
-            (xy 2.6924 -3.9624)
-            (xy 2.7432 -3.937)
-            (xy 2.7686 -3.8354)
-            (xy 2.7686 -3.6576)
-            (xy 2.7686 -3.302)
-            (xy 2.7686 -3.2512)
-            (xy 2.7432 -2.921)
-            (xy 2.7686 -2.667)
-            (xy 2.794 -2.5146)
-            (xy 2.8194 -2.3876)
-            (xy 2.7432 -2.159)
-            (xy 2.6924 -2.0574)
-            (xy 2.6924 -3.5052)
-            (xy 2.667 -3.7338)
-            (xy 2.667 -3.7846)
-            (xy 2.6416 -3.7084)
-            (xy 2.6416 -3.5052)
-            (xy 2.6416 -3.3528)
-            (xy 2.6416 -3.2512)
-            (xy 2.667 -3.3274)
-            (xy 2.6924 -3.5052)
-            (xy 2.6924 -2.0574)
-            (xy 2.667 -1.9304)
-            (xy 2.7686 -1.8796)
-            (xy 2.8194 -1.8542)
-            (xy 2.9718 -1.8796)
-            (xy 3.2004 -2.032)
-            (xy 3.2004 -2.0574)
-            (xy 3.4544 -2.2098)
-            (xy 3.6322 -2.2352)
-            (xy 3.7338 -2.2352)
-            (xy 3.8862 -2.3114)
-            (xy 4.1148 -2.5146)
-            (xy 4.2418 -2.6416)
-            (xy 4.4196 -2.8194)
-            (xy 4.4958 -2.9718)
-            (xy 4.5212 -2.9972)
-            (xy 4.572 -3.0226)
-            (xy 4.699 -2.9464)
-            (xy 4.7244 -2.921)
-            (xy 4.7752 -2.8448)
-            (xy 4.7752 -2.7432)
-            (xy 4.6482 -2.6162)
-            (xy 4.6482 -2.8194)
-            (xy 4.572 -2.794)
-            (xy 4.4196 -2.667)
-            (xy 4.2418 -2.4892)
-            (xy 4.1656 -2.413)
-            (xy 3.8862 -2.1844)
-            (xy 3.6322 -2.1082)
-            (xy 3.5814 -2.1082)
-            (xy 3.3528 -2.0066)
-            (xy 3.0988 -1.8034)
-            (xy 2.7686 -1.524)
-            (xy 2.9718 -1.3462)
-            (xy 3.1242 -1.2446)
-            (xy 3.2258 -1.1938)
-            (xy 3.2766 -1.1938)
-            (xy 3.429 -1.3208)
-            (xy 3.5814 -1.4986)
-            (xy 3.7592 -1.7018)
-            (xy 3.9116 -1.8796)
-            (xy 3.9624 -1.9812)
-            (xy 4.0132 -2.0574)
-            (xy 4.1402 -2.2098)
-            (xy 4.318 -2.413)
-            (xy 4.4704 -2.5908)
-            (xy 4.5974 -2.7432)
-            (xy 4.6482 -2.8194)
-            (xy 4.6482 -2.6162)
-            (xy 4.445 -2.413)
-            (xy 4.2672 -2.2098)
-            (xy 4.1148 -2.032)
-            (xy 4.064 -1.9304)
-            (xy 4.0386 -1.8796)
-            (xy 3.9116 -1.7018)
-            (xy 3.7338 -1.4986)
-            (xy 3.429 -1.1938)
-            (xy 3.683 -0.889)
-            (xy 3.81 -0.7366)
-            (xy 3.937 -0.635)
-            (xy 4.1148 -0.5842)
-            (xy 4.3942 -0.5842)
-            (xy 4.6228 -0.5842)
-            (xy 4.826 -0.5588)
-            (xy 4.9276 -0.508)
-            (xy 5.0038 -0.4826)
-            (xy 5.1816 -0.4064)
-            (xy 5.461 -0.3302)
-            (xy 5.588 -0.3048)
-            (xy 5.9944 -0.1778)
-            (xy 6.2484 0)
-            (xy 6.35 0.1778)
-            (xy 6.35 0.1778)
-          )
-          (stroke (width 0.0254) (type default) (color 0 0 0 0))
-          (fill (type outline))
-        )
-      )
-    )
-    (symbol "domotab:LPC1224FBD48" (pin_names (offset 1.016)) (in_bom yes) (on_board yes)
-      (property "Reference" "U" (id 0) (at -11.43 31.75 0)
-        (effects (font (size 1.524 1.524)))
-      )
-      (property "Value" "LPC1224FBD48" (id 1) (at 16.51 -38.1 0)
-        (effects (font (size 1.524 1.524)))
-      )
-      (property "Footprint" "LQFP48" (id 2) (at -13.97 -38.1 0)
-        (effects (font (size 1.524 1.524)))
-      )
-      (property "Datasheet" "" (id 3) (at 0 0 0)
-        (effects (font (size 1.524 1.524)))
-      )
-      (symbol "LPC1224FBD48_0_1"
-        (rectangle (start -20.32 30.48) (end 19.05 -35.56)
-          (stroke (width 0) (type default) (color 0 0 0 0))
-          (fill (type background))
-        )
-      )
-      (symbol "LPC1224FBD48_1_1"
-        (pin input line (at -24.13 -25.4 0) (length 3.81)
-          (name "XTALIN" (effects (font (size 0.889 0.889))))
-          (number "1" (effects (font (size 0.889 0.889))))
-        )
-        (pin bidirectional line (at 22.86 11.43 180) (length 3.81)
-          (name "SWDIO/PIO0_25" (effects (font (size 0.889 0.889))))
-          (number "10" (effects (font (size 0.889 0.889))))
-        )
-        (pin bidirectional line (at 22.86 8.89 180) (length 3.81)
-          (name "SWCLK/PIO0_26" (effects (font (size 0.889 0.889))))
-          (number "11" (effects (font (size 0.889 0.889))))
-        )
-        (pin bidirectional line (at 22.86 6.35 180) (length 3.81)
-          (name "PIO0_27" (effects (font (size 0.889 0.889))))
-          (number "12" (effects (font (size 0.889 0.889))))
-        )
-        (pin bidirectional line (at 22.86 3.81 180) (length 3.81)
-          (name "PIO0_28" (effects (font (size 0.889 0.889))))
-          (number "13" (effects (font (size 0.889 0.889))))
-        )
-        (pin bidirectional line (at 22.86 1.27 180) (length 3.81)
-          (name "PIO0_29/ROSC" (effects (font (size 0.889 0.889))))
-          (number "14" (effects (font (size 0.889 0.889))))
-        )
-        (pin bidirectional line (at -24.13 26.67 0) (length 3.81)
-          (name "PIO0_0/~{RTS0}" (effects (font (size 0.889 0.889))))
-          (number "15" (effects (font (size 0.889 0.889))))
-        )
-        (pin bidirectional line (at -24.13 24.13 0) (length 3.81)
-          (name "PIO0_1/RXD0" (effects (font (size 0.889 0.889))))
-          (number "16" (effects (font (size 0.889 0.889))))
-        )
-        (pin bidirectional line (at -24.13 21.59 0) (length 3.81)
-          (name "PIO0_2/TXD0" (effects (font (size 0.889 0.889))))
-          (number "17" (effects (font (size 0.889 0.889))))
-        )
-        (pin bidirectional line (at -24.13 19.05 0) (length 3.81)
-          (name "PIO0_3/~{DTR0}" (effects (font (size 0.889 0.889))))
-          (number "18" (effects (font (size 0.889 0.889))))
-        )
-        (pin bidirectional line (at -24.13 16.51 0) (length 3.81)
-          (name "PIO0_4/~{DSR0}" (effects (font (size 0.889 0.889))))
-          (number "19" (effects (font (size 0.889 0.889))))
-        )
-        (pin output line (at -24.13 -27.94 0) (length 3.81)
-          (name "XTALOUT" (effects (font (size 0.889 0.889))))
-          (number "2" (effects (font (size 0.889 0.889))))
-        )
-        (pin bidirectional line (at -24.13 13.97 0) (length 3.81)
-          (name "PIO0_5/~{DCD0}" (effects (font (size 0.889 0.889))))
-          (number "20" (effects (font (size 0.889 0.889))))
-        )
-        (pin bidirectional line (at -24.13 11.43 0) (length 3.81)
-          (name "PIO0_6/~{RIO}" (effects (font (size 0.889 0.889))))
-          (number "21" (effects (font (size 0.889 0.889))))
-        )
-        (pin bidirectional line (at -24.13 8.89 0) (length 3.81)
-          (name "PIO0_7/~{CTS0}" (effects (font (size 0.889 0.889))))
-          (number "22" (effects (font (size 0.889 0.889))))
-        )
-        (pin bidirectional line (at -24.13 6.35 0) (length 3.81)
-          (name "PIO0_8/RXD1" (effects (font (size 0.889 0.889))))
-          (number "23" (effects (font (size 0.889 0.889))))
-        )
-        (pin bidirectional line (at -24.13 3.81 0) (length 3.81)
-          (name "PIO0_9/TXD1" (effects (font (size 0.889 0.889))))
-          (number "24" (effects (font (size 0.889 0.889))))
-        )
-        (pin bidirectional line (at -24.13 1.27 0) (length 3.81)
-          (name "PIO0_10/SCL" (effects (font (size 0.889 0.889))))
-          (number "25" (effects (font (size 0.889 0.889))))
-        )
-        (pin bidirectional line (at -24.13 -1.27 0) (length 3.81)
-          (name "PIO0_11/SDA" (effects (font (size 0.889 0.889))))
-          (number "26" (effects (font (size 0.889 0.889))))
-        )
-        (pin bidirectional line (at -24.13 -3.81 0) (length 3.81)
-          (name "PIO0_12/CLKOUT" (effects (font (size 0.889 0.889))))
-          (number "27" (effects (font (size 0.889 0.889))))
-        )
-        (pin bidirectional line (at -24.13 -6.35 0) (length 3.81)
-          (name "~{RESET}/PIO0_13" (effects (font (size 0.889 0.889))))
-          (number "28" (effects (font (size 0.889 0.889))))
-        )
-        (pin bidirectional line (at -24.13 -8.89 0) (length 3.81)
-          (name "PIO0_14/SCK" (effects (font (size 0.889 0.889))))
-          (number "29" (effects (font (size 0.889 0.889))))
-        )
-        (pin input line (at 6.35 34.29 270) (length 3.81)
-          (name "VREF_CMP" (effects (font (size 0.889 0.889))))
-          (number "3" (effects (font (size 0.889 0.889))))
-        )
-        (pin bidirectional line (at -24.13 -11.43 0) (length 3.81)
-          (name "PIO0_15/SSEL" (effects (font (size 0.889 0.889))))
-          (number "30" (effects (font (size 0.889 0.889))))
-        )
-        (pin bidirectional line (at -24.13 -13.97 0) (length 3.81)
-          (name "PIO0_16/MISO" (effects (font (size 0.889 0.889))))
-          (number "31" (effects (font (size 0.889 0.889))))
-        )
-        (pin bidirectional line (at -24.13 -16.51 0) (length 3.81)
-          (name "PIO0_17/MOSI" (effects (font (size 0.889 0.889))))
-          (number "32" (effects (font (size 0.889 0.889))))
-        )
-        (pin bidirectional line (at -24.13 -19.05 0) (length 3.81)
-          (name "PIO0_18/SWCLK" (effects (font (size 0.889 0.889))))
-          (number "33" (effects (font (size 0.889 0.889))))
-        )
-        (pin bidirectional line (at 22.86 -1.27 180) (length 3.81)
-          (name "PIO0_30/AD0" (effects (font (size 0.889 0.889))))
-          (number "34" (effects (font (size 0.889 0.889))))
-        )
-        (pin bidirectional line (at 22.86 -3.81 180) (length 3.81)
-          (name "PIO0_31/AD1" (effects (font (size 0.889 0.889))))
-          (number "35" (effects (font (size 0.889 0.889))))
-        )
-        (pin bidirectional line (at 22.86 -8.89 180) (length 3.81)
-          (name "PIO1_0/R/AD2" (effects (font (size 0.889 0.889))))
-          (number "36" (effects (font (size 0.889 0.889))))
-        )
-        (pin bidirectional line (at 22.86 -11.43 180) (length 3.81)
-          (name "PIO1_1/R/AD3" (effects (font (size 0.889 0.889))))
-          (number "37" (effects (font (size 0.889 0.889))))
-        )
-        (pin bidirectional line (at 22.86 -13.97 180) (length 3.81)
-          (name "PIO1_2/SWDIO/AD4" (effects (font (size 0.889 0.889))))
-          (number "38" (effects (font (size 0.889 0.889))))
-        )
-        (pin bidirectional line (at 22.86 -16.51 180) (length 3.81)
-          (name "PIO1_3/AD5/WAKEUP" (effects (font (size 0.889 0.889))))
-          (number "39" (effects (font (size 0.889 0.889))))
-        )
-        (pin bidirectional line (at 22.86 26.67 180) (length 3.81)
-          (name "PIO0_19" (effects (font (size 0.889 0.889))))
-          (number "4" (effects (font (size 0.889 0.889))))
-        )
-        (pin bidirectional line (at 22.86 -19.05 180) (length 3.81)
-          (name "PIO1_4/AD6" (effects (font (size 0.889 0.889))))
-          (number "40" (effects (font (size 0.889 0.889))))
-        )
-        (pin bidirectional line (at 22.86 -21.59 180) (length 3.81)
-          (name "PIO1_5/AD7" (effects (font (size 0.889 0.889))))
-          (number "41" (effects (font (size 0.889 0.889))))
-        )
-        (pin bidirectional line (at 22.86 -24.13 180) (length 3.81)
-          (name "PIO1_6" (effects (font (size 0.889 0.889))))
-          (number "42" (effects (font (size 0.889 0.889))))
-        )
-        (pin power_in line (at 1.27 -39.37 90) (length 3.81)
-          (name "VSS" (effects (font (size 0.889 0.889))))
-          (number "43" (effects (font (size 0.889 0.889))))
-        )
-        (pin power_in line (at 1.27 34.29 270) (length 3.81)
-          (name "VDD_3V3" (effects (font (size 0.889 0.889))))
-          (number "44" (effects (font (size 0.889 0.889))))
-        )
-        (pin output line (at 22.86 -31.75 180) (length 3.81)
-          (name "RTCXOUT" (effects (font (size 0.889 0.889))))
-          (number "45" (effects (font (size 0.889 0.889))))
-        )
-        (pin input line (at 22.86 -29.21 180) (length 3.81)
-          (name "RTCXIN" (effects (font (size 0.889 0.889))))
-          (number "46" (effects (font (size 0.889 0.889))))
-        )
-        (pin power_in line (at -1.27 34.29 270) (length 3.81)
-          (name "VDD_IO" (effects (font (size 0.889 0.889))))
-          (number "47" (effects (font (size 0.889 0.889))))
-        )
-        (pin power_in line (at -1.27 -39.37 90) (length 3.81)
-          (name "VSS_IO" (effects (font (size 0.889 0.889))))
-          (number "48" (effects (font (size 0.889 0.889))))
-        )
-        (pin bidirectional line (at 22.86 24.13 180) (length 3.81)
-          (name "PIO0_20" (effects (font (size 0.889 0.889))))
-          (number "5" (effects (font (size 0.889 0.889))))
-        )
-        (pin bidirectional line (at 22.86 21.59 180) (length 3.81)
-          (name "PIO0_21" (effects (font (size 0.889 0.889))))
-          (number "6" (effects (font (size 0.889 0.889))))
-        )
-        (pin bidirectional line (at 22.86 19.05 180) (length 3.81)
-          (name "PIO0_22" (effects (font (size 0.889 0.889))))
-          (number "7" (effects (font (size 0.889 0.889))))
-        )
-        (pin bidirectional line (at 22.86 16.51 180) (length 3.81)
-          (name "PIO0_23" (effects (font (size 0.889 0.889))))
-          (number "8" (effects (font (size 0.889 0.889))))
-        )
-        (pin bidirectional line (at 22.86 13.97 180) (length 3.81)
-          (name "PIO0_24" (effects (font (size 0.889 0.889))))
-          (number "9" (effects (font (size 0.889 0.889))))
-        )
-      )
-    )
-    (symbol "domotab:MIRE_RONDE" (pin_names (offset 1.016)) (in_bom yes) (on_board yes)
-      (property "Reference" "M" (id 0) (at 0 -3.81 0)
-        (effects (font (size 1.524 1.524)))
-      )
-      (property "Value" "MIRE_RONDE" (id 1) (at 0 3.81 0)
-        (effects (font (size 1.524 1.524)))
-      )
-      (property "Footprint" "" (id 2) (at 0 0 0)
-        (effects (font (size 1.524 1.524)))
-      )
-      (property "Datasheet" "" (id 3) (at 0 0 0)
-        (effects (font (size 1.524 1.524)))
-      )
-      (symbol "MIRE_RONDE_1_1"
-        (pin no_connect line (at -2.54 0 0) (length 3.81)
-          (name "Mire" (effects (font (size 1.27 1.27))))
-          (number "0" (effects (font (size 1.27 1.27))))
-        )
-      )
-    )
-    (symbol "domotab:MUSB" (pin_names (offset 1.016)) (in_bom yes) (on_board yes)
-      (property "Reference" "P" (id 0) (at 0 10.16 0)
-        (effects (font (size 1.524 1.524)))
-      )
-      (property "Value" "MUSB" (id 1) (at 1.27 -10.16 0)
-        (effects (font (size 1.524 1.524)))
-      )
-      (property "Footprint" "" (id 2) (at 0 0 0)
-        (effects (font (size 1.524 1.524)))
-      )
-      (property "Datasheet" "" (id 3) (at 0 0 0)
-        (effects (font (size 1.524 1.524)))
-      )
-      (symbol "MUSB_0_1"
-        (polyline
-          (pts
-            (xy -1.27 3.81)
-            (xy -1.27 -3.81)
-          )
-          (stroke (width 0) (type default) (color 0 0 0 0))
-          (fill (type none))
-        )
-        (polyline
-          (pts
-            (xy -5.08 7.62)
-            (xy -5.08 -7.62)
-            (xy 0 -7.62)
-            (xy 2.54 -5.08)
-            (xy 2.54 5.08)
-            (xy 0 7.62)
-            (xy -5.08 7.62)
-          )
-          (stroke (width 0) (type default) (color 0 0 0 0))
-          (fill (type none))
-        )
-      )
-      (symbol "MUSB_1_1"
-        (pin power_out line (at -8.89 -5.08 0) (length 3.81)
-          (name "+V" (effects (font (size 1.016 1.016))))
-          (number "1" (effects (font (size 1.27 1.27))))
-        )
-        (pin bidirectional line (at -8.89 -2.54 0) (length 3.81)
-          (name "D-" (effects (font (size 1.016 1.016))))
-          (number "2" (effects (font (size 1.27 1.27))))
-        )
-        (pin bidirectional line (at -8.89 0 0) (length 3.81)
-          (name "D+" (effects (font (size 1.016 1.016))))
-          (number "3" (effects (font (size 1.27 1.27))))
-        )
-        (pin bidirectional line (at -8.89 2.54 0) (length 3.81)
-          (name "ID" (effects (font (size 1.016 1.016))))
-          (number "4" (effects (font (size 1.27 1.27))))
-        )
-        (pin bidirectional line (at -8.89 5.08 0) (length 3.81)
-          (name "GND" (effects (font (size 1.016 1.016))))
-          (number "5" (effects (font (size 1.27 1.27))))
-        )
-      )
-    )
-    (symbol "domotab:R" (pin_numbers hide) (pin_names (offset 0)) (in_bom yes) (on_board yes)
-      (property "Reference" "R" (id 0) (at 2.032 0 90)
-        (effects (font (size 1.016 1.016)))
-      )
-      (property "Value" "R" (id 1) (at 0.1778 0.0254 90)
-        (effects (font (size 1.016 1.016)))
-      )
-      (property "Footprint" "" (id 2) (at -1.778 0 90)
-        (effects (font (size 0.762 0.762)))
-      )
-      (property "Datasheet" "" (id 3) (at 0 0 0)
-        (effects (font (size 0.762 0.762)))
-      )
-      (property "ki_fp_filters" "R? SM0603 SM0805 R?-* SM1206" (id 4) (at 0 0 0)
-        (effects (font (size 1.27 1.27)) hide)
-      )
-      (symbol "R_0_1"
-        (rectangle (start -1.016 3.81) (end 1.016 -3.81)
-          (stroke (width 0.3048) (type default) (color 0 0 0 0))
-          (fill (type none))
-        )
-      )
-      (symbol "R_1_1"
-        (pin passive line (at 0 6.35 270) (length 2.54)
-          (name "~" (effects (font (size 1.524 1.524))))
-          (number "1" (effects (font (size 1.524 1.524))))
-        )
-        (pin passive line (at 0 -6.35 90) (length 2.54)
-          (name "~" (effects (font (size 1.524 1.524))))
-          (number "2" (effects (font (size 1.524 1.524))))
-        )
-      )
-    )
-    (symbol "domotab:SW_PUSH" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes)
-      (property "Reference" "SW" (id 0) (at 3.81 2.794 0)
-        (effects (font (size 1.27 1.27)))
-      )
-      (property "Value" "SW_PUSH" (id 1) (at 0 -2.032 0)
-        (effects (font (size 1.27 1.27)))
-      )
-      (property "Footprint" "" (id 2) (at 0 0 0)
-        (effects (font (size 1.524 1.524)))
-      )
-      (property "Datasheet" "" (id 3) (at 0 0 0)
-        (effects (font (size 1.524 1.524)))
-      )
-      (symbol "SW_PUSH_0_1"
-        (rectangle (start -4.318 1.27) (end 4.318 1.524)
-          (stroke (width 0) (type default) (color 0 0 0 0))
-          (fill (type none))
-        )
-        (polyline
-          (pts
-            (xy -1.016 1.524)
-            (xy -0.762 2.286)
-            (xy 0.762 2.286)
-            (xy 1.016 1.524)
-          )
-          (stroke (width 0) (type default) (color 0 0 0 0))
-          (fill (type none))
-        )
-        (pin passive inverted (at -7.62 0 0) (length 5.08)
-          (name "1" (effects (font (size 1.524 1.524))))
-          (number "1" (effects (font (size 1.524 1.524))))
-        )
-        (pin passive inverted (at 7.62 0 180) (length 5.08)
-          (name "2" (effects (font (size 1.524 1.524))))
-          (number "2" (effects (font (size 1.524 1.524))))
-        )
-      )
-    )
-    (symbol "domotab:TMP101" (pin_names (offset 1.016)) (in_bom yes) (on_board yes)
-      (property "Reference" "U" (id 0) (at -1.27 5.08 0)
-        (effects (font (size 1.524 1.524)))
-      )
-      (property "Value" "TMP101" (id 1) (at 0 -5.08 0)
-        (effects (font (size 1.524 1.524)))
-      )
-      (property "Footprint" "" (id 2) (at 0 0 0)
-        (effects (font (size 1.524 1.524)))
-      )
-      (property "Datasheet" "" (id 3) (at 0 0 0)
-        (effects (font (size 1.524 1.524)))
-      )
-      (symbol "TMP101_0_1"
-        (rectangle (start -6.35 3.81) (end 5.08 -3.81)
-          (stroke (width 0) (type default) (color 0 0 0 0))
-          (fill (type none))
-        )
-      )
-      (symbol "TMP101_1_1"
-        (pin input line (at -10.16 2.54 0) (length 3.81)
-          (name "SCL" (effects (font (size 1.016 1.016))))
-          (number "1" (effects (font (size 1.016 1.016))))
-        )
-        (pin power_in line (at -10.16 0 0) (length 3.81)
-          (name "GND" (effects (font (size 1.016 1.016))))
-          (number "2" (effects (font (size 1.016 1.016))))
-        )
-        (pin output line (at -10.16 -2.54 0) (length 3.81)
-          (name "ALERT" (effects (font (size 1.016 1.016))))
-          (number "3" (effects (font (size 1.016 1.016))))
-        )
-        (pin power_in line (at 8.89 -2.54 180) (length 3.81)
-          (name "V+" (effects (font (size 1.016 1.016))))
-          (number "4" (effects (font (size 1.016 1.016))))
-        )
-        (pin input line (at 8.89 0 180) (length 3.81)
-          (name "AD0" (effects (font (size 1.016 1.016))))
-          (number "5" (effects (font (size 1.016 1.016))))
-        )
-        (pin bidirectional line (at 8.89 2.54 180) (length 3.81)
-          (name "SDA" (effects (font (size 1.016 1.016))))
-          (number "6" (effects (font (size 1.016 1.016))))
-        )
-      )
-    )
-    (symbol "domotab:USB_2" (pin_names (offset 1.016)) (in_bom yes) (on_board yes)
-      (property "Reference" "J" (id 0) (at -1.905 6.35 0)
-        (effects (font (size 1.524 1.524)))
-      )
-      (property "Value" "USB_2" (id 1) (at 1.27 -7.62 0)
-        (effects (font (size 1.524 1.524)) hide)
-      )
-      (property "Footprint" "" (id 2) (at 0 0 0)
-        (effects (font (size 1.524 1.524)))
-      )
-      (property "Datasheet" "" (id 3) (at 0 0 0)
-        (effects (font (size 1.524 1.524)))
-      )
-      (property "VCC" "VCC" (id 4) (at 8.255 3.81 0)
-        (effects (font (size 1.27 1.27)) hide)
-      )
-      (property "Data+" "D+" (id 5) (at 7.62 1.27 0)
-        (effects (font (size 1.27 1.27)) hide)
-      )
-      (property "Data-" "D-" (id 6) (at 7.62 -1.27 0)
-        (effects (font (size 1.27 1.27)) hide)
-      )
-      (property "Ground" "GND" (id 7) (at 8.255 -3.81 0)
-        (effects (font (size 1.27 1.27)) hide)
-      )
-      (symbol "USB_2_0_0"
-        (polyline
-          (pts
-            (xy -3.81 5.08)
-            (xy 0 5.08)
-            (xy 0 -5.08)
-            (xy -3.81 -5.08)
-            (xy -3.81 -5.08)
-          )
-          (stroke (width 0) (type default) (color 0 0 0 0))
-          (fill (type none))
-        )
-        (text "USB" (at -2.54 0 900)
-          (effects (font (size 1.524 1.524) bold))
-        )
-      )
-      (symbol "USB_2_1_1"
-        (pin input line (at 5.08 3.81 180) (length 5.08)
-          (name "~" (effects (font (size 1.27 1.27))))
-          (number "1" (effects (font (size 1.27 1.27))))
-        )
-        (pin input line (at 5.08 1.27 180) (length 5.08)
-          (name "~" (effects (font (size 1.27 1.27))))
-          (number "2" (effects (font (size 1.27 1.27))))
-        )
-        (pin input line (at 5.08 -1.27 180) (length 5.08)
-          (name "~" (effects (font (size 1.27 1.27))))
-          (number "3" (effects (font (size 1.27 1.27))))
-        )
-        (pin input line (at 5.08 -3.81 180) (length 5.08)
-          (name "~" (effects (font (size 1.27 1.27))))
-          (number "4" (effects (font (size 1.27 1.27))))
-        )
-      )
-    )
-  )
-
-  (junction (at 94.615 41.91) (diameter 0) (color 0 0 0 0)
-    (uuid 026669a9-9c5a-433f-916b-f37604ba3e78)
-  )
-  (junction (at 217.17 44.45) (diameter 0) (color 0 0 0 0)
-    (uuid 0af3bb23-eda3-455c-9f91-3fe7ee103cfb)
-  )
-  (junction (at 80.01 175.26) (diameter 0) (color 0 0 0 0)
-    (uuid 0c680373-32b1-4f36-99cd-d330efe5563d)
-  )
-  (junction (at 95.25 186.69) (diameter 0) (color 0 0 0 0)
-    (uuid 0e736ab1-f44e-4269-baa7-bcf9e48e14fc)
-  )
-  (junction (at 257.175 142.24) (diameter 0) (color 0 0 0 0)
-    (uuid 12fa7444-ecdb-4e20-813f-46263c7dc27f)
-  )
-  (junction (at 93.98 147.32) (diameter 0) (color 0 0 0 0)
-    (uuid 24b583d8-23cd-413a-aa73-b8babb870dbe)
-  )
-  (junction (at 100.33 149.86) (diameter 0) (color 0 0 0 0)
-    (uuid 25896d38-950c-4dbc-8390-dee71b3d3ea1)
-  )
-  (junction (at 46.99 163.83) (diameter 0) (color 0 0 0 0)
-    (uuid 28d78430-6854-400b-9606-d6e6b0c15fa7)
-  )
-  (junction (at 39.37 77.47) (diameter 0) (color 0 0 0 0)
-    (uuid 2bbcb1e1-e840-4001-8dfc-01495ab07d38)
-  )
-  (junction (at 215.9 34.29) (diameter 0) (color 0 0 0 0)
-    (uuid 2bd2887c-c10d-4bea-8008-b90a18132092)
-  )
-  (junction (at 62.865 92.71) (diameter 0) (color 0 0 0 0)
-    (uuid 2cc98e4f-54a9-4a4f-8cae-20345635823b)
-  )
-  (junction (at 112.395 132.08) (diameter 0) (color 0 0 0 0)
-    (uuid 324887a5-bb42-424b-a09f-93a4e0920daa)
-  )
-  (junction (at 41.91 95.25) (diameter 0) (color 0 0 0 0)
-    (uuid 36c518a2-dd56-4469-8d1f-55bb786e4ab2)
-  )
-  (junction (at 143.51 161.29) (diameter 0) (color 0 0 0 0)
-    (uuid 3fab8573-1e8a-40ab-84ee-f6854300c9db)
-  )
-  (junction (at 19.05 97.79) (diameter 0) (color 0 0 0 0)
-    (uuid 3feacc21-20e0-4a72-8f92-f3a8cf905bd4)
-  )
-  (junction (at 90.805 55.88) (diameter 0) (color 0 0 0 0)
-    (uuid 408d5db7-487b-44dd-a5f1-4ea614f6e2b8)
-  )
-  (junction (at 57.785 90.17) (diameter 0) (color 0 0 0 0)
-    (uuid 46ddbb59-2d3b-480c-8257-9e501087d089)
-  )
-  (junction (at 217.17 53.34) (diameter 0) (color 0 0 0 0)
-    (uuid 569643eb-74d5-4e26-b9b4-cc55143b0d96)
-  )
-  (junction (at 57.15 189.23) (diameter 0) (color 0 0 0 0)
-    (uuid 58d3439d-94fb-4110-bc5e-6c234dd79a5c)
-  )
-  (junction (at 52.07 168.91) (diameter 0) (color 0 0 0 0)
-    (uuid 62215fc6-d01c-48c8-86c6-bcdc1353ad12)
-  )
-  (junction (at 113.665 54.61) (diameter 0) (color 0 0 0 0)
-    (uuid 731c3933-797a-41dd-aa38-4f64734a7c41)
-  )
-  (junction (at 113.665 41.91) (diameter 0) (color 0 0 0 0)
-    (uuid 88218d6c-5da2-4f9c-af57-80f22053d035)
-  )
-  (junction (at 230.505 144.78) (diameter 0) (color 0 0 0 0)
-    (uuid 9c8b2a0a-905a-416b-8db1-57f5306e38d1)
-  )
-  (junction (at 36.83 97.79) (diameter 0) (color 0 0 0 0)
-    (uuid a05421a4-4a4f-457f-a5c9-11ee622a25e1)
-  )
-  (junction (at 144.78 173.99) (diameter 0) (color 0 0 0 0)
-    (uuid a0e7262e-bbb7-4b04-9085-07bf916990fe)
-  )
-  (junction (at 72.39 160.02) (diameter 0) (color 0 0 0 0)
-    (uuid a1183eeb-d1de-4a80-8b97-95d5825ffce5)
-  )
-  (junction (at 49.53 166.37) (diameter 0) (color 0 0 0 0)
-    (uuid a2bd69cd-71d1-48da-bcd8-f172ef87f3f6)
-  )
-  (junction (at 102.235 41.91) (diameter 0) (color 0 0 0 0)
-    (uuid ae228101-1afc-4db5-b74d-f45a40419322)
-  )
-  (junction (at 257.175 144.78) (diameter 0) (color 0 0 0 0)
-    (uuid afd23e3b-af1c-4d82-b8c9-3d5772c100e2)
-  )
-  (junction (at 217.17 50.8) (diameter 0) (color 0 0 0 0)
-    (uuid b44183c3-d7eb-48cd-82cf-a7b217c01a85)
-  )
-  (junction (at 120.015 55.88) (diameter 0) (color 0 0 0 0)
-    (uuid b95c96e2-54ff-4503-aa38-ff14c2d3c1aa)
-  )
-  (junction (at 60.325 73.025) (diameter 0) (color 0 0 0 0)
-    (uuid bded695d-33d0-4585-9d87-06c8a20b26de)
-  )
-  (junction (at 74.93 147.32) (diameter 0) (color 0 0 0 0)
-    (uuid c5d66037-7af0-407a-994e-6ee2555c7691)
-  )
-  (junction (at 94.615 55.88) (diameter 0) (color 0 0 0 0)
-    (uuid d683335d-4234-4ccc-b36c-ff9d39d2af5b)
-  )
-  (junction (at 96.52 149.86) (diameter 0) (color 0 0 0 0)
-    (uuid d75c4851-d006-4195-8416-a6f2d73d5e72)
-  )
-  (junction (at 68.58 147.32) (diameter 0) (color 0 0 0 0)
-    (uuid d96934c0-7ea9-443d-b726-fd1dd2358756)
-  )
-  (junction (at 135.89 163.83) (diameter 0) (color 0 0 0 0)
-    (uuid e3e149a9-45cd-45e5-8dc8-3a8d20bb2e08)
-  )
-  (junction (at 215.9 22.86) (diameter 0) (color 0 0 0 0)
-    (uuid e912cba5-9880-4148-9e11-8e9c51f7cf3f)
-  )
-  (junction (at 210.82 38.1) (diameter 0) (color 0 0 0 0)
-    (uuid ed9c44b3-aba3-43da-aaf0-367c00058864)
-  )
-
-  (no_connect (at 89.535 110.49) (uuid 037ce6ff-369c-4dfb-b937-1095fc0fa3db))
-  (no_connect (at 113.03 167.64) (uuid 057ce860-9a19-4d7e-acc2-32686b636f7b))
-  (no_connect (at 44.45 171.45) (uuid 40fe2a10-bf33-4364-b296-459fa84046a8))
-  (no_connect (at 113.03 173.99) (uuid 72b20846-d296-4e67-85d6-5b9b73821736))
-  (no_connect (at 113.03 171.45) (uuid 8453c10d-4d26-4fd1-9b03-9664284690e8))
-  (no_connect (at 136.525 115.57) (uuid 89524117-663c-4cbe-b9b4-428dbd791081))
-  (no_connect (at 136.525 120.65) (uuid 926fde72-a46b-464d-aa02-79af62dbeb52))
-  (no_connect (at 136.525 123.19) (uuid 9faae32b-fd94-46cd-ba72-9e8337763909))
-  (no_connect (at 89.535 119.38) (uuid af8a320d-815c-465d-824f-245868df8255))
-  (no_connect (at 113.03 165.1) (uuid e19e5089-71c0-41ad-9cb6-3c8761c9a274))
-  (no_connect (at 89.535 116.84) (uuid ee012697-9bd0-4734-a82d-93603c46900b))
-
-  (wire (pts (xy 226.695 139.7) (xy 235.585 139.7))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 008206fc-327f-49de-937c-a3a40adf4c3c)
-  )
-  (wire (pts (xy 57.15 173.99) (xy 57.15 189.23))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 00ea92db-4fef-44cc-9e86-f1615d21a991)
-  )
-  (wire (pts (xy 147.32 161.29) (xy 143.51 161.29))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 02e3d342-9cf9-4974-b17d-51813e4073df)
-  )
-  (polyline (pts (xy 279.4 16.51) (xy 207.01 16.51))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 0509ebf2-fcd3-4e1d-8b98-bd1bd0f0be34)
-  )
-
-  (wire (pts (xy 199.39 33.655) (xy 199.39 29.845))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 05bfc34a-8a80-4676-a42e-56152d50536e)
-  )
-  (wire (pts (xy 256.54 82.55) (xy 261.62 82.55))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 0608cc4e-5dd6-4bd8-8372-ea180d7e0823)
-  )
-  (wire (pts (xy 136.525 102.87) (xy 141.605 102.87))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 0659ba7f-3fc3-43f2-b7b5-807a5a08a3f8)
-  )
-  (wire (pts (xy 200.66 76.835) (xy 204.47 76.835))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 067464fd-512e-4171-afee-ecc2e431c19d)
-  )
-  (wire (pts (xy 264.16 38.1) (xy 264.16 43.18))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 06f7bce9-9c33-426b-af6d-36f63e6c2c55)
-  )
-  (wire (pts (xy 128.27 181.61) (xy 129.54 181.61))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 06fbcdbd-684c-46ca-8ad0-ba3dba1715ac)
-  )
-  (wire (pts (xy 236.22 100.33) (xy 231.14 100.33))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 07e49aaa-4ecb-4d36-8e6d-d7a5a7de2555)
-  )
-  (wire (pts (xy 261.62 87.63) (xy 256.54 87.63))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 0807b312-99ae-47f8-a884-194f36b9f14e)
-  )
-  (wire (pts (xy 80.01 82.55) (xy 89.535 82.55))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 081f4837-5f4b-43de-81d9-beeecf2ee718)
-  )
-  (wire (pts (xy 113.03 179.07) (xy 116.84 179.07))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 0a357bd8-9dcf-4231-ac46-1a37a232b10b)
-  )
-  (wire (pts (xy 199.39 79.375) (xy 204.47 79.375))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 0bcf36fe-e060-4290-8b02-bd99fc5e9467)
-  )
-  (wire (pts (xy 257.81 99.06) (xy 257.81 96.52))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 0f144b67-2e1a-4e45-9729-b0d6f1dc54e2)
-  )
-  (wire (pts (xy 74.93 148.59) (xy 74.93 147.32))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 0f267fc6-0efb-49ac-8d3d-c4b426908130)
-  )
-  (wire (pts (xy 111.76 146.05) (xy 111.76 149.86))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 0f4eb602-8c1a-4196-8078-76ff6a8acb4f)
-  )
-  (wire (pts (xy 57.15 189.23) (xy 57.15 191.77))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 0fe4ff08-e6f5-4528-9475-cc1c2a185933)
-  )
-  (wire (pts (xy 148.59 37.465) (xy 154.94 37.465))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 10a8c6eb-dc0e-4657-85ff-6ee68c596623)
-  )
-  (wire (pts (xy 236.22 82.55) (xy 231.14 82.55))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 10d6c62c-02cc-4573-8c37-ba97578dfd8c)
-  )
-  (wire (pts (xy 230.505 144.78) (xy 226.695 144.78))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 12d94842-f672-4338-ba03-5ac5542f4ce5)
-  )
-  (wire (pts (xy 129.54 173.99) (xy 128.27 173.99))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 1304c120-5895-4c7f-8a22-bfa8d496427a)
-  )
-  (wire (pts (xy 210.82 38.1) (xy 210.82 40.64))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 1375baed-3c0f-4d03-a1f9-2578baac3e60)
-  )
-  (wire (pts (xy 261.62 38.1) (xy 264.16 38.1))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 13ac2d37-6b17-4248-bc80-4409b15c14ab)
-  )
-  (wire (pts (xy 210.82 22.86) (xy 210.82 24.13))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 140a9557-64e9-4940-9312-4b4d0b391a34)
-  )
-  (wire (pts (xy 116.84 181.61) (xy 118.11 181.61))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 14da3abc-9441-424e-9eb7-c13d26e1a6c3)
-  )
-  (wire (pts (xy 36.83 91.44) (xy 36.83 97.79))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 1520f208-7f6b-4bb8-acbc-40337f8931e5)
-  )
-  (wire (pts (xy 230.505 138.43) (xy 230.505 144.78))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 1570e0d6-99ad-47cb-93d7-c19be4c60ca2)
-  )
-  (wire (pts (xy 86.995 55.88) (xy 86.995 54.61))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 1713d509-5ab9-407d-9ab0-b8b01e0a53d5)
-  )
-  (wire (pts (xy 46.99 163.83) (xy 46.99 181.61))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 17278523-02b3-4aac-a37e-bf82af41177d)
-  )
-  (wire (pts (xy 35.56 97.79) (xy 36.83 97.79))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 17c672da-a7bf-44a3-b2bf-87e5a9c60c84)
-  )
-  (wire (pts (xy 215.9 22.86) (xy 215.9 34.29))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 18d57fc1-a294-4a5e-bce5-852c7d6a7afa)
-  )
-  (wire (pts (xy 93.98 146.05) (xy 93.98 147.32))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 1903c2d5-2afb-4881-bf00-7a897816ccf7)
-  )
-  (wire (pts (xy 89.535 95.25) (xy 41.91 95.25))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 1966d6a3-bf3e-4d47-ac43-1069bc4a233b)
-  )
-  (wire (pts (xy 146.685 109.22) (xy 147.955 109.22))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 1bdb8e8f-249b-4397-a79e-3051a4388492)
-  )
-  (wire (pts (xy 217.17 50.8) (xy 219.71 50.8))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 1c02d085-9ba0-4076-9f75-cb41aed90be7)
-  )
-  (wire (pts (xy 44.45 189.23) (xy 57.15 189.23))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 1ee505e3-e428-45a7-a076-a0a3a51e28de)
-  )
-  (wire (pts (xy 46.99 181.61) (xy 44.45 181.61))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 1eeb26e5-2ec8-4f56-ac79-537f8c347fba)
-  )
-  (wire (pts (xy 154.94 40.005) (xy 148.59 40.005))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 1f701375-f685-4f51-bc33-f00e16c559d3)
-  )
-  (wire (pts (xy 199.39 92.075) (xy 204.47 92.075))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 1faa4484-f2fc-4881-bf85-227ee74d21fe)
-  )
-  (wire (pts (xy 87.63 72.39) (xy 89.535 72.39))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 1fb8d436-a165-4a9a-9798-06c3a1c1d1ab)
-  )
-  (wire (pts (xy 68.58 147.32) (xy 68.58 148.59))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 2001e1ab-deac-424e-90f8-3a74d331de79)
-  )
-  (wire (pts (xy 147.955 114.3) (xy 146.685 114.3))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 216d7ce4-75cb-4fd3-9551-191667f96824)
-  )
-  (wire (pts (xy 39.37 77.47) (xy 36.83 77.47))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 21b4aa16-8be8-41cc-8219-7775a4f68bbb)
-  )
-  (wire (pts (xy 74.93 160.02) (xy 74.93 158.75))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 22514911-c0bc-4bff-b2f6-76f07f724eb6)
-  )
-  (wire (pts (xy 236.22 77.47) (xy 231.14 77.47))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 228f98bf-8fd8-4c10-b156-9fd8c643370f)
-  )
-  (wire (pts (xy 87.63 64.77) (xy 89.535 64.77))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 22c94c45-1230-4159-9c6c-3e5edc74da8d)
-  )
-  (wire (pts (xy 94.615 41.91) (xy 102.235 41.91))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 22ca87ef-d21f-436b-8615-85984d7bcddd)
-  )
-  (wire (pts (xy 102.235 54.61) (xy 102.235 55.88))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 253d6459-4c52-4349-bca8-331e22a94996)
-  )
-  (wire (pts (xy 120.65 161.29) (xy 120.65 158.75))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 255403de-9809-4e87-b530-3b5490b663bb)
-  )
-  (wire (pts (xy 89.535 90.17) (xy 57.785 90.17))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 256e10ac-87cf-47b7-bdfb-ee4226398daa)
-  )
-  (wire (pts (xy 89.535 107.95) (xy 83.185 107.95))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 25a4052a-8f02-425a-98c7-447534c1b8f8)
-  )
-  (wire (pts (xy 120.015 41.91) (xy 120.015 43.18))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 2806a67a-5241-46ea-bce1-41904fa71b8b)
-  )
-  (wire (pts (xy 231.14 90.17) (xy 236.22 90.17))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 2a4ab348-caa9-4026-85c3-3ef1b2e85590)
-  )
-  (wire (pts (xy 93.98 185.42) (xy 93.98 186.69))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 2d836640-b991-4cdb-9de5-9d033f9adfa9)
-  )
-  (wire (pts (xy 237.49 41.91) (xy 236.22 41.91))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 2dee44e7-ec1f-4d8e-b302-5eef4a94c53c)
-  )
-  (wire (pts (xy 241.935 38.1) (xy 243.84 38.1))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 2dee854a-546b-4c4a-907c-6122f4caf7df)
-  )
-  (wire (pts (xy 81.28 175.26) (xy 80.01 175.26))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 2f376356-f612-4215-aaa9-191770b08ed4)
-  )
-  (wire (pts (xy 261.62 35.56) (xy 266.7 35.56))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 2fcb57fe-6a04-4f25-91ac-aa3e0d2ef32b)
-  )
-  (wire (pts (xy 136.525 82.55) (xy 141.605 82.55))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 30941145-f1d3-49de-860a-4585499027ed)
-  )
-  (wire (pts (xy 141.605 80.01) (xy 136.525 80.01))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 309a95b4-fd5b-4759-8f0e-c6229e51363d)
-  )
-  (wire (pts (xy 254.635 144.78) (xy 257.175 144.78))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 31e37cda-5194-4d7d-b04a-203c3b9f665a)
-  )
-  (wire (pts (xy 36.83 97.79) (xy 89.535 97.79))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 32cbca44-8571-434d-a4c5-d7b8f9ae2d25)
-  )
-  (wire (pts (xy 120.015 55.88) (xy 120.015 53.34))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 3386d0bc-e481-4e58-8ff8-8b9ebdb8a872)
-  )
-  (wire (pts (xy 57.785 86.995) (xy 57.785 90.17))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 33e191c9-a22b-43de-9058-22fd6d8a9ebf)
-  )
-  (wire (pts (xy 102.235 55.88) (xy 94.615 55.88))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 363c6e9e-1b64-4fa7-9faf-6d2647332536)
-  )
-  (wire (pts (xy 139.7 162.56) (xy 113.03 162.56))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 36aea5d6-9416-4cff-aba0-a21ef175d32b)
-  )
-  (wire (pts (xy 143.51 161.29) (xy 120.65 161.29))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 379c2b82-aafa-47a9-a42b-036943920a86)
-  )
-  (wire (pts (xy 143.51 158.75) (xy 143.51 161.29))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 38409ea2-e872-4354-908a-0a4fa9e2f2bc)
-  )
-  (wire (pts (xy 68.58 158.75) (xy 68.58 160.02))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 38b4f2e8-c497-4e03-a45b-1571c7cdc938)
-  )
-  (wire (pts (xy 236.22 92.71) (xy 231.14 92.71))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 3a4903d7-35d3-4291-8649-59d575ba05ce)
-  )
-  (wire (pts (xy 257.175 156.21) (xy 257.175 157.48))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 3a57dbd3-5d83-41e3-ad7f-07615171f3c6)
-  )
-  (wire (pts (xy 57.785 73.025) (xy 60.325 73.025))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 3a9e4855-7680-4e12-ab0e-f3a77b4c027c)
-  )
-  (polyline (pts (xy 276.86 119.38) (xy 208.915 119.38))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 3dbd9509-19f3-48d3-8551-1ea53fb7ac11)
-  )
-
-  (wire (pts (xy 144.78 181.61) (xy 142.24 181.61))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 3edbea24-bf2e-49fe-8b5f-ff99fa9c3b5d)
-  )
-  (wire (pts (xy 44.45 166.37) (xy 49.53 166.37))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 3fd1a07a-b472-4170-8bd7-ae59cd1cde0c)
-  )
-  (wire (pts (xy 49.53 166.37) (xy 81.28 166.37))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 40d2bc73-4df7-4f27-9a75-a09fc7705a27)
-  )
-  (wire (pts (xy 199.39 84.455) (xy 204.47 84.455))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 422b422e-0467-4b2a-9fcd-cf5277e29f7b)
-  )
-  (wire (pts (xy 256.54 80.01) (xy 261.62 80.01))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 42970514-262e-4371-a9b6-e5299ce5363f)
-  )
-  (polyline (pts (xy 208.915 161.29) (xy 276.86 161.29))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 4297a4b2-8b55-4653-860a-0dfeaee241c9)
-  )
-
-  (wire (pts (xy 261.62 85.09) (xy 256.54 85.09))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 42b56ccf-e392-4be6-bb7f-bf1aaa750cca)
-  )
-  (wire (pts (xy 74.93 147.32) (xy 68.58 147.32))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 436df9f8-47f7-467b-8d31-c3c7b1d36147)
-  )
-  (wire (pts (xy 52.07 168.91) (xy 52.07 186.69))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 4397551e-430f-49f0-88b1-9c72297b8488)
-  )
-  (wire (pts (xy 62.865 92.71) (xy 89.535 92.71))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 45beb88e-f174-4775-ab9e-cc77b8e026eb)
-  )
-  (polyline (pts (xy 276.86 161.29) (xy 276.86 119.38))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 46aa40e9-9ee3-4120-984b-6369ff062bd0)
-  )
-
-  (wire (pts (xy 175.26 34.925) (xy 181.61 34.925))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 473c1e38-5fde-445e-87b1-c07fd5192d3c)
-  )
-  (wire (pts (xy 257.175 134.62) (xy 257.175 142.24))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 482a24a3-a5f4-42db-b42e-3b3beaa3fea3)
-  )
-  (wire (pts (xy 215.9 22.86) (xy 210.82 22.86))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 48426f2a-ab9d-4748-884c-4a92955d0fb0)
-  )
-  (wire (pts (xy 215.9 21.59) (xy 215.9 22.86))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 4932ec54-52b6-461d-a188-72f318c01732)
-  )
-  (wire (pts (xy 44.45 163.83) (xy 46.99 163.83))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 49e9438c-bb9e-4e45-9f2b-948a68609be2)
-  )
-  (wire (pts (xy 148.59 34.925) (xy 154.94 34.925))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 4a314ac1-3e6e-4b7c-8007-d81e07cc1ce5)
-  )
-  (wire (pts (xy 41.91 91.44) (xy 41.91 95.25))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 4aa21d7c-92a0-4b3b-a1e9-f22557fc2c67)
-  )
-  (wire (pts (xy 217.17 44.45) (xy 217.17 50.8))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 4b616de4-650e-444b-81cf-1b1c178b433a)
-  )
-  (wire (pts (xy 96.52 149.86) (xy 80.01 149.86))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 4b9ecb6a-20a2-426f-abd0-87c7955b597c)
-  )
-  (wire (pts (xy 257.175 144.78) (xy 257.175 146.05))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 4c8fa700-8925-425b-9250-379e4bdefc2a)
-  )
-  (wire (pts (xy 144.78 173.99) (xy 144.78 181.61))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 4cf34c58-2a9b-41db-888d-16d2eb0d133f)
-  )
-  (wire (pts (xy 236.22 45.72) (xy 238.76 45.72))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 4e7c1a3d-ccf3-4204-bada-390aec68765b)
-  )
-  (wire (pts (xy 112.395 54.61) (xy 112.395 57.15))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 5140486d-bc6a-41f3-90d9-88c5a3a93df3)
-  )
-  (wire (pts (xy 39.37 76.2) (xy 39.37 77.47))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 545b35fb-c18a-42f5-ac3a-dc857809f872)
-  )
-  (wire (pts (xy 94.615 41.91) (xy 94.615 44.45))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 5471536b-7a11-4025-9fcd-d04d33708256)
-  )
-  (wire (pts (xy 257.81 104.14) (xy 257.81 107.95))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 54cf1a02-dc85-4560-975c-708543edb268)
-  )
-  (wire (pts (xy 62.865 73.025) (xy 62.865 74.295))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 561be07b-70e8-4b81-a07c-5d3fda860421)
-  )
-  (wire (pts (xy 89.535 102.87) (xy 83.185 102.87))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 5b3fbf4f-1e62-4782-b221-fe02594121ef)
-  )
-  (wire (pts (xy 175.26 40.005) (xy 181.61 40.005))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 5ea69a5a-4d16-4521-89b8-44737b7c6f39)
-  )
-  (wire (pts (xy 90.805 55.88) (xy 90.805 58.42))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 5feab3cf-6990-409a-9919-b7bca73b1c28)
-  )
-  (wire (pts (xy 147.32 163.83) (xy 135.89 163.83))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 62a9e82b-9f92-4e82-ae69-b44ff81350fd)
-  )
-  (wire (pts (xy 83.185 105.41) (xy 89.535 105.41))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 64677e43-ff78-40ce-81d7-cead366e0c9d)
-  )
-  (wire (pts (xy 120.015 57.15) (xy 120.015 55.88))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 67092b43-e657-44cd-bb83-ed971d2fe895)
-  )
-  (wire (pts (xy 122.555 55.88) (xy 120.015 55.88))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 67b46c96-be71-40a0-9912-9112b7c46f14)
-  )
-  (wire (pts (xy 114.935 54.61) (xy 113.665 54.61))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 68b57e6b-5a1e-4fe2-935e-b5ef0ac0a3ea)
-  )
-  (wire (pts (xy 93.98 186.69) (xy 95.25 186.69))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 68c7f435-3946-4377-84ad-890166592ea1)
-  )
-  (wire (pts (xy 113.665 54.61) (xy 113.665 41.91))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 69427b17-919f-497d-8da7-cbb9e3203429)
-  )
-  (wire (pts (xy 20.32 95.25) (xy 19.05 95.25))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 698a61f9-699e-441b-b934-54de882b16da)
-  )
-  (wire (pts (xy 93.98 147.32) (xy 93.98 153.67))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 6a7bdfef-c742-4d28-9077-c5ce12ae7ec9)
-  )
-  (wire (pts (xy 217.17 55.88) (xy 217.17 53.34))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 6aefd22b-4468-48fe-98fc-404e9a57e6ae)
-  )
-  (wire (pts (xy 181.61 32.385) (xy 175.26 32.385))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 6b448944-a830-4098-b628-f0bc75b789a2)
-  )
-  (wire (pts (xy 141.605 64.77) (xy 136.525 64.77))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 6c985d18-767b-4094-8ca5-fc756ae0a930)
-  )
-  (wire (pts (xy 60.325 73.025) (xy 62.865 73.025))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 6d4cab29-7c48-4ecf-8f70-95df245acad8)
-  )
-  (wire (pts (xy 118.11 173.99) (xy 116.84 173.99))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 6d5bcda6-7633-49bc-89ac-a41956eff9f4)
-  )
-  (wire (pts (xy 199.39 94.615) (xy 204.47 94.615))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 6dd9e175-0973-4b40-a90e-2937819c1668)
-  )
-  (wire (pts (xy 86.995 41.91) (xy 94.615 41.91))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 6e04826d-0872-453d-977b-9769febd2e93)
-  )
-  (polyline (pts (xy 208.915 161.29) (xy 208.915 119.38))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 6fef2887-b7b9-40f4-8fcb-15e8ac86b255)
-  )
-
-  (wire (pts (xy 261.62 99.06) (xy 257.81 99.06))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 7072d576-b368-4007-ad3f-9da68ab68f5f)
-  )
-  (wire (pts (xy 62.865 86.995) (xy 62.865 92.71))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 70bb6e0c-cb53-43d6-87a1-b90fe2a70042)
-  )
-  (wire (pts (xy 237.49 35.56) (xy 243.84 35.56))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 70e82b9f-2fbb-45c7-883d-407b45f5708c)
-  )
-  (wire (pts (xy 219.71 38.1) (xy 210.82 38.1))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 7123b579-08ef-4f50-8f41-8844382eb447)
-  )
-  (wire (pts (xy 94.615 55.88) (xy 94.615 54.61))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 730487a5-2314-476b-96fb-13dbd064a2e8)
-  )
-  (wire (pts (xy 46.99 147.32) (xy 46.99 163.83))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 7309b567-857f-4e70-b535-44a8d5042653)
-  )
-  (polyline (pts (xy 134.62 47.625) (xy 134.62 16.51))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 74244604-a669-4c65-a2c4-b15adf520a19)
-  )
-
-  (wire (pts (xy 114.935 57.15) (xy 114.935 54.61))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 7486aa8b-2b73-418e-9555-e0715d73770a)
-  )
-  (wire (pts (xy 19.05 95.25) (xy 19.05 97.79))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 755fee9e-f954-4d53-9070-bf59caca5dc3)
-  )
-  (wire (pts (xy 174.625 111.76) (xy 174.625 114.3))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 75fc1d1e-96fd-4550-9d18-c929a23d6f72)
-  )
-  (wire (pts (xy 116.84 179.07) (xy 116.84 181.61))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 78bfb01d-90f0-4e28-b702-7794abd19dfa)
-  )
-  (wire (pts (xy 237.49 35.56) (xy 237.49 41.91))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 7986ccd1-a955-4f1c-9006-de60272b554a)
-  )
-  (wire (pts (xy 141.605 87.63) (xy 136.525 87.63))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 7db28655-0e48-4a2a-8f56-92bd3658ee4c)
-  )
-  (wire (pts (xy 102.235 44.45) (xy 102.235 41.91))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 7ebda6a2-184e-476e-a7b4-9df744cfe902)
-  )
-  (wire (pts (xy 87.63 77.47) (xy 89.535 77.47))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 812c98f1-fab9-4d17-918d-68b0a24b0496)
-  )
-  (wire (pts (xy 102.235 41.91) (xy 113.665 41.91))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 8303d555-aa7b-4fe2-be50-4391c69b8640)
-  )
-  (wire (pts (xy 86.995 44.45) (xy 86.995 41.91))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 84583efa-e7a3-4262-9013-9c884b929154)
-  )
-  (polyline (pts (xy 276.86 66.04) (xy 276.86 113.03))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 8476e73c-ed86-405f-8420-a938f47125c0)
-  )
-
-  (wire (pts (xy 68.58 147.32) (xy 67.31 147.32))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 84fd670b-72b2-4188-9080-5bd0ffa14017)
-  )
-  (wire (pts (xy 241.935 33.02) (xy 243.84 33.02))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 85fd9804-8b5d-4f95-9b54-0e575abfd2cb)
-  )
-  (wire (pts (xy 146.05 29.845) (xy 146.05 26.035))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 887f4ec9-4acf-4bf0-8c1f-7ad7c35b90d1)
-  )
-  (wire (pts (xy 116.84 173.99) (xy 116.84 176.53))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 8938f9af-4b7e-482f-bc82-8a094cd3c620)
-  )
-  (wire (pts (xy 261.62 33.02) (xy 267.97 33.02))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 894858c1-7b20-4cd7-b307-32d2090a7dc2)
-  )
-  (wire (pts (xy 139.7 158.75) (xy 139.7 162.56))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 89a9fbc0-b8fd-479f-8ed5-e2f6d446b71f)
-  )
-  (wire (pts (xy 199.39 86.995) (xy 204.47 86.995))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 89de673f-89f7-4eb0-88ba-fefcde6b3c0c)
-  )
-  (wire (pts (xy 112.395 132.08) (xy 112.395 130.81))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 8a74d3c1-713d-472d-a698-51219f6c98f0)
-  )
-  (wire (pts (xy 261.62 104.14) (xy 257.81 104.14))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 8bd51db9-8b15-441a-b15a-75d89d5037f5)
-  )
-  (polyline (pts (xy 206.375 61.595) (xy 279.4 61.595))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 8c53455f-8071-4a7e-92ad-741b13d8d701)
-  )
-  (polyline (pts (xy 206.375 16.51) (xy 206.375 61.595))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 8f22d0a6-0d43-41ee-a882-33fe438cda3f)
-  )
-
-  (wire (pts (xy 215.9 46.99) (xy 219.71 46.99))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 910b61dd-f8f1-4ab0-9a47-c3a4f90b4c0b)
-  )
-  (wire (pts (xy 57.785 90.17) (xy 56.515 90.17))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 919c431f-2a5a-4c3d-af37-2197e81ffccd)
-  )
-  (wire (pts (xy 141.605 107.95) (xy 136.525 107.95))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 92f48214-0c38-4a56-9eb8-4de918f21e50)
-  )
-  (wire (pts (xy 135.89 163.83) (xy 128.27 163.83))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 93ca8389-7001-4a23-9a49-8e6ab4252c55)
-  )
-  (wire (pts (xy 80.01 69.85) (xy 89.535 69.85))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 9454161e-0b48-4d78-a491-8f62ff2a0332)
-  )
-  (wire (pts (xy 94.615 55.88) (xy 90.805 55.88))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 95533542-3db7-4e20-8729-2e9ab38dca23)
-  )
-  (wire (pts (xy 261.62 77.47) (xy 256.54 77.47))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 96720265-5e3c-41f1-af69-817b3bf401a1)
-  )
-  (wire (pts (xy 136.525 113.03) (xy 146.685 113.03))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 99ba9e2b-102d-4fdf-9ea9-2a8f3334988e)
-  )
-  (polyline (pts (xy 134.62 16.51) (xy 203.2 16.51))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 99fd9bde-12e1-478c-9e6d-83e363c851b0)
-  )
-
-  (wire (pts (xy 160.655 109.22) (xy 161.925 109.22))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 9a2bf310-ebb9-49cf-87c1-42d056c05b06)
-  )
-  (wire (pts (xy 116.84 176.53) (xy 113.03 176.53))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 9aa8659a-2c50-4599-9e4f-0cd0eb5e9201)
-  )
-  (wire (pts (xy 87.63 80.01) (xy 89.535 80.01))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 9c1af870-c3fa-4247-89de-ecf9c7875277)
-  )
-  (wire (pts (xy 172.085 111.76) (xy 174.625 111.76))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 9e82b184-03a7-4552-afa0-8f9df745f1a3)
-  )
-  (wire (pts (xy 200.66 74.295) (xy 200.66 76.835))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid 9fa75202-064b-4d9f-818b-4c167c5b3d4f)
-  )
-  (polyline (pts (xy 276.86 113.03) (xy 189.23 113.03))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid a0d81135-9d9b-4ad3-8363-08e1a7a0f390)
-  )
-
-  (wire (pts (xy 68.58 160.02) (xy 72.39 160.02))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid a12deb9c-4c2f-49ff-8914-ca85413236c4)
-  )
-  (wire (pts (xy 215.9 34.29) (xy 215.9 46.99))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid a1ae34c2-f565-485d-bb99-1790061c01b5)
-  )
-  (wire (pts (xy 231.14 87.63) (xy 236.22 87.63))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid a420b944-19a3-486e-94d1-7606a1e63545)
-  )
-  (wire (pts (xy 199.39 81.915) (xy 204.47 81.915))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid a4c434b1-bde5-461d-8643-df9de0be1d79)
-  )
-  (wire (pts (xy 95.25 189.23) (xy 95.25 186.69))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid a50774b9-5802-4f54-92ea-e9ceff6457c0)
-  )
-  (wire (pts (xy 136.525 74.93) (xy 141.605 74.93))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid a616629b-4e8e-4218-96c6-b1c27b3d4ffd)
-  )
-  (wire (pts (xy 200.66 102.235) (xy 200.66 99.695))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid a63cff63-4969-4753-afe7-b1290dbd2047)
-  )
-  (wire (pts (xy 241.935 31.115) (xy 241.935 33.02))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid a89431a1-5e9a-4131-bbe5-d74e12fd20ad)
-  )
-  (wire (pts (xy 87.63 85.09) (xy 89.535 85.09))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid a90563bd-39ad-4ec2-a5fe-7cea9869eef4)
-  )
-  (polyline (pts (xy 279.4 61.595) (xy 279.4 16.51))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid a9966230-7974-4775-bc11-aedb10ac3c84)
-  )
-
-  (wire (pts (xy 204.47 97.155) (xy 199.39 97.155))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid aa04dd09-cfa9-4821-acef-113135242989)
-  )
-  (wire (pts (xy 210.82 53.34) (xy 217.17 53.34))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid aa109c09-ee5f-42d0-ae24-53358fb1a62e)
-  )
-  (polyline (pts (xy 189.23 113.03) (xy 189.23 66.04))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid ad0151d1-ee7b-4855-a180-70769a086ccb)
-  )
-  (polyline (pts (xy 24.13 195.58) (xy 24.13 140.97))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid ad3aba8a-e7d7-4bc9-8f30-3856ba252cf0)
-  )
-
-  (wire (pts (xy 235.585 142.24) (xy 233.045 142.24))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid ae4ceca7-f637-4a2a-b3ea-a868895a545e)
-  )
-  (wire (pts (xy 112.395 133.35) (xy 112.395 132.08))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid aec756f2-e0f4-43e7-a304-7cfa05ef827f)
-  )
-  (wire (pts (xy 210.82 36.83) (xy 210.82 38.1))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid afcb41c6-facd-41fb-84cc-8f86ec2158cf)
-  )
-  (wire (pts (xy 49.53 147.32) (xy 46.99 147.32))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid b102423b-3d87-4a02-a87e-e14fa09bf7e8)
-  )
-  (wire (pts (xy 136.525 77.47) (xy 141.605 77.47))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid b108fead-afbf-42f5-a93c-94badeb71b9e)
-  )
-  (wire (pts (xy 146.685 110.49) (xy 136.525 110.49))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid b1458723-8731-4b0e-a684-c61f6b54cff3)
-  )
-  (wire (pts (xy 113.665 41.91) (xy 113.665 40.64))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid b34f590f-ed50-4e0f-9cfc-742bd5ef450a)
-  )
-  (wire (pts (xy 80.01 187.96) (xy 80.01 190.5))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid b3976713-725d-4208-91e0-aca42f1e685d)
-  )
-  (wire (pts (xy 41.91 77.47) (xy 39.37 77.47))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid b3f98e07-0bd9-461c-8598-017bc10cda42)
-  )
-  (wire (pts (xy 241.935 38.1) (xy 241.935 40.64))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid b4d3c4ec-1c21-40e3-a9a9-363c5c5c4aee)
-  )
-  (wire (pts (xy 20.32 97.79) (xy 19.05 97.79))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid b5de4e19-88cf-4234-9769-d44a00b5f3c8)
-  )
-  (wire (pts (xy 19.05 97.79) (xy 19.05 100.33))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid b75ef2b5-e056-4f62-972b-0c839b6e14a9)
-  )
-  (wire (pts (xy 199.39 89.535) (xy 204.47 89.535))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid b764e281-f3e0-4a90-aaa7-9eb841b634e8)
-  )
-  (wire (pts (xy 257.175 142.24) (xy 254.635 142.24))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid b80cc26d-5fd0-4c15-ba43-698a993bc364)
-  )
-  (wire (pts (xy 181.61 37.465) (xy 175.26 37.465))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid b885eb56-e4b2-4c98-9385-68d067d4571f)
-  )
-  (polyline (pts (xy 276.86 66.04) (xy 189.23 66.04))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid bb41066c-8814-4a79-89a5-4d28e0e8f9f4)
-  )
-
-  (wire (pts (xy 100.33 149.86) (xy 96.52 149.86))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid bc75afe1-3baf-4a57-9a11-d2428bd3525c)
-  )
-  (wire (pts (xy 114.935 132.08) (xy 112.395 132.08))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid bea10abd-d5a4-4def-86c9-94696c707cfc)
-  )
-  (wire (pts (xy 141.605 72.39) (xy 136.525 72.39))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid c1418204-6465-4ef0-b1ed-91163ac310ba)
-  )
-  (wire (pts (xy 44.45 168.91) (xy 52.07 168.91))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid c18be738-21a7-4c1f-be38-8570be630685)
-  )
-  (wire (pts (xy 235.585 144.78) (xy 230.505 144.78))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid c1a8fb95-eb65-4fb6-8979-fb6436abcc10)
-  )
-  (wire (pts (xy 80.01 175.26) (xy 80.01 177.8))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid c2882082-ab81-4486-8b97-b8aa1e7d294e)
-  )
-  (wire (pts (xy 136.525 100.33) (xy 141.605 100.33))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid c4eb0797-cb4e-4d55-8ca8-97a3d9021086)
-  )
-  (polyline (pts (xy 203.2 47.625) (xy 203.2 16.51))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid c5c57216-64b8-4047-81a7-af337cfcc289)
-  )
-
-  (wire (pts (xy 231.14 97.79) (xy 236.22 97.79))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid c5e4421e-e59c-4d62-86da-582eb5fbdb5a)
-  )
-  (wire (pts (xy 87.63 87.63) (xy 89.535 87.63))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid c60807a7-91cf-40c9-b829-48fd8ab042ac)
-  )
-  (wire (pts (xy 146.685 114.3) (xy 146.685 113.03))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid c7597ba0-530e-49b0-82f5-a68af4500b5e)
-  )
-  (wire (pts (xy 52.07 168.91) (xy 81.28 168.91))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid c866ab78-8318-42f1-b5a1-895267fc5c74)
-  )
-  (wire (pts (xy 57.785 74.295) (xy 57.785 73.025))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid c88f0a07-6235-4d6b-82e1-33ec4686c54d)
-  )
-  (wire (pts (xy 36.83 77.47) (xy 36.83 78.74))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid c96ab295-be50-4c2a-beea-848cfce271b9)
-  )
-  (wire (pts (xy 89.535 67.31) (xy 80.01 67.31))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid caf40982-eb19-42d9-bbe7-5e2e91593a69)
-  )
-  (wire (pts (xy 217.17 50.8) (xy 217.17 53.34))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid cb5dcde6-c4b3-4786-a299-932c51163282)
-  )
-  (wire (pts (xy 142.24 173.99) (xy 144.78 173.99))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid cc9093d4-c356-4955-b985-fdd060858048)
-  )
-  (wire (pts (xy 135.89 158.75) (xy 135.89 163.83))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid cc9b00a4-4200-40b8-8919-0456f3830a48)
-  )
-  (wire (pts (xy 44.45 173.99) (xy 57.15 173.99))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid cd8c33d0-6145-47db-8ef1-5324e08420b2)
-  )
-  (polyline (pts (xy 203.2 47.625) (xy 134.62 47.625))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid ce8561c2-8ead-46c7-a8c8-d64f10960397)
-  )
-
-  (wire (pts (xy 160.655 114.3) (xy 161.925 114.3))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid cf2a1688-932d-4de3-907c-cbe3b0aac680)
-  )
-  (wire (pts (xy 113.665 54.61) (xy 112.395 54.61))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid d0519071-0183-4bf3-b147-b89441b65d74)
-  )
-  (wire (pts (xy 231.14 80.01) (xy 236.22 80.01))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid d0a69b2d-7f34-409e-8eb7-a401c431f99c)
-  )
-  (wire (pts (xy 60.325 71.755) (xy 60.325 73.025))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid d1875436-ad79-4cfc-ae85-9e8395d943ab)
-  )
-  (wire (pts (xy 87.63 74.93) (xy 89.535 74.93))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid d1c251ef-034f-4d49-9d92-785ee4ec363c)
-  )
-  (wire (pts (xy 41.91 78.74) (xy 41.91 77.47))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid d317605b-2962-4caf-966a-1e227b9e47a9)
-  )
-  (wire (pts (xy 230.505 124.46) (xy 230.505 125.73))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid d3a268bc-e8cd-4a46-84f1-beada225a336)
-  )
-  (wire (pts (xy 114.935 130.81) (xy 114.935 132.08))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid d5255a2d-c84b-439d-b3b5-7fd8a31253a0)
-  )
-  (wire (pts (xy 219.71 41.91) (xy 217.17 41.91))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid d6bab137-4631-4db8-b34e-052ea21f63f1)
-  )
-  (polyline (pts (xy 160.655 140.97) (xy 160.655 195.58))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid d71af612-7e9d-4dca-8336-3388da6ca7bf)
-  )
-
-  (wire (pts (xy 80.01 149.86) (xy 80.01 175.26))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid d72882d4-8512-4298-929e-5906e49c6dc3)
-  )
-  (wire (pts (xy 200.66 99.695) (xy 204.47 99.695))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid d7336037-5e92-452f-b70d-61b46e23ffd9)
-  )
-  (wire (pts (xy 236.22 85.09) (xy 231.14 85.09))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid d7c69aa9-3700-4277-a162-5532fb4cd64b)
-  )
-  (wire (pts (xy 141.605 105.41) (xy 136.525 105.41))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid d86b6bda-1158-45f8-bdc8-cacdede8b9b3)
-  )
-  (wire (pts (xy 146.685 109.22) (xy 146.685 110.49))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid d8a2262c-be93-4f97-9852-1ed06dc91a23)
-  )
-  (wire (pts (xy 215.9 34.29) (xy 219.71 34.29))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid d8c1af7d-9e0b-4e7b-b7a1-8891fdaf6c64)
-  )
-  (wire (pts (xy 136.525 92.71) (xy 141.605 92.71))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid d8c71501-2982-43d2-adad-cf0ba561b151)
-  )
-  (wire (pts (xy 154.94 29.845) (xy 146.05 29.845))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid d9a838c5-360f-4e32-878f-3a2609019bb9)
-  )
-  (wire (pts (xy 217.17 44.45) (xy 219.71 44.45))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid da84c512-85fc-4b3f-a277-26166db89736)
-  )
-  (wire (pts (xy 90.805 55.88) (xy 86.995 55.88))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid daa9ad27-84bd-4c83-a53f-1f44f6324890)
-  )
-  (wire (pts (xy 136.525 85.09) (xy 141.605 85.09))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid db390c0d-1aa0-4758-9b00-40dccc16fa34)
-  )
-  (wire (pts (xy 56.515 92.71) (xy 62.865 92.71))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid db4ba743-fdb3-47a5-8740-fe968ed27e18)
-  )
-  (wire (pts (xy 199.39 29.845) (xy 175.26 29.845))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid dceb9ca5-b5b5-4503-ac7a-178899c23bec)
-  )
-  (wire (pts (xy 41.91 95.25) (xy 35.56 95.25))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid df64ea6e-a514-4156-bc06-51edaa42fd2e)
-  )
-  (wire (pts (xy 100.33 153.67) (xy 100.33 149.86))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid dfd953fc-b572-4fdb-9932-23020662d1c2)
-  )
-  (wire (pts (xy 210.82 50.8) (xy 210.82 53.34))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid e015e86c-30cd-44d7-87f7-6aa68f1c7a5c)
-  )
-  (wire (pts (xy 254.635 139.7) (xy 259.715 139.7))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid e03f76c9-cf6b-4715-8f52-b59f6186861f)
-  )
-  (wire (pts (xy 257.175 142.24) (xy 257.175 144.78))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid e1aee09f-3c1a-42a5-be70-801f848afca9)
-  )
-  (wire (pts (xy 124.46 158.75) (xy 124.46 160.02))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid e35dab15-e1bc-486b-9f2d-0100f049c626)
-  )
-  (wire (pts (xy 128.27 163.83) (xy 128.27 158.75))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid e48b18f5-2c19-40a7-8702-63fcd130a5a7)
-  )
-  (wire (pts (xy 141.605 90.17) (xy 136.525 90.17))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid e5ce98b8-2542-4418-a646-92b84b09463d)
-  )
-  (wire (pts (xy 256.54 74.93) (xy 261.62 74.93))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid e6043b93-9514-4376-b47e-15b5956ed6c6)
-  )
-  (wire (pts (xy 217.17 41.91) (xy 217.17 44.45))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid ea3b7fa9-a5a6-4d26-8196-670c5b233260)
-  )
-  (wire (pts (xy 124.46 160.02) (xy 113.03 160.02))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid ea54ba32-8b7d-4662-b9b6-9477ea7dcd78)
-  )
-  (wire (pts (xy 97.79 186.69) (xy 97.79 185.42))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid eacec03b-46e6-464c-a66d-dee8f8f48275)
-  )
-  (wire (pts (xy 141.605 95.25) (xy 136.525 95.25))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid edaffc04-a1d1-4a1a-99ad-d20f28920d50)
-  )
-  (wire (pts (xy 144.78 171.45) (xy 144.78 173.99))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid ee70619b-0bb5-425b-9d84-94ab7ad924e5)
-  )
-  (wire (pts (xy 72.39 160.02) (xy 74.93 160.02))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid eed5628e-eeb0-4796-a2f3-acfdf4260f66)
-  )
-  (wire (pts (xy 72.39 161.29) (xy 72.39 160.02))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid eee11f98-944a-48fa-82f1-0d57bf1db391)
-  )
-  (wire (pts (xy 52.07 186.69) (xy 44.45 186.69))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid ef95bf2e-33b3-4996-9485-276ef112c494)
-  )
-  (wire (pts (xy 95.25 186.69) (xy 97.79 186.69))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid f01db510-c258-40fc-874e-34dde9bfbcc4)
-  )
-  (wire (pts (xy 233.045 142.24) (xy 233.045 149.86))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid f1981257-9e6f-4186-ab55-4a52ec949350)
-  )
-  (wire (pts (xy 141.605 69.85) (xy 136.525 69.85))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid f2460239-615f-4402-a8e3-56cfe66070a3)
-  )
-  (wire (pts (xy 231.14 95.25) (xy 236.22 95.25))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid f2a54f9d-f6d1-4d20-a7a8-3c7675ea043e)
-  )
-  (wire (pts (xy 44.45 184.15) (xy 49.53 184.15))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid f30dbadb-5438-4048-bd05-4f8af1a94e48)
-  )
-  (wire (pts (xy 49.53 184.15) (xy 49.53 166.37))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid f386ec3f-4e1c-4d72-8ab5-db6d8cdf0cda)
-  )
-  (wire (pts (xy 111.76 149.86) (xy 100.33 149.86))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid f5a230f2-8507-4f51-a3d3-9edc4423e716)
-  )
-  (wire (pts (xy 93.98 147.32) (xy 74.93 147.32))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid f7a1db90-37bd-405f-b1ca-4e8c1900128f)
-  )
-  (wire (pts (xy 83.185 100.33) (xy 89.535 100.33))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid f81f3b82-d7da-4ecc-b2a6-7adb5e8aed64)
-  )
-  (wire (pts (xy 96.52 149.86) (xy 96.52 153.67))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid f8e87045-86e2-4db0-969c-16c847441e80)
-  )
-  (wire (pts (xy 136.525 67.31) (xy 141.605 67.31))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid fc99083c-630d-49a1-a110-08fbd681a679)
-  )
-  (polyline (pts (xy 160.655 140.97) (xy 24.13 140.97))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid fe03103e-fc2f-4eab-9258-138e85a5d15d)
-  )
-  (polyline (pts (xy 160.655 195.58) (xy 24.13 195.58))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid fe2e77d8-438b-4ef7-bd21-517b40d023e0)
-  )
-
-  (wire (pts (xy 148.59 32.385) (xy 154.94 32.385))
-    (stroke (width 0) (type default) (color 0 0 0 0))
-    (uuid ff31c65f-5f9a-47dd-ae27-f203861e0043)
-  )
-
-  (text "Temperature sensor" (at 244.475 124.46 0)
-    (effects (font (size 1.524 1.524) (thickness 0.3048) bold) (justify left bottom))
-    (uuid 0f362c23-5d06-4ddc-965f-d4d575180e63)
-  )
-  (text "Bicolor LED" (at 156.21 119.38 0)
-    (effects (font (size 1.524 1.524)) (justify left bottom))
-    (uuid 34616e8d-d810-425b-82aa-506c73e411b3)
-  )
-  (text "Rx / Tx Switch" (at 124.46 148.59 0)
-    (effects (font (size 1.524 1.524)) (justify left bottom))
-    (uuid 40cb8793-f2e2-4367-8925-07fb3ee39bf6)
-  )
-  (text "Note : UART Tx and Rx are from host,\n           they must be crossed"
-    (at 163.195 24.765 0)
-    (effects (font (size 1.27 1.27)) (justify left bottom))
-    (uuid 4144a567-f452-4807-8314-56ece92715c9)
-  )
-  (text "EEPROM" (at 223.52 54.61 0)
-    (effects (font (size 1.524 1.524)) (justify left bottom))
-    (uuid 58b86e12-3a4e-42b4-9298-0d508cd3eb9e)
-  )
-  (text "    Reset and\nISP mode selection" (at 21.59 106.68 0)
-    (effects (font (size 1.524 1.524)) (justify left bottom))
-    (uuid 58c28df6-f0da-46e0-bcb2-6d7014698dae)
-  )
-  (text "Note : UEXT female connector mounted on bottom\n   male connector mounted on top."
-    (at 147.32 45.72 0)
-    (effects (font (size 1.27 1.27)) (justify left bottom))
-    (uuid 5e38e6ce-6e7a-4877-804d-19dbcc7ea8b8)
-  )
-  (text "Rx and Tx leds\nChoose two different colors" (at 114.935 190.5 0)
-    (effects (font (size 1.524 1.524)) (justify left bottom))
-    (uuid 6f7e48fd-5a20-42e4-993d-6d94e3019804)
-  )
-  (text "USB Type A male" (at 31.75 193.04 0)
-    (effects (font (size 1.016 1.016)) (justify left bottom))
-    (uuid 7c51436c-de0a-44dd-8f53-735471f8bb86)
-  )
-  (text "LPC1224FBD48" (at 120.015 133.35 0)
-    (effects (font (size 1.524 1.524)) (justify left bottom))
-    (uuid ccd8e342-8f29-4873-98f2-bd163a28e738)
-  )
-  (text "microUSB type AB\n       female" (at 31.115 157.48 0)
-    (effects (font (size 1.016 1.016)) (justify left bottom))
-    (uuid cef5dd38-b9d0-46dd-9158-0cc55adf1abd)
-  )
-  (text "(+5V from USB)" (at 203.2 73.66 0)
-    (effects (font (size 1.016 1.016)) (justify left bottom))
-    (uuid dff9314c-996b-4f9d-a476-bb628297ddde)
-  )
-  (text "Découplage" (at 88.9 40.64 0)
-    (effects (font (size 1.524 1.524)) (justify left bottom))
-    (uuid e588222b-6a7f-4b4b-8248-79bff2d72cf2)
-  )
-  (text "Programmation" (at 27.94 146.05 0)
-    (effects (font (size 1.524 1.524) (thickness 0.3048) bold) (justify left bottom))
-    (uuid e7f173f3-ed40-4513-bfd1-ef8b5b268ad3)
-  )
-  (text "UEXT Connector" (at 140.335 20.955 0)
-    (effects (font (size 1.524 1.524) (thickness 0.3048) bold) (justify left bottom))
-    (uuid f14612ff-7006-4f60-920f-3c1b16647575)
-  )
-  (text "Module identification at startup" (at 229.87 20.32 0)
-    (effects (font (size 1.524 1.524) (thickness 0.3048) bold) (justify left bottom))
-    (uuid f89d9011-64d5-4a95-8666-e02c3c59b633)
-  )
-  (text "GPIO for development" (at 226.06 69.85 0)
-    (effects (font (size 1.524 1.524) (thickness 0.3048) bold) (justify left bottom))
-    (uuid f9c47e20-3895-4602-bd55-427e754561b1)
-  )
-
-  (label "AD4" (at 256.54 85.09 180)
-    (effects (font (size 1.016 1.016)) (justify right bottom))
-    (uuid 009502e7-6e21-4954-acc3-ea8c146596e3)
-  )
-  (label "GPIO0_28" (at 231.14 77.47 180)
-    (effects (font (size 1.016 1.016)) (justify right bottom))
-    (uuid 015ed72b-daa3-4c11-9db4-4f7f21a3c25f)
-  )
-  (label "GPIO0_9" (at 199.39 97.155 180)
-    (effects (font (size 1.016 1.016)) (justify right bottom))
-    (uuid 07a06d4e-1152-4b98-ac6b-e87243be6d7e)
-  )
-  (label "GPIO0_23" (at 231.14 90.17 180)
-    (effects (font (size 1.016 1.016)) (justify right bottom))
-    (uuid 0c097dd9-6715-404a-89ad-642e2a6e206f)
-  )
-  (label "GPIO0_3" (at 199.39 84.455 180)
-    (effects (font (size 1.016 1.016)) (justify right bottom))
-    (uuid 11048c1f-38e1-4507-bbf0-6a6beb09f215)
-  )
-  (label "GPIO0_24" (at 231.14 87.63 180)
-    (effects (font (size 1.016 1.016)) (justify right bottom))
-    (uuid 1183f2f6-b575-4cff-bcd7-058af0e1a851)
-  )
-  (label "GPIO0_28" (at 141.605 87.63 0)
-    (effects (font (size 1.016 1.016)) (justify left bottom))
-    (uuid 171ab095-f16b-499b-92e2-e88cf3c9d923)
-  )
-  (label "GPIO0_6" (at 199.39 92.075 180)
-    (effects (font (size 1.016 1.016)) (justify right bottom))
-    (uuid 1c8923cd-60b1-45f8-95b8-da29fa0027be)
-  )
-  (label "AD0" (at 141.605 92.71 0)
-    (effects (font (size 1.016 1.016)) (justify left bottom))
-    (uuid 1ef68f3c-ea37-456a-afca-7f72539956aa)
-  )
-  (label "AD5" (at 141.605 107.95 0)
-    (effects (font (size 1.016 1.016)) (justify left bottom))
-    (uuid 3499e76c-0588-4ee1-bbd5-6251ef66b5ac)
-  )
-  (label "GPIO0_5" (at 87.63 77.47 180)
-    (effects (font (size 1.016 1.016)) (justify right bottom))
-    (uuid 37d1055c-308e-4f31-9688-7409a31c0154)
-  )
-  (label "AD3" (at 141.605 102.87 0)
-    (effects (font (size 1.016 1.016)) (justify left bottom))
-    (uuid 41245f10-a739-4779-b4ae-85a7e7424a78)
-  )
-  (label "GPIO0_20" (at 231.14 97.79 180)
-    (effects (font (size 1.016 1.016)) (justify right bottom))
-    (uuid 414e34a1-deac-4b9d-8051-3541c7bb75fb)
-  )
-  (label "AD5" (at 256.54 87.63 180)
-    (effects (font (size 1.016 1.016)) (justify right bottom))
-    (uuid 450fdb28-1a50-449a-883b-ac4fa7533a5e)
-  )
-  (label "AD1" (at 256.54 77.47 180)
-    (effects (font (size 1.016 1.016)) (justify right bottom))
-    (uuid 51942aa5-beb0-4566-be98-aaf453fcabef)
-  )
-  (label "GPIO0_9" (at 87.63 87.63 180)
-    (effects (font (size 1.016 1.016)) (justify right bottom))
-    (uuid 596979db-bc6c-4af3-bcdb-8d2287096e0b)
-  )
-  (label "GPIO0_0" (at 199.39 81.915 180)
-    (effects (font (size 1.016 1.016)) (justify right bottom))
-    (uuid 59f388a7-256f-4666-84c1-85386fd33caa)
-  )
-  (label "AD1" (at 141.605 95.25 0)
-    (effects (font (size 1.016 1.016)) (justify left bottom))
-    (uuid 5f79c1bc-42d8-4908-bfad-24012ae23ac1)
-  )
-  (label "GPIO0_4" (at 199.39 86.995 180)
-    (effects (font (size 1.016 1.016)) (justify right bottom))
-    (uuid 5fd20d73-0981-430d-8f4d-a14ca14371dd)
-  )
-  (label "GPIO0_29" (at 141.605 90.17 0)
-    (effects (font (size 1.016 1.016)) (justify left bottom))
-    (uuid 6030614a-c9a0-4d95-a4b1-db4fc28dcfe5)
-  )
-  (label "GPIO0_19" (at 231.14 100.33 180)
-    (effects (font (size 1.016 1.016)) (justify right bottom))
-    (uuid 6363e759-2b06-4f71-8225-a6213c28c330)
-  )
-  (label "AD2" (at 141.605 100.33 0)
-    (effects (font (size 1.016 1.016)) (justify left bottom))
-    (uuid 7a57f472-7edf-462b-a38b-ff380a4029fe)
-  )
-  (label "GPIO0_29" (at 199.39 79.375 180)
-    (effects (font (size 1.016 1.016)) (justify right bottom))
-    (uuid 8686ae6c-15d5-4453-8994-8f392d1d10b8)
-  )
-  (label "AD3" (at 256.54 82.55 180)
-    (effects (font (size 1.016 1.016)) (justify right bottom))
-    (uuid 8a034a4a-0831-41e5-9711-95929a4f8870)
-  )
-  (label "GPIO0_26" (at 231.14 82.55 180)
-    (effects (font (size 1.016 1.016)) (justify right bottom))
-    (uuid 8b5eeade-fdab-4b81-bc04-772554401850)
-  )
-  (label "GPIO0_26" (at 141.605 82.55 0)
-    (effects (font (size 1.016 1.016)) (justify left bottom))
-    (uuid 8be1f0e9-49a0-4ee7-8f9f-dc255e7ff553)
-  )
-  (label "GPIO0_21" (at 231.14 95.25 180)
-    (effects (font (size 1.016 1.016)) (justify right bottom))
-    (uuid 8f7f7256-b689-4082-ae70-6c482cf2170b)
-  )
-  (label "GPIO0_23" (at 141.605 74.93 0)
-    (effects (font (size 1.016 1.016)) (justify left bottom))
-    (uuid 95ccba0f-1f45-4c0d-ba59-d1cf9da3e4c5)
-  )
-  (label "GPIO0_25" (at 231.14 85.09 180)
-    (effects (font (size 1.016 1.016)) (justify right bottom))
-    (uuid 98171a35-573d-4535-acc0-efdb3ebf8cd1)
-  )
-  (label "GPIO0_27" (at 141.605 85.09 0)
-    (effects (font (size 1.016 1.016)) (justify left bottom))
-    (uuid 99d25953-398c-43e9-862c-f7afbaa9a7f8)
-  )
-  (label "VREF" (at 122.555 55.88 0)
-    (effects (font (size 1.016 1.016)) (justify left bottom))
-    (uuid 9ae8abd2-c02f-43b3-a2a7-1ec73e291d32)
-  )
-  (label "GPIO0_22" (at 141.605 72.39 0)
-    (effects (font (size 1.016 1.016)) (justify left bottom))
-    (uuid 9f931dbe-ac64-476b-8ab6-1a20bebb3152)
-  )
-  (label "GPIO0_20" (at 141.605 67.31 0)
-    (effects (font (size 1.016 1.016)) (justify left bottom))
-    (uuid a247afc5-433e-42a1-9e2a-833d64c1d1cd)
-  )
-  (label "GPIO0_21" (at 141.605 69.85 0)
-    (effects (font (size 1.016 1.016)) (justify left bottom))
-    (uuid a8e5236c-1340-41a9-a224-6b2f0a7a2150)
-  )
-  (label "GPIO0_0" (at 87.63 64.77 180)
-    (effects (font (size 1.016 1.016)) (justify right bottom))
-    (uuid a9966edc-309e-4223-a870-d091ef274c2e)
-  )
-  (label "GPIO0_6" (at 87.63 80.01 180)
-    (effects (font (size 1.016 1.016)) (justify right bottom))
-    (uuid af427451-aed9-4e7d-b415-15e0ec1b8cb3)
-  )
-  (label "GPIO0_8" (at 87.63 85.09 180)
-    (effects (font (size 1.016 1.016)) (justify right bottom))
-    (uuid afbb3d85-7c5b-4917-9201-bf0bc315b18d)
-  )
-  (label "GPIO0_25" (at 141.605 80.01 0)
-    (effects (font (size 1.016 1.016)) (justify left bottom))
-    (uuid b05e01c9-b58c-4e53-b711-f1f79f98bac8)
-  )
-  (label "GPIO0_3" (at 87.63 72.39 180)
-    (effects (font (size 1.016 1.016)) (justify right bottom))
-    (uuid b4eb06d2-c82b-4753-9982-0f23fee80485)
-  )
-  (label "GPIO0_27" (at 231.14 80.01 180)
-    (effects (font (size 1.016 1.016)) (justify right bottom))
-    (uuid ce8cb042-e12c-4ec5-b1b5-59a5361c7556)
-  )
-  (label "GPIO0_22" (at 231.14 92.71 180)
-    (effects (font (size 1.016 1.016)) (justify right bottom))
-    (uuid cf9e6f9b-f623-4dc9-a802-473e314fe268)
-  )
-  (label "AD0" (at 256.54 74.93 180)
-    (effects (font (size 1.016 1.016)) (justify right bottom))
-    (uuid d5c392d8-8af4-47b6-a534-98ff2b82850b)
-  )
-  (label "GPIO0_8" (at 199.39 94.615 180)
-    (effects (font (size 1.016 1.016)) (justify right bottom))
-    (uuid df6d9772-308b-4ef8-8c18-f7cac86cc9e3)
-  )
-  (label "GPIO0_4" (at 87.63 74.93 180)
-    (effects (font (size 1.016 1.016)) (justify right bottom))
-    (uuid ea67aad4-7611-413d-a85e-0451e77778c7)
-  )
-  (label "AD4" (at 141.605 105.41 0)
-    (effects (font (size 1.016 1.016)) (justify left bottom))
-    (uuid eabd2501-bfa6-412f-bdac-2c463b8a7309)
-  )
-  (label "AD2" (at 256.54 80.01 180)
-    (effects (font (size 1.016 1.016)) (justify right bottom))
-    (uuid eca1bf5b-031c-46c5-8474-59e0372bcc3e)
-  )
-  (label "GPIO0_5" (at 199.39 89.535 180)
-    (effects (font (size 1.016 1.016)) (justify right bottom))
-    (uuid f04eeb37-56e1-4ed2-aa94-f31d3a9b0e10)
-  )
-  (label "GPIO0_19" (at 141.605 64.77 0)
-    (effects (font (size 1.016 1.016)) (justify left bottom))
-    (uuid f25e702b-0fca-4335-b225-fc0d8eaf8b1b)
-  )
-  (label "GPIO0_24" (at 141.605 77.47 0)
-    (effects (font (size 1.016 1.016)) (justify left bottom))
-    (uuid fb1bd106-f848-4088-9435-e9bd5a98ea23)
-  )
-
-  (global_label "I2C SCL" (shape input) (at 56.515 90.17 180) (fields_autoplaced)
-    (effects (font (size 1.524 1.524)) (justify right))
-    (uuid 10a3dfbc-10ca-492f-b3a2-e8a316674459)
-    (property "Références Inter-Feuilles" "${INTERSHEET_REFS}" (id 0) (at 0 0 0)
-      (effects (font (size 1.27 1.27)) hide)
-    )
-  )
-  (global_label "I2C SDA" (shape bidirectional) (at 181.61 34.925 0) (fields_autoplaced)
-    (effects (font (size 1.524 1.524)) (justify left))
-    (uuid 21d109f5-055f-4189-a86b-8fba26df58ba)
-    (property "Références Inter-Feuilles" "${INTERSHEET_REFS}" (id 0) (at 0 1.905 0)
-      (effects (font (size 1.27 1.27)) hide)
-    )
-  )
-  (global_label "TEMP_ALERT" (shape output) (at 226.695 144.78 180) (fields_autoplaced)
-    (effects (font (size 1.524 1.524)) (justify right))
-    (uuid 31eb9cd3-12dd-4a08-81c3-cda3ad1b0605)
-    (property "Références Inter-Feuilles" "${INTERSHEET_REFS}" (id 0) (at -4.445 -1.27 0)
-      (effects (font (size 1.27 1.27)) hide)
-    )
-  )
-  (global_label "UART RX" (shape input) (at 80.01 69.85 180) (fields_autoplaced)
-    (effects (font (size 1.524 1.524)) (justify right))
-    (uuid 34b58e63-4e1e-4279-ab9b-351243320ade)
-    (property "Références Inter-Feuilles" "${INTERSHEET_REFS}" (id 0) (at 0 0 0)
-      (effects (font (size 1.27 1.27)) hide)
-    )
-  )
-  (global_label "SPI_CS" (shape input) (at 181.61 40.005 0) (fields_autoplaced)
-    (effects (font (size 1.524 1.524)) (justify left))
-    (uuid 3ec1c1c0-e8d7-4580-966d-471324a47bdc)
-    (property "Références Inter-Feuilles" "${INTERSHEET_REFS}" (id 0) (at 0 1.905 0)
-      (effects (font (size 1.27 1.27)) hide)
-    )
-  )
-  (global_label "I2C SDA" (shape bidirectional) (at 259.715 139.7 0) (fields_autoplaced)
-    (effects (font (size 1.524 1.524)) (justify left))
-    (uuid 3fb03920-2d9d-4f8c-aea1-f95abdc1813b)
-    (property "Références Inter-Feuilles" "${INTERSHEET_REFS}" (id 0) (at -4.445 -1.27 0)
-      (effects (font (size 1.27 1.27)) hide)
-    )
-  )
-  (global_label "SPI_SCLK" (shape input) (at 148.59 40.005 180) (fields_autoplaced)
-    (effects (font (size 1.524 1.524)) (justify right))
-    (uuid 483303bf-fd77-483b-b7ee-ee6d88165168)
-    (property "Références Inter-Feuilles" "${INTERSHEET_REFS}" (id 0) (at 0 1.905 0)
-      (effects (font (size 1.27 1.27)) hide)
-    )
-  )
-  (global_label "UART_TX" (shape output) (at 148.59 32.385 180) (fields_autoplaced)
-    (effects (font (size 1.524 1.524)) (justify right))
-    (uuid 58764b9f-364d-48b1-9938-d14508beb9a0)
-    (property "Références Inter-Feuilles" "${INTERSHEET_REFS}" (id 0) (at 0 1.905 0)
-      (effects (font (size 1.27 1.27)) hide)
-    )
-  )
-  (global_label "UART_TX" (shape output) (at 80.01 67.31 180) (fields_autoplaced)
-    (effects (font (size 1.524 1.524)) (justify right))
-    (uuid 641f2214-af3b-428d-8c0a-94889b47a721)
-    (property "Références Inter-Feuilles" "${INTERSHEET_REFS}" (id 0) (at 0 0 0)
-      (effects (font (size 1.27 1.27)) hide)
-    )
-  )
-  (global_label "SPI_MISO" (shape input) (at 148.59 37.465 180) (fields_autoplaced)
-    (effects (font (size 1.524 1.524)) (justify right))
-    (uuid 6aba29c8-d273-4f06-915a-be6c4b02a5a0)
-    (property "Références Inter-Feuilles" "${INTERSHEET_REFS}" (id 0) (at 0 1.905 0)
-      (effects (font (size 1.27 1.27)) hide)
-    )
-  )
-  (global_label "I2C SCL" (shape input) (at 266.7 35.56 0) (fields_autoplaced)
-    (effects (font (size 1.524 1.524)) (justify left))
-    (uuid 7015327d-e7c9-450b-b1a8-fdfbe0e1e7a2)
-    (property "Références Inter-Feuilles" "${INTERSHEET_REFS}" (id 0) (at -1.27 -1.27 0)
-      (effects (font (size 1.27 1.27)) hide)
-    )
-  )
-  (global_label "SPI_MOSI" (shape input) (at 83.185 107.95 180) (fields_autoplaced)
-    (effects (font (size 1.524 1.524)) (justify right))
-    (uuid 88e2cf63-10e7-4e18-8a91-02967f28920c)
-    (property "Références Inter-Feuilles" "${INTERSHEET_REFS}" (id 0) (at 0 0 0)
-      (effects (font (size 1.27 1.27)) hide)
-    )
-  )
-  (global_label "UART RX" (shape input) (at 147.32 161.29 0) (fields_autoplaced)
-    (effects (font (size 1.524 1.524)) (justify left))
-    (uuid a1c5119c-3f89-4a56-a8a3-ceeba1ef75ac)
-    (property "Références Inter-Feuilles" "${INTERSHEET_REFS}" (id 0) (at 0 0 0)
-      (effects (font (size 1.27 1.27)) hide)
-    )
-  )
-  (global_label "I2C SCL" (shape input) (at 148.59 34.925 180) (fields_autoplaced)
-    (effects (font (size 1.524 1.524)) (justify right))
-    (uuid a22e077a-a8a0-4677-81c9-d7f65528077b)
-    (property "Références Inter-Feuilles" "${INTERSHEET_REFS}" (id 0) (at 0 1.905 0)
-      (effects (font (size 1.27 1.27)) hide)
-    )
-  )
-  (global_label "SPI_CS" (shape input) (at 83.185 102.87 180) (fields_autoplaced)
-    (effects (font (size 1.524 1.524)) (justify right))
-    (uuid aa276373-cffa-42bf-85c0-aa0a8892cb89)
-    (property "Références Inter-Feuilles" "${INTERSHEET_REFS}" (id 0) (at 0 0 0)
-      (effects (font (size 1.27 1.27)) hide)
-    )
-  )
-  (global_label "I2C SCL" (shape input) (at 226.695 139.7 180) (fields_autoplaced)
-    (effects (font (size 1.524 1.524)) (justify right))
-    (uuid aa7c51da-10f4-4903-9b57-8042f253f7a3)
-    (property "Références Inter-Feuilles" "${INTERSHEET_REFS}" (id 0) (at -4.445 -1.27 0)
-      (effects (font (size 1.27 1.27)) hide)
-    )
-  )
-  (global_label "SPI_SCLK" (shape input) (at 83.185 100.33 180) (fields_autoplaced)
-    (effects (font (size 1.524 1.524)) (justify right))
-    (uuid aec9f212-b900-4c72-ae9c-c7768b120242)
-    (property "Références Inter-Feuilles" "${INTERSHEET_REFS}" (id 0) (at 0 0 0)
-      (effects (font (size 1.27 1.27)) hide)
-    )
-  )
-  (global_label "SPI_MISO" (shape input) (at 83.185 105.41 180) (fields_autoplaced)
-    (effects (font (size 1.524 1.524)) (justify right))
-    (uuid b9cb4a13-fb85-460c-a6a5-578b9ce597a3)
-    (property "Références Inter-Feuilles" "${INTERSHEET_REFS}" (id 0) (at 0 0 0)
-      (effects (font (size 1.27 1.27)) hide)
-    )
-  )
-  (global_label "SPI_CS" (shape input) (at 267.97 33.02 0) (fields_autoplaced)
-    (effects (font (size 1.524 1.524)) (justify left))
-    (uuid c79fddb7-136e-48af-940c-c97b9abb6630)
-    (property "Références Inter-Feuilles" "${INTERSHEET_REFS}" (id 0) (at 0 0 0)
-      (effects (font (size 1.27 1.27)) hide)
-    )
-  )
-  (global_label "I2C SDA" (shape bidirectional) (at 238.76 45.72 0) (fields_autoplaced)
-    (effects (font (size 1.524 1.524)) (justify left))
-    (uuid c926c305-d05d-4168-9372-1a9fef4f01ef)
-    (property "Références Inter-Feuilles" "${INTERSHEET_REFS}" (id 0) (at 0 0 0)
-      (effects (font (size 1.27 1.27)) hide)
-    )
-  )
-  (global_label "TEMP_ALERT" (shape input) (at 80.01 82.55 180) (fields_autoplaced)
-    (effects (font (size 1.524 1.524)) (justify right))
-    (uuid cc8775ec-dc55-4be1-8115-b27d693e4c82)
-    (property "Références Inter-Feuilles" "${INTERSHEET_REFS}" (id 0) (at 0 0 0)
-      (effects (font (size 1.27 1.27)) hide)
-    )
-  )
-  (global_label "UART RX" (shape input) (at 181.61 32.385 0) (fields_autoplaced)
-    (effects (font (size 1.524 1.524)) (justify left))
-    (uuid d7b1d5f7-0a8f-44c9-a9f2-27cbd6b55503)
-    (property "Références Inter-Feuilles" "${INTERSHEET_REFS}" (id 0) (at 0 1.905 0)
-      (effects (font (size 1.27 1.27)) hide)
-    )
-  )
-  (global_label "UART_TX" (shape output) (at 147.32 163.83 0) (fields_autoplaced)
-    (effects (font (size 1.524 1.524)) (justify left))
-    (uuid e4da6411-b395-49f5-8d88-44151024e23f)
-    (property "Références Inter-Feuilles" "${INTERSHEET_REFS}" (id 0) (at 0 0 0)
-      (effects (font (size 1.27 1.27)) hide)
-    )
-  )
-  (global_label "I2C SDA" (shape bidirectional) (at 56.515 92.71 180) (fields_autoplaced)
-    (effects (font (size 1.524 1.524)) (justify right))
-    (uuid ee20fc00-4b0a-40d5-9267-f8575c90f156)
-    (property "Références Inter-Feuilles" "${INTERSHEET_REFS}" (id 0) (at 0 0 0)
-      (effects (font (size 1.27 1.27)) hide)
-    )
-  )
-  (global_label "SPI_MOSI" (shape input) (at 181.61 37.465 0) (fields_autoplaced)
-    (effects (font (size 1.524 1.524)) (justify left))
-    (uuid f9a07843-5d5d-491a-9223-507bebf3cd04)
-    (property "Références Inter-Feuilles" "${INTERSHEET_REFS}" (id 0) (at 0 1.905 0)
-      (effects (font (size 1.27 1.27)) hide)
-    )
-  )
-
-  (symbol (lib_id "domotab:CONN_5X2") (at 165.1 34.925 0) (unit 1)
-    (in_bom yes) (on_board yes)
-    (uuid 00000000-0000-0000-0000-0000504dbf8e)
-    (property "Reference" "P1" (id 0) (at 165.1 27.305 0)
-      (effects (font (size 1.524 1.524)))
-    )
-    (property "Value" "UEXT" (id 1) (at 165.1 34.925 90))
-    (property "Footprint" "" (id 2) (at 165.1 34.925 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (property "Datasheet" "" (id 3) (at 165.1 34.925 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (pin "1" (uuid 7b9f0c95-242f-441e-8fb5-912a78b61669))
-    (pin "10" (uuid 8e0ef40b-e249-4f20-9227-c29ce673ae6e))
-    (pin "2" (uuid 56b7acc9-66e5-4188-a7d2-920ba9a986c2))
-    (pin "3" (uuid 6a1c7048-0ed2-4a86-8275-494ba8e3e9d6))
-    (pin "4" (uuid b6f843da-e533-41c8-8a7a-eb144faadb5e))
-    (pin "5" (uuid 02f429c4-9763-4d04-9a11-0af5504a4c8e))
-    (pin "6" (uuid cf01d63e-a71e-4c95-8678-c56385219a0b))
-    (pin "7" (uuid f5ef390c-5aeb-4c94-9fe4-0b9b72833bed))
-    (pin "8" (uuid 35e091c2-0855-4da7-8ba1-0493a53ec641))
-    (pin "9" (uuid 50af0644-5b5c-4db8-888f-ee704992a81f))
-  )
-
-  (symbol (lib_id "domotab:DGND") (at 217.17 55.88 0) (unit 1)
-    (in_bom yes) (on_board yes)
-    (uuid 00000000-0000-0000-0000-0000504de0c1)
-    (property "Reference" "#PWR024" (id 0) (at 217.17 55.88 0)
-      (effects (font (size 1.016 1.016)) hide)
-    )
-    (property "Value" "DGND" (id 1) (at 217.17 57.658 0)
-      (effects (font (size 1.016 1.016)))
-    )
-    (property "Footprint" "" (id 2) (at 217.17 55.88 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (property "Datasheet" "" (id 3) (at 217.17 55.88 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (pin "1" (uuid c73b85ae-0661-471b-8111-8fadf7dca1ae))
-  )
-
-  (symbol (lib_id "domotab:DGND") (at 199.39 33.655 0) (unit 1)
-    (in_bom yes) (on_board yes)
-    (uuid 00000000-0000-0000-0000-0000504de0cc)
-    (property "Reference" "#PWR032" (id 0) (at 199.39 33.655 0)
-      (effects (font (size 1.016 1.016)) hide)
-    )
-    (property "Value" "DGND" (id 1) (at 199.39 35.433 0)
-      (effects (font (size 1.016 1.016)))
-    )
-    (property "Footprint" "" (id 2) (at 199.39 33.655 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (property "Datasheet" "" (id 3) (at 199.39 33.655 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (pin "1" (uuid d6cdaeb3-04be-4cb1-8874-4bfbc47764e7))
-  )
-
-  (symbol (lib_id "domotab:+3,3V") (at 146.05 26.035 0) (unit 1)
-    (in_bom yes) (on_board yes)
-    (uuid 00000000-0000-0000-0000-0000504de0f3)
-    (property "Reference" "#PWR031" (id 0) (at 146.05 27.051 0)
-      (effects (font (size 0.762 0.762)) hide)
-    )
-    (property "Value" "+3,3V" (id 1) (at 146.05 23.241 0)
-      (effects (font (size 1.016 1.016)))
-    )
-    (property "Footprint" "" (id 2) (at 146.05 26.035 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (property "Datasheet" "" (id 3) (at 146.05 26.035 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (pin "1" (uuid 5002cc23-6cb8-4a84-8cb1-7d4ed553dc28))
-  )
-
-  (symbol (lib_id "domotab:+3,3V") (at 215.9 21.59 0) (unit 1)
-    (in_bom yes) (on_board yes)
-    (uuid 00000000-0000-0000-0000-0000504de0f7)
-    (property "Reference" "#PWR023" (id 0) (at 215.9 22.606 0)
-      (effects (font (size 0.762 0.762)) hide)
-    )
-    (property "Value" "+3,3V" (id 1) (at 215.9 18.796 0)
-      (effects (font (size 1.016 1.016)))
-    )
-    (property "Footprint" "" (id 2) (at 215.9 21.59 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (property "Datasheet" "" (id 3) (at 215.9 21.59 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (pin "1" (uuid 35b353a4-9e2c-4d3b-b466-f9500e11c2df))
-  )
-
-  (symbol (lib_id "domotab:EEPROM_ID") (at 227.33 41.91 0) (unit 1)
-    (in_bom yes) (on_board yes)
-    (uuid 00000000-0000-0000-0000-0000504e0a89)
-    (property "Reference" "U2" (id 0) (at 226.06 31.75 0)
-      (effects (font (size 1.524 1.524)))
-    )
-    (property "Value" "ID" (id 1) (at 231.14 31.75 0)
-      (effects (font (size 1.524 1.524)))
-    )
-    (property "Footprint" "MSOP_8" (id 2) (at 233.68 36.195 90)
-      (effects (font (size 1.016 1.016)) hide)
-    )
-    (property "Datasheet" "" (id 3) (at 227.33 41.91 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (pin "4" (uuid 85b72bf9-e960-4fff-97af-a638a4f0580c))
-    (pin "8" (uuid e4a0c389-4ce3-437a-8c2a-4c403cabfdd5))
-    (pin "1" (uuid 858cacc3-028a-46e9-ad78-772832fe25cf))
-    (pin "2" (uuid 19497c66-2c2c-42ea-b66d-f06d37515fec))
-    (pin "3" (uuid 8aac7cc6-794e-4374-878b-a37e1b2e1d86))
-    (pin "5" (uuid 7578029d-11dd-48d0-95c3-2c28f8753c2d))
-    (pin "6" (uuid 59fc7957-da4c-4fc9-8609-51b1d36a7322))
-    (pin "7" (uuid 2c6780d6-cf07-4916-bfad-61f8650f9d6e))
-  )
-
-  (symbol (lib_id "domotab:+3,3V") (at 113.665 40.64 0) (unit 1)
-    (in_bom yes) (on_board yes)
-    (uuid 00000000-0000-0000-0000-0000504e1a85)
-    (property "Reference" "#PWR030" (id 0) (at 113.665 41.656 0)
-      (effects (font (size 0.762 0.762)) hide)
-    )
-    (property "Value" "+3,3V" (id 1) (at 113.665 37.846 0)
-      (effects (font (size 1.016 1.016)))
-    )
-    (property "Footprint" "" (id 2) (at 113.665 40.64 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (property "Datasheet" "" (id 3) (at 113.665 40.64 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (pin "1" (uuid b640b761-ea8b-41a7-af1b-9e3e7b26e224))
-  )
-
-  (symbol (lib_id "domotab:DGND") (at 112.395 133.35 0) (unit 1)
-    (in_bom yes) (on_board yes)
-    (uuid 00000000-0000-0000-0000-0000504e1a8d)
-    (property "Reference" "#PWR029" (id 0) (at 112.395 133.35 0)
-      (effects (font (size 1.016 1.016)) hide)
-    )
-    (property "Value" "DGND" (id 1) (at 112.395 135.128 0)
-      (effects (font (size 1.016 1.016)))
-    )
-    (property "Footprint" "" (id 2) (at 112.395 133.35 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (property "Datasheet" "" (id 3) (at 112.395 133.35 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (pin "1" (uuid 53d308a7-fcbe-45af-91cc-befc54141c25))
-  )
-
-  (symbol (lib_id "domotab:DGND") (at 90.805 58.42 0) (unit 1)
-    (in_bom yes) (on_board yes)
-    (uuid 00000000-0000-0000-0000-0000504e2dde)
-    (property "Reference" "#PWR028" (id 0) (at 90.805 58.42 0)
-      (effects (font (size 1.016 1.016)) hide)
-    )
-    (property "Value" "DGND" (id 1) (at 90.805 60.198 0)
-      (effects (font (size 1.016 1.016)))
-    )
-    (property "Footprint" "" (id 2) (at 90.805 58.42 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (property "Datasheet" "" (id 3) (at 90.805 58.42 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (pin "1" (uuid c3868ad4-edad-4ec9-af86-a7823cc4ebff))
-  )
-
-  (symbol (lib_id "domotab:C") (at 86.995 49.53 0) (unit 1)
-    (in_bom yes) (on_board yes)
-    (uuid 00000000-0000-0000-0000-0000504e2de5)
-    (property "Reference" "C1" (id 0) (at 88.265 46.99 0)
-      (effects (font (size 1.27 1.27)) (justify left))
-    )
-    (property "Value" "10uF" (id 1) (at 88.265 52.07 0)
-      (effects (font (size 1.27 1.27)) (justify left))
-    )
-    (property "Footprint" "0603" (id 2) (at 85.725 46.355 90)
-      (effects (font (size 1.016 1.016)) hide)
-    )
-    (property "Datasheet" "" (id 3) (at 86.995 49.53 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (pin "1" (uuid 365bd054-4c93-44e0-aca2-37298850d672))
-    (pin "2" (uuid aa8a8b6f-a672-4dc0-8f4e-b89e0248bc1d))
-  )
-
-  (symbol (lib_id "domotab:DGND") (at 241.935 40.64 0) (unit 1)
-    (in_bom yes) (on_board yes)
-    (uuid 00000000-0000-0000-0000-0000504e2eb4)
-    (property "Reference" "#PWR022" (id 0) (at 241.935 40.64 0)
-      (effects (font (size 1.016 1.016)) hide)
-    )
-    (property "Value" "DGND" (id 1) (at 241.935 42.418 0)
-      (effects (font (size 1.016 1.016)))
-    )
-    (property "Footprint" "" (id 2) (at 241.935 40.64 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (property "Datasheet" "" (id 3) (at 241.935 40.64 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (pin "1" (uuid 7dc5aaa6-f75f-497e-9b39-ff0f274f49da))
-  )
-
-  (symbol (lib_id "domotab:+3,3V") (at 241.935 31.115 0) (unit 1)
-    (in_bom yes) (on_board yes)
-    (uuid 00000000-0000-0000-0000-0000504e2eb8)
-    (property "Reference" "#PWR021" (id 0) (at 241.935 32.131 0)
-      (effects (font (size 0.762 0.762)) hide)
-    )
-    (property "Value" "+3,3V" (id 1) (at 241.935 28.321 0)
-      (effects (font (size 1.016 1.016)))
-    )
-    (property "Footprint" "" (id 2) (at 241.935 31.115 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (property "Datasheet" "" (id 3) (at 241.935 31.115 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (pin "1" (uuid 98dfcce1-8853-47cc-ab0c-7e4a75ccf8b5))
-  )
-
-  (symbol (lib_id "domotab:DOUBLE_LED") (at 167.005 111.76 0) (unit 1)
-    (in_bom yes) (on_board yes)
-    (uuid 00000000-0000-0000-0000-0000504e2fe8)
-    (property "Reference" "D1" (id 0) (at 169.545 107.442 0)
-      (effects (font (size 1.27 1.27)) (justify left))
-    )
-    (property "Value" "DOUBLE_LED" (id 1) (at 167.005 116.84 0)
-      (effects (font (size 1.27 1.27)) hide)
-    )
-    (property "Footprint" "SOT-23" (id 2) (at 163.83 106.68 0)
-      (effects (font (size 1.016 1.016)) hide)
-    )
-    (property "Datasheet" "" (id 3) (at 167.005 111.76 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (pin "A1" (uuid b016a163-9c52-4188-a2a2-6e3553029aba))
-    (pin "A2" (uuid 62bfc24e-707b-4c0f-9a57-0eb615ad5077))
-    (pin "K" (uuid f41fdea8-601e-40ae-8713-0816a9f0f0fb))
-  )
-
-  (symbol (lib_id "domotab:DGND") (at 19.05 100.33 0) (unit 1)
-    (in_bom yes) (on_board yes)
-    (uuid 00000000-0000-0000-0000-0000504e3025)
-    (property "Reference" "#PWR027" (id 0) (at 19.05 100.33 0)
-      (effects (font (size 1.016 1.016)) hide)
-    )
-    (property "Value" "DGND" (id 1) (at 19.05 102.108 0)
-      (effects (font (size 1.016 1.016)))
-    )
-    (property "Footprint" "" (id 2) (at 19.05 100.33 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (property "Datasheet" "" (id 3) (at 19.05 100.33 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (pin "1" (uuid 034fb868-78f5-4f0a-86f3-f1ffa04d0a82))
-  )
-
-  (symbol (lib_id "domotab:R") (at 154.305 109.22 90) (unit 1)
-    (in_bom yes) (on_board yes)
-    (uuid 00000000-0000-0000-0000-0000504e304f)
-    (property "Reference" "R3" (id 0) (at 156.845 107.315 90))
-    (property "Value" "1k" (id 1) (at 154.305 109.22 90))
-    (property "Footprint" "0603" (id 2) (at 153.035 107.315 90)
-      (effects (font (size 1.016 1.016)) hide)
-    )
-    (property "Datasheet" "" (id 3) (at 154.305 109.22 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (pin "1" (uuid f2d63e4f-bc7f-4306-8547-a9afc8f3ff80))
-    (pin "2" (uuid 9de4f454-bcba-4a35-817b-4f40329d3105))
-  )
-
-  (symbol (lib_id "domotab:DGND") (at 174.625 114.3 0) (unit 1)
-    (in_bom yes) (on_board yes)
-    (uuid 00000000-0000-0000-0000-0000504e309e)
-    (property "Reference" "#PWR026" (id 0) (at 174.625 114.3 0)
-      (effects (font (size 1.016 1.016)) hide)
-    )
-    (property "Value" "DGND" (id 1) (at 174.625 116.078 0)
-      (effects (font (size 1.016 1.016)))
-    )
-    (property "Footprint" "" (id 2) (at 174.625 114.3 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (property "Datasheet" "" (id 3) (at 174.625 114.3 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (pin "1" (uuid 703e3e64-87b7-4de0-8c8a-af8cbe7f7ac8))
-  )
-
-  (symbol (lib_id "domotab:+3,3V") (at 39.37 76.2 0) (unit 1)
-    (in_bom yes) (on_board yes)
-    (uuid 00000000-0000-0000-0000-0000504e8222)
-    (property "Reference" "#PWR025" (id 0) (at 39.37 77.216 0)
-      (effects (font (size 0.762 0.762)) hide)
-    )
-    (property "Value" "+3,3V" (id 1) (at 39.37 73.406 0)
-      (effects (font (size 1.016 1.016)))
-    )
-    (property "Footprint" "" (id 2) (at 39.37 76.2 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (property "Datasheet" "" (id 3) (at 39.37 76.2 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (pin "1" (uuid 086c2d4f-193a-4081-beeb-333d6f58000e))
-  )
-
-  (symbol (lib_id "domotab:R") (at 210.82 30.48 180) (unit 1)
-    (in_bom yes) (on_board yes)
-    (uuid 00000000-0000-0000-0000-0000504e861b)
-    (property "Reference" "R5" (id 0) (at 208.788 30.48 90))
-    (property "Value" "100k" (id 1) (at 210.82 30.48 90))
-    (property "Footprint" "0603" (id 2) (at 212.725 30.48 90)
-      (effects (font (size 1.016 1.016)) hide)
-    )
-    (property "Datasheet" "" (id 3) (at 210.82 30.48 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (pin "1" (uuid 6340554d-cd82-442a-b377-90eb432494e6))
-    (pin "2" (uuid 0355d1e3-1bef-4b44-beb8-f3c91f174d1b))
-  )
-
-  (symbol (lib_id "domotab:LPC1224FBD48") (at 113.665 91.44 0) (unit 1)
-    (in_bom yes) (on_board yes)
-    (uuid 00000000-0000-0000-0000-00005058edd8)
-    (property "Reference" "U1" (id 0) (at 102.235 59.69 0)
-      (effects (font (size 1.524 1.524)))
-    )
-    (property "Value" "LPC1224" (id 1) (at 130.175 129.54 0)
-      (effects (font (size 1.524 1.524)))
-    )
-    (property "Footprint" "domotab:LQFP48" (id 2) (at 99.695 129.54 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (property "Datasheet" "" (id 3) (at 113.665 91.44 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (property "Info" "LQFP48" (id 4) (at 100.33 128.905 0)
-      (effects (font (size 1.016 1.016)))
-    )
-    (pin "1" (uuid 63dc18ad-e159-4295-a0fb-2bfc797c1c44))
-    (pin "10" (uuid 7977f630-24d0-47a8-a527-063ffc4e3ac9))
-    (pin "11" (uuid a0fa7e88-3014-40a4-844b-8944b680fd16))
-    (pin "12" (uuid 27103c23-3fa9-4b00-b38d-f41687811bdc))
-    (pin "13" (uuid d411783c-6f1c-4336-bfe5-f162876d93b5))
-    (pin "14" (uuid 6baaaa6d-8329-42e6-a72b-bb0973203ace))
-    (pin "15" (uuid f8841550-9b3b-44e4-a38f-5186d2e7b906))
-    (pin "16" (uuid f3d16aa1-8764-4493-a837-347ba3fc8752))
-    (pin "17" (uuid 16589331-2784-43d1-a6dc-3d6ced684dcc))
-    (pin "18" (uuid 60d82c16-a087-4ffd-8fd0-ddd64757bd3b))
-    (pin "19" (uuid b5151a23-c71e-469e-8e90-f1c4e7ba025a))
-    (pin "2" (uuid 0df4c3c6-24b9-4501-81cb-c07d3b59875d))
-    (pin "20" (uuid af0b80b3-061f-4143-8bec-1e4751448126))
-    (pin "21" (uuid 873673b5-8247-4b7a-8160-e9c02cd37aa9))
-    (pin "22" (uuid 540d345b-331c-4311-b41e-c5e77a9f21d7))
-    (pin "23" (uuid 7ddc75ed-cdc5-417d-8765-e0b85515d682))
-    (pin "24" (uuid 27a429f3-102f-4305-90a8-5e898b00a663))
-    (pin "25" (uuid 3a541d01-c305-4664-b07a-8ea3717030c6))
-    (pin "26" (uuid 37f21590-8866-42f2-ad84-fa9bebe1bf6c))
-    (pin "27" (uuid 2c24a8db-f258-4634-b472-943f1b3051e1))
-    (pin "28" (uuid 8dba0a4e-f2e0-4bc4-abb6-284368db281b))
-    (pin "29" (uuid b1a1fd48-47c2-49ab-8060-8c386781b0d7))
-    (pin "3" (uuid 95ec892f-e1a5-4b88-9a33-80f74b72b5bb))
-    (pin "30" (uuid 2903e406-05f5-4597-adec-1e9b0c384e6a))
-    (pin "31" (uuid 0bc1b473-61bc-4dcd-9272-f6a6a642af97))
-    (pin "32" (uuid 019766bc-3d36-4388-aafc-7b375c974220))
-    (pin "33" (uuid cd9edff0-73ad-404b-bc02-1bc94955e37a))
-    (pin "34" (uuid 64b37a53-99ef-498e-9ce5-fad6e3fb29de))
-    (pin "35" (uuid adf69a0d-c868-413c-86f5-7a45066594bf))
-    (pin "36" (uuid a3d4a939-5fe1-4cca-86c3-b3319eefe1d4))
-    (pin "37" (uuid 9c7721a4-1f99-4feb-b457-d768695e44db))
-    (pin "38" (uuid ee66d0f5-f80a-4ac2-891a-2de839f875ab))
-    (pin "39" (uuid a8e7471f-10ab-4f77-ad4e-2d00b9da890c))
-    (pin "4" (uuid 80972645-8b16-4a44-b106-5e601f378e66))
-    (pin "40" (uuid dd942a5e-0310-4b71-ac3f-6f88bda6d1d3))
-    (pin "41" (uuid 831772ab-af4d-4a3f-819e-60824816d625))
-    (pin "42" (uuid d9f9d8a9-89e8-4789-ad8e-c12d5049604c))
-    (pin "43" (uuid 9987013b-f422-4ea0-bd4c-ac282272c415))
-    (pin "44" (uuid d97f83c4-554c-4c33-9e93-f25386a3807b))
-    (pin "45" (uuid 44e028c1-6a4b-4453-a56e-75fed723867f))
-    (pin "46" (uuid 0e104c97-5d02-49c8-a002-77cc1b116c16))
-    (pin "47" (uuid 8c94fe51-a3d0-4680-af86-646f307464cb))
-    (pin "48" (uuid b4242a0b-47b2-4dff-946e-b44188cb047b))
-    (pin "5" (uuid e60be515-78a9-4fe4-aaf5-f89f03333874))
-    (pin "6" (uuid 79fc0b7a-7060-477f-8053-0029bfb586b1))
-    (pin "7" (uuid 65bc7e58-e297-48c9-8f83-fff0b2970fd0))
-    (pin "8" (uuid 69007bed-9a4e-41a4-9603-f61bba505683))
-    (pin "9" (uuid b71bf956-310d-4a57-82d2-25954dd7ccd4))
-  )
-
-  (symbol (lib_id "domotab:MIRE_RONDE") (at 59.055 24.13 0) (unit 1)
-    (in_bom yes) (on_board yes)
-    (uuid 00000000-0000-0000-0000-00005072137f)
-    (property "Reference" "M0" (id 0) (at 59.055 27.94 0)
-      (effects (font (size 1.524 1.524)))
-    )
-    (property "Value" "MIRE_RONDE" (id 1) (at 59.055 20.32 0)
-      (effects (font (size 1.524 1.524)))
-    )
-    (property "Footprint" "" (id 2) (at 59.055 24.13 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (property "Datasheet" "" (id 3) (at 59.055 24.13 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (pin "0" (uuid da42271f-0d2d-470f-8093-8dbba7b8217a))
-  )
-
-  (symbol (lib_id "domotab:MIRE_RONDE") (at 76.835 24.13 0) (unit 1)
-    (in_bom yes) (on_board yes)
-    (uuid 00000000-0000-0000-0000-000050721384)
-    (property "Reference" "M1" (id 0) (at 76.835 27.94 0)
-      (effects (font (size 1.524 1.524)))
-    )
-    (property "Value" "MIRE_RONDE" (id 1) (at 76.835 20.32 0)
-      (effects (font (size 1.524 1.524)))
-    )
-    (property "Footprint" "" (id 2) (at 76.835 24.13 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (property "Datasheet" "" (id 3) (at 76.835 24.13 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (pin "0" (uuid abd52d4f-9aad-456d-a164-8882d45a14c2))
-  )
-
-  (symbol (lib_id "domotab:MIRE_RONDE") (at 59.055 36.83 0) (unit 1)
-    (in_bom yes) (on_board yes)
-    (uuid 00000000-0000-0000-0000-000050721396)
-    (property "Reference" "M2" (id 0) (at 59.055 40.64 0)
-      (effects (font (size 1.524 1.524)))
-    )
-    (property "Value" "MIRE_RONDE" (id 1) (at 59.055 33.02 0)
-      (effects (font (size 1.524 1.524)))
-    )
-    (property "Footprint" "" (id 2) (at 59.055 36.83 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (property "Datasheet" "" (id 3) (at 59.055 36.83 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (pin "0" (uuid 38ad9f45-18a7-4f1e-ada3-2b0af2322439))
-  )
-
-  (symbol (lib_id "domotab:SW_PUSH") (at 27.94 95.25 0) (unit 1)
-    (in_bom yes) (on_board yes)
-    (uuid 00000000-0000-0000-0000-000050fe6bf9)
-    (property "Reference" "SW1" (id 0) (at 31.75 92.456 0))
-    (property "Value" "ISP" (id 1) (at 27.94 95.25 0))
-    (property "Footprint" "" (id 2) (at 27.94 95.25 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (property "Datasheet" "" (id 3) (at 27.94 95.25 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (pin "1" (uuid 07e3c017-deab-42bf-9440-8c9c114fef2c))
-    (pin "2" (uuid c98b637a-09b8-44ad-b7e5-98e06697b373))
-  )
-
-  (symbol (lib_id "domotab:SW_PUSH") (at 27.94 97.79 0) (mirror x) (unit 1)
-    (in_bom yes) (on_board yes)
-    (uuid 00000000-0000-0000-0000-000050fe6c04)
-    (property "Reference" "SW2" (id 0) (at 31.75 100.584 0))
-    (property "Value" "Reset" (id 1) (at 27.94 97.79 0))
-    (property "Footprint" "" (id 2) (at 27.94 97.79 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (property "Datasheet" "" (id 3) (at 27.94 97.79 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (pin "1" (uuid f37e1487-0c32-4443-9ccb-1bc0168c585f))
-    (pin "2" (uuid c7b5c66e-f05f-4a95-8a1a-77aef4e5807c))
-  )
-
-  (symbol (lib_id "domotab:74XX1G58") (at 252.73 40.64 0) (unit 1)
-    (in_bom yes) (on_board yes)
-    (uuid 00000000-0000-0000-0000-000050fe6c3d)
-    (property "Reference" "U3" (id 0) (at 257.175 40.64 0)
-      (effects (font (size 1.524 1.524)))
-    )
-    (property "Value" "74XX1G58" (id 1) (at 252.73 29.21 0)
-      (effects (font (size 1.524 1.524)))
-    )
-    (property "Footprint" "SOT363" (id 2) (at 249.555 43.18 0)
-      (effects (font (size 1.016 1.016)) hide)
-    )
-    (property "Datasheet" "" (id 3) (at 252.73 40.64 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (pin "1" (uuid f1b8fc09-636a-42f6-8175-2ee0a442a971))
-    (pin "2" (uuid 26539459-e554-4305-bec6-6822ffe19a9d))
-    (pin "3" (uuid 131d20da-9e33-49c3-acca-9767715c18f5))
-    (pin "4" (uuid 9c27444f-5a35-4c9e-bd2c-512f9252afd5))
-    (pin "5" (uuid a8eed8f5-7234-464b-9211-eec1805f9d6f))
-    (pin "6" (uuid eff611e1-4a7e-4170-b67e-bc455545f7c9))
-  )
-
-  (symbol (lib_id "domotab:DGND") (at 264.16 43.18 0) (unit 1)
-    (in_bom yes) (on_board yes)
-    (uuid 00000000-0000-0000-0000-000050fe6c81)
-    (property "Reference" "#PWR018" (id 0) (at 264.16 43.18 0)
-      (effects (font (size 1.016 1.016)) hide)
-    )
-    (property "Value" "DGND" (id 1) (at 264.16 44.958 0)
-      (effects (font (size 1.016 1.016)))
-    )
-    (property "Footprint" "" (id 2) (at 264.16 43.18 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (property "Datasheet" "" (id 3) (at 264.16 43.18 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (pin "1" (uuid 755439a3-86fa-4ef7-b2a8-1d816e5eaf18))
-  )
-
-  (symbol (lib_id "domotab:R") (at 36.83 85.09 180) (unit 1)
-    (in_bom yes) (on_board yes)
-    (uuid 00000000-0000-0000-0000-000050fe6dd5)
-    (property "Reference" "R1" (id 0) (at 34.925 82.55 90))
-    (property "Value" "100k" (id 1) (at 36.83 85.09 90))
-    (property "Footprint" "0603" (id 2) (at 34.925 86.36 90)
-      (effects (font (size 1.016 1.016)) hide)
-    )
-    (property "Datasheet" "" (id 3) (at 36.83 85.09 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (pin "1" (uuid 0c79306c-742f-4b32-9317-64151d14689b))
-    (pin "2" (uuid d11367ac-e0c4-44ee-9a6f-f606d46ede1b))
-  )
-
-  (symbol (lib_id "domotab:R") (at 41.91 85.09 180) (unit 1)
-    (in_bom yes) (on_board yes)
-    (uuid 00000000-0000-0000-0000-000050fe6dd9)
-    (property "Reference" "R2" (id 0) (at 40.005 82.55 90))
-    (property "Value" "100k" (id 1) (at 41.91 85.09 90))
-    (property "Footprint" "0603" (id 2) (at 40.005 86.36 90)
-      (effects (font (size 1.016 1.016)) hide)
-    )
-    (property "Datasheet" "" (id 3) (at 41.91 85.09 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (pin "1" (uuid 21c5c96f-d1bd-4fe9-9799-70208955591b))
-    (pin "2" (uuid 4898ed45-dd4b-4473-9469-ae9a91f74a74))
-  )
-
-  (symbol (lib_id "domotab:R") (at 154.305 114.3 90) (unit 1)
-    (in_bom yes) (on_board yes)
-    (uuid 00000000-0000-0000-0000-000050fe6e1f)
-    (property "Reference" "R4" (id 0) (at 156.845 112.395 90))
-    (property "Value" "1k" (id 1) (at 154.305 114.3 90))
-    (property "Footprint" "0603" (id 2) (at 153.035 112.395 90)
-      (effects (font (size 1.016 1.016)) hide)
-    )
-    (property "Datasheet" "" (id 3) (at 154.305 114.3 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (pin "1" (uuid 9bd01c4c-3e0c-480f-bd36-b08d3028ce82))
-    (pin "2" (uuid 12fba1ea-178c-4912-8bf1-955a2fdf707d))
-  )
-
-  (symbol (lib_id "domotab:C") (at 102.235 49.53 0) (unit 1)
-    (in_bom yes) (on_board yes)
-    (uuid 00000000-0000-0000-0000-000050fe6e9d)
-    (property "Reference" "C3" (id 0) (at 103.505 46.99 0)
-      (effects (font (size 1.27 1.27)) (justify left))
-    )
-    (property "Value" "0.1uF" (id 1) (at 103.505 52.07 0)
-      (effects (font (size 1.27 1.27)) (justify left))
-    )
-    (property "Footprint" "0402" (id 2) (at 100.965 46.355 90)
-      (effects (font (size 1.016 1.016)) hide)
-    )
-    (property "Datasheet" "" (id 3) (at 102.235 49.53 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (pin "1" (uuid 5034006a-469c-4e08-8e72-c89177ceede5))
-    (pin "2" (uuid c65a1b25-9882-4e86-909d-8696329f4168))
-  )
-
-  (symbol (lib_id "domotab:C") (at 94.615 49.53 0) (unit 1)
-    (in_bom yes) (on_board yes)
-    (uuid 00000000-0000-0000-0000-000050fe6e9f)
-    (property "Reference" "C2" (id 0) (at 95.885 46.99 0)
-      (effects (font (size 1.27 1.27)) (justify left))
-    )
-    (property "Value" "0.1uF" (id 1) (at 95.885 52.07 0)
-      (effects (font (size 1.27 1.27)) (justify left))
-    )
-    (property "Footprint" "0402" (id 2) (at 93.345 46.355 90)
-      (effects (font (size 1.016 1.016)) hide)
-    )
-    (property "Datasheet" "" (id 3) (at 94.615 49.53 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (pin "1" (uuid c7d515d8-4cef-4724-9837-2ff9633b627c))
-    (pin "2" (uuid 3774998d-09de-42dd-8442-8f80893e2f9a))
-  )
-
-  (symbol (lib_id "domotab:LOGO") (at 170.18 184.785 0) (unit 1)
-    (in_bom yes) (on_board yes)
-    (uuid 00000000-0000-0000-0000-000050ff0a06)
-    (property "Reference" "L1" (id 0) (at 170.18 190.4492 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (property "Value" "LOGO" (id 1) (at 170.18 179.1208 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (property "Footprint" "" (id 2) (at 170.18 184.785 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (property "Datasheet" "" (id 3) (at 170.18 184.785 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-  )
-
-  (symbol (lib_id "domotab:+3,3V") (at 230.505 124.46 0) (unit 1)
-    (in_bom yes) (on_board yes)
-    (uuid 00000000-0000-0000-0000-00005100738d)
-    (property "Reference" "#PWR017" (id 0) (at 230.505 125.476 0)
-      (effects (font (size 0.762 0.762)) hide)
-    )
-    (property "Value" "+3,3V" (id 1) (at 230.505 121.666 0)
-      (effects (font (size 1.016 1.016)))
-    )
-    (property "Footprint" "" (id 2) (at 230.505 124.46 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (property "Datasheet" "" (id 3) (at 230.505 124.46 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (pin "1" (uuid e470a801-5c61-4ad5-b84d-f6ea72ba3c63))
-  )
-
-  (symbol (lib_id "domotab:TMP101") (at 245.745 142.24 0) (unit 1)
-    (in_bom yes) (on_board yes)
-    (uuid 00000000-0000-0000-0000-00005100738e)
-    (property "Reference" "U4" (id 0) (at 241.3 137.16 0)
-      (effects (font (size 1.524 1.524)))
-    )
-    (property "Value" "TMP101" (id 1) (at 245.745 147.32 0)
-      (effects (font (size 1.524 1.524)))
-    )
-    (property "Footprint" "SOT23-6" (id 2) (at 247.65 137.795 0)
-      (effects (font (size 1.016 1.016)) hide)
-    )
-    (property "Datasheet" "" (id 3) (at 245.745 142.24 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (pin "1" (uuid 17540f04-897c-4f35-be53-3b6fd5acc0c6))
-    (pin "2" (uuid 9f2b0609-b53a-4bce-9e03-206a654257eb))
-    (pin "3" (uuid a47b13d5-bcc0-48de-a417-cad395121e1e))
-    (pin "4" (uuid d1f6200d-47d7-41fb-ae6f-76887f6255c2))
-    (pin "5" (uuid 1eb67349-18c9-44d8-94ed-22743a9d64b7))
-    (pin "6" (uuid 0ce4da45-570f-4b89-b758-488bfb11e6e9))
-  )
-
-  (symbol (lib_id "domotab:DGND") (at 233.045 149.86 0) (unit 1)
-    (in_bom yes) (on_board yes)
-    (uuid 00000000-0000-0000-0000-00005100738f)
-    (property "Reference" "#PWR016" (id 0) (at 233.045 149.86 0)
-      (effects (font (size 1.016 1.016)) hide)
-    )
-    (property "Value" "DGND" (id 1) (at 233.045 151.638 0)
-      (effects (font (size 1.016 1.016)))
-    )
-    (property "Footprint" "" (id 2) (at 233.045 149.86 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (property "Datasheet" "" (id 3) (at 233.045 149.86 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (pin "1" (uuid ac2630e8-b12e-43aa-94d7-001fb90f41e6))
-  )
-
-  (symbol (lib_id "domotab:+3,3V") (at 257.175 134.62 0) (unit 1)
-    (in_bom yes) (on_board yes)
-    (uuid 00000000-0000-0000-0000-000051007390)
-    (property "Reference" "#PWR015" (id 0) (at 257.175 135.636 0)
-      (effects (font (size 0.762 0.762)) hide)
-    )
-    (property "Value" "+3,3V" (id 1) (at 257.175 131.826 0)
-      (effects (font (size 1.016 1.016)))
-    )
-    (property "Footprint" "" (id 2) (at 257.175 134.62 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (property "Datasheet" "" (id 3) (at 257.175 134.62 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (pin "1" (uuid 6b66322f-2bcd-4a9f-9ff4-51a9d8e1f834))
-  )
-
-  (symbol (lib_id "domotab:R") (at 230.505 132.08 0) (unit 1)
-    (in_bom yes) (on_board yes)
-    (uuid 00000000-0000-0000-0000-000051007391)
-    (property "Reference" "R7" (id 0) (at 232.537 132.08 90)
-      (effects (font (size 1.016 1.016)))
-    )
-    (property "Value" "1.5k" (id 1) (at 230.505 132.08 90)
-      (effects (font (size 1.016 1.016)))
-    )
-    (property "Footprint" "0603" (id 2) (at 232.537 135.636 90)
-      (effects (font (size 1.016 1.016)) hide)
-    )
-    (property "Datasheet" "" (id 3) (at 230.505 132.08 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (pin "1" (uuid 97c696f0-f4c9-4b48-9759-f3a1b923d356))
-    (pin "2" (uuid a35713e9-59bb-43e5-90d7-a1a70fdedf09))
-  )
-
-  (symbol (lib_id "domotab:C") (at 257.175 151.13 0) (unit 1)
-    (in_bom yes) (on_board yes)
-    (uuid 00000000-0000-0000-0000-000051007392)
-    (property "Reference" "C4" (id 0) (at 257.175 148.59 0)
-      (effects (font (size 1.016 1.016)) (justify left))
-    )
-    (property "Value" "100nF" (id 1) (at 257.175 153.67 0)
-      (effects (font (size 1.016 1.016)) (justify left))
-    )
-    (property "Footprint" "0402" (id 2) (at 255.905 147.32 90)
-      (effects (font (size 1.016 1.016)) hide)
-    )
-    (property "Datasheet" "" (id 3) (at 257.175 151.13 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (pin "1" (uuid 8c413932-e71d-44a1-9c81-3bc154d773bb))
-    (pin "2" (uuid b67139d6-0bbd-488c-aa99-8cb98ad93453))
-  )
-
-  (symbol (lib_id "domotab:DGND") (at 257.175 157.48 0) (unit 1)
-    (in_bom yes) (on_board yes)
-    (uuid 00000000-0000-0000-0000-000051007393)
-    (property "Reference" "#PWR014" (id 0) (at 257.175 157.48 0)
-      (effects (font (size 1.016 1.016)) hide)
-    )
-    (property "Value" "DGND" (id 1) (at 257.175 159.258 0)
-      (effects (font (size 1.016 1.016)))
-    )
-    (property "Footprint" "" (id 2) (at 257.175 157.48 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (property "Datasheet" "" (id 3) (at 257.175 157.48 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (pin "1" (uuid 1a96d32d-455b-41ca-9593-08a282f7983d))
-  )
-
-  (symbol (lib_id "domotab:USB_2") (at 39.37 185.42 0) (unit 1)
-    (in_bom yes) (on_board yes)
-    (uuid 00000000-0000-0000-0000-0000510073b1)
-    (property "Reference" "P7" (id 0) (at 37.465 179.07 0)
-      (effects (font (size 1.524 1.524)))
-    )
-    (property "Value" "USB_2" (id 1) (at 40.64 193.04 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (property "Footprint" "" (id 2) (at 39.37 185.42 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (property "Datasheet" "" (id 3) (at 39.37 185.42 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (property "VCC" "VCC" (id 4) (at 47.625 181.61 0)
-      (effects (font (size 1.27 1.27)) hide)
-    )
-    (property "Data+" "D+" (id 5) (at 46.99 184.15 0)
-      (effects (font (size 1.27 1.27)) hide)
-    )
-    (property "Data-" "D-" (id 6) (at 46.99 186.69 0)
-      (effects (font (size 1.27 1.27)) hide)
-    )
-    (property "Ground" "GND" (id 7) (at 47.625 189.23 0)
-      (effects (font (size 1.27 1.27)) hide)
-    )
-    (pin "1" (uuid 29c0b975-26ee-4a7c-8dc5-b9d4b70577e6))
-    (pin "2" (uuid bbeb78b8-bea0-4930-a29b-1f1f3a891674))
-    (pin "3" (uuid 72897878-151a-4cd9-8abf-516722b7caed))
-    (pin "4" (uuid 1737601f-0a06-4bd9-ae6c-377a8a3b5aed))
-  )
-
-  (symbol (lib_id "domotab:LED") (at 123.19 181.61 0) (mirror y) (unit 1)
-    (in_bom yes) (on_board yes)
-    (uuid 00000000-0000-0000-0000-0000510073b3)
-    (property "Reference" "D4" (id 0) (at 127 182.88 0)
-      (effects (font (size 1.016 1.016)))
-    )
-    (property "Value" "LED" (id 1) (at 123.19 184.15 0)
-      (effects (font (size 1.016 1.016)))
-    )
-    (property "Footprint" "0603" (id 2) (at 127 184.15 0)
-      (effects (font (size 1.016 1.016)) hide)
-    )
-    (property "Datasheet" "" (id 3) (at 123.19 181.61 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (pin "1" (uuid 51d8ae99-70ef-4977-8b1c-b15cb144c50d))
-    (pin "2" (uuid 05bc5f6e-b93e-40b2-9b8b-2cb5bd503a50))
-  )
-
-  (symbol (lib_id "domotab:+3,3V") (at 144.78 171.45 0) (unit 1)
-    (in_bom yes) (on_board yes)
-    (uuid 00000000-0000-0000-0000-0000510073b4)
-    (property "Reference" "#PWR013" (id 0) (at 144.78 172.466 0)
-      (effects (font (size 0.762 0.762)) hide)
-    )
-    (property "Value" "+3,3V" (id 1) (at 144.78 168.656 0)
-      (effects (font (size 1.016 1.016)))
-    )
-    (property "Footprint" "" (id 2) (at 144.78 171.45 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (property "Datasheet" "" (id 3) (at 144.78 171.45 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (pin "1" (uuid debd7c8a-2010-40d5-bf6c-2ae16047ac27))
-  )
-
-  (symbol (lib_id "domotab:LED") (at 123.19 173.99 0) (mirror y) (unit 1)
-    (in_bom yes) (on_board yes)
-    (uuid 00000000-0000-0000-0000-0000510073b5)
-    (property "Reference" "D3" (id 0) (at 127 175.26 0)
-      (effects (font (size 1.016 1.016)))
-    )
-    (property "Value" "LED" (id 1) (at 123.19 176.53 0)
-      (effects (font (size 1.016 1.016)))
-    )
-    (property "Footprint" "0603" (id 2) (at 127 176.53 0)
-      (effects (font (size 1.016 1.016)) hide)
-    )
-    (property "Datasheet" "" (id 3) (at 123.19 173.99 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (pin "1" (uuid 9a561c83-2474-4956-a01c-c779a3388c35))
-    (pin "2" (uuid f2a06d94-25e1-4125-935f-5c6055dc437c))
-  )
-
-  (symbol (lib_id "domotab:R") (at 135.89 181.61 90) (unit 1)
-    (in_bom yes) (on_board yes)
-    (uuid 00000000-0000-0000-0000-0000510073b6)
-    (property "Reference" "R11" (id 0) (at 138.43 179.705 90)
-      (effects (font (size 1.016 1.016)))
-    )
-    (property "Value" "270" (id 1) (at 135.89 181.61 90)
-      (effects (font (size 1.016 1.016)))
-    )
-    (property "Footprint" "0603" (id 2) (at 142.24 182.88 90)
-      (effects (font (size 1.016 1.016)) hide)
-    )
-    (property "Datasheet" "" (id 3) (at 135.89 181.61 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (pin "1" (uuid 0f29cbe7-217e-4782-b424-916951cd2082))
-    (pin "2" (uuid 292c88d6-3bf0-4aba-85a9-f8ecfc330e67))
-  )
-
-  (symbol (lib_id "domotab:R") (at 135.89 173.99 90) (unit 1)
-    (in_bom yes) (on_board yes)
-    (uuid 00000000-0000-0000-0000-0000510073b7)
-    (property "Reference" "R10" (id 0) (at 138.43 175.895 90)
-      (effects (font (size 1.016 1.016)))
-    )
-    (property "Value" "270" (id 1) (at 135.89 173.99 90)
-      (effects (font (size 1.016 1.016)))
-    )
-    (property "Footprint" "0603" (id 2) (at 142.24 175.26 90)
-      (effects (font (size 1.016 1.016)) hide)
-    )
-    (property "Datasheet" "" (id 3) (at 135.89 173.99 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (pin "1" (uuid 11b202d5-bf41-418a-be3c-29eaf9b692f3))
-    (pin "2" (uuid d1d5c9fc-c358-408b-a823-bd51707a1cbe))
-  )
-
-  (symbol (lib_id "domotab:DGND") (at 57.15 191.77 0) (unit 1)
-    (in_bom yes) (on_board yes)
-    (uuid 00000000-0000-0000-0000-0000510073bc)
-    (property "Reference" "#PWR012" (id 0) (at 57.15 191.77 0)
-      (effects (font (size 1.016 1.016)) hide)
-    )
-    (property "Value" "DGND" (id 1) (at 57.15 193.548 0)
-      (effects (font (size 1.016 1.016)))
-    )
-    (property "Footprint" "" (id 2) (at 57.15 191.77 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (property "Datasheet" "" (id 3) (at 57.15 191.77 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (pin "1" (uuid bb228c65-e670-44c1-8fea-4ed6611c66f3))
-  )
-
-  (symbol (lib_id "domotab:MUSB") (at 35.56 168.91 180) (unit 1)
-    (in_bom yes) (on_board yes)
-    (uuid 00000000-0000-0000-0000-0000510073be)
-    (property "Reference" "P6" (id 0) (at 34.29 160.02 0)
-      (effects (font (size 1.524 1.524)))
-    )
-    (property "Value" "MUSB" (id 1) (at 41.91 160.02 0)
-      (effects (font (size 1.524 1.524)))
-    )
-    (property "Footprint" "" (id 2) (at 35.56 168.91 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (property "Datasheet" "" (id 3) (at 35.56 168.91 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (pin "1" (uuid 74e50998-6f62-42d1-bc5c-b562eaa0cbfd))
-    (pin "2" (uuid 43a0b24b-ae67-4c91-b476-8d371d570238))
-    (pin "3" (uuid 40d9db8d-b39a-4add-81dd-6b4be8e17981))
-    (pin "4" (uuid fe29d781-79d5-424a-bf1a-7dd20062ae8f))
-    (pin "5" (uuid 0696ef6b-2aa4-4438-b2ba-058f3ca9ca60))
-  )
-
-  (symbol (lib_id "domotab:FILTER") (at 58.42 147.32 0) (unit 1)
-    (in_bom yes) (on_board yes)
-    (uuid 00000000-0000-0000-0000-0000510073bf)
-    (property "Reference" "FB1" (id 0) (at 54.61 144.78 0)
-      (effects (font (size 1.016 1.016)))
-    )
-    (property "Value" "Ferrite Bead" (id 1) (at 58.42 149.86 0)
-      (effects (font (size 1.016 1.016)))
-    )
-    (property "Footprint" "0603" (id 2) (at 60.96 144.78 0)
-      (effects (font (size 1.016 1.016)) hide)
-    )
-    (property "Datasheet" "" (id 3) (at 58.42 147.32 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (pin "1" (uuid 3a25220e-0334-4005-828b-c7cab355d103))
-    (pin "2" (uuid 2d174364-bca6-4fd7-be19-c02581d84328))
-  )
-
-  (symbol (lib_id "domotab:DGND") (at 80.01 190.5 0) (unit 1)
-    (in_bom yes) (on_board yes)
-    (uuid 00000000-0000-0000-0000-0000510073c0)
-    (property "Reference" "#PWR011" (id 0) (at 80.01 190.5 0)
-      (effects (font (size 1.016 1.016)) hide)
-    )
-    (property "Value" "DGND" (id 1) (at 80.01 192.278 0)
-      (effects (font (size 1.016 1.016)))
-    )
-    (property "Footprint" "" (id 2) (at 80.01 190.5 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (property "Datasheet" "" (id 3) (at 80.01 190.5 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (pin "1" (uuid e7036f3e-d22a-4821-abe3-f8bf33652e0c))
-  )
-
-  (symbol (lib_id "domotab:C") (at 80.01 182.88 0) (unit 1)
-    (in_bom yes) (on_board yes)
-    (uuid 00000000-0000-0000-0000-0000510073c1)
-    (property "Reference" "C9" (id 0) (at 80.01 180.34 0)
-      (effects (font (size 1.016 1.016)) (justify left))
-    )
-    (property "Value" "100nF" (id 1) (at 80.01 185.42 0)
-      (effects (font (size 1.016 1.016)) (justify left))
-    )
-    (property "Footprint" "0402" (id 2) (at 78.74 179.07 90)
-      (effects (font (size 1.016 1.016)) hide)
-    )
-    (property "Datasheet" "" (id 3) (at 80.01 182.88 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (pin "1" (uuid 21a470a5-346f-43fb-b667-f1714c8b9ea5))
-    (pin "2" (uuid 201c5b55-d462-42ec-a879-d1d479ddba40))
-  )
-
-  (symbol (lib_id "domotab:C") (at 74.93 153.67 0) (unit 1)
-    (in_bom yes) (on_board yes)
-    (uuid 00000000-0000-0000-0000-0000510073c2)
-    (property "Reference" "C6" (id 0) (at 74.93 151.13 0)
-      (effects (font (size 1.016 1.016)) (justify left))
-    )
-    (property "Value" "100nF" (id 1) (at 74.93 156.21 0)
-      (effects (font (size 1.016 1.016)) (justify left))
-    )
-    (property "Footprint" "0402" (id 2) (at 73.66 149.86 90)
-      (effects (font (size 1.016 1.016)) hide)
-    )
-    (property "Datasheet" "" (id 3) (at 74.93 153.67 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (pin "1" (uuid afcfbfc7-9252-46b3-a965-6ffed9f26e8b))
-    (pin "2" (uuid 0fb63f82-8778-4c7b-b29b-24b0b1efad6c))
-  )
-
-  (symbol (lib_id "domotab:C") (at 68.58 153.67 0) (unit 1)
-    (in_bom yes) (on_board yes)
-    (uuid 00000000-0000-0000-0000-0000510073c3)
-    (property "Reference" "C5" (id 0) (at 68.58 151.13 0)
-      (effects (font (size 1.016 1.016)) (justify left))
-    )
-    (property "Value" "10uF" (id 1) (at 68.58 156.21 0)
-      (effects (font (size 1.016 1.016)) (justify left))
-    )
-    (property "Footprint" "0603" (id 2) (at 67.31 149.86 90)
-      (effects (font (size 1.016 1.016)) hide)
-    )
-    (property "Datasheet" "" (id 3) (at 68.58 153.67 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (pin "1" (uuid 89a716e1-370e-43d9-9499-4cc5b0b72225))
-    (pin "2" (uuid fc1a7f37-72f0-4740-a03c-04bc8f299c4d))
-  )
-
-  (symbol (lib_id "domotab:FT230XS") (at 93.98 172.72 0) (unit 1)
-    (in_bom yes) (on_board yes)
-    (uuid 00000000-0000-0000-0000-0000510073c4)
-    (property "Reference" "U5" (id 0) (at 87.63 156.21 0)
-      (effects (font (size 1.524 1.524)))
-    )
-    (property "Value" "FT230XS" (id 1) (at 104.14 183.515 0)
-      (effects (font (size 1.524 1.524)))
-    )
-    (property "Footprint" "SSOP-16" (id 2) (at 106.045 156.845 0)
-      (effects (font (size 1.016 1.016)) hide)
-    )
-    (property "Datasheet" "" (id 3) (at 93.98 172.72 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (pin "1" (uuid 476c22f1-3d3d-4499-bf61-689d70a2042c))
-    (pin "10" (uuid f667f423-d721-488e-b24b-5a002192d642))
-    (pin "11" (uuid 99b9fa99-adf6-4570-aa39-560f3627a0fe))
-    (pin "12" (uuid 8a0cdd58-468b-4f70-a7ca-028171a27f65))
-    (pin "13" (uuid 615352f7-e704-4ffe-973f-58d179c9b621))
-    (pin "14" (uuid f40781e6-229b-4b58-9f8e-65fdcb976b04))
-    (pin "15" (uuid 14ae9862-d4e5-4e99-82f7-852ae7d1b16a))
-    (pin "16" (uuid e53540ff-bf42-401a-b708-183741581a14))
-    (pin "2" (uuid 10aa4823-86c7-4118-9cc8-0c101212b90e))
-    (pin "3" (uuid c4e00e73-0899-47fe-b00a-7af0dc0ee696))
-    (pin "4" (uuid beb1949f-9551-4c54-8d9a-639ec9f538cd))
-    (pin "5" (uuid 79b29c57-31f6-4036-a250-32bb43125afd))
-    (pin "6" (uuid 718c773c-ef0d-4c54-a024-cc1db0d40b76))
-    (pin "7" (uuid 3ad3499f-28cc-41ba-967e-708a6b1ffd1b))
-    (pin "8" (uuid 8c4034b2-6899-4bc9-9bad-e8ea3ac3d414))
-    (pin "9" (uuid b0001edf-a2ab-478d-ae0b-da72b8451c62))
-  )
-
-  (symbol (lib_id "domotab:DGND") (at 95.25 189.23 0) (unit 1)
-    (in_bom yes) (on_board yes)
-    (uuid 00000000-0000-0000-0000-0000510073c5)
-    (property "Reference" "#PWR010" (id 0) (at 95.25 189.23 0)
-      (effects (font (size 1.016 1.016)) hide)
-    )
-    (property "Value" "DGND" (id 1) (at 95.25 191.008 0)
-      (effects (font (size 1.016 1.016)))
-    )
-    (property "Footprint" "" (id 2) (at 95.25 189.23 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (property "Datasheet" "" (id 3) (at 95.25 189.23 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (pin "1" (uuid 31523ccb-216d-43cb-8ea9-cc5502b7f673))
-  )
-
-  (symbol (lib_id "domotab:+3,3V") (at 111.76 146.05 0) (unit 1)
-    (in_bom yes) (on_board yes)
-    (uuid 00000000-0000-0000-0000-0000510073c6)
-    (property "Reference" "#PWR09" (id 0) (at 111.76 147.066 0)
-      (effects (font (size 0.762 0.762)) hide)
-    )
-    (property "Value" "+3,3V" (id 1) (at 111.76 143.256 0)
-      (effects (font (size 1.016 1.016)))
-    )
-    (property "Footprint" "" (id 2) (at 111.76 146.05 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (property "Datasheet" "" (id 3) (at 111.76 146.05 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (pin "1" (uuid d4e93be4-ada1-48bc-84ec-7715a28ef9ed))
-  )
-
-  (symbol (lib_id "domotab:DGND") (at 72.39 161.29 0) (unit 1)
-    (in_bom yes) (on_board yes)
-    (uuid 00000000-0000-0000-0000-0000510073f2)
-    (property "Reference" "#PWR08" (id 0) (at 72.39 161.29 0)
-      (effects (font (size 1.016 1.016)) hide)
-    )
-    (property "Value" "DGND" (id 1) (at 72.39 163.068 0)
-      (effects (font (size 1.016 1.016)))
-    )
-    (property "Footprint" "" (id 2) (at 72.39 161.29 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (property "Datasheet" "" (id 3) (at 72.39 161.29 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (pin "1" (uuid 91f26595-dcdc-49fc-b206-5b5abb726219))
-  )
-
-  (symbol (lib_id "domotab:+5V") (at 93.98 146.05 0) (unit 1)
-    (in_bom yes) (on_board yes)
-    (uuid 00000000-0000-0000-0000-000051007c89)
-    (property "Reference" "#PWR07" (id 0) (at 93.98 143.764 0)
-      (effects (font (size 0.762 0.762)) hide)
-    )
-    (property "Value" "+5V" (id 1) (at 93.98 143.764 0)
-      (effects (font (size 1.016 1.016)))
-    )
-    (property "Footprint" "" (id 2) (at 93.98 146.05 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (property "Datasheet" "" (id 3) (at 93.98 146.05 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (pin "1" (uuid 70797f1c-d172-441c-9835-5b1f8370c6d6))
-  )
-
-  (symbol (lib_id "domotab:CONN_10") (at 213.36 88.265 0) (unit 1)
-    (in_bom yes) (on_board yes)
-    (uuid 00000000-0000-0000-0000-000051007dcf)
-    (property "Reference" "P2" (id 0) (at 212.09 88.265 90)
-      (effects (font (size 1.524 1.524)))
-    )
-    (property "Value" "GPIO0_x" (id 1) (at 214.63 88.265 90)
-      (effects (font (size 1.524 1.524)))
-    )
-    (property "Footprint" "" (id 2) (at 213.36 88.265 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (property "Datasheet" "" (id 3) (at 213.36 88.265 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (pin "1" (uuid 0fb06d6d-00ce-48ac-ae05-bd23e7a799e5))
-    (pin "10" (uuid d51f36d7-a29a-4ed2-b7ba-02eb48cbbdc8))
-    (pin "2" (uuid a5f25cf5-0e40-42ab-8f09-1bf1bdb314c7))
-    (pin "3" (uuid cb904986-d07e-4b5f-854c-305698177afe))
-    (pin "4" (uuid 7c79de27-c883-4765-a42b-30e5d954c2e6))
-    (pin "5" (uuid a1732a1b-0161-48d8-85a0-799b35767abd))
-    (pin "6" (uuid 05738698-c217-43d0-b962-435078037c03))
-    (pin "7" (uuid ab30c943-a873-4417-a60d-b0833a61278a))
-    (pin "8" (uuid 3cb83cbc-70b4-4000-b831-7d3e754c6ed1))
-    (pin "9" (uuid 9c468cee-203a-4387-9fe0-f13d307d2eb3))
-  )
-
-  (symbol (lib_id "domotab:CONN_10") (at 245.11 88.9 0) (unit 1)
-    (in_bom yes) (on_board yes)
-    (uuid 00000000-0000-0000-0000-000051007dd3)
-    (property "Reference" "P3" (id 0) (at 243.84 88.9 90)
-      (effects (font (size 1.524 1.524)))
-    )
-    (property "Value" "GPIO0_x" (id 1) (at 246.38 88.9 90)
-      (effects (font (size 1.524 1.524)))
-    )
-    (property "Footprint" "" (id 2) (at 245.11 88.9 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (property "Datasheet" "" (id 3) (at 245.11 88.9 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (pin "1" (uuid b6731c76-0281-498f-9ded-dd6c851f5a12))
-    (pin "10" (uuid 1a17523e-9d80-40a0-b96f-d3022fbf7d49))
-    (pin "2" (uuid de7bf078-a485-4b79-a419-342a17ab75b8))
-    (pin "3" (uuid 3b322a8b-24f3-4bb1-bd56-e01773a5fa88))
-    (pin "4" (uuid de54668c-12c2-4f3d-8e63-cfdeb4d3c325))
-    (pin "5" (uuid 00b1535d-c892-4665-b03f-f2ead73493e0))
-    (pin "6" (uuid 637e437b-c0b7-4f81-bc8d-eeeee45506d1))
-    (pin "7" (uuid c98476d8-08be-4045-9b5b-135a45e5bcc4))
-    (pin "8" (uuid 9d93a843-2323-4984-b2cc-077f49ee37c5))
-    (pin "9" (uuid d2307204-82c7-405b-96a2-20c62181fb82))
-  )
-
-  (symbol (lib_id "domotab:CONN_6") (at 270.51 81.28 0) (unit 1)
-    (in_bom yes) (on_board yes)
-    (uuid 00000000-0000-0000-0000-000051007dde)
-    (property "Reference" "P4" (id 0) (at 269.24 81.28 90)
-      (effects (font (size 1.524 1.524)))
-    )
-    (property "Value" "ADC" (id 1) (at 271.78 81.28 90)
-      (effects (font (size 1.524 1.524)))
-    )
-    (property "Footprint" "" (id 2) (at 270.51 81.28 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (property "Datasheet" "" (id 3) (at 270.51 81.28 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (pin "1" (uuid 9bbb9649-1c72-423b-8d8f-44157ac8919a))
-    (pin "2" (uuid d7dfc2ab-a2c8-41e5-8c5e-32f4ab3841ca))
-    (pin "3" (uuid 318c26ed-0104-4d09-b395-56b1b999cfd9))
-    (pin "4" (uuid 9bdca17c-c240-49c4-ba21-773259fd1399))
-    (pin "5" (uuid bb07c49b-192b-40fb-998c-932af32bd08b))
-    (pin "6" (uuid bd2d702c-7f1c-4ec7-b181-3fe0c3a9b454))
-  )
-
-  (symbol (lib_id "domotab:+3,3V") (at 120.015 41.91 0) (unit 1)
-    (in_bom yes) (on_board yes)
-    (uuid 00000000-0000-0000-0000-000051007e1e)
-    (property "Reference" "#PWR06" (id 0) (at 120.015 42.926 0)
-      (effects (font (size 0.762 0.762)) hide)
-    )
-    (property "Value" "+3,3V" (id 1) (at 120.015 39.116 0)
-      (effects (font (size 1.016 1.016)))
-    )
-    (property "Footprint" "" (id 2) (at 120.015 41.91 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (property "Datasheet" "" (id 3) (at 120.015 41.91 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (pin "1" (uuid d829f4bf-275c-4b19-a726-bfc676f8df98))
-  )
-
-  (symbol (lib_id "domotab:JP1") (at 121.285 48.26 90) (unit 1)
-    (in_bom yes) (on_board yes)
-    (uuid 00000000-0000-0000-0000-000051007e4f)
-    (property "Reference" "J1" (id 0) (at 117.475 48.26 0)
-      (effects (font (size 1.524 1.524)))
-    )
-    (property "Value" "JP1" (id 1) (at 122.555 48.26 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (property "Footprint" "2.54mm" (id 2) (at 122.555 48.26 0)
-      (effects (font (size 1.016 1.016)) hide)
-    )
-    (property "Datasheet" "" (id 3) (at 121.285 48.26 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (pin "1" (uuid 43900493-dae1-41aa-b9f1-87ccc5058b6d))
-    (pin "2" (uuid 6dc0a082-bbf9-4de5-ae6c-911f035c279c))
-  )
-
-  (symbol (lib_id "domotab:+5V") (at 200.66 74.295 0) (unit 1)
-    (in_bom yes) (on_board yes)
-    (uuid 00000000-0000-0000-0000-000051008012)
-    (property "Reference" "#PWR05" (id 0) (at 200.66 72.009 0)
-      (effects (font (size 0.762 0.762)) hide)
-    )
-    (property "Value" "+5V" (id 1) (at 200.66 72.009 0)
-      (effects (font (size 1.016 1.016)))
-    )
-    (property "Footprint" "" (id 2) (at 200.66 74.295 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (property "Datasheet" "" (id 3) (at 200.66 74.295 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (pin "1" (uuid 22d2a924-157a-4849-be29-780477780bcd))
-  )
-
-  (symbol (lib_id "domotab:DGND") (at 200.66 102.235 0) (unit 1)
-    (in_bom yes) (on_board yes)
-    (uuid 00000000-0000-0000-0000-00005100802d)
-    (property "Reference" "#PWR04" (id 0) (at 200.66 102.235 0)
-      (effects (font (size 1.016 1.016)) hide)
-    )
-    (property "Value" "DGND" (id 1) (at 200.66 104.013 0)
-      (effects (font (size 1.016 1.016)))
-    )
-    (property "Footprint" "" (id 2) (at 200.66 102.235 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (property "Datasheet" "" (id 3) (at 200.66 102.235 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (pin "1" (uuid 6deb004b-91aa-4013-9548-d6e11168fb73))
-  )
-
-  (symbol (lib_id "domotab:CONN_2") (at 270.51 101.6 0) (unit 1)
-    (in_bom yes) (on_board yes)
-    (uuid 00000000-0000-0000-0000-0000510080a9)
-    (property "Reference" "P5" (id 0) (at 269.24 101.6 90)
-      (effects (font (size 1.016 1.016)))
-    )
-    (property "Value" "Alim" (id 1) (at 271.78 101.6 90)
-      (effects (font (size 1.016 1.016)))
-    )
-    (property "Footprint" "" (id 2) (at 270.51 101.6 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (property "Datasheet" "" (id 3) (at 270.51 101.6 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (pin "1" (uuid b849f9b0-a7c4-4a62-aeac-7f191d97ef05))
-    (pin "2" (uuid 6df2572e-92be-496e-bd86-1a9ac254b79c))
-  )
-
-  (symbol (lib_id "domotab:+3,3V") (at 257.81 96.52 0) (unit 1)
-    (in_bom yes) (on_board yes)
-    (uuid 00000000-0000-0000-0000-0000510080b1)
-    (property "Reference" "#PWR03" (id 0) (at 257.81 97.536 0)
-      (effects (font (size 0.762 0.762)) hide)
-    )
-    (property "Value" "+3,3V" (id 1) (at 257.81 93.726 0)
-      (effects (font (size 1.016 1.016)))
-    )
-    (property "Footprint" "" (id 2) (at 257.81 96.52 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (property "Datasheet" "" (id 3) (at 257.81 96.52 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (pin "1" (uuid 68eb00ea-c10b-46bc-b236-eaceb501d3a4))
-  )
-
-  (symbol (lib_id "domotab:DGND") (at 257.81 107.95 0) (unit 1)
-    (in_bom yes) (on_board yes)
-    (uuid 00000000-0000-0000-0000-0000510080ba)
-    (property "Reference" "#PWR02" (id 0) (at 257.81 107.95 0)
-      (effects (font (size 1.016 1.016)) hide)
-    )
-    (property "Value" "DGND" (id 1) (at 257.81 109.728 0)
-      (effects (font (size 1.016 1.016)))
-    )
-    (property "Footprint" "" (id 2) (at 257.81 107.95 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (property "Datasheet" "" (id 3) (at 257.81 107.95 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (pin "1" (uuid 18cd7943-d703-4fbd-9bc1-c5566c6d3e43))
-  )
-
-  (symbol (lib_id "domotab:R") (at 57.785 80.645 180) (unit 1)
-    (in_bom yes) (on_board yes)
-    (uuid 00000000-0000-0000-0000-0000510094f5)
-    (property "Reference" "R12" (id 0) (at 55.88 78.105 90))
-    (property "Value" "1.5k" (id 1) (at 57.785 80.645 90))
-    (property "Footprint" "0603" (id 2) (at 55.88 81.915 90)
-      (effects (font (size 1.016 1.016)) hide)
-    )
-    (property "Datasheet" "" (id 3) (at 57.785 80.645 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (pin "1" (uuid 32fdc8fc-7c67-4acf-a188-edf67448efb4))
-    (pin "2" (uuid 3ed7eb1c-fedb-4593-9094-6d607a12d95c))
-  )
-
-  (symbol (lib_id "domotab:+3,3V") (at 60.325 71.755 0) (unit 1)
-    (in_bom yes) (on_board yes)
-    (uuid 00000000-0000-0000-0000-0000510094f6)
-    (property "Reference" "#PWR01" (id 0) (at 60.325 72.771 0)
-      (effects (font (size 0.762 0.762)) hide)
-    )
-    (property "Value" "+3,3V" (id 1) (at 60.325 68.961 0)
-      (effects (font (size 1.016 1.016)))
-    )
-    (property "Footprint" "" (id 2) (at 60.325 71.755 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (property "Datasheet" "" (id 3) (at 60.325 71.755 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (pin "1" (uuid 6ed5547a-1d71-4f88-b6de-a360b401ebd3))
-  )
-
-  (symbol (lib_id "domotab:R") (at 62.865 80.645 180) (unit 1)
-    (in_bom yes) (on_board yes)
-    (uuid 00000000-0000-0000-0000-00005100950b)
-    (property "Reference" "R13" (id 0) (at 60.96 78.105 90))
-    (property "Value" "1.5k" (id 1) (at 62.865 80.645 90))
-    (property "Footprint" "0603" (id 2) (at 60.96 81.915 90)
-      (effects (font (size 1.016 1.016)) hide)
-    )
-    (property "Datasheet" "" (id 3) (at 62.865 80.645 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (pin "1" (uuid 22c1d471-db06-4c32-bc8f-3ec7f586b6b6))
-    (pin "2" (uuid e5a55101-bcd5-4cf1-9446-10a9a8950f6e))
-  )
-
-  (symbol (lib_id "domotab:JP3X1") (at 124.46 153.67 90) (unit 1)
-    (in_bom yes) (on_board yes)
-    (uuid 00000000-0000-0000-0000-000051010408)
-    (property "Reference" "J3" (id 0) (at 116.84 153.67 90)
-      (effects (font (size 1.524 1.524)))
-    )
-    (property "Value" "JP3X1" (id 1) (at 127 151.13 90)
-      (effects (font (size 1.524 1.524)))
-    )
-    (property "Footprint" "2mm" (id 2) (at 120.65 151.13 90)
-      (effects (font (size 1.016 1.016)) hide)
-    )
-    (property "Datasheet" "" (id 3) (at 124.46 153.67 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (pin "1" (uuid 250485dc-767f-4e4f-86a0-cd7efffddf6e))
-    (pin "2" (uuid 8b979726-dcbd-4a9b-b901-7f133c3898a3))
-    (pin "3" (uuid 6eb86145-ec96-4030-afe8-115e8928f896))
-  )
-
-  (symbol (lib_id "domotab:JP3X1") (at 139.7 153.67 90) (unit 1)
-    (in_bom yes) (on_board yes)
-    (uuid 00000000-0000-0000-0000-000051010414)
-    (property "Reference" "J4" (id 0) (at 147.32 153.67 90)
-      (effects (font (size 1.524 1.524)))
-    )
-    (property "Value" "JP3X1" (id 1) (at 142.24 151.13 90)
-      (effects (font (size 1.524 1.524)))
-    )
-    (property "Footprint" "2mm" (id 2) (at 135.89 151.13 90)
-      (effects (font (size 1.016 1.016)) hide)
-    )
-    (property "Datasheet" "" (id 3) (at 139.7 153.67 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (pin "1" (uuid dd8f7c64-8e95-41a5-8ffc-d30e3804bf41))
-    (pin "2" (uuid 1fa02291-8049-4868-b1d7-6f025dfa0e34))
-    (pin "3" (uuid 14deae69-bf00-401a-a4f1-ae1613f5a4fe))
-  )
-
-  (symbol (lib_id "domotab:JP1") (at 212.09 45.72 90) (unit 1)
-    (in_bom yes) (on_board yes)
-    (uuid 00000000-0000-0000-0000-0000512fea0d)
-    (property "Reference" "J2" (id 0) (at 208.28 45.72 0)
-      (effects (font (size 1.524 1.524)))
-    )
-    (property "Value" "JP1" (id 1) (at 213.36 45.72 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (property "Footprint" "2mm" (id 2) (at 213.36 45.72 0)
-      (effects (font (size 1.016 1.016)) hide)
-    )
-    (property "Datasheet" "" (id 3) (at 212.09 45.72 0)
-      (effects (font (size 1.524 1.524)) hide)
-    )
-    (pin "1" (uuid 74fce6f9-ca1e-451a-bda6-e643dac3d1fd))
-    (pin "2" (uuid 5f5697d8-39a2-4822-85e0-fd3b8fd97096))
-  )
-
-  (sheet_instances
-    (path "/" (page "1"))
-  )
-
-  (symbol_instances
-    (path "/00000000-0000-0000-0000-0000510094f6"
-      (reference "#PWR01") (unit 1) (value "+3,3V") (footprint "")
-    )
-    (path "/00000000-0000-0000-0000-0000510080ba"
-      (reference "#PWR02") (unit 1) (value "DGND") (footprint "")
-    )
-    (path "/00000000-0000-0000-0000-0000510080b1"
-      (reference "#PWR03") (unit 1) (value "+3,3V") (footprint "")
-    )
-    (path "/00000000-0000-0000-0000-00005100802d"
-      (reference "#PWR04") (unit 1) (value "DGND") (footprint "")
-    )
-    (path "/00000000-0000-0000-0000-000051008012"
-      (reference "#PWR05") (unit 1) (value "+5V") (footprint "")
-    )
-    (path "/00000000-0000-0000-0000-000051007e1e"
-      (reference "#PWR06") (unit 1) (value "+3,3V") (footprint "")
-    )
-    (path "/00000000-0000-0000-0000-000051007c89"
-      (reference "#PWR07") (unit 1) (value "+5V") (footprint "")
-    )
-    (path "/00000000-0000-0000-0000-0000510073f2"
-      (reference "#PWR08") (unit 1) (value "DGND") (footprint "")
-    )
-    (path "/00000000-0000-0000-0000-0000510073c6"
-      (reference "#PWR09") (unit 1) (value "+3,3V") (footprint "")
-    )
-    (path "/00000000-0000-0000-0000-0000510073c5"
-      (reference "#PWR010") (unit 1) (value "DGND") (footprint "")
-    )
-    (path "/00000000-0000-0000-0000-0000510073c0"
-      (reference "#PWR011") (unit 1) (value "DGND") (footprint "")
-    )
-    (path "/00000000-0000-0000-0000-0000510073bc"
-      (reference "#PWR012") (unit 1) (value "DGND") (footprint "")
-    )
-    (path "/00000000-0000-0000-0000-0000510073b4"
-      (reference "#PWR013") (unit 1) (value "+3,3V") (footprint "")
-    )
-    (path "/00000000-0000-0000-0000-000051007393"
-      (reference "#PWR014") (unit 1) (value "DGND") (footprint "")
-    )
-    (path "/00000000-0000-0000-0000-000051007390"
-      (reference "#PWR015") (unit 1) (value "+3,3V") (footprint "")
-    )
-    (path "/00000000-0000-0000-0000-00005100738f"
-      (reference "#PWR016") (unit 1) (value "DGND") (footprint "")
-    )
-    (path "/00000000-0000-0000-0000-00005100738d"
-      (reference "#PWR017") (unit 1) (value "+3,3V") (footprint "")
-    )
-    (path "/00000000-0000-0000-0000-000050fe6c81"
-      (reference "#PWR018") (unit 1) (value "DGND") (footprint "")
-    )
-    (path "/00000000-0000-0000-0000-0000504e2eb8"
-      (reference "#PWR021") (unit 1) (value "+3,3V") (footprint "")
-    )
-    (path "/00000000-0000-0000-0000-0000504e2eb4"
-      (reference "#PWR022") (unit 1) (value "DGND") (footprint "")
-    )
-    (path "/00000000-0000-0000-0000-0000504de0f7"
-      (reference "#PWR023") (unit 1) (value "+3,3V") (footprint "")
-    )
-    (path "/00000000-0000-0000-0000-0000504de0c1"
-      (reference "#PWR024") (unit 1) (value "DGND") (footprint "")
-    )
-    (path "/00000000-0000-0000-0000-0000504e8222"
-      (reference "#PWR025") (unit 1) (value "+3,3V") (footprint "")
-    )
-    (path "/00000000-0000-0000-0000-0000504e309e"
-      (reference "#PWR026") (unit 1) (value "DGND") (footprint "")
-    )
-    (path "/00000000-0000-0000-0000-0000504e3025"
-      (reference "#PWR027") (unit 1) (value "DGND") (footprint "")
-    )
-    (path "/00000000-0000-0000-0000-0000504e2dde"
-      (reference "#PWR028") (unit 1) (value "DGND") (footprint "")
-    )
-    (path "/00000000-0000-0000-0000-0000504e1a8d"
-      (reference "#PWR029") (unit 1) (value "DGND") (footprint "")
-    )
-    (path "/00000000-0000-0000-0000-0000504e1a85"
-      (reference "#PWR030") (unit 1) (value "+3,3V") (footprint "")
-    )
-    (path "/00000000-0000-0000-0000-0000504de0f3"
-      (reference "#PWR031") (unit 1) (value "+3,3V") (footprint "")
-    )
-    (path "/00000000-0000-0000-0000-0000504de0cc"
-      (reference "#PWR032") (unit 1) (value "DGND") (footprint "")
-    )
-    (path "/00000000-0000-0000-0000-0000504e2de5"
-      (reference "C1") (unit 1) (value "10uF") (footprint "0603")
-    )
-    (path "/00000000-0000-0000-0000-000050fe6e9f"
-      (reference "C2") (unit 1) (value "0.1uF") (footprint "0402")
-    )
-    (path "/00000000-0000-0000-0000-000050fe6e9d"
-      (reference "C3") (unit 1) (value "0.1uF") (footprint "0402")
-    )
-    (path "/00000000-0000-0000-0000-000051007392"
-      (reference "C4") (unit 1) (value "100nF") (footprint "0402")
-    )
-    (path "/00000000-0000-0000-0000-0000510073c3"
-      (reference "C5") (unit 1) (value "10uF") (footprint "0603")
-    )
-    (path "/00000000-0000-0000-0000-0000510073c2"
-      (reference "C6") (unit 1) (value "100nF") (footprint "0402")
-    )
-    (path "/00000000-0000-0000-0000-0000510073c1"
-      (reference "C9") (unit 1) (value "100nF") (footprint "0402")
-    )
-    (path "/00000000-0000-0000-0000-0000504e2fe8"
-      (reference "D1") (unit 1) (value "DOUBLE_LED") (footprint "SOT-23")
-    )
-    (path "/00000000-0000-0000-0000-0000510073b5"
-      (reference "D3") (unit 1) (value "LED") (footprint "0603")
-    )
-    (path "/00000000-0000-0000-0000-0000510073b3"
-      (reference "D4") (unit 1) (value "LED") (footprint "0603")
-    )
-    (path "/00000000-0000-0000-0000-0000510073bf"
-      (reference "FB1") (unit 1) (value "Ferrite Bead") (footprint "0603")
-    )
-    (path "/00000000-0000-0000-0000-000051007e4f"
-      (reference "J1") (unit 1) (value "JP1") (footprint "2.54mm")
-    )
-    (path "/00000000-0000-0000-0000-0000512fea0d"
-      (reference "J2") (unit 1) (value "JP1") (footprint "2mm")
-    )
-    (path "/00000000-0000-0000-0000-000051010408"
-      (reference "J3") (unit 1) (value "JP3X1") (footprint "2mm")
-    )
-    (path "/00000000-0000-0000-0000-000051010414"
-      (reference "J4") (unit 1) (value "JP3X1") (footprint "2mm")
-    )
-    (path "/00000000-0000-0000-0000-000050ff0a06"
-      (reference "L1") (unit 1) (value "LOGO") (footprint "")
-    )
-    (path "/00000000-0000-0000-0000-00005072137f"
-      (reference "M0") (unit 1) (value "MIRE_RONDE") (footprint "")
-    )
-    (path "/00000000-0000-0000-0000-000050721384"
-      (reference "M1") (unit 1) (value "MIRE_RONDE") (footprint "")
-    )
-    (path "/00000000-0000-0000-0000-000050721396"
-      (reference "M2") (unit 1) (value "MIRE_RONDE") (footprint "")
-    )
-    (path "/00000000-0000-0000-0000-0000504dbf8e"
-      (reference "P1") (unit 1) (value "UEXT") (footprint "")
-    )
-    (path "/00000000-0000-0000-0000-000051007dcf"
-      (reference "P2") (unit 1) (value "GPIO0_x") (footprint "")
-    )
-    (path "/00000000-0000-0000-0000-000051007dd3"
-      (reference "P3") (unit 1) (value "GPIO0_x") (footprint "")
-    )
-    (path "/00000000-0000-0000-0000-000051007dde"
-      (reference "P4") (unit 1) (value "ADC") (footprint "")
-    )
-    (path "/00000000-0000-0000-0000-0000510080a9"
-      (reference "P5") (unit 1) (value "Alim") (footprint "")
-    )
-    (path "/00000000-0000-0000-0000-0000510073be"
-      (reference "P6") (unit 1) (value "MUSB") (footprint "")
-    )
-    (path "/00000000-0000-0000-0000-0000510073b1"
-      (reference "P7") (unit 1) (value "USB_2") (footprint "")
-    )
-    (path "/00000000-0000-0000-0000-000050fe6dd5"
-      (reference "R1") (unit 1) (value "100k") (footprint "0603")
-    )
-    (path "/00000000-0000-0000-0000-000050fe6dd9"
-      (reference "R2") (unit 1) (value "100k") (footprint "0603")
-    )
-    (path "/00000000-0000-0000-0000-0000504e304f"
-      (reference "R3") (unit 1) (value "1k") (footprint "0603")
-    )
-    (path "/00000000-0000-0000-0000-000050fe6e1f"
-      (reference "R4") (unit 1) (value "1k") (footprint "0603")
-    )
-    (path "/00000000-0000-0000-0000-0000504e861b"
-      (reference "R5") (unit 1) (value "100k") (footprint "0603")
-    )
-    (path "/00000000-0000-0000-0000-000051007391"
-      (reference "R7") (unit 1) (value "1.5k") (footprint "0603")
-    )
-    (path "/00000000-0000-0000-0000-0000510073b7"
-      (reference "R10") (unit 1) (value "270") (footprint "0603")
-    )
-    (path "/00000000-0000-0000-0000-0000510073b6"
-      (reference "R11") (unit 1) (value "270") (footprint "0603")
-    )
-    (path "/00000000-0000-0000-0000-0000510094f5"
-      (reference "R12") (unit 1) (value "1.5k") (footprint "0603")
-    )
-    (path "/00000000-0000-0000-0000-00005100950b"
-      (reference "R13") (unit 1) (value "1.5k") (footprint "0603")
-    )
-    (path "/00000000-0000-0000-0000-000050fe6bf9"
-      (reference "SW1") (unit 1) (value "ISP") (footprint "")
-    )
-    (path "/00000000-0000-0000-0000-000050fe6c04"
-      (reference "SW2") (unit 1) (value "Reset") (footprint "")
-    )
-    (path "/00000000-0000-0000-0000-00005058edd8"
-      (reference "U1") (unit 1) (value "LPC1224") (footprint "domotab:LQFP48")
-    )
-    (path "/00000000-0000-0000-0000-0000504e0a89"
-      (reference "U2") (unit 1) (value "ID") (footprint "MSOP_8")
-    )
-    (path "/00000000-0000-0000-0000-000050fe6c3d"
-      (reference "U3") (unit 1) (value "74XX1G58") (footprint "SOT363")
-    )
-    (path "/00000000-0000-0000-0000-00005100738e"
-      (reference "U4") (unit 1) (value "TMP101") (footprint "SOT23-6")
-    )
-    (path "/00000000-0000-0000-0000-0000510073c4"
-      (reference "U5") (unit 1) (value "FT230XS") (footprint "SSOP-16")
-    )
-  )
+(kicad_sch
+       (version 20260306)
+       (generator "eeschema")
+       (generator_version "10.0")
+       (uuid "2448f59f-648c-463c-b334-e382151c4ccb")
+       (paper "A4")
+       (title_block
+               (title "Module Base")
+               (date "19 apr 2013")
+               (rev "0.3")
+               (company "Techno-Innov")
+               (comment 1 "Licence : Creative Commons  -   CC - By - SA - NC")
+               (comment 2 "Author : Nathael Pajani - nathael.pajani@techno-innov.fr")
+       )
+       (lib_symbols
+               (symbol "domotab:+3,3V"
+                       (power global)
+                       (pin_names
+                               (offset 0)
+                       )
+                       (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 0 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (hide yes)
+                               (effects
+                                       (font
+                                               (size 0.508 0.508)
+                                       )
+                               )
+                       )
+                       (property "Value" "+3,3V"
+                               (at 0 2.794 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (effects
+                                       (font
+                                               (size 1.016 1.016)
+                                       )
+                               )
+                       )
+                       (property "Footprint" ""
+                               (at 0 0 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (effects
+                                       (font
+                                               (size 1.524 1.524)
+                                       )
+                               )
+                       )
+                       (property "Datasheet" ""
+                               (at 0 0 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (effects
+                                       (font
+                                               (size 1.524 1.524)
+                                       )
+                               )
+                       )
+                       (property "Description" ""
+                               (at 0 0 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (hide yes)
+                               (effects
+                                       (font
+                                               (size 1.27 1.27)
+                                       )
+                               )
+                       )
+                       (symbol "+3,3V_0_0"
+                               (polyline
+                                       (pts
+                                               (xy 0 0) (xy 0 1.016) (xy 0 1.016)
+                                       )
+                                       (stroke
+                                               (width 0)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type none)
+                                       )
+                               )
+                               (pin power_in line
+                                       (at 0 0 90)
+                                       (length 0)
+                                       (hide yes)
+                                       (name "+3.3V"
+                                               (effects
+                                                       (font
+                                                               (size 0.508 0.508)
+                                                       )
+                                               )
+                                       )
+                                       (number "1"
+                                               (effects
+                                                       (font
+                                                               (size 0.508 0.508)
+                                                       )
+                                               )
+                                       )
+                               )
+                       )
+                       (symbol "+3,3V_0_1"
+                               (circle
+                                       (center 0 1.524)
+                                       (radius 0.508)
+                                       (stroke
+                                               (width 0)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type none)
+                                       )
+                               )
+                       )
+                       (embedded_fonts no)
+               )
+               (symbol "domotab:+5V"
+                       (power global)
+                       (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" "#PWR"
+                               (at 1.905 0.635 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (hide yes)
+                               (effects
+                                       (font
+                                               (size 0.508 0.508)
+                                       )
+                               )
+                       )
+                       (property "Value" "+5V"
+                               (at 0 2.54 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (effects
+                                       (font
+                                               (size 1.016 1.016)
+                                       )
+                               )
+                       )
+                       (property "Footprint" ""
+                               (at 0 0 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (effects
+                                       (font
+                                               (size 1.524 1.524)
+                                       )
+                               )
+                       )
+                       (property "Datasheet" ""
+                               (at 0 0 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (effects
+                                       (font
+                                               (size 1.524 1.524)
+                                       )
+                               )
+                       )
+                       (property "Description" ""
+                               (at 0 0 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (hide yes)
+                               (effects
+                                       (font
+                                               (size 1.27 1.27)
+                                       )
+                               )
+                       )
+                       (symbol "+5V_0_0"
+                               (pin power_in line
+                                       (at 0 0 90)
+                                       (length 0)
+                                       (hide yes)
+                                       (name "+5V"
+                                               (effects
+                                                       (font
+                                                               (size 0.508 0.508)
+                                                       )
+                                               )
+                                       )
+                                       (number "1"
+                                               (effects
+                                                       (font
+                                                               (size 0.508 0.508)
+                                                       )
+                                               )
+                                       )
+                               )
+                       )
+                       (symbol "+5V_0_1"
+                               (circle
+                                       (center 0 1.27)
+                                       (radius 0.508)
+                                       (stroke
+                                               (width 0)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type none)
+                                       )
+                               )
+                               (polyline
+                                       (pts
+                                               (xy 0 0) (xy 0 0.762) (xy 0 0.762) (xy 0 0.762)
+                                       )
+                                       (stroke
+                                               (width 0)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type none)
+                                       )
+                               )
+                       )
+                       (embedded_fonts no)
+               )
+               (symbol "domotab:74XX1G58"
+                       (exclude_from_sim no)
+                       (in_bom yes)
+                       (on_board yes)
+                       (in_pos_files yes)
+                       (duplicate_pin_numbers_are_jumpers no)
+                       (property "Reference" "U"
+                               (at 4.699 11.303 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (effects
+                                       (font
+                                               (size 1.27 1.27)
+                                       )
+                               )
+                       )
+                       (property "Value" "74XX1G58"
+                               (at 0 0 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.016 1.016)
+                                       )
+                               )
+                       )
+                       (property "Datasheet" ""
+                               (at 0 0 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (hide yes)
+                               (effects
+                                       (font
+                                               (size 1.016 1.016)
+                                       )
+                               )
+                       )
+                       (property "Description" ""
+                               (at 0 0 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (hide yes)
+                               (effects
+                                       (font
+                                               (size 1.27 1.27)
+                                       )
+                               )
+                       )
+                       (symbol "74XX1G58_0_1"
+                               (rectangle
+                                       (start -6.35 10.16)
+                                       (end 6.35 1.27)
+                                       (stroke
+                                               (width 0)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type none)
+                                       )
+                               )
+                               (circle
+                                       (center -4.2926 5.5626)
+                                       (radius 0.254)
+                                       (stroke
+                                               (width 0)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type none)
+                                       )
+                               )
+                               (arc
+                                       (start -4.1009 5.4255)
+                                       (mid -3.7129 5.9665)
+                                       (end -3.0849 6.1875)
+                                       (stroke
+                                               (width 0)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type none)
+                                       )
+                               )
+                               (arc
+                                       (start -3.0226 4.699)
+                                       (mid -3.6506 4.92)
+                                       (end -4.0386 5.461)
+                                       (stroke
+                                               (width 0)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type none)
+                                       )
+                               )
+                               (polyline
+                                       (pts
+                                               (xy -2.0066 6.1976) (xy -3.0226 6.1976)
+                                       )
+                                       (stroke
+                                               (width 0)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type none)
+                                       )
+                               )
+                               (polyline
+                                       (pts
+                                               (xy -2.0066 4.6736) (xy -3.0226 4.6736)
+                                       )
+                                       (stroke
+                                               (width 0)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type none)
+                                       )
+                               )
+                               (arc
+                                       (start -2.0066 4.6736)
+                                       (mid -2.3222 5.4356)
+                                       (end -2.0066 6.1976)
+                                       (stroke
+                                               (width 0)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type none)
+                                       )
+                               )
+                               (polyline
+                                       (pts
+                                               (xy -0.6096 6.5786) (xy -1.3716 6.5786) (xy -1.3716 5.6896) (xy -2.2606 5.6896)
+                                       )
+                                       (stroke
+                                               (width 0)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type none)
+                                       )
+                               )
+                               (polyline
+                                       (pts
+                                               (xy -0.6096 4.0386) (xy -1.3716 4.0386) (xy -1.3716 5.0546) (xy -1.3716 5.1816) (xy -2.2606 5.1816)
+                                       )
+                                       (stroke
+                                               (width 0)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type none)
+                                       )
+                               )
+                               (arc
+                                       (start 0.2794 5.6896)
+                                       (mid -0.6058 6.5786)
+                                       (end 0.2794 7.4676)
+                                       (stroke
+                                               (width 0)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type none)
+                                       )
+                               )
+                               (arc
+                                       (start 0.2794 3.1496)
+                                       (mid -0.6058 4.0386)
+                                       (end 0.2794 4.9276)
+                                       (stroke
+                                               (width 0)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type none)
+                                       )
+                               )
+                               (polyline
+                                       (pts
+                                               (xy 1.2954 7.4676) (xy 0.2794 7.4676)
+                                       )
+                                       (stroke
+                                               (width 0)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type none)
+                                       )
+                               )
+                               (polyline
+                                       (pts
+                                               (xy 1.2954 7.4676) (xy 1.2954 5.6896)
+                                       )
+                                       (stroke
+                                               (width 0)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type none)
+                                       )
+                               )
+                               (polyline
+                                       (pts
+                                               (xy 1.2954 5.6896) (xy 0.2794 5.6896)
+                                       )
+                                       (stroke
+                                               (width 0)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type none)
+                                       )
+                               )
+                               (polyline
+                                       (pts
+                                               (xy 1.2954 4.9276) (xy 0.2794 4.9276)
+                                       )
+                                       (stroke
+                                               (width 0)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type none)
+                                       )
+                               )
+                               (polyline
+                                       (pts
+                                               (xy 1.2954 4.9276) (xy 1.2954 3.1496)
+                                       )
+                                       (stroke
+                                               (width 0)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type none)
+                                       )
+                               )
+                               (polyline
+                                       (pts
+                                               (xy 1.2954 3.1496) (xy 0.2794 3.1496)
+                                       )
+                                       (stroke
+                                               (width 0)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type none)
+                                       )
+                               )
+                               (circle
+                                       (center 1.5494 4.4196)
+                                       (radius 0.254)
+                                       (stroke
+                                               (width 0)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type none)
+                                       )
+                               )
+                               (circle
+                                       (center 1.5494 3.6576)
+                                       (radius 0.254)
+                                       (stroke
+                                               (width 0)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type none)
+                                       )
+                               )
+                               (polyline
+                                       (pts
+                                               (xy 1.778 3.556) (xy 2.159 3.556) (xy 2.159 2.667) (xy 2.54 2.667)
+                                       )
+                                       (stroke
+                                               (width 0)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type none)
+                                       )
+                               )
+                               (polyline
+                                       (pts
+                                               (xy 2.159 5.207) (xy 2.159 4.445) (xy 1.778 4.445)
+                                       )
+                                       (stroke
+                                               (width 0)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type none)
+                                       )
+                               )
+                               (polyline
+                                       (pts
+                                               (xy 2.54 7.747) (xy 2.159 7.747) (xy 2.159 7.112) (xy 1.27 7.112)
+                                       )
+                                       (stroke
+                                               (width 0)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type none)
+                                       )
+                               )
+                               (polyline
+                                       (pts
+                                               (xy 2.54 5.207) (xy 2.159 5.207) (xy 2.159 6.096) (xy 1.27 6.096)
+                                       )
+                                       (stroke
+                                               (width 0)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type none)
+                                       )
+                               )
+                               (circle
+                                       (center 2.794 7.747)
+                                       (radius 0.254)
+                                       (stroke
+                                               (width 0)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type none)
+                                       )
+                               )
+                               (circle
+                                       (center 2.794 5.207)
+                                       (radius 0.254)
+                                       (stroke
+                                               (width 0)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type none)
+                                       )
+                               )
+                               (circle
+                                       (center 2.794 2.667)
+                                       (radius 0.254)
+                                       (stroke
+                                               (width 0)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type none)
+                                       )
+                               )
+                               (polyline
+                                       (pts
+                                               (xy 4.064 8.255) (xy 4.064 7.239) (xy 3.048 7.747) (xy 4.064 8.255)
+                                       )
+                                       (stroke
+                                               (width 0)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type none)
+                                       )
+                               )
+                               (polyline
+                                       (pts
+                                               (xy 4.064 5.715) (xy 4.064 4.699) (xy 3.048 5.207) (xy 4.064 5.715)
+                                       )
+                                       (stroke
+                                               (width 0)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type none)
+                                       )
+                               )
+                               (polyline
+                                       (pts
+                                               (xy 4.064 3.175) (xy 4.064 2.159) (xy 3.048 2.667) (xy 4.064 3.175)
+                                       )
+                                       (stroke
+                                               (width 0)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type none)
+                                       )
+                               )
+                       )
+                       (symbol "74XX1G58_1_1"
+                               (pin input line
+                                       (at 8.89 2.54 180)
+                                       (length 2.54)
+                                       (name "B"
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                                       (number "1"
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin power_in line
+                                       (at -8.89 2.54 0)
+                                       (length 2.54)
+                                       (name "VSS"
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                                       (number "2"
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin input line
+                                       (at 8.89 7.62 180)
+                                       (length 2.54)
+                                       (name "A"
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                                       (number "3"
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin output line
+                                       (at -8.89 5.08 0)
+                                       (length 2.54)
+                                       (name "O"
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                                       (number "4"
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin power_in line
+                                       (at -8.89 7.62 0)
+                                       (length 2.54)
+                                       (name "VDD"
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                                       (number "5"
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin input line
+                                       (at 8.89 5.08 180)
+                                       (length 2.54)
+                                       (name "Y"
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                                       (number "6"
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                               )
+                       )
+                       (embedded_fonts no)
+               )
+               (symbol "domotab:C"
+                       (pin_numbers
+                               (hide yes)
+                       )
+                       (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" "C"
+                               (at 0 2.54 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (effects
+                                       (font
+                                               (size 1.016 1.016)
+                                       )
+                                       (justify left)
+                               )
+                       )
+                       (property "Value" "C"
+                               (at 0.1524 -2.159 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (effects
+                                       (font
+                                               (size 1.016 1.016)
+                                       )
+                                       (justify left)
+                               )
+                       )
+                       (property "Footprint" ""
+                               (at 0.9652 -3.81 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (effects
+                                       (font
+                                               (size 0.762 0.762)
+                                       )
+                               )
+                       )
+                       (property "Datasheet" ""
+                               (at 0 0 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (effects
+                                       (font
+                                               (size 1.524 1.524)
+                                       )
+                               )
+                       )
+                       (property "Description" ""
+                               (at 0 0 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (hide yes)
+                               (effects
+                                       (font
+                                               (size 1.27 1.27)
+                                       )
+                               )
+                       )
+                       (property "ki_fp_filters" "SM* C? C1-1"
+                               (at 0 0 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (hide yes)
+                               (effects
+                                       (font
+                                               (size 1.27 1.27)
+                                       )
+                               )
+                       )
+                       (symbol "C_0_1"
+                               (polyline
+                                       (pts
+                                               (xy -2.032 0.762) (xy 2.032 0.762)
+                                       )
+                                       (stroke
+                                               (width 0.508)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type none)
+                                       )
+                               )
+                               (polyline
+                                       (pts
+                                               (xy -2.032 -0.762) (xy 2.032 -0.762)
+                                       )
+                                       (stroke
+                                               (width 0.508)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type none)
+                                       )
+                               )
+                       )
+                       (symbol "C_1_1"
+                               (pin passive line
+                                       (at 0 5.08 270)
+                                       (length 4.318)
+                                       (name ""
+                                               (effects
+                                                       (font
+                                                               (size 1.016 1.016)
+                                                       )
+                                               )
+                                       )
+                                       (number "1"
+                                               (effects
+                                                       (font
+                                                               (size 1.016 1.016)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin passive line
+                                       (at 0 -5.08 90)
+                                       (length 4.318)
+                                       (name ""
+                                               (effects
+                                                       (font
+                                                               (size 1.016 1.016)
+                                                       )
+                                               )
+                                       )
+                                       (number "2"
+                                               (effects
+                                                       (font
+                                                               (size 1.016 1.016)
+                                                       )
+                                               )
+                                       )
+                               )
+                       )
+                       (embedded_fonts no)
+               )
+               (symbol "domotab:CONN_10"
+                       (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" "P"
+                               (at -1.27 0 90)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (effects
+                                       (font
+                                               (size 1.524 1.524)
+                                       )
+                               )
+                       )
+                       (property "Value" "CONN_10"
+                               (at 1.27 0 90)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (effects
+                                       (font
+                                               (size 1.524 1.524)
+                                       )
+                               )
+                       )
+                       (property "Footprint" ""
+                               (at 0 0 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (effects
+                                       (font
+                                               (size 1.524 1.524)
+                                       )
+                               )
+                       )
+                       (property "Datasheet" ""
+                               (at 0 0 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (effects
+                                       (font
+                                               (size 1.524 1.524)
+                                       )
+                               )
+                       )
+                       (property "Description" ""
+                               (at 0 0 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (hide yes)
+                               (effects
+                                       (font
+                                               (size 1.27 1.27)
+                                       )
+                               )
+                       )
+                       (symbol "CONN_10_0_1"
+                               (rectangle
+                                       (start -2.54 12.7)
+                                       (end 2.54 -12.7)
+                                       (stroke
+                                               (width 0)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type none)
+                                       )
+                               )
+                       )
+                       (symbol "CONN_10_1_1"
+                               (pin passive inverted
+                                       (at -8.89 11.43 0)
+                                       (length 6.35)
+                                       (name "P1"
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                                       (number "1"
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin passive inverted
+                                       (at -8.89 8.89 0)
+                                       (length 6.35)
+                                       (name "P2"
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                                       (number "2"
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin passive inverted
+                                       (at -8.89 6.35 0)
+                                       (length 6.35)
+                                       (name "P3"
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                                       (number "3"
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin passive inverted
+                                       (at -8.89 3.81 0)
+                                       (length 6.35)
+                                       (name "P4"
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                                       (number "4"
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin passive inverted
+                                       (at -8.89 1.27 0)
+                                       (length 6.35)
+                                       (name "P5"
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                                       (number "5"
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin passive inverted
+                                       (at -8.89 -1.27 0)
+                                       (length 6.35)
+                                       (name "P6"
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                                       (number "6"
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin passive inverted
+                                       (at -8.89 -3.81 0)
+                                       (length 6.35)
+                                       (name "P7"
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                                       (number "7"
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin passive inverted
+                                       (at -8.89 -6.35 0)
+                                       (length 6.35)
+                                       (name "P8"
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                                       (number "8"
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin passive inverted
+                                       (at -8.89 -8.89 0)
+                                       (length 6.35)
+                                       (name "P9"
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                                       (number "9"
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin passive inverted
+                                       (at -8.89 -11.43 0)
+                                       (length 6.35)
+                                       (name "P10"
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                                       (number "10"
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                               )
+                       )
+                       (embedded_fonts no)
+               )
+               (symbol "domotab:CONN_2"
+                       (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" "P"
+                               (at -1.27 0 90)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (effects
+                                       (font
+                                               (size 1.016 1.016)
+                                       )
+                               )
+                       )
+                       (property "Value" "CONN_2"
+                               (at 1.27 0 90)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (effects
+                                       (font
+                                               (size 1.016 1.016)
+                                       )
+                               )
+                       )
+                       (property "Footprint" ""
+                               (at 0 0 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (effects
+                                       (font
+                                               (size 1.524 1.524)
+                                       )
+                               )
+                       )
+                       (property "Datasheet" ""
+                               (at 0 0 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (effects
+                                       (font
+                                               (size 1.524 1.524)
+                                       )
+                               )
+                       )
+                       (property "Description" ""
+                               (at 0 0 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (hide yes)
+                               (effects
+                                       (font
+                                               (size 1.27 1.27)
+                                       )
+                               )
+                       )
+                       (symbol "CONN_2_0_1"
+                               (rectangle
+                                       (start -2.54 3.81)
+                                       (end 2.54 -3.81)
+                                       (stroke
+                                               (width 0)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type none)
+                                       )
+                               )
+                       )
+                       (symbol "CONN_2_1_1"
+                               (pin passive inverted
+                                       (at -8.89 2.54 0)
+                                       (length 6.35)
+                                       (name "P1"
+                                               (effects
+                                                       (font
+                                                               (size 1.524 1.524)
+                                                       )
+                                               )
+                                       )
+                                       (number "1"
+                                               (effects
+                                                       (font
+                                                               (size 1.524 1.524)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin passive inverted
+                                       (at -8.89 -2.54 0)
+                                       (length 6.35)
+                                       (name "PM"
+                                               (effects
+                                                       (font
+                                                               (size 1.524 1.524)
+                                                       )
+                                               )
+                                       )
+                                       (number "2"
+                                               (effects
+                                                       (font
+                                                               (size 1.524 1.524)
+                                                       )
+                                               )
+                                       )
+                               )
+                       )
+                       (embedded_fonts no)
+               )
+               (symbol "domotab:CONN_5X2"
+                       (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 0 7.62 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (effects
+                                       (font
+                                               (size 1.524 1.524)
+                                       )
+                               )
+                       )
+                       (property "Value" "CONN_5X2"
+                               (at 0 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)
+                               (effects
+                                       (font
+                                               (size 1.524 1.524)
+                                       )
+                               )
+                       )
+                       (property "Datasheet" ""
+                               (at 0 0 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (effects
+                                       (font
+                                               (size 1.524 1.524)
+                                       )
+                               )
+                       )
+                       (property "Description" ""
+                               (at 0 0 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (hide yes)
+                               (effects
+                                       (font
+                                               (size 1.27 1.27)
+                                       )
+                               )
+                       )
+                       (symbol "CONN_5X2_0_1"
+                               (rectangle
+                                       (start -2.54 6.35)
+                                       (end 2.54 -6.35)
+                                       (stroke
+                                               (width 0)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type none)
+                                       )
+                               )
+                       )
+                       (symbol "CONN_5X2_1_1"
+                               (pin passive inverted
+                                       (at -10.16 5.08 0)
+                                       (length 7.62)
+                                       (name ""
+                                               (effects
+                                                       (font
+                                                               (size 1.524 1.524)
+                                                       )
+                                               )
+                                       )
+                                       (number "1"
+                                               (effects
+                                                       (font
+                                                               (size 1.524 1.524)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin passive inverted
+                                       (at 10.16 5.08 180)
+                                       (length 7.62)
+                                       (name ""
+                                               (effects
+                                                       (font
+                                                               (size 1.524 1.524)
+                                                       )
+                                               )
+                                       )
+                                       (number "2"
+                                               (effects
+                                                       (font
+                                                               (size 1.524 1.524)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin passive inverted
+                                       (at -10.16 2.54 0)
+                                       (length 7.62)
+                                       (name ""
+                                               (effects
+                                                       (font
+                                                               (size 1.524 1.524)
+                                                       )
+                                               )
+                                       )
+                                       (number "3"
+                                               (effects
+                                                       (font
+                                                               (size 1.524 1.524)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin passive inverted
+                                       (at 10.16 2.54 180)
+                                       (length 7.62)
+                                       (name ""
+                                               (effects
+                                                       (font
+                                                               (size 1.524 1.524)
+                                                       )
+                                               )
+                                       )
+                                       (number "4"
+                                               (effects
+                                                       (font
+                                                               (size 1.524 1.524)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin passive inverted
+                                       (at -10.16 0 0)
+                                       (length 7.62)
+                                       (name ""
+                                               (effects
+                                                       (font
+                                                               (size 1.524 1.524)
+                                                       )
+                                               )
+                                       )
+                                       (number "5"
+                                               (effects
+                                                       (font
+                                                               (size 1.524 1.524)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin passive inverted
+                                       (at 10.16 0 180)
+                                       (length 7.62)
+                                       (name ""
+                                               (effects
+                                                       (font
+                                                               (size 1.524 1.524)
+                                                       )
+                                               )
+                                       )
+                                       (number "6"
+                                               (effects
+                                                       (font
+                                                               (size 1.524 1.524)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin passive inverted
+                                       (at -10.16 -2.54 0)
+                                       (length 7.62)
+                                       (name ""
+                                               (effects
+                                                       (font
+                                                               (size 1.524 1.524)
+                                                       )
+                                               )
+                                       )
+                                       (number "7"
+                                               (effects
+                                                       (font
+                                                               (size 1.524 1.524)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin passive inverted
+                                       (at 10.16 -2.54 180)
+                                       (length 7.62)
+                                       (name ""
+                                               (effects
+                                                       (font
+                                                               (size 1.524 1.524)
+                                                       )
+                                               )
+                                       )
+                                       (number "8"
+                                               (effects
+                                                       (font
+                                                               (size 1.524 1.524)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin passive inverted
+                                       (at -10.16 -5.08 0)
+                                       (length 7.62)
+                                       (name ""
+                                               (effects
+                                                       (font
+                                                               (size 1.524 1.524)
+                                                       )
+                                               )
+                                       )
+                                       (number "9"
+                                               (effects
+                                                       (font
+                                                               (size 1.524 1.524)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin passive inverted
+                                       (at 10.16 -5.08 180)
+                                       (length 7.62)
+                                       (name ""
+                                               (effects
+                                                       (font
+                                                               (size 1.524 1.524)
+                                                       )
+                                               )
+                                       )
+                                       (number "10"
+                                               (effects
+                                                       (font
+                                                               (size 1.524 1.524)
+                                                       )
+                                               )
+                                       )
+                               )
+                       )
+                       (embedded_fonts no)
+               )
+               (symbol "domotab:CONN_6"
+                       (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" "P"
+                               (at -1.27 0 90)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (effects
+                                       (font
+                                               (size 1.524 1.524)
+                                       )
+                               )
+                       )
+                       (property "Value" "CONN_6"
+                               (at 1.27 0 90)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (effects
+                                       (font
+                                               (size 1.524 1.524)
+                                       )
+                               )
+                       )
+                       (property "Footprint" ""
+                               (at 0 0 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (effects
+                                       (font
+                                               (size 1.524 1.524)
+                                       )
+                               )
+                       )
+                       (property "Datasheet" ""
+                               (at 0 0 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (effects
+                                       (font
+                                               (size 1.524 1.524)
+                                       )
+                               )
+                       )
+                       (property "Description" ""
+                               (at 0 0 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (hide yes)
+                               (effects
+                                       (font
+                                               (size 1.27 1.27)
+                                       )
+                               )
+                       )
+                       (symbol "CONN_6_0_1"
+                               (rectangle
+                                       (start -2.54 7.62)
+                                       (end 2.54 -7.62)
+                                       (stroke
+                                               (width 0)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type none)
+                                       )
+                               )
+                       )
+                       (symbol "CONN_6_1_1"
+                               (pin passive inverted
+                                       (at -8.89 6.35 0)
+                                       (length 6.35)
+                                       (name "1"
+                                               (effects
+                                                       (font
+                                                               (size 1.524 1.524)
+                                                       )
+                                               )
+                                       )
+                                       (number "1"
+                                               (effects
+                                                       (font
+                                                               (size 1.524 1.524)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin passive inverted
+                                       (at -8.89 3.81 0)
+                                       (length 6.35)
+                                       (name "2"
+                                               (effects
+                                                       (font
+                                                               (size 1.524 1.524)
+                                                       )
+                                               )
+                                       )
+                                       (number "2"
+                                               (effects
+                                                       (font
+                                                               (size 1.524 1.524)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin passive inverted
+                                       (at -8.89 1.27 0)
+                                       (length 6.35)
+                                       (name "3"
+                                               (effects
+                                                       (font
+                                                               (size 1.524 1.524)
+                                                       )
+                                               )
+                                       )
+                                       (number "3"
+                                               (effects
+                                                       (font
+                                                               (size 1.524 1.524)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin passive inverted
+                                       (at -8.89 -1.27 0)
+                                       (length 6.35)
+                                       (name "4"
+                                               (effects
+                                                       (font
+                                                               (size 1.524 1.524)
+                                                       )
+                                               )
+                                       )
+                                       (number "4"
+                                               (effects
+                                                       (font
+                                                               (size 1.524 1.524)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin passive inverted
+                                       (at -8.89 -3.81 0)
+                                       (length 6.35)
+                                       (name "5"
+                                               (effects
+                                                       (font
+                                                               (size 1.524 1.524)
+                                                       )
+                                               )
+                                       )
+                                       (number "5"
+                                               (effects
+                                                       (font
+                                                               (size 1.524 1.524)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin passive inverted
+                                       (at -8.89 -6.35 0)
+                                       (length 6.35)
+                                       (name "6"
+                                               (effects
+                                                       (font
+                                                               (size 1.524 1.524)
+                                                       )
+                                               )
+                                       )
+                                       (number "6"
+                                               (effects
+                                                       (font
+                                                               (size 1.524 1.524)
+                                                       )
+                                               )
+                                       )
+                               )
+                       )
+                       (embedded_fonts no)
+               )
+               (symbol "domotab:DGND"
+                       (power global)
+                       (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" "#PWR"
+                               (at 0 0 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (hide yes)
+                               (effects
+                                       (font
+                                               (size 1.016 1.016)
+                                       )
+                               )
+                       )
+                       (property "Value" "DGND"
+                               (at 0 -1.778 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (effects
+                                       (font
+                                               (size 1.016 1.016)
+                                       )
+                               )
+                       )
+                       (property "Footprint" ""
+                               (at 0 0 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (effects
+                                       (font
+                                               (size 1.524 1.524)
+                                       )
+                               )
+                       )
+                       (property "Datasheet" ""
+                               (at 0 0 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (effects
+                                       (font
+                                               (size 1.524 1.524)
+                                       )
+                               )
+                       )
+                       (property "Description" ""
+                               (at 0 0 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (hide yes)
+                               (effects
+                                       (font
+                                               (size 1.27 1.27)
+                                       )
+                               )
+                       )
+                       (symbol "DGND_0_1"
+                               (polyline
+                                       (pts
+                                               (xy -1.27 0) (xy 0 -1.27) (xy 1.27 0) (xy -1.27 0)
+                                       )
+                                       (stroke
+                                               (width 0)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type none)
+                                       )
+                               )
+                       )
+                       (symbol "DGND_1_1"
+                               (pin power_in line
+                                       (at 0 0 90)
+                                       (length 0)
+                                       (hide yes)
+                                       (name "DGND"
+                                               (effects
+                                                       (font
+                                                               (size 1.016 1.016)
+                                                       )
+                                               )
+                                       )
+                                       (number "1"
+                                               (effects
+                                                       (font
+                                                               (size 1.016 1.016)
+                                                       )
+                                               )
+                                       )
+                               )
+                       )
+                       (embedded_fonts no)
+               )
+               (symbol "domotab:DOUBLE_LED"
+                       (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" "D"
+                               (at 2.54 4.318 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (effects
+                                       (font
+                                               (size 1.27 1.27)
+                                       )
+                                       (justify left)
+                               )
+                       )
+                       (property "Value" "DOUBLE_LED"
+                               (at 0 -5.08 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)
+                               (effects
+                                       (font
+                                               (size 1.524 1.524)
+                                       )
+                               )
+                       )
+                       (property "Datasheet" ""
+                               (at 0 0 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (effects
+                                       (font
+                                               (size 1.524 1.524)
+                                       )
+                               )
+                       )
+                       (property "Description" ""
+                               (at 0 0 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (hide yes)
+                               (effects
+                                       (font
+                                               (size 1.27 1.27)
+                                       )
+                               )
+                       )
+                       (symbol "DOUBLE_LED_0_1"
+                               (rectangle
+                                       (start -1.27 3.81)
+                                       (end -1.27 3.81)
+                                       (stroke
+                                               (width 0)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type none)
+                                       )
+                               )
+                               (polyline
+                                       (pts
+                                               (xy -1.27 3.81) (xy -1.27 1.27) (xy 1.27 2.54) (xy -1.27 3.81) (xy -1.27 3.81) (xy -1.27 3.81)
+                                       )
+                                       (stroke
+                                               (width 0)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type outline)
+                                       )
+                               )
+                               (rectangle
+                                       (start -1.27 1.27)
+                                       (end -1.27 3.81)
+                                       (stroke
+                                               (width 0)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type none)
+                                       )
+                               )
+                               (polyline
+                                       (pts
+                                               (xy -1.27 -1.27) (xy -1.27 -3.81) (xy 1.27 -2.54) (xy -1.27 -1.27) (xy -1.27 -1.27)
+                                       )
+                                       (stroke
+                                               (width 0)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type outline)
+                                       )
+                               )
+                               (polyline
+                                       (pts
+                                               (xy -0.508 3.81) (xy 0.762 4.064) (xy 0.508 4.318) (xy 1.524 4.572) (xy 1.524 4.572) (xy 1.524 4.572)
+                                       )
+                                       (stroke
+                                               (width 0)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type none)
+                                       )
+                               )
+                               (polyline
+                                       (pts
+                                               (xy -0.508 -1.27) (xy 0.762 -1.016) (xy 0.508 -0.762) (xy 1.524 -0.508) (xy 1.524 -0.508)
+                                       )
+                                       (stroke
+                                               (width 0)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type none)
+                                       )
+                               )
+                               (polyline
+                                       (pts
+                                               (xy 1.016 4.572) (xy 1.524 4.572) (xy 1.016 4.318) (xy 1.016 4.318)
+                                       )
+                                       (stroke
+                                               (width 0)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type none)
+                                       )
+                               )
+                               (polyline
+                                       (pts
+                                               (xy 1.016 -0.508) (xy 1.524 -0.508) (xy 1.016 -0.762) (xy 1.016 -0.762)
+                                       )
+                                       (stroke
+                                               (width 0)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type none)
+                                       )
+                               )
+                               (polyline
+                                       (pts
+                                               (xy 1.27 3.81) (xy 1.27 1.27) (xy 1.27 1.27)
+                                       )
+                                       (stroke
+                                               (width 0)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type none)
+                                       )
+                               )
+                               (polyline
+                                       (pts
+                                               (xy 1.27 2.54) (xy 2.54 2.54) (xy 2.54 -2.54) (xy 1.27 -2.54) (xy 1.27 -2.54)
+                                       )
+                                       (stroke
+                                               (width 0)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type none)
+                                       )
+                               )
+                               (polyline
+                                       (pts
+                                               (xy 1.27 -1.27) (xy 1.27 -3.81)
+                                       )
+                                       (stroke
+                                               (width 0)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type none)
+                                       )
+                               )
+                       )
+                       (symbol "DOUBLE_LED_1_1"
+                               (pin passive line
+                                       (at -5.08 -2.54 0)
+                                       (length 3.81)
+                                       (name "A1"
+                                               (effects
+                                                       (font
+                                                               (size 1.016 1.016)
+                                                       )
+                                               )
+                                       )
+                                       (number "A1"
+                                               (effects
+                                                       (font
+                                                               (size 1.016 1.016)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin passive line
+                                       (at -5.08 2.54 0)
+                                       (length 3.81)
+                                       (name "A2"
+                                               (effects
+                                                       (font
+                                                               (size 1.016 1.016)
+                                                       )
+                                               )
+                                       )
+                                       (number "A2"
+                                               (effects
+                                                       (font
+                                                               (size 1.016 1.016)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin passive line
+                                       (at 5.08 0 180)
+                                       (length 2.54)
+                                       (name "K"
+                                               (effects
+                                                       (font
+                                                               (size 1.016 1.016)
+                                                       )
+                                               )
+                                       )
+                                       (number "K"
+                                               (effects
+                                                       (font
+                                                               (size 1.016 1.016)
+                                                       )
+                                               )
+                                       )
+                               )
+                       )
+                       (embedded_fonts no)
+               )
+               (symbol "domotab:EEPROM_ID"
+                       (pin_names
+                               (offset 0.762)
+                       )
+                       (exclude_from_sim no)
+                       (in_bom yes)
+                       (on_board yes)
+                       (in_pos_files yes)
+                       (duplicate_pin_numbers_are_jumpers no)
+                       (property "Reference" "U"
+                               (at -1.27 10.16 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (effects
+                                       (font
+                                               (size 1.524 1.524)
+                                       )
+                               )
+                       )
+                       (property "Value" "EEPROM_ID"
+                               (at 2.54 -11.43 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (effects
+                                       (font
+                                               (size 1.524 1.524)
+                                       )
+                               )
+                       )
+                       (property "Footprint" ""
+                               (at 0 0 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (effects
+                                       (font
+                                               (size 1.524 1.524)
+                                       )
+                               )
+                       )
+                       (property "Datasheet" ""
+                               (at 0 0 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (effects
+                                       (font
+                                               (size 1.524 1.524)
+                                       )
+                               )
+                       )
+                       (property "Description" ""
+                               (at 0 0 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (hide yes)
+                               (effects
+                                       (font
+                                               (size 1.27 1.27)
+                                       )
+                               )
+                       )
+                       (symbol "EEPROM_ID_0_1"
+                               (rectangle
+                                       (start -3.81 8.89)
+                                       (end 5.08 -10.16)
+                                       (stroke
+                                               (width 0)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type none)
+                                       )
+                               )
+                       )
+                       (symbol "EEPROM_ID_1_0"
+                               (pin power_in line
+                                       (at -7.62 -8.89 0)
+                                       (length 3.81)
+                                       (name "GND"
+                                               (effects
+                                                       (font
+                                                               (size 1.016 1.016)
+                                                       )
+                                               )
+                                       )
+                                       (number "4"
+                                               (effects
+                                                       (font
+                                                               (size 1.016 1.016)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin power_in line
+                                       (at -7.62 7.62 0)
+                                       (length 3.81)
+                                       (name "VCC"
+                                               (effects
+                                                       (font
+                                                               (size 1.016 1.016)
+                                                       )
+                                               )
+                                       )
+                                       (number "8"
+                                               (effects
+                                                       (font
+                                                               (size 1.016 1.016)
+                                                       )
+                                               )
+                                       )
+                               )
+                       )
+                       (symbol "EEPROM_ID_1_1"
+                               (pin input line
+                                       (at -7.62 0 0)
+                                       (length 3.81)
+                                       (name "A0"
+                                               (effects
+                                                       (font
+                                                               (size 1.016 1.016)
+                                                       )
+                                               )
+                                       )
+                                       (number "1"
+                                               (effects
+                                                       (font
+                                                               (size 1.016 1.016)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin input line
+                                       (at -7.62 -2.54 0)
+                                       (length 3.81)
+                                       (name "A1"
+                                               (effects
+                                                       (font
+                                                               (size 1.016 1.016)
+                                                       )
+                                               )
+                                       )
+                                       (number "2"
+                                               (effects
+                                                       (font
+                                                               (size 1.016 1.016)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin input line
+                                       (at -7.62 -5.08 0)
+                                       (length 3.81)
+                                       (name "A2"
+                                               (effects
+                                                       (font
+                                                               (size 1.016 1.016)
+                                                       )
+                                               )
+                                       )
+                                       (number "3"
+                                               (effects
+                                                       (font
+                                                               (size 1.016 1.016)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin bidirectional line
+                                       (at 8.89 -3.81 180)
+                                       (length 3.81)
+                                       (name "SDA"
+                                               (effects
+                                                       (font
+                                                               (size 1.016 1.016)
+                                                       )
+                                               )
+                                       )
+                                       (number "5"
+                                               (effects
+                                                       (font
+                                                               (size 1.016 1.016)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin input line
+                                       (at 8.89 0 180)
+                                       (length 3.81)
+                                       (name "SCL"
+                                               (effects
+                                                       (font
+                                                               (size 1.016 1.016)
+                                                       )
+                                               )
+                                       )
+                                       (number "6"
+                                               (effects
+                                                       (font
+                                                               (size 1.016 1.016)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin input line
+                                       (at -7.62 3.81 0)
+                                       (length 3.81)
+                                       (name "WP"
+                                               (effects
+                                                       (font
+                                                               (size 1.016 1.016)
+                                                       )
+                                               )
+                                       )
+                                       (number "7"
+                                               (effects
+                                                       (font
+                                                               (size 1.016 1.016)
+                                                       )
+                                               )
+                                       )
+                               )
+                       )
+                       (embedded_fonts no)
+               )
+               (symbol "domotab:FILTER"
+                       (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" "FB"
+                               (at 0 3.81 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (effects
+                                       (font
+                                               (size 1.524 1.524)
+                                       )
+                               )
+                       )
+                       (property "Value" "FILTER"
+                               (at 0 -2.54 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (effects
+                                       (font
+                                               (size 1.524 1.524)
+                                       )
+                               )
+                       )
+                       (property "Footprint" ""
+                               (at 0 0 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (effects
+                                       (font
+                                               (size 1.524 1.524)
+                                       )
+                               )
+                       )
+                       (property "Datasheet" ""
+                               (at 0 0 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (effects
+                                       (font
+                                               (size 1.524 1.524)
+                                       )
+                               )
+                       )
+                       (property "Description" ""
+                               (at 0 0 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (hide yes)
+                               (effects
+                                       (font
+                                               (size 1.27 1.27)
+                                       )
+                               )
+                       )
+                       (symbol "FILTER_0_1"
+                               (rectangle
+                                       (start -5.715 1.905)
+                                       (end 5.715 -1.27)
+                                       (stroke
+                                               (width 0)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type none)
+                                       )
+                               )
+                               (arc
+                                       (start -5.08 0)
+                                       (mid -3.81 1.2645)
+                                       (end -2.54 0)
+                                       (stroke
+                                               (width 0)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type none)
+                                       )
+                               )
+                               (arc
+                                       (start -2.54 0)
+                                       (mid -1.27 1.2645)
+                                       (end 0 0)
+                                       (stroke
+                                               (width 0)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type none)
+                                       )
+                               )
+                               (arc
+                                       (start 0 0)
+                                       (mid 0 0)
+                                       (end 0 0)
+                                       (stroke
+                                               (width 0)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type none)
+                                       )
+                               )
+                               (arc
+                                       (start 0 0)
+                                       (mid 1.27 1.2645)
+                                       (end 2.54 0)
+                                       (stroke
+                                               (width 0)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type none)
+                                       )
+                               )
+                               (arc
+                                       (start 2.54 0)
+                                       (mid 3.81 1.2645)
+                                       (end 5.08 0)
+                                       (stroke
+                                               (width 0)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type none)
+                                       )
+                               )
+                       )
+                       (symbol "FILTER_1_1"
+                               (pin passive line
+                                       (at -8.89 0 0)
+                                       (length 3.81)
+                                       (name "1"
+                                               (effects
+                                                       (font
+                                                               (size 1.016 1.016)
+                                                       )
+                                               )
+                                       )
+                                       (number "1"
+                                               (effects
+                                                       (font
+                                                               (size 1.016 1.016)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin passive line
+                                       (at 8.89 0 180)
+                                       (length 3.81)
+                                       (name "2"
+                                               (effects
+                                                       (font
+                                                               (size 1.016 1.016)
+                                                       )
+                                               )
+                                       )
+                                       (number "2"
+                                               (effects
+                                                       (font
+                                                               (size 1.016 1.016)
+                                                       )
+                                               )
+                                       )
+                               )
+                       )
+                       (embedded_fonts no)
+               )
+               (symbol "domotab:FT230XS"
+                       (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" "U"
+                               (at 12.7 16.51 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (effects
+                                       (font
+                                               (size 1.524 1.524)
+                                       )
+                               )
+                       )
+                       (property "Value" "FT230XS"
+                               (at 10.16 -10.16 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (effects
+                                       (font
+                                               (size 1.524 1.524)
+                                       )
+                               )
+                       )
+                       (property "Footprint" ""
+                               (at 0 0 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (effects
+                                       (font
+                                               (size 1.524 1.524)
+                                       )
+                               )
+                       )
+                       (property "Datasheet" ""
+                               (at 0 0 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (effects
+                                       (font
+                                               (size 1.524 1.524)
+                                       )
+                               )
+                       )
+                       (property "Description" ""
+                               (at 0 0 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (hide yes)
+                               (effects
+                                       (font
+                                               (size 1.27 1.27)
+                                       )
+                               )
+                       )
+                       (symbol "FT230XS_0_1"
+                               (rectangle
+                                       (start -8.89 15.24)
+                                       (end 15.24 -8.89)
+                                       (stroke
+                                               (width 0)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type none)
+                                       )
+                               )
+                       )
+                       (symbol "FT230XS_1_1"
+                               (pin output line
+                                       (at 19.05 12.7 180)
+                                       (length 3.81)
+                                       (name "TxD"
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                                       (number "1"
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin output line
+                                       (at 19.05 7.62 180)
+                                       (length 3.81)
+                                       (name "~{RTS}"
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                                       (number "2"
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin power_in line
+                                       (at 2.54 19.05 270)
+                                       (length 3.81)
+                                       (name "VCCIO"
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                                       (number "3"
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin input line
+                                       (at 19.05 10.16 180)
+                                       (length 3.81)
+                                       (name "RxD"
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                                       (number "4"
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin power_in line
+                                       (at 0 -12.7 90)
+                                       (length 3.81)
+                                       (name "GND"
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                                       (number "5"
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin input line
+                                       (at 19.05 5.08 180)
+                                       (length 3.81)
+                                       (name "~{CTS}"
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                                       (number "6"
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin bidirectional line
+                                       (at 19.05 -6.35 180)
+                                       (length 3.81)
+                                       (name "~{TxLED}"
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                                       (number "7"
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin bidirectional line
+                                       (at -12.7 3.81 0)
+                                       (length 3.81)
+                                       (name "USBDP"
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                                       (number "8"
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin bidirectional line
+                                       (at -12.7 6.35 0)
+                                       (length 3.81)
+                                       (name "USBDM"
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                                       (number "9"
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin power_out line
+                                       (at 6.35 19.05 270)
+                                       (length 3.81)
+                                       (name "3V3Out"
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                                       (number "10"
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin input line
+                                       (at -12.7 -2.54 0)
+                                       (length 3.81)
+                                       (name "~{Reset}"
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                                       (number "11"
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin power_in line
+                                       (at 0 19.05 270)
+                                       (length 3.81)
+                                       (name "VCC"
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                                       (number "12"
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin power_in line
+                                       (at 3.81 -12.7 90)
+                                       (length 3.81)
+                                       (name "GND"
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                                       (number "13"
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin bidirectional line
+                                       (at 19.05 -3.81 180)
+                                       (length 3.81)
+                                       (name "~{RxLED}"
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                                       (number "14"
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin input line
+                                       (at 19.05 -1.27 180)
+                                       (length 3.81)
+                                       (name "TxDEN"
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                                       (number "15"
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin bidirectional line
+                                       (at 19.05 1.27 180)
+                                       (length 3.81)
+                                       (name "~{Sleep}"
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                                       (number "16"
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                               )
+                       )
+                       (embedded_fonts no)
+               )
+               (symbol "domotab:JP1"
+                       (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" "J"
+                               (at 0 3.81 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (effects
+                                       (font
+                                               (size 1.524 1.524)
+                                       )
+                               )
+                       )
+                       (property "Value" "JP1"
+                               (at 0 -1.27 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (effects
+                                       (font
+                                               (size 1.524 1.524)
+                                       )
+                               )
+                       )
+                       (property "Footprint" ""
+                               (at 0 0 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (effects
+                                       (font
+                                               (size 1.524 1.524)
+                                       )
+                               )
+                       )
+                       (property "Datasheet" ""
+                               (at 0 0 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (effects
+                                       (font
+                                               (size 1.524 1.524)
+                                       )
+                               )
+                       )
+                       (property "Description" ""
+                               (at 0 0 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (hide yes)
+                               (effects
+                                       (font
+                                               (size 1.27 1.27)
+                                       )
+                               )
+                       )
+                       (symbol "JP1_0_1"
+                               (polyline
+                                       (pts
+                                               (xy -2.54 2.54) (xy -2.54 0) (xy 2.54 0) (xy 2.54 2.54) (xy -2.54 2.54)
+                                       )
+                                       (stroke
+                                               (width 0)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type none)
+                                       )
+                               )
+                       )
+                       (symbol "JP1_1_1"
+                               (pin input line
+                                       (at -5.08 1.27 0)
+                                       (length 3.81)
+                                       (name ""
+                                               (effects
+                                                       (font
+                                                               (size 1.016 1.016)
+                                                       )
+                                               )
+                                       )
+                                       (number "1"
+                                               (effects
+                                                       (font
+                                                               (size 1.016 1.016)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin input line
+                                       (at 5.08 1.27 180)
+                                       (length 3.81)
+                                       (name ""
+                                               (effects
+                                                       (font
+                                                               (size 1.016 1.016)
+                                                       )
+                                               )
+                                       )
+                                       (number "2"
+                                               (effects
+                                                       (font
+                                                               (size 1.016 1.016)
+                                                       )
+                                               )
+                                       )
+                               )
+                       )
+                       (embedded_fonts no)
+               )
+               (symbol "domotab:JP3X1"
+                       (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" "J"
+                               (at -0.127 6.35 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (effects
+                                       (font
+                                               (size 1.524 1.524)
+                                       )
+                               )
+                       )
+                       (property "Value" "JP3X1"
+                               (at -2.032 -6.35 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (effects
+                                       (font
+                                               (size 1.524 1.524)
+                                       )
+                               )
+                       )
+                       (property "Footprint" ""
+                               (at 0 0 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (effects
+                                       (font
+                                               (size 1.524 1.524)
+                                       )
+                               )
+                       )
+                       (property "Datasheet" ""
+                               (at 0 0 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (effects
+                                       (font
+                                               (size 1.524 1.524)
+                                       )
+                               )
+                       )
+                       (property "Description" ""
+                               (at 0 0 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (hide yes)
+                               (effects
+                                       (font
+                                               (size 1.27 1.27)
+                                       )
+                               )
+                       )
+                       (symbol "JP3X1_0_1"
+                               (rectangle
+                                       (start -2.667 5.08)
+                                       (end 1.143 -5.08)
+                                       (stroke
+                                               (width 0)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type none)
+                                       )
+                               )
+                               (circle
+                                       (center -0.635 3.81)
+                                       (radius 0.7112)
+                                       (stroke
+                                               (width 0)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type none)
+                                       )
+                               )
+                               (circle
+                                       (center -0.635 0)
+                                       (radius 0.7112)
+                                       (stroke
+                                               (width 0)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type none)
+                                       )
+                               )
+                               (circle
+                                       (center -0.635 -3.81)
+                                       (radius 0.7112)
+                                       (stroke
+                                               (width 0)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type none)
+                                       )
+                               )
+                       )
+                       (symbol "JP3X1_1_1"
+                               (pin bidirectional line
+                                       (at -5.08 3.81 0)
+                                       (length 3.81)
+                                       (name ""
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                                       (number "1"
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin bidirectional line
+                                       (at -5.08 0 0)
+                                       (length 3.81)
+                                       (name ""
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                                       (number "2"
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin bidirectional line
+                                       (at -5.08 -3.81 0)
+                                       (length 3.81)
+                                       (name ""
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                                       (number "3"
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                               )
+                       )
+                       (embedded_fonts no)
+               )
+               (symbol "domotab:LED"
+                       (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" "D"
+                               (at 0 2.54 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (effects
+                                       (font
+                                               (size 1.27 1.27)
+                                       )
+                               )
+                       )
+                       (property "Value" "LED"
+                               (at 0 -2.54 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)
+                               (effects
+                                       (font
+                                               (size 1.524 1.524)
+                                       )
+                               )
+                       )
+                       (property "Datasheet" ""
+                               (at 0 0 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (effects
+                                       (font
+                                               (size 1.524 1.524)
+                                       )
+                               )
+                       )
+                       (property "Description" ""
+                               (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-3MM LED-5MM LED-10MM LED-0603 LED-0805 LED-1206 LEDV"
+                               (at 0 0 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (hide yes)
+                               (effects
+                                       (font
+                                               (size 1.27 1.27)
+                                       )
+                               )
+                       )
+                       (symbol "LED_0_1"
+                               (polyline
+                                       (pts
+                                               (xy -1.27 1.27) (xy 1.27 0) (xy -1.27 -1.27)
+                                       )
+                                       (stroke
+                                               (width 0)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type outline)
+                                       )
+                               )
+                               (polyline
+                                       (pts
+                                               (xy 1.27 1.27) (xy 1.27 -1.27)
+                                       )
+                                       (stroke
+                                               (width 0)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type none)
+                                       )
+                               )
+                               (polyline
+                                       (pts
+                                               (xy 1.651 -1.016) (xy 2.794 -2.032) (xy 2.667 -1.397)
+                                       )
+                                       (stroke
+                                               (width 0)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type none)
+                                       )
+                               )
+                               (polyline
+                                       (pts
+                                               (xy 2.032 -0.635) (xy 3.175 -1.651) (xy 3.048 -1.016)
+                                       )
+                                       (stroke
+                                               (width 0)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type none)
+                                       )
+                               )
+                       )
+                       (symbol "LED_1_1"
+                               (pin passive line
+                                       (at -5.08 0 0)
+                                       (length 3.81)
+                                       (name "A"
+                                               (effects
+                                                       (font
+                                                               (size 1.016 1.016)
+                                                       )
+                                               )
+                                       )
+                                       (number "1"
+                                               (effects
+                                                       (font
+                                                               (size 1.016 1.016)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin passive line
+                                       (at 5.08 0 180)
+                                       (length 3.81)
+                                       (name "K"
+                                               (effects
+                                                       (font
+                                                               (size 1.016 1.016)
+                                                       )
+                                               )
+                                       )
+                                       (number "2"
+                                               (effects
+                                                       (font
+                                                               (size 1.016 1.016)
+                                                       )
+                                               )
+                                       )
+                               )
+                       )
+                       (embedded_fonts no)
+               )
+               (symbol "domotab:LOGO"
+                       (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" "L"
+                               (at 0 -5.6642 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (hide yes)
+                               (effects
+                                       (font
+                                               (size 1.524 1.524)
+                                       )
+                               )
+                       )
+                       (property "Value" "LOGO"
+                               (at 0 5.6642 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (hide yes)
+                               (effects
+                                       (font
+                                               (size 1.524 1.524)
+                                       )
+                               )
+                       )
+                       (property "Footprint" ""
+                               (at 0 0 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (effects
+                                       (font
+                                               (size 1.524 1.524)
+                                       )
+                               )
+                       )
+                       (property "Datasheet" ""
+                               (at 0 0 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (effects
+                                       (font
+                                               (size 1.524 1.524)
+                                       )
+                               )
+                       )
+                       (property "Description" ""
+                               (at 0 0 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (hide yes)
+                               (effects
+                                       (font
+                                               (size 1.27 1.27)
+                                       )
+                               )
+                       )
+                       (symbol "LOGO_0_0"
+                               (polyline
+                                       (pts
+                                               (xy -1.8542 -1.2954) (xy -1.905 -1.2954) (xy -2.0574 -1.2954) (xy -2.0828 -1.3208) (xy -1.9558 -1.3462)
+                                               (xy -1.8542 -1.3208) (xy -1.8542 -1.2954) (xy -1.8542 -1.2954)
+                                       )
+                                       (stroke
+                                               (width 0.0254)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type outline)
+                                       )
+                               )
+                               (polyline
+                                       (pts
+                                               (xy -1.651 -1.8796) (xy -1.7526 -1.8796) (xy -1.778 -1.905) (xy -1.7018 -1.9558) (xy -1.651 -1.9304)
+                                               (xy -1.651 -1.8796) (xy -1.651 -1.8796)
+                                       )
+                                       (stroke
+                                               (width 0.0254)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type outline)
+                                       )
+                               )
+                               (polyline
+                                       (pts
+                                               (xy -1.4224 -1.3716) (xy -1.4732 -1.3716) (xy -1.651 -1.3716) (xy -1.651 -1.397) (xy -1.524 -1.4224)
+                                               (xy -1.4224 -1.4224) (xy -1.4224 -1.3716) (xy -1.4224 -1.3716)
+                                       )
+                                       (stroke
+                                               (width 0.0254)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type outline)
+                                       )
+                               )
+                               (polyline
+                                       (pts
+                                               (xy -1.0414 -1.4732) (xy -1.0922 -1.4478) (xy -1.2192 -1.4732) (xy -1.2446 -1.4986) (xy -1.1684 -1.524)
+                                               (xy -1.0668 -1.4986) (xy -1.0414 -1.4732) (xy -1.0414 -1.4732)
+                                       )
+                                       (stroke
+                                               (width 0.0254)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type outline)
+                                       )
+                               )
+                               (polyline
+                                       (pts
+                                               (xy -0.889 -2.0828) (xy -0.9144 -2.032) (xy -1.1176 -2.0066) (xy -1.143 -2.0066) (xy -1.3462 -1.9812)
+                                               (xy -1.4478 -1.9812) (xy -1.4224 -2.0066) (xy -1.3208 -2.032) (xy -1.2954 -2.0574) (xy -1.3208 -2.0828)
+                                               (xy -1.4986 -2.1082) (xy -1.8288 -2.1844) (xy -1.524 -2.1844) (xy -1.27 -2.159) (xy -1.016 -2.1082)
+                                               (xy -0.9906 -2.1082) (xy -0.889 -2.0828) (xy -0.889 -2.0828)
+                                       )
+                                       (stroke
+                                               (width 0.0254)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type outline)
+                                       )
+                               )
+                               (polyline
+                                       (pts
+                                               (xy -0.6604 -1.5494) (xy -0.7112 -1.5494) (xy -0.889 -1.5494) (xy -0.889 -1.5748) (xy -0.762 -1.6002)
+                                               (xy -0.6604 -1.5748) (xy -0.6604 -1.5494) (xy -0.6604 -1.5494)
+                                       )
+                                       (stroke
+                                               (width 0.0254)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type outline)
+                                       )
+                               )
+                               (polyline
+                                       (pts
+                                               (xy -0.4572 -2.1336) (xy -0.4826 -2.1336) (xy -0.5842 -2.1336) (xy -0.5842 -2.159) (xy -0.508 -2.2098)
+                                               (xy -0.4826 -2.1844) (xy -0.4572 -2.1336) (xy -0.4572 -2.1336)
+                                       )
+                                       (stroke
+                                               (width 0.0254)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type outline)
+                                       )
+                               )
+                               (polyline
+                                       (pts
+                                               (xy -0.2286 -1.6764) (xy -0.254 -1.6256) (xy -0.2794 -1.6256) (xy -0.4572 -1.6256) (xy -0.4826 -1.651)
+                                               (xy -0.3556 -1.6764) (xy -0.2286 -1.6764) (xy -0.2286 -1.6764)
+                                       )
+                                       (stroke
+                                               (width 0.0254)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type outline)
+                                       )
+                               )
+                               (polyline
+                                       (pts
+                                               (xy -0.127 -2.2098) (xy -0.2286 -2.2352) (xy -0.254 -2.2606) (xy -0.1778 -2.286) (xy -0.127 -2.286)
+                                               (xy -0.127 -2.2352) (xy -0.127 -2.2098) (xy -0.127 -2.2098)
+                                       )
+                                       (stroke
+                                               (width 0.0254)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type outline)
+                                       )
+                               )
+                               (polyline
+                                       (pts
+                                               (xy 0.1778 -1.7272) (xy 0.127 -1.7018) (xy -0.0254 -1.7272) (xy -0.0508 -1.7526) (xy 0.0762 -1.7526)
+                                               (xy 0.1778 -1.7526) (xy 0.1778 -1.7272) (xy 0.1778 -1.7272)
+                                       )
+                                       (stroke
+                                               (width 0.0254)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type outline)
+                                       )
+                               )
+                               (polyline
+                                       (pts
+                                               (xy 0.3048 -2.3114) (xy 0.2794 -2.3114) (xy 0.1778 -2.3114) (xy 0.1778 -2.3368) (xy 0.254 -2.3622)
+                                               (xy 0.2794 -2.3622) (xy 0.3048 -2.3114) (xy 0.3048 -2.3114)
+                                       )
+                                       (stroke
+                                               (width 0.0254)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type outline)
+                                       )
+                               )
+                               (polyline
+                                       (pts
+                                               (xy 0.5588 -2.1082) (xy 0.5334 -2.0574) (xy 0.508 -2.159) (xy 0.508 -2.2352) (xy 0.5588 -2.2606)
+                                               (xy 0.5588 -2.2352) (xy 0.5588 -2.1082) (xy 0.5588 -2.1082)
+                                       )
+                                       (stroke
+                                               (width 0.0254)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type outline)
+                                       )
+                               )
+                               (polyline
+                                       (pts
+                                               (xy 0.8382 -2.3368) (xy 0.7874 -2.286) (xy 0.762 -2.3368) (xy 0.7874 -2.3622) (xy 0.8382 -2.3368)
+                                               (xy 0.8382 -2.3368)
+                                       )
+                                       (stroke
+                                               (width 0.0254)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type outline)
+                                       )
+                               )
+                               (polyline
+                                       (pts
+                                               (xy 0.889 -1.6256) (xy 0.8128 -1.6256) (xy 0.5842 -1.7272) (xy 0.5588 -1.7272) (xy 0.4064 -1.8288)
+                                               (xy 0.381 -1.8796) (xy 0.4826 -1.8796) (xy 0.6604 -1.778) (xy 0.7874 -1.7018) (xy 0.889 -1.6256)
+                                               (xy 0.889 -1.6256)
+                                       )
+                                       (stroke
+                                               (width 0.0254)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type outline)
+                                       )
+                               )
+                               (polyline
+                                       (pts
+                                               (xy 1.2446 0.3048) (xy 1.1684 0.381) (xy 1.143 0.381) (xy 1.0414 0.3556) (xy 1.0414 0.3048) (xy 1.1176 0.254)
+                                               (xy 1.1684 0.254) (xy 1.2446 0.3048) (xy 1.2446 0.3048)
+                                       )
+                                       (stroke
+                                               (width 0.0254)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type outline)
+                                       )
+                               )
+                               (polyline
+                                       (pts
+                                               (xy 1.4986 0.4318) (xy 1.4224 0.5588) (xy 1.397 0.5588) (xy 1.397 0.4826) (xy 1.397 0.4572) (xy 1.397 0.2794)
+                                               (xy 1.2446 0.1524) (xy 1.0414 0.0762) (xy 0.9652 0.1016) (xy 0.8382 0.1778) (xy 0.8636 0.3048)
+                                               (xy 1.016 0.4572) (xy 1.1176 0.5588) (xy 1.1176 0.5842) (xy 1.0414 0.5842) (xy 0.9144 0.4572)
+                                               (xy 0.7874 0.2794) (xy 0.7874 0.127) (xy 0.8128 0.1016) (xy 0.9398 0.0254) (xy 1.1684 0.0254)
+                                               (xy 1.3462 0.1524) (xy 1.4478 0.254) (xy 1.4986 0.4318) (xy 1.4986 0.4318)
+                                       )
+                                       (stroke
+                                               (width 0.0254)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type outline)
+                                       )
+                               )
+                               (polyline
+                                       (pts
+                                               (xy 1.651 -2.0828) (xy 1.6002 -2.0066) (xy 1.524 -1.905) (xy 1.4732 -1.8542) (xy 1.3462 -1.9304)
+                                               (xy 1.1684 -2.0828) (xy 0.9906 -2.2098) (xy 0.9398 -2.2606) (xy 1.0414 -2.2606) (xy 1.27 -2.159)
+                                               (xy 1.3208 -2.1336) (xy 1.524 -2.0828) (xy 1.651 -2.0828) (xy 1.651 -2.0828)
+                                       )
+                                       (stroke
+                                               (width 0.0254)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type outline)
+                                       )
+                               )
+                               (polyline
+                                       (pts
+                                               (xy 2.0828 -0.9652) (xy 2.0066 -0.9906) (xy 1.905 -1.0668) (xy 1.6764 -1.1938) (xy 1.4224 -1.3462)
+                                               (xy 1.2192 -1.4732) (xy 1.0668 -1.5748) (xy 1.0414 -1.6002) (xy 1.0922 -1.6002) (xy 1.27 -1.524)
+                                               (xy 1.524 -1.3716) (xy 1.7526 -1.2192) (xy 1.9558 -1.0922) (xy 2.0828 -0.9906) (xy 2.0828 -0.9652)
+                                               (xy 2.0828 -0.9652)
+                                       )
+                                       (stroke
+                                               (width 0.0254)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type outline)
+                                       )
+                               )
+                               (polyline
+                                       (pts
+                                               (xy 2.1082 -1.6002) (xy 1.9558 -1.651) (xy 1.778 -1.7272) (xy 1.651 -1.8034) (xy 1.6002 -1.8542)
+                                               (xy 1.7272 -1.8288) (xy 1.9558 -1.7272) (xy 2.0066 -1.7018) (xy 2.1082 -1.651) (xy 2.1082 -1.6002)
+                                               (xy 2.1082 -1.6002)
+                                       )
+                                       (stroke
+                                               (width 0.0254)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type outline)
+                                       )
+                               )
+                               (polyline
+                                       (pts
+                                               (xy 2.3622 -1.8288) (xy 2.3368 -1.8288) (xy 2.3622 -1.8542) (xy 2.3622 -1.8288) (xy 2.3622 -1.8288)
+                                       )
+                                       (stroke
+                                               (width 0.0254)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type outline)
+                                       )
+                               )
+                               (polyline
+                                       (pts
+                                               (xy 2.413 0.9906) (xy 2.3876 1.016) (xy 2.3622 0.9398) (xy 2.3622 0.889) (xy 2.413 0.889) (xy 2.413 0.9906)
+                                               (xy 2.413 0.9906)
+                                       )
+                                       (stroke
+                                               (width 0.0254)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type outline)
+                                       )
+                               )
+                               (polyline
+                                       (pts
+                                               (xy 2.413 -0.7112) (xy 2.3368 -0.7366) (xy 2.2352 -0.8128) (xy 2.1844 -0.889) (xy 2.1844 -0.9144)
+                                               (xy 2.2352 -0.9144) (xy 2.3622 -0.7874) (xy 2.413 -0.7112) (xy 2.413 -0.7112)
+                                       )
+                                       (stroke
+                                               (width 0.0254)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type outline)
+                                       )
+                               )
+                               (polyline
+                                       (pts
+                                               (xy 2.6924 1.143) (xy 2.6416 1.143) (xy 2.5654 1.0414) (xy 2.54 0.9398) (xy 2.6162 0.9906) (xy 2.667 1.0668)
+                                               (xy 2.6924 1.143) (xy 2.6924 1.143)
+                                       )
+                                       (stroke
+                                               (width 0.0254)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type outline)
+                                       )
+                               )
+                               (polyline
+                                       (pts
+                                               (xy 2.8448 -0.0762) (xy 2.8194 -0.0762) (xy 2.7432 -0.1778) (xy 2.6162 -0.3302) (xy 2.5908 -0.381)
+                                               (xy 2.4892 -0.5334) (xy 2.4638 -0.5842) (xy 2.4892 -0.5842) (xy 2.5654 -0.508) (xy 2.6924 -0.3302)
+                                               (xy 2.7178 -0.2794) (xy 2.8194 -0.1524) (xy 2.8448 -0.0762) (xy 2.8448 -0.0762)
+                                       )
+                                       (stroke
+                                               (width 0.0254)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type outline)
+                                       )
+                               )
+                               (polyline
+                                       (pts
+                                               (xy 3.0226 1.0668) (xy 2.9972 1.1684) (xy 2.9718 1.1684) (xy 2.9464 1.0922) (xy 2.9464 1.0668)
+                                               (xy 2.9972 1.0414) (xy 3.0226 1.0668) (xy 3.0226 1.0668)
+                                       )
+                                       (stroke
+                                               (width 0.0254)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type outline)
+                                       )
+                               )
+                               (polyline
+                                       (pts
+                                               (xy 3.0988 -0.762) (xy 3.0734 -0.762) (xy 2.9718 -0.8636) (xy 2.9718 -0.9398) (xy 3.0988 -0.8128)
+                                               (xy 3.0988 -0.762) (xy 3.0988 -0.762)
+                                       )
+                                       (stroke
+                                               (width 0.0254)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type outline)
+                                       )
+                               )
+                               (polyline
+                                       (pts
+                                               (xy 3.1242 1.2954) (xy 3.0734 1.3462) (xy 2.921 1.3716) (xy 2.7686 1.397) (xy 2.6924 1.3462) (xy 2.7432 1.2954)
+                                               (xy 2.921 1.27) (xy 3.048 1.27) (xy 3.1242 1.2954) (xy 3.1242 1.2954)
+                                       )
+                                       (stroke
+                                               (width 0.0254)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type outline)
+                                       )
+                               )
+                               (polyline
+                                       (pts
+                                               (xy 3.1242 0.8128) (xy 3.048 0.889) (xy 2.9972 0.9144) (xy 2.9464 0.8636) (xy 2.9464 0.8382) (xy 3.048 0.762)
+                                               (xy 3.1242 0.8128) (xy 3.1242 0.8128)
+                                       )
+                                       (stroke
+                                               (width 0.0254)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type outline)
+                                       )
+                               )
+                               (polyline
+                                       (pts
+                                               (xy 3.3528 0.7366) (xy 3.302 0.8636) (xy 3.2512 0.889) (xy 3.2766 0.762) (xy 3.302 0.6604) (xy 3.3528 0.6604)
+                                               (xy 3.3528 0.7366) (xy 3.3528 0.7366)
+                                       )
+                                       (stroke
+                                               (width 0.0254)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type outline)
+                                       )
+                               )
+                               (polyline
+                                       (pts
+                                               (xy 3.556 1.5748) (xy 3.5306 1.5748) (xy 3.5306 1.5494) (xy 3.556 1.5748) (xy 3.556 1.5748)
+                                       )
+                                       (stroke
+                                               (width 0.0254)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type outline)
+                                       )
+                               )
+                               (polyline
+                                       (pts
+                                               (xy 3.81 3.5052) (xy 3.7592 3.556) (xy 3.7084 3.5052) (xy 3.7592 3.4798) (xy 3.81 3.5052) (xy 3.81 3.5052)
+                                       )
+                                       (stroke
+                                               (width 0.0254)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type outline)
+                                       )
+                               )
+                               (polyline
+                                       (pts
+                                               (xy 4.1148 3.2512) (xy 4.0894 3.302) (xy 4.0386 3.302) (xy 4.0132 3.302) (xy 3.9878 3.2512) (xy 4.0132 3.2258)
+                                               (xy 4.0132 3.0734) (xy 3.9624 2.794) (xy 3.8862 2.4638) (xy 3.81 2.1336) (xy 3.7338 1.8288) (xy 3.6322 1.5748)
+                                               (xy 3.556 1.4732) (xy 3.556 1.4478) (xy 3.4798 1.3716) (xy 3.556 1.3462) (xy 3.5814 1.3208) (xy 3.4544 1.2954)
+                                               (xy 3.3274 1.2192) (xy 3.2258 1.1176) (xy 3.2258 1.0922) (xy 3.2512 1.0922) (xy 3.3274 1.143)
+                                               (xy 3.5052 1.143) (xy 3.6576 1.143) (xy 3.7846 1.2446) (xy 3.8354 1.3716) (xy 3.8354 1.4732) (xy 3.8354 1.4986)
+                                               (xy 3.8608 1.7018) (xy 3.8862 1.9812) (xy 3.9624 2.3368) (xy 4.0386 2.6924) (xy 4.0894 2.9718)
+                                               (xy 4.1148 3.175) (xy 4.1148 3.2512) (xy 4.1148 3.2512)
+                                       )
+                                       (stroke
+                                               (width 0.0254)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type outline)
+                                       )
+                               )
+                               (polyline
+                                       (pts
+                                               (xy 6.35 0.1778) (xy 6.3246 0.254) (xy 6.2992 0.3048) (xy 6.223 0.2794) (xy 6.0198 0.1778) (xy 5.8674 0.127)
+                                               (xy 5.5626 0.0254) (xy 5.2832 -0.0508) (xy 5.0546 -0.0508) (xy 4.953 0) (xy 4.9022 0.0254) (xy 4.699 0.0762)
+                                               (xy 4.445 0.127) (xy 4.2926 0.1524) (xy 4.0386 0.2032) (xy 3.9624 0.3048) (xy 3.9624 0.3302) (xy 3.8354 0.4064)
+                                               (xy 3.556 0.4826) (xy 3.3782 0.508) (xy 3.2004 0.5588) (xy 3.1242 0.6096) (xy 3.0988 0.635) (xy 2.9972 0.635)
+                                               (xy 2.8194 0.635) (xy 2.5908 0.6604) (xy 2.3368 0.7112) (xy 2.1844 0.6604) (xy 2.159 0.635) (xy 2.1082 0.635)
+                                               (xy 2.1336 0.7366) (xy 2.2352 0.9652) (xy 2.3114 1.1176) (xy 2.3368 1.1938) (xy 2.3114 1.1938)
+                                               (xy 2.1844 1.1176) (xy 1.9812 1.016) (xy 1.9304 0.9906) (xy 1.6002 0.889) (xy 1.2954 0.8382) (xy 1.2446 0.8382)
+                                               (xy 0.9398 0.8128) (xy 0.635 0.7366) (xy 0.5842 0.6858) (xy 0.381 0.5588) (xy 0.2032 0.381) (xy 0.0508 0.2032)
+                                               (xy -0.0254 0.0508) (xy 0 -0.0254) (xy 0.0254 -0.0254) (xy 0.0508 -0.1016) (xy -0.0508 -0.254)
+                                               (xy -0.1016 -0.3048) (xy -0.2286 -0.4318) (xy -0.4064 -0.508) (xy -0.635 -0.5842) (xy -0.9398 -0.6604)
+                                               (xy -1.397 -0.762) (xy -1.7526 -0.8382) (xy -2.0828 -0.889) (xy -2.286 -0.9144) (xy -2.413 -0.9144)
+                                               (xy -2.4384 -0.889) (xy -2.4384 -0.8382) (xy -2.4638 -0.762) (xy -2.54 -0.7112) (xy -2.5908 -0.9906)
+                                               (xy -2.6162 -1.1684) (xy -2.5654 -1.2446) (xy -2.413 -1.27) (xy -2.159 -1.2446) (xy -2.3876 -1.1938)
+                                               (xy -2.5908 -1.1176) (xy -2.3876 -1.0668) (xy -2.286 -1.0414) (xy -2.032 -0.9906) (xy -1.6764 -0.9144)
+                                               (xy -1.2954 -0.8382) (xy -1.2192 -0.8382) (xy -0.6858 -0.7112) (xy -0.2794 -0.5334) (xy 0.0508 -0.3302)
+                                               (xy 0.3302 -0.0508) (xy 0.3556 0) (xy 0.381 0.0508) (xy 0.3048 0.0508) (xy 0.2286 0.0254) (xy 0.1524 0.0762)
+                                               (xy 0.2032 0.2286) (xy 0.3048 0.381) (xy 0.4826 0.4826) (xy 0.5588 0.4826) (xy 0.5334 0.3556)
+                                               (xy 0.5334 0.3302) (xy 0.5842 0.3556) (xy 0.7366 0.508) (xy 0.8128 0.5842) (xy 0.9398 0.7112)
+                                               (xy 1.1176 0.762) (xy 1.3462 0.7366) (xy 1.524 0.6858) (xy 1.6764 0.635) (xy 1.7272 0.5334) (xy 1.7526 0.4572)
+                                               (xy 1.905 0.381) (xy 1.9812 0.3556) (xy 1.9558 0.4064) (xy 1.905 0.4064) (xy 1.8542 0.5334) (xy 1.8796 0.5588)
+                                               (xy 2.0066 0.508) (xy 2.1336 0.4826) (xy 2.2352 0.508) (xy 2.3368 0.5588) (xy 2.54 0.5588) (xy 2.7686 0.5334)
+                                               (xy 2.9718 0.508) (xy 3.0988 0.4572) (xy 3.1242 0.4572) (xy 3.0988 0.3556) (xy 2.9972 0.2032)
+                                               (xy 2.8448 -0.0508) (xy 3.0734 0.2032) (xy 3.2258 0.3556) (xy 3.3528 0.4064) (xy 3.556 0.381)
+                                               (xy 3.5814 0.3556) (xy 3.7846 0.254) (xy 3.8608 0.1016) (xy 3.8354 0) (xy 3.7846 -0.0254) (xy 3.7592 0)
+                                               (xy 3.7592 0.1016) (xy 3.7846 0.1524) (xy 3.7338 0.1524) (xy 3.683 0.0762) (xy 3.5306 -0.0762)
+                                               (xy 3.4036 -0.2794) (xy 3.2766 -0.4572) (xy 3.175 -0.6096) (xy 3.175 -0.6604) (xy 3.2258 -0.6604)
+                                               (xy 3.3528 -0.6096) (xy 3.429 -0.5334) (xy 3.429 -0.508) (xy 3.429 -0.4826) (xy 3.4544 -0.4064)
+                                               (xy 3.5306 -0.254) (xy 3.6322 -0.127) (xy 3.7338 -0.0762) (xy 3.7338 -0.1524) (xy 3.6576 -0.3048)
+                                               (xy 3.5814 -0.4318) (xy 3.6068 -0.508) (xy 3.7084 -0.4064) (xy 3.8354 -0.2032) (xy 3.9116 -0.1016)
+                                               (xy 3.9878 0.0254) (xy 4.1402 0.0508) (xy 4.3688 0.0254) (xy 4.4958 0.0254) (xy 4.7244 -0.0508)
+                                               (xy 4.8768 -0.1016) (xy 4.953 -0.127) (xy 5.1816 -0.1524) (xy 5.461 -0.1016) (xy 5.7658 -0.0508)
+                                               (xy 6.0452 0.0508) (xy 6.0706 0.0762) (xy 6.223 0.1524) (xy 6.223 0.127) (xy 6.1214 0.0254) (xy 5.9944 -0.0508)
+                                               (xy 5.715 -0.1524) (xy 5.4102 -0.254) (xy 5.1562 -0.3048) (xy 4.953 -0.381) (xy 4.8514 -0.4318)
+                                               (xy 4.7752 -0.4572) (xy 4.572 -0.4826) (xy 4.2926 -0.508) (xy 4.0132 -0.508) (xy 3.8354 -0.5334)
+                                               (xy 3.7338 -0.635) (xy 3.6068 -0.7874) (xy 3.5306 -0.889) (xy 3.3528 -1.0414) (xy 3.1242 -1.0922)
+                                               (xy 2.921 -1.1176) (xy 2.921 -1.1938) (xy 2.921 -1.2192) (xy 2.8194 -1.3462) (xy 2.6924 -1.4732)
+                                               (xy 2.54 -1.524) (xy 2.5146 -1.4732) (xy 2.6416 -1.3462) (xy 2.8194 -1.2192) (xy 2.921 -1.1938)
+                                               (xy 2.921 -1.1176) (xy 2.8448 -1.143) (xy 2.54 -1.3208) (xy 2.2352 -1.5748) (xy 2.5146 -1.6002)
+                                               (xy 2.5654 -1.6002) (xy 2.7432 -1.6256) (xy 2.7686 -1.7018) (xy 2.6416 -1.8288) (xy 2.5146 -1.8796)
+                                               (xy 2.3622 -1.8542) (xy 2.4638 -2.0066) (xy 2.54 -2.0574) (xy 2.6416 -2.2352) (xy 2.667 -2.3876)
+                                               (xy 2.6162 -2.6416) (xy 2.5908 -2.7432) (xy 2.5654 -2.8448) (xy 2.54 -2.8194) (xy 2.4892 -2.6924)
+                                               (xy 2.3622 -2.5908) (xy 2.2352 -2.5146) (xy 2.0574 -2.3622) (xy 2.0066 -2.3114) (xy 1.905 -2.286)
+                                               (xy 1.778 -2.286) (xy 1.5748 -2.3622) (xy 1.2446 -2.5146) (xy 1.0922 -2.5654) (xy 0.8128 -2.667)
+                                               (xy 0.6096 -2.7432) (xy 0.508 -2.7686) (xy 0.508 -2.6924) (xy 0.5842 -2.54) (xy 0.6096 -2.4384)
+                                               (xy 0.6096 -2.3622) (xy 0.5842 -2.3622) (xy 0.508 -2.4384) (xy 0.4318 -2.6162) (xy 0.4064 -2.6924)
+                                               (xy 0.3048 -2.8194) (xy 0.1778 -2.8448) (xy 0.0762 -2.8194) (xy -0.1524 -2.7686) (xy -0.508 -2.667)
+                                               (xy -0.9398 -2.5654) (xy -1.4224 -2.4638) (xy -1.6256 -2.413) (xy -1.6256 -2.5908) (xy -1.651 -2.6162)
+                                               (xy -1.7018 -2.5908) (xy -1.7018 -2.8448) (xy -1.7526 -2.8702) (xy -1.778 -2.8448) (xy -1.778 -3.0988)
+                                               (xy -1.8288 -3.1242) (xy -1.8796 -3.0988) (xy -1.8796 -3.3528) (xy -1.905 -3.3782) (xy -1.9558 -3.3528)
+                                               (xy -1.9558 -3.6068) (xy -2.0066 -3.6322) (xy -2.032 -3.6068) (xy -2.032 -3.7592) (xy -2.0828 -3.81)
+                                               (xy -2.1336 -3.7592) (xy -2.0828 -3.7338) (xy -2.032 -3.7592) (xy -2.032 -3.6068) (xy -2.0066 -3.556)
+                                               (xy -1.9558 -3.6068) (xy -1.9558 -3.3528) (xy -1.905 -3.302) (xy -1.8796 -3.3528) (xy -1.8796 -3.0988)
+                                               (xy -1.8288 -3.048) (xy -1.778 -3.0988) (xy -1.778 -2.8448) (xy -1.7526 -2.794) (xy -1.7018 -2.8448)
+                                               (xy -1.7018 -2.5908) (xy -1.651 -2.54) (xy -1.6256 -2.5908) (xy -1.6256 -2.413) (xy -1.8288 -2.3622)
+                                               (xy -2.2606 -2.2606) (xy -2.413 -2.2098) (xy -2.413 -2.3622) (xy -2.413 -2.413) (xy -2.5146 -2.5146)
+                                               (xy -2.6416 -2.6416) (xy -2.7432 -2.794) (xy -2.7686 -2.8448) (xy -2.794 -2.8448) (xy -2.8194 -2.7432)
+                                               (xy -2.8448 -2.4892) (xy -2.8702 -2.3368) (xy -2.8448 -2.2606) (xy -2.7178 -2.2606) (xy -2.4892 -2.3368)
+                                               (xy -2.413 -2.3622) (xy -2.413 -2.2098) (xy -2.6162 -2.1844) (xy -2.8702 -2.1082) (xy -2.9718 -2.0828)
+                                               (xy -2.9972 -2.032) (xy -3.048 -1.8796) (xy -3.048 -1.8288) (xy -2.9972 -1.8034) (xy -2.8702 -1.8796)
+                                               (xy -2.6924 -1.9812) (xy -2.413 -2.0574) (xy -2.3622 -2.0828) (xy -2.1844 -2.0574) (xy -2.0574 -1.9558)
+                                               (xy -2.032 -1.905) (xy -2.0066 -1.8034) (xy -2.0828 -1.778) (xy -2.159 -1.778) (xy -2.1844 -1.8542)
+                                               (xy -2.159 -1.8796) (xy -2.2352 -1.905) (xy -2.4384 -1.9304) (xy -2.4638 -1.9304) (xy -2.667 -1.8796)
+                                               (xy -2.794 -1.8288) (xy -2.794 -1.778) (xy -2.7178 -1.8034) (xy -2.6416 -1.8034) (xy -2.4638 -1.7526)
+                                               (xy -2.3876 -1.7018) (xy -2.4892 -1.7272) (xy -2.5654 -1.7272) (xy -2.7178 -1.6764) (xy -2.7432 -1.651)
+                                               (xy -2.794 -1.651) (xy -2.794 -1.7272) (xy -2.8448 -1.778) (xy -2.8956 -1.7272) (xy -2.8448 -1.7018)
+                                               (xy -2.794 -1.7272) (xy -2.794 -1.651) (xy -2.8956 -1.6764) (xy -3.1242 -1.8034) (xy -3.2766 -1.905)
+                                               (xy -3.4544 -2.0066) (xy -3.5306 -2.0066) (xy -3.5052 -1.9558) (xy -3.3274 -1.8034) (xy -3.2766 -1.7526)
+                                               (xy -3.1242 -1.6002) (xy -3.0734 -1.4986) (xy -3.1242 -1.4986) (xy -3.2766 -1.6002) (xy -3.3274 -1.651)
+                                               (xy -3.5306 -1.7526) (xy -3.6322 -1.7526) (xy -3.6068 -1.6764) (xy -3.4544 -1.524) (xy -3.429 -1.4986)
+                                               (xy -3.302 -1.3462) (xy -3.302 -1.3208) (xy -3.429 -1.397) (xy -3.683 -1.5494) (xy -3.9116 -1.7272)
+                                               (xy -4.7752 -1.0414) (xy -4.8006 -1.0414) (xy -5.1308 -0.762) (xy -5.461 -0.5334) (xy -5.715 -0.3302)
+                                               (xy -5.8674 -0.2032) (xy -6.096 -0.0254) (xy -5.842 0.2286) (xy -5.6642 0.4318) (xy -5.3848 0.7874)
+                                               (xy -5.1308 1.1684) (xy -5.08 1.1684) (xy -4.953 1.0668) (xy -4.699 0.889) (xy -4.3942 0.6604)
+                                               (xy -4.0386 0.381) (xy -3.683 0.1016) (xy -3.3782 -0.1524) (xy -3.175 -0.3048) (xy -3.0734 -0.4318)
+                                               (xy -2.9972 -0.5334) (xy -2.9972 -0.635) (xy -3.0226 -0.762) (xy -3.0226 -0.9398) (xy -2.9718 -0.8636)
+                                               (xy -2.921 -0.7874) (xy -2.8194 -0.6858) (xy -2.7686 -0.7112) (xy -2.8194 -0.889) (xy -2.8448 -1.016)
+                                               (xy -2.8702 -1.143) (xy -2.794 -1.1176) (xy -2.6924 -0.9652) (xy -2.54 -0.7112) (xy -2.5908 -0.635)
+                                               (xy -2.7178 -0.5588) (xy -2.8194 -0.4572) (xy -2.8956 -0.381) (xy -3.0734 -0.2032) (xy -3.3528 0.0254)
+                                               (xy -3.683 0.2794) (xy -4.0386 0.5334) (xy -4.3942 0.8128) (xy -4.7498 1.0668) (xy -5.0292 1.27)
+                                               (xy -5.2324 1.397) (xy -5.334 1.4478) (xy -5.4356 1.4224) (xy -5.4356 1.016) (xy -5.461 0.8382)
+                                               (xy -5.5372 0.6858) (xy -5.6388 0.5842) (xy -5.8166 0.4318) (xy -6.0198 0.3556) (xy -6.096 0.381)
+                                               (xy -6.096 0.508) (xy -6.0706 0.6096) (xy -5.9436 0.7874) (xy -5.7658 0.9652) (xy -5.6134 1.1176)
+                                               (xy -5.4864 1.1938) (xy -5.461 1.143) (xy -5.4356 1.016) (xy -5.4356 1.4224) (xy -5.461 1.397)
+                                               (xy -5.6896 1.27) (xy -5.9182 1.0414) (xy -6.1214 0.7874) (xy -6.2738 0.5588) (xy -6.2738 2.1844)
+                                               (xy -6.2738 3.81) (xy -1.651 3.81) (xy 2.9464 3.81) (xy 2.8448 3.6322) (xy 2.8194 3.5814) (xy 2.7178 3.3782)
+                                               (xy 2.6162 3.0734) (xy 2.4892 2.7432) (xy 2.4638 2.6416) (xy 2.3368 2.286) (xy 2.2352 2.032) (xy 2.159 1.8542)
+                                               (xy 2.1336 1.8034) (xy 2.1082 1.6764) (xy 2.2352 1.5494) (xy 2.3622 1.4224) (xy 2.4638 1.27) (xy 2.5146 1.2192)
+                                               (xy 2.5146 1.2954) (xy 2.4892 1.4224) (xy 2.3876 1.5748) (xy 2.3114 1.6256) (xy 2.286 1.6764)
+                                               (xy 2.413 1.7018) (xy 2.54 1.6764) (xy 2.6162 1.6256) (xy 2.7178 1.5748) (xy 2.921 1.5494) (xy 3.1496 1.524)
+                                               (xy 3.302 1.4478) (xy 3.3274 1.397) (xy 3.3782 1.397) (xy 3.3782 1.5494) (xy 3.4036 1.5748) (xy 3.5306 1.5748)
+                                               (xy 3.429 1.651) (xy 3.3528 1.7018) (xy 3.2004 1.7526) (xy 3.2004 1.651) (xy 3.1242 1.6002) (xy 3.0734 1.6256)
+                                               (xy 3.0734 1.6764) (xy 3.175 1.6764) (xy 3.2004 1.651) (xy 3.2004 1.7526) (xy 3.0734 1.778) (xy 2.921 1.8034)
+                                               (xy 2.921 1.7526) (xy 2.921 1.7272) (xy 2.8194 1.7018) (xy 2.7432 1.7272) (xy 2.7686 1.7526) (xy 2.8194 1.778)
+                                               (xy 2.921 1.7526) (xy 2.921 1.8034) (xy 2.7686 1.8288) (xy 2.6162 1.8542) (xy 2.4384 1.8796) (xy 2.3622 1.905)
+                                               (xy 2.3622 1.9558) (xy 2.413 2.1336) (xy 2.4892 2.413) (xy 2.6162 2.7432) (xy 2.7178 3.0734) (xy 2.8448 3.3782)
+                                               (xy 2.9464 3.6068) (xy 3.0226 3.7084) (xy 3.2258 3.7846) (xy 3.4798 3.81) (xy 3.6322 3.81) (xy 3.7846 3.7338)
+                                               (xy 3.9116 3.5814) (xy 3.937 3.556) (xy 4.0132 3.429) (xy 4.0386 3.429) (xy 4.0386 3.4798) (xy 3.9624 3.6322)
+                                               (xy 3.9624 3.683) (xy 3.9878 3.7338) (xy 4.0894 3.7592) (xy 4.318 3.7846) (xy 4.6482 3.81) (xy 5.1308 3.81)
+                                               (xy 5.1816 3.81) (xy 5.2578 3.8354) (xy 5.1562 3.8354) (xy 4.9276 3.8354) (xy 4.572 3.8608) (xy 4.064 3.8608)
+                                               (xy 3.4544 3.8608) (xy 2.7178 3.8608) (xy 1.905 3.8862) (xy 0.9906 3.8862) (xy 0 3.8862) (xy -6.35 3.8862)
+                                               (xy -6.35 -0.0508) (xy -6.35 -0.7112) (xy -6.3246 -1.4478) (xy -6.3246 -2.0574) (xy -6.3246 -2.4892)
+                                               (xy -6.3246 -2.7686) (xy -6.3246 -2.8956) (xy -6.2992 -2.8956) (xy -6.2992 -2.7432) (xy -6.2992 -2.4638)
+                                               (xy -6.2738 -2.0574) (xy -6.223 -0.1016) (xy -5.1308 -0.9398) (xy -4.9022 -1.0922) (xy -4.5212 -1.397)
+                                               (xy -4.191 -1.651) (xy -3.937 -1.8288) (xy -3.81 -1.9558) (xy -3.6068 -2.0574) (xy -3.3528 -2.0828)
+                                               (xy -3.3274 -2.0828) (xy -3.1242 -2.1082) (xy -3.0226 -2.2606) (xy -3.0226 -2.54) (xy -3.048 -2.7178)
+                                               (xy -2.9718 -2.794) (xy -2.921 -2.8448) (xy -2.921 -3.0226) (xy -2.9464 -3.302) (xy -3.0226 -3.7338)
+                                               (xy -3.048 -3.81) (xy -3.0226 -3.937) (xy -2.921 -3.9878) (xy -2.8448 -3.9624) (xy -2.7686 -3.8862)
+                                               (xy -2.7178 -3.7084) (xy -2.6924 -3.4036) (xy -2.6924 -3.3274) (xy -2.6416 -2.9972) (xy -2.5654 -2.794)
+                                               (xy -2.413 -2.6162) (xy -2.286 -2.4892) (xy -2.0828 -2.4384) (xy -1.9304 -2.4638) (xy -1.8796 -2.6162)
+                                               (xy -1.8796 -2.6416) (xy -1.9304 -2.8702) (xy -2.0066 -3.1496) (xy -2.1082 -3.4544) (xy -2.2352 -3.7084)
+                                               (xy -2.3114 -3.8608) (xy -2.3368 -3.9116) (xy -2.3622 -3.9624) (xy -2.2098 -3.9624) (xy -2.159 -3.9624)
+                                               (xy -2.032 -3.8862) (xy -1.9304 -3.7084) (xy -1.8034 -3.429) (xy -1.7018 -3.175) (xy -1.6002 -2.921)
+                                               (xy -1.5494 -2.7432) (xy -1.4732 -2.5654) (xy -0.5588 -2.7686) (xy 0.3302 -2.9718) (xy 1.0922 -2.667)
+                                               (xy 1.8542 -2.3876) (xy 2.1336 -2.5654) (xy 2.3114 -2.6924) (xy 2.4384 -2.921) (xy 2.5146 -3.2258)
+                                               (xy 2.5146 -3.6576) (xy 2.54 -3.7592) (xy 2.5654 -3.937) (xy 2.667 -3.9878) (xy 2.6924 -3.9624)
+                                               (xy 2.7432 -3.937) (xy 2.7686 -3.8354) (xy 2.7686 -3.6576) (xy 2.7686 -3.302) (xy 2.7686 -3.2512)
+                                               (xy 2.7432 -2.921) (xy 2.7686 -2.667) (xy 2.794 -2.5146) (xy 2.8194 -2.3876) (xy 2.7432 -2.159)
+                                               (xy 2.6924 -2.0574) (xy 2.6924 -3.5052) (xy 2.667 -3.7338) (xy 2.667 -3.7846) (xy 2.6416 -3.7084)
+                                               (xy 2.6416 -3.5052) (xy 2.6416 -3.3528) (xy 2.6416 -3.2512) (xy 2.667 -3.3274) (xy 2.6924 -3.5052)
+                                               (xy 2.6924 -2.0574) (xy 2.667 -1.9304) (xy 2.7686 -1.8796) (xy 2.8194 -1.8542) (xy 2.9718 -1.8796)
+                                               (xy 3.2004 -2.032) (xy 3.2004 -2.0574) (xy 3.4544 -2.2098) (xy 3.6322 -2.2352) (xy 3.7338 -2.2352)
+                                               (xy 3.8862 -2.3114) (xy 4.1148 -2.5146) (xy 4.2418 -2.6416) (xy 4.4196 -2.8194) (xy 4.4958 -2.9718)
+                                               (xy 4.5212 -2.9972) (xy 4.572 -3.0226) (xy 4.699 -2.9464) (xy 4.7244 -2.921) (xy 4.7752 -2.8448)
+                                               (xy 4.7752 -2.7432) (xy 4.6482 -2.6162) (xy 4.6482 -2.8194) (xy 4.572 -2.794) (xy 4.4196 -2.667)
+                                               (xy 4.2418 -2.4892) (xy 4.1656 -2.413) (xy 3.8862 -2.1844) (xy 3.6322 -2.1082) (xy 3.5814 -2.1082)
+                                               (xy 3.3528 -2.0066) (xy 3.0988 -1.8034) (xy 2.7686 -1.524) (xy 2.9718 -1.3462) (xy 3.1242 -1.2446)
+                                               (xy 3.2258 -1.1938) (xy 3.2766 -1.1938) (xy 3.429 -1.3208) (xy 3.5814 -1.4986) (xy 3.7592 -1.7018)
+                                               (xy 3.9116 -1.8796) (xy 3.9624 -1.9812) (xy 4.0132 -2.0574) (xy 4.1402 -2.2098) (xy 4.318 -2.413)
+                                               (xy 4.4704 -2.5908) (xy 4.5974 -2.7432) (xy 4.6482 -2.8194) (xy 4.6482 -2.6162) (xy 4.445 -2.413)
+                                               (xy 4.2672 -2.2098) (xy 4.1148 -2.032) (xy 4.064 -1.9304) (xy 4.0386 -1.8796) (xy 3.9116 -1.7018)
+                                               (xy 3.7338 -1.4986) (xy 3.429 -1.1938) (xy 3.683 -0.889) (xy 3.81 -0.7366) (xy 3.937 -0.635) (xy 4.1148 -0.5842)
+                                               (xy 4.3942 -0.5842) (xy 4.6228 -0.5842) (xy 4.826 -0.5588) (xy 4.9276 -0.508) (xy 5.0038 -0.4826)
+                                               (xy 5.1816 -0.4064) (xy 5.461 -0.3302) (xy 5.588 -0.3048) (xy 5.9944 -0.1778) (xy 6.2484 0) (xy 6.35 0.1778)
+                                               (xy 6.35 0.1778)
+                                       )
+                                       (stroke
+                                               (width 0.0254)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type outline)
+                                       )
+                               )
+                       )
+                       (embedded_fonts no)
+               )
+               (symbol "domotab:LPC1224FBD48"
+                       (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" "U"
+                               (at -11.43 31.75 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (effects
+                                       (font
+                                               (size 1.524 1.524)
+                                       )
+                               )
+                       )
+                       (property "Value" "LPC1224FBD48"
+                               (at 16.51 -38.1 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (effects
+                                       (font
+                                               (size 1.524 1.524)
+                                       )
+                               )
+                       )
+                       (property "Footprint" "LQFP48"
+                               (at -13.97 -38.1 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (effects
+                                       (font
+                                               (size 1.524 1.524)
+                                       )
+                               )
+                       )
+                       (property "Datasheet" ""
+                               (at 0 0 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (effects
+                                       (font
+                                               (size 1.524 1.524)
+                                       )
+                               )
+                       )
+                       (property "Description" ""
+                               (at 0 0 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (hide yes)
+                               (effects
+                                       (font
+                                               (size 1.27 1.27)
+                                       )
+                               )
+                       )
+                       (symbol "LPC1224FBD48_0_1"
+                               (rectangle
+                                       (start -20.32 30.48)
+                                       (end 19.05 -35.56)
+                                       (stroke
+                                               (width 0)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type background)
+                                       )
+                               )
+                       )
+                       (symbol "LPC1224FBD48_1_1"
+                               (pin input line
+                                       (at -24.13 -25.4 0)
+                                       (length 3.81)
+                                       (name "XTALIN"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                                       (number "1"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin output line
+                                       (at -24.13 -27.94 0)
+                                       (length 3.81)
+                                       (name "XTALOUT"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                                       (number "2"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin input line
+                                       (at 6.35 34.29 270)
+                                       (length 3.81)
+                                       (name "VREF_CMP"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                                       (number "3"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin bidirectional line
+                                       (at 22.86 26.67 180)
+                                       (length 3.81)
+                                       (name "PIO0_19"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                                       (number "4"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin bidirectional line
+                                       (at 22.86 24.13 180)
+                                       (length 3.81)
+                                       (name "PIO0_20"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                                       (number "5"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin bidirectional line
+                                       (at 22.86 21.59 180)
+                                       (length 3.81)
+                                       (name "PIO0_21"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                                       (number "6"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin bidirectional line
+                                       (at 22.86 19.05 180)
+                                       (length 3.81)
+                                       (name "PIO0_22"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                                       (number "7"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin bidirectional line
+                                       (at 22.86 16.51 180)
+                                       (length 3.81)
+                                       (name "PIO0_23"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                                       (number "8"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin bidirectional line
+                                       (at 22.86 13.97 180)
+                                       (length 3.81)
+                                       (name "PIO0_24"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                                       (number "9"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin bidirectional line
+                                       (at 22.86 11.43 180)
+                                       (length 3.81)
+                                       (name "SWDIO/PIO0_25"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                                       (number "10"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin bidirectional line
+                                       (at 22.86 8.89 180)
+                                       (length 3.81)
+                                       (name "SWCLK/PIO0_26"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                                       (number "11"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin bidirectional line
+                                       (at 22.86 6.35 180)
+                                       (length 3.81)
+                                       (name "PIO0_27"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                                       (number "12"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin bidirectional line
+                                       (at 22.86 3.81 180)
+                                       (length 3.81)
+                                       (name "PIO0_28"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                                       (number "13"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin bidirectional line
+                                       (at 22.86 1.27 180)
+                                       (length 3.81)
+                                       (name "PIO0_29/ROSC"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                                       (number "14"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin bidirectional line
+                                       (at -24.13 26.67 0)
+                                       (length 3.81)
+                                       (name "PIO0_0/~{RTS0}"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                                       (number "15"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin bidirectional line
+                                       (at -24.13 24.13 0)
+                                       (length 3.81)
+                                       (name "PIO0_1/RXD0"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                                       (number "16"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin bidirectional line
+                                       (at -24.13 21.59 0)
+                                       (length 3.81)
+                                       (name "PIO0_2/TXD0"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                                       (number "17"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin bidirectional line
+                                       (at -24.13 19.05 0)
+                                       (length 3.81)
+                                       (name "PIO0_3/~{DTR0}"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                                       (number "18"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin bidirectional line
+                                       (at -24.13 16.51 0)
+                                       (length 3.81)
+                                       (name "PIO0_4/~{DSR0}"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                                       (number "19"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin bidirectional line
+                                       (at -24.13 13.97 0)
+                                       (length 3.81)
+                                       (name "PIO0_5/~{DCD0}"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                                       (number "20"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin bidirectional line
+                                       (at -24.13 11.43 0)
+                                       (length 3.81)
+                                       (name "PIO0_6/~{RIO}"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                                       (number "21"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin bidirectional line
+                                       (at -24.13 8.89 0)
+                                       (length 3.81)
+                                       (name "PIO0_7/~{CTS0}"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                                       (number "22"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin bidirectional line
+                                       (at -24.13 6.35 0)
+                                       (length 3.81)
+                                       (name "PIO0_8/RXD1"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                                       (number "23"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin bidirectional line
+                                       (at -24.13 3.81 0)
+                                       (length 3.81)
+                                       (name "PIO0_9/TXD1"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                                       (number "24"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin bidirectional line
+                                       (at -24.13 1.27 0)
+                                       (length 3.81)
+                                       (name "PIO0_10/SCL"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                                       (number "25"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin bidirectional line
+                                       (at -24.13 -1.27 0)
+                                       (length 3.81)
+                                       (name "PIO0_11/SDA"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                                       (number "26"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin bidirectional line
+                                       (at -24.13 -3.81 0)
+                                       (length 3.81)
+                                       (name "PIO0_12/CLKOUT"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                                       (number "27"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin bidirectional line
+                                       (at -24.13 -6.35 0)
+                                       (length 3.81)
+                                       (name "~{RESET}/PIO0_13"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                                       (number "28"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin bidirectional line
+                                       (at -24.13 -8.89 0)
+                                       (length 3.81)
+                                       (name "PIO0_14/SCK"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                                       (number "29"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin bidirectional line
+                                       (at -24.13 -11.43 0)
+                                       (length 3.81)
+                                       (name "PIO0_15/SSEL"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                                       (number "30"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin bidirectional line
+                                       (at -24.13 -13.97 0)
+                                       (length 3.81)
+                                       (name "PIO0_16/MISO"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                                       (number "31"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin bidirectional line
+                                       (at -24.13 -16.51 0)
+                                       (length 3.81)
+                                       (name "PIO0_17/MOSI"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                                       (number "32"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin bidirectional line
+                                       (at -24.13 -19.05 0)
+                                       (length 3.81)
+                                       (name "PIO0_18/SWCLK"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                                       (number "33"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin bidirectional line
+                                       (at 22.86 -1.27 180)
+                                       (length 3.81)
+                                       (name "PIO0_30/AD0"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                                       (number "34"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin bidirectional line
+                                       (at 22.86 -3.81 180)
+                                       (length 3.81)
+                                       (name "PIO0_31/AD1"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                                       (number "35"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin bidirectional line
+                                       (at 22.86 -8.89 180)
+                                       (length 3.81)
+                                       (name "PIO1_0/R/AD2"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                                       (number "36"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin bidirectional line
+                                       (at 22.86 -11.43 180)
+                                       (length 3.81)
+                                       (name "PIO1_1/R/AD3"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                                       (number "37"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin bidirectional line
+                                       (at 22.86 -13.97 180)
+                                       (length 3.81)
+                                       (name "PIO1_2/SWDIO/AD4"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                                       (number "38"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin bidirectional line
+                                       (at 22.86 -16.51 180)
+                                       (length 3.81)
+                                       (name "PIO1_3/AD5/WAKEUP"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                                       (number "39"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin bidirectional line
+                                       (at 22.86 -19.05 180)
+                                       (length 3.81)
+                                       (name "PIO1_4/AD6"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                                       (number "40"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin bidirectional line
+                                       (at 22.86 -21.59 180)
+                                       (length 3.81)
+                                       (name "PIO1_5/AD7"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                                       (number "41"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin bidirectional line
+                                       (at 22.86 -24.13 180)
+                                       (length 3.81)
+                                       (name "PIO1_6"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                                       (number "42"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin power_in line
+                                       (at 1.27 -39.37 90)
+                                       (length 3.81)
+                                       (name "VSS"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                                       (number "43"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin power_in line
+                                       (at 1.27 34.29 270)
+                                       (length 3.81)
+                                       (name "VDD_3V3"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                                       (number "44"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin output line
+                                       (at 22.86 -31.75 180)
+                                       (length 3.81)
+                                       (name "RTCXOUT"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                                       (number "45"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin input line
+                                       (at 22.86 -29.21 180)
+                                       (length 3.81)
+                                       (name "RTCXIN"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                                       (number "46"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin power_in line
+                                       (at -1.27 34.29 270)
+                                       (length 3.81)
+                                       (name "VDD_IO"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                                       (number "47"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin power_in line
+                                       (at -1.27 -39.37 90)
+                                       (length 3.81)
+                                       (name "VSS_IO"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                                       (number "48"
+                                               (effects
+                                                       (font
+                                                               (size 0.889 0.889)
+                                                       )
+                                               )
+                                       )
+                               )
+                       )
+                       (embedded_fonts no)
+               )
+               (symbol "domotab:MIRE_RONDE"
+                       (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" "M"
+                               (at 0 -3.81 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (effects
+                                       (font
+                                               (size 1.524 1.524)
+                                       )
+                               )
+                       )
+                       (property "Value" "MIRE_RONDE"
+                               (at 0 3.81 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (effects
+                                       (font
+                                               (size 1.524 1.524)
+                                       )
+                               )
+                       )
+                       (property "Footprint" ""
+                               (at 0 0 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (effects
+                                       (font
+                                               (size 1.524 1.524)
+                                       )
+                               )
+                       )
+                       (property "Datasheet" ""
+                               (at 0 0 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (effects
+                                       (font
+                                               (size 1.524 1.524)
+                                       )
+                               )
+                       )
+                       (property "Description" ""
+                               (at 0 0 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (hide yes)
+                               (effects
+                                       (font
+                                               (size 1.27 1.27)
+                                       )
+                               )
+                       )
+                       (symbol "MIRE_RONDE_1_1"
+                               (pin no_connect line
+                                       (at -2.54 0 0)
+                                       (length 3.81)
+                                       (name "Mire"
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                                       (number "0"
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                               )
+                       )
+                       (embedded_fonts no)
+               )
+               (symbol "domotab:MUSB"
+                       (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 0 10.16 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (effects
+                                       (font
+                                               (size 1.524 1.524)
+                                       )
+                               )
+                       )
+                       (property "Value" "MUSB"
+                               (at 1.27 -10.16 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (effects
+                                       (font
+                                               (size 1.524 1.524)
+                                       )
+                               )
+                       )
+                       (property "Footprint" ""
+                               (at 0 0 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (effects
+                                       (font
+                                               (size 1.524 1.524)
+                                       )
+                               )
+                       )
+                       (property "Datasheet" ""
+                               (at 0 0 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (effects
+                                       (font
+                                               (size 1.524 1.524)
+                                       )
+                               )
+                       )
+                       (property "Description" ""
+                               (at 0 0 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (hide yes)
+                               (effects
+                                       (font
+                                               (size 1.27 1.27)
+                                       )
+                               )
+                       )
+                       (symbol "MUSB_0_1"
+                               (polyline
+                                       (pts
+                                               (xy -5.08 7.62) (xy -5.08 -7.62) (xy 0 -7.62) (xy 2.54 -5.08) (xy 2.54 5.08) (xy 0 7.62) (xy -5.08 7.62)
+                                       )
+                                       (stroke
+                                               (width 0)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type none)
+                                       )
+                               )
+                               (polyline
+                                       (pts
+                                               (xy -1.27 3.81) (xy -1.27 -3.81)
+                                       )
+                                       (stroke
+                                               (width 0)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type none)
+                                       )
+                               )
+                       )
+                       (symbol "MUSB_1_1"
+                               (pin power_out line
+                                       (at -8.89 -5.08 0)
+                                       (length 3.81)
+                                       (name "+V"
+                                               (effects
+                                                       (font
+                                                               (size 1.016 1.016)
+                                                       )
+                                               )
+                                       )
+                                       (number "1"
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin bidirectional line
+                                       (at -8.89 -2.54 0)
+                                       (length 3.81)
+                                       (name "D-"
+                                               (effects
+                                                       (font
+                                                               (size 1.016 1.016)
+                                                       )
+                                               )
+                                       )
+                                       (number "2"
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin bidirectional line
+                                       (at -8.89 0 0)
+                                       (length 3.81)
+                                       (name "D+"
+                                               (effects
+                                                       (font
+                                                               (size 1.016 1.016)
+                                                       )
+                                               )
+                                       )
+                                       (number "3"
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin bidirectional line
+                                       (at -8.89 2.54 0)
+                                       (length 3.81)
+                                       (name "ID"
+                                               (effects
+                                                       (font
+                                                               (size 1.016 1.016)
+                                                       )
+                                               )
+                                       )
+                                       (number "4"
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin bidirectional line
+                                       (at -8.89 5.08 0)
+                                       (length 3.81)
+                                       (name "GND"
+                                               (effects
+                                                       (font
+                                                               (size 1.016 1.016)
+                                                       )
+                                               )
+                                       )
+                                       (number "5"
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                               )
+                       )
+                       (embedded_fonts no)
+               )
+               (symbol "domotab:R"
+                       (pin_numbers
+                               (hide yes)
+                       )
+                       (pin_names
+                               (offset 0)
+                       )
+                       (exclude_from_sim no)
+                       (in_bom yes)
+                       (on_board yes)
+                       (in_pos_files yes)
+                       (duplicate_pin_numbers_are_jumpers no)
+                       (property "Reference" "R"
+                               (at 2.032 0 90)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (effects
+                                       (font
+                                               (size 1.016 1.016)
+                                       )
+                               )
+                       )
+                       (property "Value" "R"
+                               (at 0.1778 0.0254 90)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (effects
+                                       (font
+                                               (size 1.016 1.016)
+                                       )
+                               )
+                       )
+                       (property "Footprint" ""
+                               (at -1.778 0 90)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (effects
+                                       (font
+                                               (size 0.762 0.762)
+                                       )
+                               )
+                       )
+                       (property "Datasheet" ""
+                               (at 0 0 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (effects
+                                       (font
+                                               (size 0.762 0.762)
+                                       )
+                               )
+                       )
+                       (property "Description" ""
+                               (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? SM0603 SM0805 R?-* SM1206"
+                               (at 0 0 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (hide yes)
+                               (effects
+                                       (font
+                                               (size 1.27 1.27)
+                                       )
+                               )
+                       )
+                       (symbol "R_0_1"
+                               (rectangle
+                                       (start -1.016 3.81)
+                                       (end 1.016 -3.81)
+                                       (stroke
+                                               (width 0.3048)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type none)
+                                       )
+                               )
+                       )
+                       (symbol "R_1_1"
+                               (pin passive line
+                                       (at 0 6.35 270)
+                                       (length 2.54)
+                                       (name ""
+                                               (effects
+                                                       (font
+                                                               (size 1.524 1.524)
+                                                       )
+                                               )
+                                       )
+                                       (number "1"
+                                               (effects
+                                                       (font
+                                                               (size 1.524 1.524)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin passive line
+                                       (at 0 -6.35 90)
+                                       (length 2.54)
+                                       (name ""
+                                               (effects
+                                                       (font
+                                                               (size 1.524 1.524)
+                                                       )
+                                               )
+                                       )
+                                       (number "2"
+                                               (effects
+                                                       (font
+                                                               (size 1.524 1.524)
+                                                       )
+                                               )
+                                       )
+                               )
+                       )
+                       (embedded_fonts no)
+               )
+               (symbol "domotab: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 3.81 2.794 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (effects
+                                       (font
+                                               (size 1.27 1.27)
+                                       )
+                               )
+                       )
+                       (property "Value" "SW_PUSH"
+                               (at 0 -2.032 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)
+                               (effects
+                                       (font
+                                               (size 1.524 1.524)
+                                       )
+                               )
+                       )
+                       (property "Datasheet" ""
+                               (at 0 0 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (effects
+                                       (font
+                                               (size 1.524 1.524)
+                                       )
+                               )
+                       )
+                       (property "Description" ""
+                               (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"
+                               (rectangle
+                                       (start -4.318 1.27)
+                                       (end 4.318 1.524)
+                                       (stroke
+                                               (width 0)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type none)
+                                       )
+                               )
+                               (polyline
+                                       (pts
+                                               (xy -1.016 1.524) (xy -0.762 2.286) (xy 0.762 2.286) (xy 1.016 1.524)
+                                       )
+                                       (stroke
+                                               (width 0)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type none)
+                                       )
+                               )
+                               (pin passive inverted
+                                       (at -7.62 0 0)
+                                       (length 5.08)
+                                       (name "1"
+                                               (effects
+                                                       (font
+                                                               (size 1.524 1.524)
+                                                       )
+                                               )
+                                       )
+                                       (number "1"
+                                               (effects
+                                                       (font
+                                                               (size 1.524 1.524)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin passive inverted
+                                       (at 7.62 0 180)
+                                       (length 5.08)
+                                       (name "2"
+                                               (effects
+                                                       (font
+                                                               (size 1.524 1.524)
+                                                       )
+                                               )
+                                       )
+                                       (number "2"
+                                               (effects
+                                                       (font
+                                                               (size 1.524 1.524)
+                                                       )
+                                               )
+                                       )
+                               )
+                       )
+                       (embedded_fonts no)
+               )
+               (symbol "domotab:TMP101"
+                       (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" "U"
+                               (at -1.27 5.08 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (effects
+                                       (font
+                                               (size 1.524 1.524)
+                                       )
+                               )
+                       )
+                       (property "Value" "TMP101"
+                               (at 0 -5.08 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (effects
+                                       (font
+                                               (size 1.524 1.524)
+                                       )
+                               )
+                       )
+                       (property "Footprint" ""
+                               (at 0 0 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (effects
+                                       (font
+                                               (size 1.524 1.524)
+                                       )
+                               )
+                       )
+                       (property "Datasheet" ""
+                               (at 0 0 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (effects
+                                       (font
+                                               (size 1.524 1.524)
+                                       )
+                               )
+                       )
+                       (property "Description" ""
+                               (at 0 0 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (hide yes)
+                               (effects
+                                       (font
+                                               (size 1.27 1.27)
+                                       )
+                               )
+                       )
+                       (symbol "TMP101_0_1"
+                               (rectangle
+                                       (start -6.35 3.81)
+                                       (end 5.08 -3.81)
+                                       (stroke
+                                               (width 0)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type none)
+                                       )
+                               )
+                       )
+                       (symbol "TMP101_1_1"
+                               (pin input line
+                                       (at -10.16 2.54 0)
+                                       (length 3.81)
+                                       (name "SCL"
+                                               (effects
+                                                       (font
+                                                               (size 1.016 1.016)
+                                                       )
+                                               )
+                                       )
+                                       (number "1"
+                                               (effects
+                                                       (font
+                                                               (size 1.016 1.016)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin power_in line
+                                       (at -10.16 0 0)
+                                       (length 3.81)
+                                       (name "GND"
+                                               (effects
+                                                       (font
+                                                               (size 1.016 1.016)
+                                                       )
+                                               )
+                                       )
+                                       (number "2"
+                                               (effects
+                                                       (font
+                                                               (size 1.016 1.016)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin output line
+                                       (at -10.16 -2.54 0)
+                                       (length 3.81)
+                                       (name "ALERT"
+                                               (effects
+                                                       (font
+                                                               (size 1.016 1.016)
+                                                       )
+                                               )
+                                       )
+                                       (number "3"
+                                               (effects
+                                                       (font
+                                                               (size 1.016 1.016)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin power_in line
+                                       (at 8.89 -2.54 180)
+                                       (length 3.81)
+                                       (name "V+"
+                                               (effects
+                                                       (font
+                                                               (size 1.016 1.016)
+                                                       )
+                                               )
+                                       )
+                                       (number "4"
+                                               (effects
+                                                       (font
+                                                               (size 1.016 1.016)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin input line
+                                       (at 8.89 0 180)
+                                       (length 3.81)
+                                       (name "AD0"
+                                               (effects
+                                                       (font
+                                                               (size 1.016 1.016)
+                                                       )
+                                               )
+                                       )
+                                       (number "5"
+                                               (effects
+                                                       (font
+                                                               (size 1.016 1.016)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin bidirectional line
+                                       (at 8.89 2.54 180)
+                                       (length 3.81)
+                                       (name "SDA"
+                                               (effects
+                                                       (font
+                                                               (size 1.016 1.016)
+                                                       )
+                                               )
+                                       )
+                                       (number "6"
+                                               (effects
+                                                       (font
+                                                               (size 1.016 1.016)
+                                                       )
+                                               )
+                                       )
+                               )
+                       )
+                       (embedded_fonts no)
+               )
+               (symbol "domotab:USB_2"
+                       (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" "J"
+                               (at -1.905 6.35 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (effects
+                                       (font
+                                               (size 1.524 1.524)
+                                       )
+                               )
+                       )
+                       (property "Value" "USB_2"
+                               (at 1.27 -7.62 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (hide yes)
+                               (effects
+                                       (font
+                                               (size 1.524 1.524)
+                                       )
+                               )
+                       )
+                       (property "Footprint" ""
+                               (at 0 0 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (effects
+                                       (font
+                                               (size 1.524 1.524)
+                                       )
+                               )
+                       )
+                       (property "Datasheet" ""
+                               (at 0 0 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (effects
+                                       (font
+                                               (size 1.524 1.524)
+                                       )
+                               )
+                       )
+                       (property "Description" ""
+                               (at 0 0 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (hide yes)
+                               (effects
+                                       (font
+                                               (size 1.27 1.27)
+                                       )
+                               )
+                       )
+                       (property "VCC" "VCC"
+                               (at 8.255 3.81 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (hide yes)
+                               (effects
+                                       (font
+                                               (size 1.27 1.27)
+                                       )
+                               )
+                       )
+                       (property "Data+" "D+"
+                               (at 7.62 1.27 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (hide yes)
+                               (effects
+                                       (font
+                                               (size 1.27 1.27)
+                                       )
+                               )
+                       )
+                       (property "Data-" "D-"
+                               (at 7.62 -1.27 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (hide yes)
+                               (effects
+                                       (font
+                                               (size 1.27 1.27)
+                                       )
+                               )
+                       )
+                       (property "Ground" "GND"
+                               (at 8.255 -3.81 0)
+                               (show_name no)
+                               (do_not_autoplace no)
+                               (hide yes)
+                               (effects
+                                       (font
+                                               (size 1.27 1.27)
+                                       )
+                               )
+                       )
+                       (symbol "USB_2_0_0"
+                               (polyline
+                                       (pts
+                                               (xy -3.81 5.08) (xy 0 5.08) (xy 0 -5.08) (xy -3.81 -5.08) (xy -3.81 -5.08)
+                                       )
+                                       (stroke
+                                               (width 0)
+                                               (type default)
+                                       )
+                                       (fill
+                                               (type none)
+                                       )
+                               )
+                               (text "USB"
+                                       (at -2.54 0 900)
+                                       (effects
+                                               (font
+                                                       (size 1.524 1.524)
+                                                       (bold yes)
+                                               )
+                                       )
+                               )
+                       )
+                       (symbol "USB_2_1_1"
+                               (pin input line
+                                       (at 5.08 3.81 180)
+                                       (length 5.08)
+                                       (name ""
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                                       (number "1"
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin input line
+                                       (at 5.08 1.27 180)
+                                       (length 5.08)
+                                       (name ""
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                                       (number "2"
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin input line
+                                       (at 5.08 -1.27 180)
+                                       (length 5.08)
+                                       (name ""
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                                       (number "3"
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                               )
+                               (pin input line
+                                       (at 5.08 -3.81 180)
+                                       (length 5.08)
+                                       (name ""
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                                       (number "4"
+                                               (effects
+                                                       (font
+                                                               (size 1.27 1.27)
+                                                       )
+                                               )
+                                       )
+                               )
+                       )
+                       (embedded_fonts no)
+               )
+       )
+       (text "Temperature sensor"
+               (exclude_from_sim no)
+               (at 244.475 124.46 0)
+               (effects
+                       (font
+                               (size 1.524 1.524)
+                               (thickness 0.3048)
+                               (bold yes)
+                       )
+                       (justify left bottom)
+               )
+               (uuid "0f362c23-5d06-4ddc-965f-d4d575180e63")
+       )
+       (text "Bicolor LED"
+               (exclude_from_sim no)
+               (at 156.21 119.38 0)
+               (effects
+                       (font
+                               (size 1.524 1.524)
+                       )
+                       (justify left bottom)
+               )
+               (uuid "34616e8d-d810-425b-82aa-506c73e411b3")
+       )
+       (text "Rx / Tx Switch"
+               (exclude_from_sim no)
+               (at 124.46 148.59 0)
+               (effects
+                       (font
+                               (size 1.524 1.524)
+                       )
+                       (justify left bottom)
+               )
+               (uuid "40cb8793-f2e2-4367-8925-07fb3ee39bf6")
+       )
+       (text "Note : UART Tx and Rx are from host,\n           they must be crossed"
+               (exclude_from_sim no)
+               (at 163.195 24.765 0)
+               (effects
+                       (font
+                               (size 1.27 1.27)
+                       )
+                       (justify left bottom)
+               )
+               (uuid "4144a567-f452-4807-8314-56ece92715c9")
+       )
+       (text "EEPROM"
+               (exclude_from_sim no)
+               (at 223.52 54.61 0)
+               (effects
+                       (font
+                               (size 1.524 1.524)
+                       )
+                       (justify left bottom)
+               )
+               (uuid "58b86e12-3a4e-42b4-9298-0d508cd3eb9e")
+       )
+       (text "    Reset and\nISP mode selection"
+               (exclude_from_sim no)
+               (at 21.59 106.68 0)
+               (effects
+                       (font
+                               (size 1.524 1.524)
+                       )
+                       (justify left bottom)
+               )
+               (uuid "58c28df6-f0da-46e0-bcb2-6d7014698dae")
+       )
+       (text "Note : UEXT female connector mounted on bottom\n   male connector mounted on top."
+               (exclude_from_sim no)
+               (at 147.32 45.72 0)
+               (effects
+                       (font
+                               (size 1.27 1.27)
+                       )
+                       (justify left bottom)
+               )
+               (uuid "5e38e6ce-6e7a-4877-804d-19dbcc7ea8b8")
+       )
+       (text "Rx and Tx leds\nChoose two different colors"
+               (exclude_from_sim no)
+               (at 114.935 190.5 0)
+               (effects
+                       (font
+                               (size 1.524 1.524)
+                       )
+                       (justify left bottom)
+               )
+               (uuid "6f7e48fd-5a20-42e4-993d-6d94e3019804")
+       )
+       (text "USB Type A male"
+               (exclude_from_sim no)
+               (at 31.75 193.04 0)
+               (effects
+                       (font
+                               (size 1.016 1.016)
+                       )
+                       (justify left bottom)
+               )
+               (uuid "7c51436c-de0a-44dd-8f53-735471f8bb86")
+       )
+       (text "LPC1224FBD48"
+               (exclude_from_sim no)
+               (at 120.015 133.35 0)
+               (effects
+                       (font
+                               (size 1.524 1.524)
+                       )
+                       (justify left bottom)
+               )
+               (uuid "ccd8e342-8f29-4873-98f2-bd163a28e738")
+       )
+       (text "microUSB type AB\n       female"
+               (exclude_from_sim no)
+               (at 31.115 157.48 0)
+               (effects
+                       (font
+                               (size 1.016 1.016)
+                       )
+                       (justify left bottom)
+               )
+               (uuid "cef5dd38-b9d0-46dd-9158-0cc55adf1abd")
+       )
+       (text "(+5V from USB)"
+               (exclude_from_sim no)
+               (at 203.2 73.66 0)
+               (effects
+                       (font
+                               (size 1.016 1.016)
+                       )
+                       (justify left bottom)
+               )
+               (uuid "dff9314c-996b-4f9d-a476-bb628297ddde")
+       )
+       (text "Découplage"
+               (exclude_from_sim no)
+               (at 88.9 40.64 0)
+               (effects
+                       (font
+                               (size 1.524 1.524)
+                       )
+                       (justify left bottom)
+               )
+               (uuid "e588222b-6a7f-4b4b-8248-79bff2d72cf2")
+       )
+       (text "Programmation"
+               (exclude_from_sim no)
+               (at 27.94 146.05 0)
+               (effects
+                       (font
+                               (size 1.524 1.524)
+                               (thickness 0.3048)
+                               (bold yes)
+                       )
+                       (justify left bottom)
+               )
+               (uuid "e7f173f3-ed40-4513-bfd1-ef8b5b268ad3")
+       )
+       (text "UEXT Connector"
+               (exclude_from_sim no)
+               (at 140.335 20.955 0)
+               (effects
+                       (font
+                               (size 1.524 1.524)
+                               (thickness 0.3048)
+                               (bold yes)
+                       )
+                       (justify left bottom)
+               )
+               (uuid "f14612ff-7006-4f60-920f-3c1b16647575")
+       )
+       (text "Module identification at startup"
+               (exclude_from_sim no)
+               (at 229.87 20.32 0)
+               (effects
+                       (font
+                               (size 1.524 1.524)
+                               (thickness 0.3048)
+                               (bold yes)
+                       )
+                       (justify left bottom)
+               )
+               (uuid "f89d9011-64d5-4a95-8666-e02c3c59b633")
+       )
+       (text "GPIO for development"
+               (exclude_from_sim no)
+               (at 226.06 69.85 0)
+               (effects
+                       (font
+                               (size 1.524 1.524)
+                               (thickness 0.3048)
+                               (bold yes)
+                       )
+                       (justify left bottom)
+               )
+               (uuid "f9c47e20-3895-4602-bd55-427e754561b1")
+       )
+       (junction
+               (at 94.615 41.91)
+               (diameter 0)
+               (color 0 0 0 0)
+               (uuid "026669a9-9c5a-433f-916b-f37604ba3e78")
+       )
+       (junction
+               (at 217.17 44.45)
+               (diameter 0)
+               (color 0 0 0 0)
+               (uuid "0af3bb23-eda3-455c-9f91-3fe7ee103cfb")
+       )
+       (junction
+               (at 80.01 175.26)
+               (diameter 0)
+               (color 0 0 0 0)
+               (uuid "0c680373-32b1-4f36-99cd-d330efe5563d")
+       )
+       (junction
+               (at 95.25 186.69)
+               (diameter 0)
+               (color 0 0 0 0)
+               (uuid "0e736ab1-f44e-4269-baa7-bcf9e48e14fc")
+       )
+       (junction
+               (at 257.175 142.24)
+               (diameter 0)
+               (color 0 0 0 0)
+               (uuid "12fa7444-ecdb-4e20-813f-46263c7dc27f")
+       )
+       (junction
+               (at 93.98 147.32)
+               (diameter 0)
+               (color 0 0 0 0)
+               (uuid "24b583d8-23cd-413a-aa73-b8babb870dbe")
+       )
+       (junction
+               (at 100.33 149.86)
+               (diameter 0)
+               (color 0 0 0 0)
+               (uuid "25896d38-950c-4dbc-8390-dee71b3d3ea1")
+       )
+       (junction
+               (at 46.99 163.83)
+               (diameter 0)
+               (color 0 0 0 0)
+               (uuid "28d78430-6854-400b-9606-d6e6b0c15fa7")
+       )
+       (junction
+               (at 39.37 77.47)
+               (diameter 0)
+               (color 0 0 0 0)
+               (uuid "2bbcb1e1-e840-4001-8dfc-01495ab07d38")
+       )
+       (junction
+               (at 215.9 34.29)
+               (diameter 0)
+               (color 0 0 0 0)
+               (uuid "2bd2887c-c10d-4bea-8008-b90a18132092")
+       )
+       (junction
+               (at 62.865 92.71)
+               (diameter 0)
+               (color 0 0 0 0)
+               (uuid "2cc98e4f-54a9-4a4f-8cae-20345635823b")
+       )
+       (junction
+               (at 112.395 132.08)
+               (diameter 0)
+               (color 0 0 0 0)
+               (uuid "324887a5-bb42-424b-a09f-93a4e0920daa")
+       )
+       (junction
+               (at 41.91 95.25)
+               (diameter 0)
+               (color 0 0 0 0)
+               (uuid "36c518a2-dd56-4469-8d1f-55bb786e4ab2")
+       )
+       (junction
+               (at 143.51 161.29)
+               (diameter 0)
+               (color 0 0 0 0)
+               (uuid "3fab8573-1e8a-40ab-84ee-f6854300c9db")
+       )
+       (junction
+               (at 19.05 97.79)
+               (diameter 0)
+               (color 0 0 0 0)
+               (uuid "3feacc21-20e0-4a72-8f92-f3a8cf905bd4")
+       )
+       (junction
+               (at 90.805 55.88)
+               (diameter 0)
+               (color 0 0 0 0)
+               (uuid "408d5db7-487b-44dd-a5f1-4ea614f6e2b8")
+       )
+       (junction
+               (at 57.785 90.17)
+               (diameter 0)
+               (color 0 0 0 0)
+               (uuid "46ddbb59-2d3b-480c-8257-9e501087d089")
+       )
+       (junction
+               (at 217.17 53.34)
+               (diameter 0)
+               (color 0 0 0 0)
+               (uuid "569643eb-74d5-4e26-b9b4-cc55143b0d96")
+       )
+       (junction
+               (at 57.15 189.23)
+               (diameter 0)
+               (color 0 0 0 0)
+               (uuid "58d3439d-94fb-4110-bc5e-6c234dd79a5c")
+       )
+       (junction
+               (at 52.07 168.91)
+               (diameter 0)
+               (color 0 0 0 0)
+               (uuid "62215fc6-d01c-48c8-86c6-bcdc1353ad12")
+       )
+       (junction
+               (at 113.665 54.61)
+               (diameter 0)
+               (color 0 0 0 0)
+               (uuid "731c3933-797a-41dd-aa38-4f64734a7c41")
+       )
+       (junction
+               (at 113.665 41.91)
+               (diameter 0)
+               (color 0 0 0 0)
+               (uuid "88218d6c-5da2-4f9c-af57-80f22053d035")
+       )
+       (junction
+               (at 230.505 144.78)
+               (diameter 0)
+               (color 0 0 0 0)
+               (uuid "9c8b2a0a-905a-416b-8db1-57f5306e38d1")
+       )
+       (junction
+               (at 36.83 97.79)
+               (diameter 0)
+               (color 0 0 0 0)
+               (uuid "a05421a4-4a4f-457f-a5c9-11ee622a25e1")
+       )
+       (junction
+               (at 144.78 173.99)
+               (diameter 0)
+               (color 0 0 0 0)
+               (uuid "a0e7262e-bbb7-4b04-9085-07bf916990fe")
+       )
+       (junction
+               (at 72.39 160.02)
+               (diameter 0)
+               (color 0 0 0 0)
+               (uuid "a1183eeb-d1de-4a80-8b97-95d5825ffce5")
+       )
+       (junction
+               (at 49.53 166.37)
+               (diameter 0)
+               (color 0 0 0 0)
+               (uuid "a2bd69cd-71d1-48da-bcd8-f172ef87f3f6")
+       )
+       (junction
+               (at 102.235 41.91)
+               (diameter 0)
+               (color 0 0 0 0)
+               (uuid "ae228101-1afc-4db5-b74d-f45a40419322")
+       )
+       (junction
+               (at 257.175 144.78)
+               (diameter 0)
+               (color 0 0 0 0)
+               (uuid "afd23e3b-af1c-4d82-b8c9-3d5772c100e2")
+       )
+       (junction
+               (at 217.17 50.8)
+               (diameter 0)
+               (color 0 0 0 0)
+               (uuid "b44183c3-d7eb-48cd-82cf-a7b217c01a85")
+       )
+       (junction
+               (at 120.015 55.88)
+               (diameter 0)
+               (color 0 0 0 0)
+               (uuid "b95c96e2-54ff-4503-aa38-ff14c2d3c1aa")
+       )
+       (junction
+               (at 60.325 73.025)
+               (diameter 0)
+               (color 0 0 0 0)
+               (uuid "bded695d-33d0-4585-9d87-06c8a20b26de")
+       )
+       (junction
+               (at 74.93 147.32)
+               (diameter 0)
+               (color 0 0 0 0)
+               (uuid "c5d66037-7af0-407a-994e-6ee2555c7691")
+       )
+       (junction
+               (at 94.615 55.88)
+               (diameter 0)
+               (color 0 0 0 0)
+               (uuid "d683335d-4234-4ccc-b36c-ff9d39d2af5b")
+       )
+       (junction
+               (at 96.52 149.86)
+               (diameter 0)
+               (color 0 0 0 0)
+               (uuid "d75c4851-d006-4195-8416-a6f2d73d5e72")
+       )
+       (junction
+               (at 68.58 147.32)
+               (diameter 0)
+               (color 0 0 0 0)
+               (uuid "d96934c0-7ea9-443d-b726-fd1dd2358756")
+       )
+       (junction
+               (at 135.89 163.83)
+               (diameter 0)
+               (color 0 0 0 0)
+               (uuid "e3e149a9-45cd-45e5-8dc8-3a8d20bb2e08")
+       )
+       (junction
+               (at 215.9 22.86)
+               (diameter 0)
+               (color 0 0 0 0)
+               (uuid "e912cba5-9880-4148-9e11-8e9c51f7cf3f")
+       )
+       (junction
+               (at 210.82 38.1)
+               (diameter 0)
+               (color 0 0 0 0)
+               (uuid "ed9c44b3-aba3-43da-aaf0-367c00058864")
+       )
+       (no_connect
+               (at 89.535 110.49)
+               (uuid "037ce6ff-369c-4dfb-b937-1095fc0fa3db")
+       )
+       (no_connect
+               (at 113.03 167.64)
+               (uuid "057ce860-9a19-4d7e-acc2-32686b636f7b")
+       )
+       (no_connect
+               (at 44.45 171.45)
+               (uuid "40fe2a10-bf33-4364-b296-459fa84046a8")
+       )
+       (no_connect
+               (at 113.03 173.99)
+               (uuid "72b20846-d296-4e67-85d6-5b9b73821736")
+       )
+       (no_connect
+               (at 113.03 171.45)
+               (uuid "8453c10d-4d26-4fd1-9b03-9664284690e8")
+       )
+       (no_connect
+               (at 136.525 115.57)
+               (uuid "89524117-663c-4cbe-b9b4-428dbd791081")
+       )
+       (no_connect
+               (at 136.525 120.65)
+               (uuid "926fde72-a46b-464d-aa02-79af62dbeb52")
+       )
+       (no_connect
+               (at 136.525 123.19)
+               (uuid "9faae32b-fd94-46cd-ba72-9e8337763909")
+       )
+       (no_connect
+               (at 89.535 119.38)
+               (uuid "af8a320d-815c-465d-824f-245868df8255")
+       )
+       (no_connect
+               (at 113.03 165.1)
+               (uuid "e19e5089-71c0-41ad-9cb6-3c8761c9a274")
+       )
+       (no_connect
+               (at 89.535 116.84)
+               (uuid "ee012697-9bd0-4734-a82d-93603c46900b")
+       )
+       (wire
+               (pts
+                       (xy 226.695 139.7) (xy 235.585 139.7)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "008206fc-327f-49de-937c-a3a40adf4c3c")
+       )
+       (wire
+               (pts
+                       (xy 57.15 173.99) (xy 57.15 189.23)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "00ea92db-4fef-44cc-9e86-f1615d21a991")
+       )
+       (wire
+               (pts
+                       (xy 147.32 161.29) (xy 143.51 161.29)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "02e3d342-9cf9-4974-b17d-51813e4073df")
+       )
+       (polyline
+               (pts
+                       (xy 279.4 16.51) (xy 207.01 16.51)
+               )
+               (stroke
+                       (width 0)
+                       (type dash)
+               )
+               (uuid "0509ebf2-fcd3-4e1d-8b98-bd1bd0f0be34")
+       )
+       (wire
+               (pts
+                       (xy 199.39 33.655) (xy 199.39 29.845)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "05bfc34a-8a80-4676-a42e-56152d50536e")
+       )
+       (wire
+               (pts
+                       (xy 256.54 82.55) (xy 261.62 82.55)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "0608cc4e-5dd6-4bd8-8372-ea180d7e0823")
+       )
+       (wire
+               (pts
+                       (xy 136.525 102.87) (xy 141.605 102.87)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "0659ba7f-3fc3-43f2-b7b5-807a5a08a3f8")
+       )
+       (wire
+               (pts
+                       (xy 200.66 76.835) (xy 204.47 76.835)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "067464fd-512e-4171-afee-ecc2e431c19d")
+       )
+       (wire
+               (pts
+                       (xy 264.16 38.1) (xy 264.16 43.18)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "06f7bce9-9c33-426b-af6d-36f63e6c2c55")
+       )
+       (wire
+               (pts
+                       (xy 128.27 181.61) (xy 129.54 181.61)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "06fbcdbd-684c-46ca-8ad0-ba3dba1715ac")
+       )
+       (wire
+               (pts
+                       (xy 236.22 100.33) (xy 231.14 100.33)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "07e49aaa-4ecb-4d36-8e6d-d7a5a7de2555")
+       )
+       (wire
+               (pts
+                       (xy 261.62 87.63) (xy 256.54 87.63)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "0807b312-99ae-47f8-a884-194f36b9f14e")
+       )
+       (wire
+               (pts
+                       (xy 80.01 82.55) (xy 89.535 82.55)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "081f4837-5f4b-43de-81d9-beeecf2ee718")
+       )
+       (wire
+               (pts
+                       (xy 113.03 179.07) (xy 116.84 179.07)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "0a357bd8-9dcf-4231-ac46-1a37a232b10b")
+       )
+       (wire
+               (pts
+                       (xy 199.39 79.375) (xy 204.47 79.375)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "0bcf36fe-e060-4290-8b02-bd99fc5e9467")
+       )
+       (wire
+               (pts
+                       (xy 257.81 99.06) (xy 257.81 96.52)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "0f144b67-2e1a-4e45-9729-b0d6f1dc54e2")
+       )
+       (wire
+               (pts
+                       (xy 74.93 148.59) (xy 74.93 147.32)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "0f267fc6-0efb-49ac-8d3d-c4b426908130")
+       )
+       (wire
+               (pts
+                       (xy 111.76 146.05) (xy 111.76 149.86)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "0f4eb602-8c1a-4196-8078-76ff6a8acb4f")
+       )
+       (wire
+               (pts
+                       (xy 57.15 189.23) (xy 57.15 191.77)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "0fe4ff08-e6f5-4528-9475-cc1c2a185933")
+       )
+       (wire
+               (pts
+                       (xy 148.59 37.465) (xy 154.94 37.465)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "10a8c6eb-dc0e-4657-85ff-6ee68c596623")
+       )
+       (wire
+               (pts
+                       (xy 236.22 82.55) (xy 231.14 82.55)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "10d6c62c-02cc-4573-8c37-ba97578dfd8c")
+       )
+       (wire
+               (pts
+                       (xy 230.505 144.78) (xy 226.695 144.78)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "12d94842-f672-4338-ba03-5ac5542f4ce5")
+       )
+       (wire
+               (pts
+                       (xy 129.54 173.99) (xy 128.27 173.99)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "1304c120-5895-4c7f-8a22-bfa8d496427a")
+       )
+       (wire
+               (pts
+                       (xy 210.82 38.1) (xy 210.82 40.64)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "1375baed-3c0f-4d03-a1f9-2578baac3e60")
+       )
+       (wire
+               (pts
+                       (xy 261.62 38.1) (xy 264.16 38.1)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "13ac2d37-6b17-4248-bc80-4409b15c14ab")
+       )
+       (wire
+               (pts
+                       (xy 210.82 22.86) (xy 210.82 24.13)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "140a9557-64e9-4940-9312-4b4d0b391a34")
+       )
+       (wire
+               (pts
+                       (xy 116.84 181.61) (xy 118.11 181.61)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "14da3abc-9441-424e-9eb7-c13d26e1a6c3")
+       )
+       (wire
+               (pts
+                       (xy 36.83 91.44) (xy 36.83 97.79)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "1520f208-7f6b-4bb8-acbc-40337f8931e5")
+       )
+       (wire
+               (pts
+                       (xy 230.505 138.43) (xy 230.505 144.78)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "1570e0d6-99ad-47cb-93d7-c19be4c60ca2")
+       )
+       (wire
+               (pts
+                       (xy 86.995 55.88) (xy 86.995 54.61)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "1713d509-5ab9-407d-9ab0-b8b01e0a53d5")
+       )
+       (wire
+               (pts
+                       (xy 46.99 163.83) (xy 46.99 181.61)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "17278523-02b3-4aac-a37e-bf82af41177d")
+       )
+       (wire
+               (pts
+                       (xy 35.56 97.79) (xy 36.83 97.79)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "17c672da-a7bf-44a3-b2bf-87e5a9c60c84")
+       )
+       (wire
+               (pts
+                       (xy 215.9 22.86) (xy 215.9 34.29)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "18d57fc1-a294-4a5e-bce5-852c7d6a7afa")
+       )
+       (wire
+               (pts
+                       (xy 93.98 146.05) (xy 93.98 147.32)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "1903c2d5-2afb-4881-bf00-7a897816ccf7")
+       )
+       (wire
+               (pts
+                       (xy 89.535 95.25) (xy 41.91 95.25)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "1966d6a3-bf3e-4d47-ac43-1069bc4a233b")
+       )
+       (wire
+               (pts
+                       (xy 146.685 109.22) (xy 147.955 109.22)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "1bdb8e8f-249b-4397-a79e-3051a4388492")
+       )
+       (wire
+               (pts
+                       (xy 217.17 50.8) (xy 219.71 50.8)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "1c02d085-9ba0-4076-9f75-cb41aed90be7")
+       )
+       (wire
+               (pts
+                       (xy 44.45 189.23) (xy 57.15 189.23)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "1ee505e3-e428-45a7-a076-a0a3a51e28de")
+       )
+       (wire
+               (pts
+                       (xy 46.99 181.61) (xy 44.45 181.61)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "1eeb26e5-2ec8-4f56-ac79-537f8c347fba")
+       )
+       (wire
+               (pts
+                       (xy 154.94 40.005) (xy 148.59 40.005)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "1f701375-f685-4f51-bc33-f00e16c559d3")
+       )
+       (wire
+               (pts
+                       (xy 199.39 92.075) (xy 204.47 92.075)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "1faa4484-f2fc-4881-bf85-227ee74d21fe")
+       )
+       (wire
+               (pts
+                       (xy 87.63 72.39) (xy 89.535 72.39)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "1fb8d436-a165-4a9a-9798-06c3a1c1d1ab")
+       )
+       (wire
+               (pts
+                       (xy 68.58 147.32) (xy 68.58 148.59)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "2001e1ab-deac-424e-90f8-3a74d331de79")
+       )
+       (wire
+               (pts
+                       (xy 147.955 114.3) (xy 146.685 114.3)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "216d7ce4-75cb-4fd3-9551-191667f96824")
+       )
+       (wire
+               (pts
+                       (xy 39.37 77.47) (xy 36.83 77.47)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "21b4aa16-8be8-41cc-8219-7775a4f68bbb")
+       )
+       (wire
+               (pts
+                       (xy 74.93 160.02) (xy 74.93 158.75)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "22514911-c0bc-4bff-b2f6-76f07f724eb6")
+       )
+       (wire
+               (pts
+                       (xy 236.22 77.47) (xy 231.14 77.47)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "228f98bf-8fd8-4c10-b156-9fd8c643370f")
+       )
+       (wire
+               (pts
+                       (xy 87.63 64.77) (xy 89.535 64.77)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "22c94c45-1230-4159-9c6c-3e5edc74da8d")
+       )
+       (wire
+               (pts
+                       (xy 94.615 41.91) (xy 102.235 41.91)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "22ca87ef-d21f-436b-8615-85984d7bcddd")
+       )
+       (wire
+               (pts
+                       (xy 102.235 54.61) (xy 102.235 55.88)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "253d6459-4c52-4349-bca8-331e22a94996")
+       )
+       (wire
+               (pts
+                       (xy 120.65 161.29) (xy 120.65 158.75)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "255403de-9809-4e87-b530-3b5490b663bb")
+       )
+       (wire
+               (pts
+                       (xy 89.535 90.17) (xy 57.785 90.17)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "256e10ac-87cf-47b7-bdfb-ee4226398daa")
+       )
+       (wire
+               (pts
+                       (xy 89.535 107.95) (xy 83.185 107.95)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "25a4052a-8f02-425a-98c7-447534c1b8f8")
+       )
+       (wire
+               (pts
+                       (xy 120.015 41.91) (xy 120.015 43.18)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "2806a67a-5241-46ea-bce1-41904fa71b8b")
+       )
+       (wire
+               (pts
+                       (xy 231.14 90.17) (xy 236.22 90.17)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "2a4ab348-caa9-4026-85c3-3ef1b2e85590")
+       )
+       (wire
+               (pts
+                       (xy 93.98 185.42) (xy 93.98 186.69)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "2d836640-b991-4cdb-9de5-9d033f9adfa9")
+       )
+       (wire
+               (pts
+                       (xy 237.49 41.91) (xy 236.22 41.91)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "2dee44e7-ec1f-4d8e-b302-5eef4a94c53c")
+       )
+       (wire
+               (pts
+                       (xy 241.935 38.1) (xy 243.84 38.1)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "2dee854a-546b-4c4a-907c-6122f4caf7df")
+       )
+       (wire
+               (pts
+                       (xy 81.28 175.26) (xy 80.01 175.26)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "2f376356-f612-4215-aaa9-191770b08ed4")
+       )
+       (wire
+               (pts
+                       (xy 261.62 35.56) (xy 266.7 35.56)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "2fcb57fe-6a04-4f25-91ac-aa3e0d2ef32b")
+       )
+       (wire
+               (pts
+                       (xy 136.525 82.55) (xy 141.605 82.55)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "30941145-f1d3-49de-860a-4585499027ed")
+       )
+       (wire
+               (pts
+                       (xy 141.605 80.01) (xy 136.525 80.01)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "309a95b4-fd5b-4759-8f0e-c6229e51363d")
+       )
+       (wire
+               (pts
+                       (xy 254.635 144.78) (xy 257.175 144.78)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "31e37cda-5194-4d7d-b04a-203c3b9f665a")
+       )
+       (wire
+               (pts
+                       (xy 36.83 97.79) (xy 89.535 97.79)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "32cbca44-8571-434d-a4c5-d7b8f9ae2d25")
+       )
+       (wire
+               (pts
+                       (xy 120.015 55.88) (xy 120.015 53.34)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "3386d0bc-e481-4e58-8ff8-8b9ebdb8a872")
+       )
+       (wire
+               (pts
+                       (xy 57.785 86.995) (xy 57.785 90.17)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "33e191c9-a22b-43de-9058-22fd6d8a9ebf")
+       )
+       (wire
+               (pts
+                       (xy 102.235 55.88) (xy 94.615 55.88)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "363c6e9e-1b64-4fa7-9faf-6d2647332536")
+       )
+       (wire
+               (pts
+                       (xy 139.7 162.56) (xy 113.03 162.56)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "36aea5d6-9416-4cff-aba0-a21ef175d32b")
+       )
+       (wire
+               (pts
+                       (xy 143.51 161.29) (xy 120.65 161.29)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "379c2b82-aafa-47a9-a42b-036943920a86")
+       )
+       (wire
+               (pts
+                       (xy 143.51 158.75) (xy 143.51 161.29)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "38409ea2-e872-4354-908a-0a4fa9e2f2bc")
+       )
+       (wire
+               (pts
+                       (xy 68.58 158.75) (xy 68.58 160.02)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "38b4f2e8-c497-4e03-a45b-1571c7cdc938")
+       )
+       (wire
+               (pts
+                       (xy 236.22 92.71) (xy 231.14 92.71)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "3a4903d7-35d3-4291-8649-59d575ba05ce")
+       )
+       (wire
+               (pts
+                       (xy 257.175 156.21) (xy 257.175 157.48)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "3a57dbd3-5d83-41e3-ad7f-07615171f3c6")
+       )
+       (wire
+               (pts
+                       (xy 57.785 73.025) (xy 60.325 73.025)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "3a9e4855-7680-4e12-ab0e-f3a77b4c027c")
+       )
+       (polyline
+               (pts
+                       (xy 276.86 119.38) (xy 208.915 119.38)
+               )
+               (stroke
+                       (width 0)
+                       (type dash)
+               )
+               (uuid "3dbd9509-19f3-48d3-8551-1ea53fb7ac11")
+       )
+       (wire
+               (pts
+                       (xy 144.78 181.61) (xy 142.24 181.61)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "3edbea24-bf2e-49fe-8b5f-ff99fa9c3b5d")
+       )
+       (wire
+               (pts
+                       (xy 44.45 166.37) (xy 49.53 166.37)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "3fd1a07a-b472-4170-8bd7-ae59cd1cde0c")
+       )
+       (wire
+               (pts
+                       (xy 49.53 166.37) (xy 81.28 166.37)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "40d2bc73-4df7-4f27-9a75-a09fc7705a27")
+       )
+       (wire
+               (pts
+                       (xy 199.39 84.455) (xy 204.47 84.455)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "422b422e-0467-4b2a-9fcd-cf5277e29f7b")
+       )
+       (wire
+               (pts
+                       (xy 256.54 80.01) (xy 261.62 80.01)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "42970514-262e-4371-a9b6-e5299ce5363f")
+       )
+       (polyline
+               (pts
+                       (xy 208.915 161.29) (xy 276.86 161.29)
+               )
+               (stroke
+                       (width 0)
+                       (type dash)
+               )
+               (uuid "4297a4b2-8b55-4653-860a-0dfeaee241c9")
+       )
+       (wire
+               (pts
+                       (xy 261.62 85.09) (xy 256.54 85.09)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "42b56ccf-e392-4be6-bb7f-bf1aaa750cca")
+       )
+       (wire
+               (pts
+                       (xy 74.93 147.32) (xy 68.58 147.32)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "436df9f8-47f7-467b-8d31-c3c7b1d36147")
+       )
+       (wire
+               (pts
+                       (xy 52.07 168.91) (xy 52.07 186.69)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "4397551e-430f-49f0-88b1-9c72297b8488")
+       )
+       (wire
+               (pts
+                       (xy 62.865 92.71) (xy 89.535 92.71)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "45beb88e-f174-4775-ab9e-cc77b8e026eb")
+       )
+       (polyline
+               (pts
+                       (xy 276.86 161.29) (xy 276.86 119.38)
+               )
+               (stroke
+                       (width 0)
+                       (type dash)
+               )
+               (uuid "46aa40e9-9ee3-4120-984b-6369ff062bd0")
+       )
+       (wire
+               (pts
+                       (xy 175.26 34.925) (xy 181.61 34.925)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "473c1e38-5fde-445e-87b1-c07fd5192d3c")
+       )
+       (wire
+               (pts
+                       (xy 257.175 134.62) (xy 257.175 142.24)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "482a24a3-a5f4-42db-b42e-3b3beaa3fea3")
+       )
+       (wire
+               (pts
+                       (xy 215.9 22.86) (xy 210.82 22.86)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "48426f2a-ab9d-4748-884c-4a92955d0fb0")
+       )
+       (wire
+               (pts
+                       (xy 215.9 21.59) (xy 215.9 22.86)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "4932ec54-52b6-461d-a188-72f318c01732")
+       )
+       (wire
+               (pts
+                       (xy 44.45 163.83) (xy 46.99 163.83)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "49e9438c-bb9e-4e45-9f2b-948a68609be2")
+       )
+       (wire
+               (pts
+                       (xy 148.59 34.925) (xy 154.94 34.925)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "4a314ac1-3e6e-4b7c-8007-d81e07cc1ce5")
+       )
+       (wire
+               (pts
+                       (xy 41.91 91.44) (xy 41.91 95.25)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "4aa21d7c-92a0-4b3b-a1e9-f22557fc2c67")
+       )
+       (wire
+               (pts
+                       (xy 217.17 44.45) (xy 217.17 50.8)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "4b616de4-650e-444b-81cf-1b1c178b433a")
+       )
+       (wire
+               (pts
+                       (xy 96.52 149.86) (xy 80.01 149.86)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "4b9ecb6a-20a2-426f-abd0-87c7955b597c")
+       )
+       (wire
+               (pts
+                       (xy 257.175 144.78) (xy 257.175 146.05)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "4c8fa700-8925-425b-9250-379e4bdefc2a")
+       )
+       (wire
+               (pts
+                       (xy 144.78 173.99) (xy 144.78 181.61)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "4cf34c58-2a9b-41db-888d-16d2eb0d133f")
+       )
+       (wire
+               (pts
+                       (xy 236.22 45.72) (xy 238.76 45.72)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "4e7c1a3d-ccf3-4204-bada-390aec68765b")
+       )
+       (wire
+               (pts
+                       (xy 112.395 54.61) (xy 112.395 57.15)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "5140486d-bc6a-41f3-90d9-88c5a3a93df3")
+       )
+       (wire
+               (pts
+                       (xy 39.37 76.2) (xy 39.37 77.47)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "545b35fb-c18a-42f5-ac3a-dc857809f872")
+       )
+       (wire
+               (pts
+                       (xy 94.615 41.91) (xy 94.615 44.45)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "5471536b-7a11-4025-9fcd-d04d33708256")
+       )
+       (wire
+               (pts
+                       (xy 257.81 104.14) (xy 257.81 107.95)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "54cf1a02-dc85-4560-975c-708543edb268")
+       )
+       (wire
+               (pts
+                       (xy 62.865 73.025) (xy 62.865 74.295)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "561be07b-70e8-4b81-a07c-5d3fda860421")
+       )
+       (wire
+               (pts
+                       (xy 89.535 102.87) (xy 83.185 102.87)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "5b3fbf4f-1e62-4782-b221-fe02594121ef")
+       )
+       (wire
+               (pts
+                       (xy 175.26 40.005) (xy 181.61 40.005)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "5ea69a5a-4d16-4521-89b8-44737b7c6f39")
+       )
+       (wire
+               (pts
+                       (xy 90.805 55.88) (xy 90.805 58.42)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "5feab3cf-6990-409a-9919-b7bca73b1c28")
+       )
+       (wire
+               (pts
+                       (xy 147.32 163.83) (xy 135.89 163.83)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "62a9e82b-9f92-4e82-ae69-b44ff81350fd")
+       )
+       (wire
+               (pts
+                       (xy 83.185 105.41) (xy 89.535 105.41)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "64677e43-ff78-40ce-81d7-cead366e0c9d")
+       )
+       (wire
+               (pts
+                       (xy 120.015 57.15) (xy 120.015 55.88)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "67092b43-e657-44cd-bb83-ed971d2fe895")
+       )
+       (wire
+               (pts
+                       (xy 122.555 55.88) (xy 120.015 55.88)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "67b46c96-be71-40a0-9912-9112b7c46f14")
+       )
+       (wire
+               (pts
+                       (xy 114.935 54.61) (xy 113.665 54.61)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "68b57e6b-5a1e-4fe2-935e-b5ef0ac0a3ea")
+       )
+       (wire
+               (pts
+                       (xy 93.98 186.69) (xy 95.25 186.69)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "68c7f435-3946-4377-84ad-890166592ea1")
+       )
+       (wire
+               (pts
+                       (xy 113.665 54.61) (xy 113.665 41.91)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "69427b17-919f-497d-8da7-cbb9e3203429")
+       )
+       (wire
+               (pts
+                       (xy 20.32 95.25) (xy 19.05 95.25)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "698a61f9-699e-441b-b934-54de882b16da")
+       )
+       (wire
+               (pts
+                       (xy 93.98 147.32) (xy 93.98 153.67)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "6a7bdfef-c742-4d28-9077-c5ce12ae7ec9")
+       )
+       (wire
+               (pts
+                       (xy 217.17 55.88) (xy 217.17 53.34)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "6aefd22b-4468-48fe-98fc-404e9a57e6ae")
+       )
+       (wire
+               (pts
+                       (xy 181.61 32.385) (xy 175.26 32.385)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "6b448944-a830-4098-b628-f0bc75b789a2")
+       )
+       (wire
+               (pts
+                       (xy 141.605 64.77) (xy 136.525 64.77)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "6c985d18-767b-4094-8ca5-fc756ae0a930")
+       )
+       (wire
+               (pts
+                       (xy 60.325 73.025) (xy 62.865 73.025)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "6d4cab29-7c48-4ecf-8f70-95df245acad8")
+       )
+       (wire
+               (pts
+                       (xy 118.11 173.99) (xy 116.84 173.99)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "6d5bcda6-7633-49bc-89ac-a41956eff9f4")
+       )
+       (wire
+               (pts
+                       (xy 199.39 94.615) (xy 204.47 94.615)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "6dd9e175-0973-4b40-a90e-2937819c1668")
+       )
+       (wire
+               (pts
+                       (xy 86.995 41.91) (xy 94.615 41.91)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "6e04826d-0872-453d-977b-9769febd2e93")
+       )
+       (polyline
+               (pts
+                       (xy 208.915 161.29) (xy 208.915 119.38)
+               )
+               (stroke
+                       (width 0)
+                       (type dash)
+               )
+               (uuid "6fef2887-b7b9-40f4-8fcb-15e8ac86b255")
+       )
+       (wire
+               (pts
+                       (xy 261.62 99.06) (xy 257.81 99.06)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "7072d576-b368-4007-ad3f-9da68ab68f5f")
+       )
+       (wire
+               (pts
+                       (xy 62.865 86.995) (xy 62.865 92.71)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "70bb6e0c-cb53-43d6-87a1-b90fe2a70042")
+       )
+       (wire
+               (pts
+                       (xy 237.49 35.56) (xy 243.84 35.56)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "70e82b9f-2fbb-45c7-883d-407b45f5708c")
+       )
+       (wire
+               (pts
+                       (xy 219.71 38.1) (xy 210.82 38.1)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "7123b579-08ef-4f50-8f41-8844382eb447")
+       )
+       (wire
+               (pts
+                       (xy 94.615 55.88) (xy 94.615 54.61)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "730487a5-2314-476b-96fb-13dbd064a2e8")
+       )
+       (wire
+               (pts
+                       (xy 46.99 147.32) (xy 46.99 163.83)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "7309b567-857f-4e70-b535-44a8d5042653")
+       )
+       (polyline
+               (pts
+                       (xy 134.62 47.625) (xy 134.62 16.51)
+               )
+               (stroke
+                       (width 0)
+                       (type dash)
+               )
+               (uuid "74244604-a669-4c65-a2c4-b15adf520a19")
+       )
+       (wire
+               (pts
+                       (xy 114.935 57.15) (xy 114.935 54.61)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "7486aa8b-2b73-418e-9555-e0715d73770a")
+       )
+       (wire
+               (pts
+                       (xy 19.05 95.25) (xy 19.05 97.79)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "755fee9e-f954-4d53-9070-bf59caca5dc3")
+       )
+       (wire
+               (pts
+                       (xy 174.625 111.76) (xy 174.625 114.3)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "75fc1d1e-96fd-4550-9d18-c929a23d6f72")
+       )
+       (wire
+               (pts
+                       (xy 116.84 179.07) (xy 116.84 181.61)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "78bfb01d-90f0-4e28-b702-7794abd19dfa")
+       )
+       (wire
+               (pts
+                       (xy 237.49 35.56) (xy 237.49 41.91)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "7986ccd1-a955-4f1c-9006-de60272b554a")
+       )
+       (wire
+               (pts
+                       (xy 141.605 87.63) (xy 136.525 87.63)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "7db28655-0e48-4a2a-8f56-92bd3658ee4c")
+       )
+       (wire
+               (pts
+                       (xy 102.235 44.45) (xy 102.235 41.91)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "7ebda6a2-184e-476e-a7b4-9df744cfe902")
+       )
+       (wire
+               (pts
+                       (xy 87.63 77.47) (xy 89.535 77.47)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "812c98f1-fab9-4d17-918d-68b0a24b0496")
+       )
+       (wire
+               (pts
+                       (xy 102.235 41.91) (xy 113.665 41.91)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "8303d555-aa7b-4fe2-be50-4391c69b8640")
+       )
+       (wire
+               (pts
+                       (xy 86.995 44.45) (xy 86.995 41.91)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "84583efa-e7a3-4262-9013-9c884b929154")
+       )
+       (polyline
+               (pts
+                       (xy 276.86 66.04) (xy 276.86 113.03)
+               )
+               (stroke
+                       (width 0)
+                       (type dash)
+               )
+               (uuid "8476e73c-ed86-405f-8420-a938f47125c0")
+       )
+       (wire
+               (pts
+                       (xy 68.58 147.32) (xy 67.31 147.32)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "84fd670b-72b2-4188-9080-5bd0ffa14017")
+       )
+       (wire
+               (pts
+                       (xy 241.935 33.02) (xy 243.84 33.02)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "85fd9804-8b5d-4f95-9b54-0e575abfd2cb")
+       )
+       (wire
+               (pts
+                       (xy 146.05 29.845) (xy 146.05 26.035)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "887f4ec9-4acf-4bf0-8c1f-7ad7c35b90d1")
+       )
+       (wire
+               (pts
+                       (xy 116.84 173.99) (xy 116.84 176.53)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "8938f9af-4b7e-482f-bc82-8a094cd3c620")
+       )
+       (wire
+               (pts
+                       (xy 261.62 33.02) (xy 267.97 33.02)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "894858c1-7b20-4cd7-b307-32d2090a7dc2")
+       )
+       (wire
+               (pts
+                       (xy 139.7 158.75) (xy 139.7 162.56)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "89a9fbc0-b8fd-479f-8ed5-e2f6d446b71f")
+       )
+       (wire
+               (pts
+                       (xy 199.39 86.995) (xy 204.47 86.995)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "89de673f-89f7-4eb0-88ba-fefcde6b3c0c")
+       )
+       (wire
+               (pts
+                       (xy 112.395 132.08) (xy 112.395 130.81)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "8a74d3c1-713d-472d-a698-51219f6c98f0")
+       )
+       (wire
+               (pts
+                       (xy 261.62 104.14) (xy 257.81 104.14)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "8bd51db9-8b15-441a-b15a-75d89d5037f5")
+       )
+       (polyline
+               (pts
+                       (xy 206.375 61.595) (xy 279.4 61.595)
+               )
+               (stroke
+                       (width 0)
+                       (type dash)
+               )
+               (uuid "8c53455f-8071-4a7e-92ad-741b13d8d701")
+       )
+       (polyline
+               (pts
+                       (xy 206.375 16.51) (xy 206.375 61.595)
+               )
+               (stroke
+                       (width 0)
+                       (type dash)
+               )
+               (uuid "8f22d0a6-0d43-41ee-a882-33fe438cda3f")
+       )
+       (wire
+               (pts
+                       (xy 215.9 46.99) (xy 219.71 46.99)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "910b61dd-f8f1-4ab0-9a47-c3a4f90b4c0b")
+       )
+       (wire
+               (pts
+                       (xy 57.785 90.17) (xy 56.515 90.17)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "919c431f-2a5a-4c3d-af37-2197e81ffccd")
+       )
+       (wire
+               (pts
+                       (xy 141.605 107.95) (xy 136.525 107.95)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "92f48214-0c38-4a56-9eb8-4de918f21e50")
+       )
+       (wire
+               (pts
+                       (xy 135.89 163.83) (xy 128.27 163.83)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "93ca8389-7001-4a23-9a49-8e6ab4252c55")
+       )
+       (wire
+               (pts
+                       (xy 80.01 69.85) (xy 89.535 69.85)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "9454161e-0b48-4d78-a491-8f62ff2a0332")
+       )
+       (wire
+               (pts
+                       (xy 94.615 55.88) (xy 90.805 55.88)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "95533542-3db7-4e20-8729-2e9ab38dca23")
+       )
+       (wire
+               (pts
+                       (xy 261.62 77.47) (xy 256.54 77.47)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "96720265-5e3c-41f1-af69-817b3bf401a1")
+       )
+       (wire
+               (pts
+                       (xy 136.525 113.03) (xy 146.685 113.03)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "99ba9e2b-102d-4fdf-9ea9-2a8f3334988e")
+       )
+       (polyline
+               (pts
+                       (xy 134.62 16.51) (xy 203.2 16.51)
+               )
+               (stroke
+                       (width 0)
+                       (type dash)
+               )
+               (uuid "99fd9bde-12e1-478c-9e6d-83e363c851b0")
+       )
+       (wire
+               (pts
+                       (xy 160.655 109.22) (xy 161.925 109.22)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "9a2bf310-ebb9-49cf-87c1-42d056c05b06")
+       )
+       (wire
+               (pts
+                       (xy 116.84 176.53) (xy 113.03 176.53)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "9aa8659a-2c50-4599-9e4f-0cd0eb5e9201")
+       )
+       (wire
+               (pts
+                       (xy 87.63 80.01) (xy 89.535 80.01)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "9c1af870-c3fa-4247-89de-ecf9c7875277")
+       )
+       (wire
+               (pts
+                       (xy 172.085 111.76) (xy 174.625 111.76)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "9e82b184-03a7-4552-afa0-8f9df745f1a3")
+       )
+       (wire
+               (pts
+                       (xy 200.66 74.295) (xy 200.66 76.835)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "9fa75202-064b-4d9f-818b-4c167c5b3d4f")
+       )
+       (polyline
+               (pts
+                       (xy 276.86 113.03) (xy 189.23 113.03)
+               )
+               (stroke
+                       (width 0)
+                       (type dash)
+               )
+               (uuid "a0d81135-9d9b-4ad3-8363-08e1a7a0f390")
+       )
+       (wire
+               (pts
+                       (xy 68.58 160.02) (xy 72.39 160.02)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "a12deb9c-4c2f-49ff-8914-ca85413236c4")
+       )
+       (wire
+               (pts
+                       (xy 215.9 34.29) (xy 215.9 46.99)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "a1ae34c2-f565-485d-bb99-1790061c01b5")
+       )
+       (wire
+               (pts
+                       (xy 231.14 87.63) (xy 236.22 87.63)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "a420b944-19a3-486e-94d1-7606a1e63545")
+       )
+       (wire
+               (pts
+                       (xy 199.39 81.915) (xy 204.47 81.915)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "a4c434b1-bde5-461d-8643-df9de0be1d79")
+       )
+       (wire
+               (pts
+                       (xy 95.25 189.23) (xy 95.25 186.69)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "a50774b9-5802-4f54-92ea-e9ceff6457c0")
+       )
+       (wire
+               (pts
+                       (xy 136.525 74.93) (xy 141.605 74.93)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "a616629b-4e8e-4218-96c6-b1c27b3d4ffd")
+       )
+       (wire
+               (pts
+                       (xy 200.66 102.235) (xy 200.66 99.695)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "a63cff63-4969-4753-afe7-b1290dbd2047")
+       )
+       (wire
+               (pts
+                       (xy 241.935 31.115) (xy 241.935 33.02)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "a89431a1-5e9a-4131-bbe5-d74e12fd20ad")
+       )
+       (wire
+               (pts
+                       (xy 87.63 85.09) (xy 89.535 85.09)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "a90563bd-39ad-4ec2-a5fe-7cea9869eef4")
+       )
+       (polyline
+               (pts
+                       (xy 279.4 61.595) (xy 279.4 16.51)
+               )
+               (stroke
+                       (width 0)
+                       (type dash)
+               )
+               (uuid "a9966230-7974-4775-bc11-aedb10ac3c84")
+       )
+       (wire
+               (pts
+                       (xy 204.47 97.155) (xy 199.39 97.155)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "aa04dd09-cfa9-4821-acef-113135242989")
+       )
+       (wire
+               (pts
+                       (xy 210.82 53.34) (xy 217.17 53.34)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "aa109c09-ee5f-42d0-ae24-53358fb1a62e")
+       )
+       (polyline
+               (pts
+                       (xy 189.23 113.03) (xy 189.23 66.04)
+               )
+               (stroke
+                       (width 0)
+                       (type dash)
+               )
+               (uuid "ad0151d1-ee7b-4855-a180-70769a086ccb")
+       )
+       (polyline
+               (pts
+                       (xy 24.13 195.58) (xy 24.13 140.97)
+               )
+               (stroke
+                       (width 0)
+                       (type dash)
+               )
+               (uuid "ad3aba8a-e7d7-4bc9-8f30-3856ba252cf0")
+       )
+       (wire
+               (pts
+                       (xy 235.585 142.24) (xy 233.045 142.24)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "ae4ceca7-f637-4a2a-b3ea-a868895a545e")
+       )
+       (wire
+               (pts
+                       (xy 112.395 133.35) (xy 112.395 132.08)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "aec756f2-e0f4-43e7-a304-7cfa05ef827f")
+       )
+       (wire
+               (pts
+                       (xy 210.82 36.83) (xy 210.82 38.1)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "afcb41c6-facd-41fb-84cc-8f86ec2158cf")
+       )
+       (wire
+               (pts
+                       (xy 49.53 147.32) (xy 46.99 147.32)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "b102423b-3d87-4a02-a87e-e14fa09bf7e8")
+       )
+       (wire
+               (pts
+                       (xy 136.525 77.47) (xy 141.605 77.47)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "b108fead-afbf-42f5-a93c-94badeb71b9e")
+       )
+       (wire
+               (pts
+                       (xy 146.685 110.49) (xy 136.525 110.49)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "b1458723-8731-4b0e-a684-c61f6b54cff3")
+       )
+       (wire
+               (pts
+                       (xy 113.665 41.91) (xy 113.665 40.64)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "b34f590f-ed50-4e0f-9cfc-742bd5ef450a")
+       )
+       (wire
+               (pts
+                       (xy 80.01 187.96) (xy 80.01 190.5)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "b3976713-725d-4208-91e0-aca42f1e685d")
+       )
+       (wire
+               (pts
+                       (xy 41.91 77.47) (xy 39.37 77.47)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "b3f98e07-0bd9-461c-8598-017bc10cda42")
+       )
+       (wire
+               (pts
+                       (xy 241.935 38.1) (xy 241.935 40.64)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "b4d3c4ec-1c21-40e3-a9a9-363c5c5c4aee")
+       )
+       (wire
+               (pts
+                       (xy 20.32 97.79) (xy 19.05 97.79)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "b5de4e19-88cf-4234-9769-d44a00b5f3c8")
+       )
+       (wire
+               (pts
+                       (xy 19.05 97.79) (xy 19.05 100.33)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "b75ef2b5-e056-4f62-972b-0c839b6e14a9")
+       )
+       (wire
+               (pts
+                       (xy 199.39 89.535) (xy 204.47 89.535)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "b764e281-f3e0-4a90-aaa7-9eb841b634e8")
+       )
+       (wire
+               (pts
+                       (xy 257.175 142.24) (xy 254.635 142.24)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "b80cc26d-5fd0-4c15-ba43-698a993bc364")
+       )
+       (wire
+               (pts
+                       (xy 181.61 37.465) (xy 175.26 37.465)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "b885eb56-e4b2-4c98-9385-68d067d4571f")
+       )
+       (polyline
+               (pts
+                       (xy 276.86 66.04) (xy 189.23 66.04)
+               )
+               (stroke
+                       (width 0)
+                       (type dash)
+               )
+               (uuid "bb41066c-8814-4a79-89a5-4d28e0e8f9f4")
+       )
+       (wire
+               (pts
+                       (xy 100.33 149.86) (xy 96.52 149.86)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "bc75afe1-3baf-4a57-9a11-d2428bd3525c")
+       )
+       (wire
+               (pts
+                       (xy 114.935 132.08) (xy 112.395 132.08)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "bea10abd-d5a4-4def-86c9-94696c707cfc")
+       )
+       (wire
+               (pts
+                       (xy 141.605 72.39) (xy 136.525 72.39)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "c1418204-6465-4ef0-b1ed-91163ac310ba")
+       )
+       (wire
+               (pts
+                       (xy 44.45 168.91) (xy 52.07 168.91)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "c18be738-21a7-4c1f-be38-8570be630685")
+       )
+       (wire
+               (pts
+                       (xy 235.585 144.78) (xy 230.505 144.78)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "c1a8fb95-eb65-4fb6-8979-fb6436abcc10")
+       )
+       (wire
+               (pts
+                       (xy 80.01 175.26) (xy 80.01 177.8)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "c2882082-ab81-4486-8b97-b8aa1e7d294e")
+       )
+       (wire
+               (pts
+                       (xy 136.525 100.33) (xy 141.605 100.33)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "c4eb0797-cb4e-4d55-8ca8-97a3d9021086")
+       )
+       (polyline
+               (pts
+                       (xy 203.2 47.625) (xy 203.2 16.51)
+               )
+               (stroke
+                       (width 0)
+                       (type dash)
+               )
+               (uuid "c5c57216-64b8-4047-81a7-af337cfcc289")
+       )
+       (wire
+               (pts
+                       (xy 231.14 97.79) (xy 236.22 97.79)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "c5e4421e-e59c-4d62-86da-582eb5fbdb5a")
+       )
+       (wire
+               (pts
+                       (xy 87.63 87.63) (xy 89.535 87.63)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "c60807a7-91cf-40c9-b829-48fd8ab042ac")
+       )
+       (wire
+               (pts
+                       (xy 146.685 114.3) (xy 146.685 113.03)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "c7597ba0-530e-49b0-82f5-a68af4500b5e")
+       )
+       (wire
+               (pts
+                       (xy 52.07 168.91) (xy 81.28 168.91)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "c866ab78-8318-42f1-b5a1-895267fc5c74")
+       )
+       (wire
+               (pts
+                       (xy 57.785 74.295) (xy 57.785 73.025)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "c88f0a07-6235-4d6b-82e1-33ec4686c54d")
+       )
+       (wire
+               (pts
+                       (xy 36.83 77.47) (xy 36.83 78.74)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "c96ab295-be50-4c2a-beea-848cfce271b9")
+       )
+       (wire
+               (pts
+                       (xy 89.535 67.31) (xy 80.01 67.31)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "caf40982-eb19-42d9-bbe7-5e2e91593a69")
+       )
+       (wire
+               (pts
+                       (xy 217.17 50.8) (xy 217.17 53.34)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "cb5dcde6-c4b3-4786-a299-932c51163282")
+       )
+       (wire
+               (pts
+                       (xy 142.24 173.99) (xy 144.78 173.99)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "cc9093d4-c356-4955-b985-fdd060858048")
+       )
+       (wire
+               (pts
+                       (xy 135.89 158.75) (xy 135.89 163.83)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "cc9b00a4-4200-40b8-8919-0456f3830a48")
+       )
+       (wire
+               (pts
+                       (xy 44.45 173.99) (xy 57.15 173.99)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "cd8c33d0-6145-47db-8ef1-5324e08420b2")
+       )
+       (polyline
+               (pts
+                       (xy 203.2 47.625) (xy 134.62 47.625)
+               )
+               (stroke
+                       (width 0)
+                       (type dash)
+               )
+               (uuid "ce8561c2-8ead-46c7-a8c8-d64f10960397")
+       )
+       (wire
+               (pts
+                       (xy 160.655 114.3) (xy 161.925 114.3)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "cf2a1688-932d-4de3-907c-cbe3b0aac680")
+       )
+       (wire
+               (pts
+                       (xy 113.665 54.61) (xy 112.395 54.61)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "d0519071-0183-4bf3-b147-b89441b65d74")
+       )
+       (wire
+               (pts
+                       (xy 231.14 80.01) (xy 236.22 80.01)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "d0a69b2d-7f34-409e-8eb7-a401c431f99c")
+       )
+       (wire
+               (pts
+                       (xy 60.325 71.755) (xy 60.325 73.025)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "d1875436-ad79-4cfc-ae85-9e8395d943ab")
+       )
+       (wire
+               (pts
+                       (xy 87.63 74.93) (xy 89.535 74.93)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "d1c251ef-034f-4d49-9d92-785ee4ec363c")
+       )
+       (wire
+               (pts
+                       (xy 41.91 78.74) (xy 41.91 77.47)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "d317605b-2962-4caf-966a-1e227b9e47a9")
+       )
+       (wire
+               (pts
+                       (xy 230.505 124.46) (xy 230.505 125.73)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "d3a268bc-e8cd-4a46-84f1-beada225a336")
+       )
+       (wire
+               (pts
+                       (xy 114.935 130.81) (xy 114.935 132.08)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "d5255a2d-c84b-439d-b3b5-7fd8a31253a0")
+       )
+       (wire
+               (pts
+                       (xy 219.71 41.91) (xy 217.17 41.91)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "d6bab137-4631-4db8-b34e-052ea21f63f1")
+       )
+       (polyline
+               (pts
+                       (xy 160.655 140.97) (xy 160.655 195.58)
+               )
+               (stroke
+                       (width 0)
+                       (type dash)
+               )
+               (uuid "d71af612-7e9d-4dca-8336-3388da6ca7bf")
+       )
+       (wire
+               (pts
+                       (xy 80.01 149.86) (xy 80.01 175.26)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "d72882d4-8512-4298-929e-5906e49c6dc3")
+       )
+       (wire
+               (pts
+                       (xy 200.66 99.695) (xy 204.47 99.695)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "d7336037-5e92-452f-b70d-61b46e23ffd9")
+       )
+       (wire
+               (pts
+                       (xy 236.22 85.09) (xy 231.14 85.09)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "d7c69aa9-3700-4277-a162-5532fb4cd64b")
+       )
+       (wire
+               (pts
+                       (xy 141.605 105.41) (xy 136.525 105.41)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "d86b6bda-1158-45f8-bdc8-cacdede8b9b3")
+       )
+       (wire
+               (pts
+                       (xy 146.685 109.22) (xy 146.685 110.49)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "d8a2262c-be93-4f97-9852-1ed06dc91a23")
+       )
+       (wire
+               (pts
+                       (xy 215.9 34.29) (xy 219.71 34.29)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "d8c1af7d-9e0b-4e7b-b7a1-8891fdaf6c64")
+       )
+       (wire
+               (pts
+                       (xy 136.525 92.71) (xy 141.605 92.71)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "d8c71501-2982-43d2-adad-cf0ba561b151")
+       )
+       (wire
+               (pts
+                       (xy 154.94 29.845) (xy 146.05 29.845)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "d9a838c5-360f-4e32-878f-3a2609019bb9")
+       )
+       (wire
+               (pts
+                       (xy 217.17 44.45) (xy 219.71 44.45)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "da84c512-85fc-4b3f-a277-26166db89736")
+       )
+       (wire
+               (pts
+                       (xy 90.805 55.88) (xy 86.995 55.88)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "daa9ad27-84bd-4c83-a53f-1f44f6324890")
+       )
+       (wire
+               (pts
+                       (xy 136.525 85.09) (xy 141.605 85.09)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "db390c0d-1aa0-4758-9b00-40dccc16fa34")
+       )
+       (wire
+               (pts
+                       (xy 56.515 92.71) (xy 62.865 92.71)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "db4ba743-fdb3-47a5-8740-fe968ed27e18")
+       )
+       (wire
+               (pts
+                       (xy 199.39 29.845) (xy 175.26 29.845)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "dceb9ca5-b5b5-4503-ac7a-178899c23bec")
+       )
+       (wire
+               (pts
+                       (xy 41.91 95.25) (xy 35.56 95.25)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "df64ea6e-a514-4156-bc06-51edaa42fd2e")
+       )
+       (wire
+               (pts
+                       (xy 100.33 153.67) (xy 100.33 149.86)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "dfd953fc-b572-4fdb-9932-23020662d1c2")
+       )
+       (wire
+               (pts
+                       (xy 210.82 50.8) (xy 210.82 53.34)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "e015e86c-30cd-44d7-87f7-6aa68f1c7a5c")
+       )
+       (wire
+               (pts
+                       (xy 254.635 139.7) (xy 259.715 139.7)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "e03f76c9-cf6b-4715-8f52-b59f6186861f")
+       )
+       (wire
+               (pts
+                       (xy 257.175 142.24) (xy 257.175 144.78)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "e1aee09f-3c1a-42a5-be70-801f848afca9")
+       )
+       (wire
+               (pts
+                       (xy 124.46 158.75) (xy 124.46 160.02)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "e35dab15-e1bc-486b-9f2d-0100f049c626")
+       )
+       (wire
+               (pts
+                       (xy 128.27 163.83) (xy 128.27 158.75)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "e48b18f5-2c19-40a7-8702-63fcd130a5a7")
+       )
+       (wire
+               (pts
+                       (xy 141.605 90.17) (xy 136.525 90.17)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "e5ce98b8-2542-4418-a646-92b84b09463d")
+       )
+       (wire
+               (pts
+                       (xy 256.54 74.93) (xy 261.62 74.93)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "e6043b93-9514-4376-b47e-15b5956ed6c6")
+       )
+       (wire
+               (pts
+                       (xy 217.17 41.91) (xy 217.17 44.45)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "ea3b7fa9-a5a6-4d26-8196-670c5b233260")
+       )
+       (wire
+               (pts
+                       (xy 124.46 160.02) (xy 113.03 160.02)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "ea54ba32-8b7d-4662-b9b6-9477ea7dcd78")
+       )
+       (wire
+               (pts
+                       (xy 97.79 186.69) (xy 97.79 185.42)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "eacec03b-46e6-464c-a66d-dee8f8f48275")
+       )
+       (wire
+               (pts
+                       (xy 141.605 95.25) (xy 136.525 95.25)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "edaffc04-a1d1-4a1a-99ad-d20f28920d50")
+       )
+       (wire
+               (pts
+                       (xy 144.78 171.45) (xy 144.78 173.99)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "ee70619b-0bb5-425b-9d84-94ab7ad924e5")
+       )
+       (wire
+               (pts
+                       (xy 72.39 160.02) (xy 74.93 160.02)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "eed5628e-eeb0-4796-a2f3-acfdf4260f66")
+       )
+       (wire
+               (pts
+                       (xy 72.39 161.29) (xy 72.39 160.02)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "eee11f98-944a-48fa-82f1-0d57bf1db391")
+       )
+       (wire
+               (pts
+                       (xy 52.07 186.69) (xy 44.45 186.69)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "ef95bf2e-33b3-4996-9485-276ef112c494")
+       )
+       (wire
+               (pts
+                       (xy 95.25 186.69) (xy 97.79 186.69)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "f01db510-c258-40fc-874e-34dde9bfbcc4")
+       )
+       (wire
+               (pts
+                       (xy 233.045 142.24) (xy 233.045 149.86)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "f1981257-9e6f-4186-ab55-4a52ec949350")
+       )
+       (wire
+               (pts
+                       (xy 141.605 69.85) (xy 136.525 69.85)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "f2460239-615f-4402-a8e3-56cfe66070a3")
+       )
+       (wire
+               (pts
+                       (xy 231.14 95.25) (xy 236.22 95.25)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "f2a54f9d-f6d1-4d20-a7a8-3c7675ea043e")
+       )
+       (wire
+               (pts
+                       (xy 44.45 184.15) (xy 49.53 184.15)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "f30dbadb-5438-4048-bd05-4f8af1a94e48")
+       )
+       (wire
+               (pts
+                       (xy 49.53 184.15) (xy 49.53 166.37)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "f386ec3f-4e1c-4d72-8ab5-db6d8cdf0cda")
+       )
+       (wire
+               (pts
+                       (xy 111.76 149.86) (xy 100.33 149.86)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "f5a230f2-8507-4f51-a3d3-9edc4423e716")
+       )
+       (wire
+               (pts
+                       (xy 93.98 147.32) (xy 74.93 147.32)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "f7a1db90-37bd-405f-b1ca-4e8c1900128f")
+       )
+       (wire
+               (pts
+                       (xy 83.185 100.33) (xy 89.535 100.33)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "f81f3b82-d7da-4ecc-b2a6-7adb5e8aed64")
+       )
+       (wire
+               (pts
+                       (xy 96.52 149.86) (xy 96.52 153.67)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "f8e87045-86e2-4db0-969c-16c847441e80")
+       )
+       (wire
+               (pts
+                       (xy 136.525 67.31) (xy 141.605 67.31)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "fc99083c-630d-49a1-a110-08fbd681a679")
+       )
+       (polyline
+               (pts
+                       (xy 160.655 140.97) (xy 24.13 140.97)
+               )
+               (stroke
+                       (width 0)
+                       (type dash)
+               )
+               (uuid "fe03103e-fc2f-4eab-9258-138e85a5d15d")
+       )
+       (polyline
+               (pts
+                       (xy 160.655 195.58) (xy 24.13 195.58)
+               )
+               (stroke
+                       (width 0)
+                       (type dash)
+               )
+               (uuid "fe2e77d8-438b-4ef7-bd21-517b40d023e0")
+       )
+       (wire
+               (pts
+                       (xy 148.59 32.385) (xy 154.94 32.385)
+               )
+               (stroke
+                       (width 0)
+                       (type default)
+               )
+               (uuid "ff31c65f-5f9a-47dd-ae27-f203861e0043")
+       )
+       (label "AD4"
+               (at 256.54 85.09 180)
+               (effects
+                       (font
+                               (size 1.016 1.016)
+                       )
+                       (justify right bottom)
+               )
+               (uuid "009502e7-6e21-4954-acc3-ea8c146596e3")
+       )
+       (label "GPIO0_28"
+               (at 231.14 77.47 180)
+               (effects
+                       (font
+                               (size 1.016 1.016)
+                       )
+                       (justify right bottom)
+               )
+               (uuid "015ed72b-daa3-4c11-9db4-4f7f21a3c25f")
+       )
+       (label "GPIO0_9"
+               (at 199.39 97.155 180)
+               (effects
+                       (font
+                               (size 1.016 1.016)
+                       )
+                       (justify right bottom)
+               )
+               (uuid "07a06d4e-1152-4b98-ac6b-e87243be6d7e")
+       )
+       (label "GPIO0_23"
+               (at 231.14 90.17 180)
+               (effects
+                       (font
+                               (size 1.016 1.016)
+                       )
+                       (justify right bottom)
+               )
+               (uuid "0c097dd9-6715-404a-89ad-642e2a6e206f")
+       )
+       (label "GPIO0_3"
+               (at 199.39 84.455 180)
+               (effects
+                       (font
+                               (size 1.016 1.016)
+                       )
+                       (justify right bottom)
+               )
+               (uuid "11048c1f-38e1-4507-bbf0-6a6beb09f215")
+       )
+       (label "GPIO0_24"
+               (at 231.14 87.63 180)
+               (effects
+                       (font
+                               (size 1.016 1.016)
+                       )
+                       (justify right bottom)
+               )
+               (uuid "1183f2f6-b575-4cff-bcd7-058af0e1a851")
+       )
+       (label "GPIO0_28"
+               (at 141.605 87.63 0)
+               (effects
+                       (font
+                               (size 1.016 1.016)
+                       )
+                       (justify left bottom)
+               )
+               (uuid "171ab095-f16b-499b-92e2-e88cf3c9d923")
+       )
+       (label "GPIO0_6"
+               (at 199.39 92.075 180)
+               (effects
+                       (font
+                               (size 1.016 1.016)
+                       )
+                       (justify right bottom)
+               )
+               (uuid "1c8923cd-60b1-45f8-95b8-da29fa0027be")
+       )
+       (label "AD0"
+               (at 141.605 92.71 0)
+               (effects
+                       (font
+                               (size 1.016 1.016)
+                       )
+                       (justify left bottom)
+               )
+               (uuid "1ef68f3c-ea37-456a-afca-7f72539956aa")
+       )
+       (label "AD5"
+               (at 141.605 107.95 0)
+               (effects
+                       (font
+                               (size 1.016 1.016)
+                       )
+                       (justify left bottom)
+               )
+               (uuid "3499e76c-0588-4ee1-bbd5-6251ef66b5ac")
+       )
+       (label "GPIO0_5"
+               (at 87.63 77.47 180)
+               (effects
+                       (font
+                               (size 1.016 1.016)
+                       )
+                       (justify right bottom)
+               )
+               (uuid "37d1055c-308e-4f31-9688-7409a31c0154")
+       )
+       (label "AD3"
+               (at 141.605 102.87 0)
+               (effects
+                       (font
+                               (size 1.016 1.016)
+                       )
+                       (justify left bottom)
+               )
+               (uuid "41245f10-a739-4779-b4ae-85a7e7424a78")
+       )
+       (label "GPIO0_20"
+               (at 231.14 97.79 180)
+               (effects
+                       (font
+                               (size 1.016 1.016)
+                       )
+                       (justify right bottom)
+               )
+               (uuid "414e34a1-deac-4b9d-8051-3541c7bb75fb")
+       )
+       (label "AD5"
+               (at 256.54 87.63 180)
+               (effects
+                       (font
+                               (size 1.016 1.016)
+                       )
+                       (justify right bottom)
+               )
+               (uuid "450fdb28-1a50-449a-883b-ac4fa7533a5e")
+       )
+       (label "AD1"
+               (at 256.54 77.47 180)
+               (effects
+                       (font
+                               (size 1.016 1.016)
+                       )
+                       (justify right bottom)
+               )
+               (uuid "51942aa5-beb0-4566-be98-aaf453fcabef")
+       )
+       (label "GPIO0_9"
+               (at 87.63 87.63 180)
+               (effects
+                       (font
+                               (size 1.016 1.016)
+                       )
+                       (justify right bottom)
+               )
+               (uuid "596979db-bc6c-4af3-bcdb-8d2287096e0b")
+       )
+       (label "GPIO0_0"
+               (at 199.39 81.915 180)
+               (effects
+                       (font
+                               (size 1.016 1.016)
+                       )
+                       (justify right bottom)
+               )
+               (uuid "59f388a7-256f-4666-84c1-85386fd33caa")
+       )
+       (label "AD1"
+               (at 141.605 95.25 0)
+               (effects
+                       (font
+                               (size 1.016 1.016)
+                       )
+                       (justify left bottom)
+               )
+               (uuid "5f79c1bc-42d8-4908-bfad-24012ae23ac1")
+       )
+       (label "GPIO0_4"
+               (at 199.39 86.995 180)
+               (effects
+                       (font
+                               (size 1.016 1.016)
+                       )
+                       (justify right bottom)
+               )
+               (uuid "5fd20d73-0981-430d-8f4d-a14ca14371dd")
+       )
+       (label "GPIO0_29"
+               (at 141.605 90.17 0)
+               (effects
+                       (font
+                               (size 1.016 1.016)
+                       )
+                       (justify left bottom)
+               )
+               (uuid "6030614a-c9a0-4d95-a4b1-db4fc28dcfe5")
+       )
+       (label "GPIO0_19"
+               (at 231.14 100.33 180)
+               (effects
+                       (font
+                               (size 1.016 1.016)
+                       )
+                       (justify right bottom)
+               )
+               (uuid "6363e759-2b06-4f71-8225-a6213c28c330")
+       )
+       (label "AD2"
+               (at 141.605 100.33 0)
+               (effects
+                       (font
+                               (size 1.016 1.016)
+                       )
+                       (justify left bottom)
+               )
+               (uuid "7a57f472-7edf-462b-a38b-ff380a4029fe")
+       )
+       (label "GPIO0_29"
+               (at 199.39 79.375 180)
+               (effects
+                       (font
+                               (size 1.016 1.016)
+                       )
+                       (justify right bottom)
+               )
+               (uuid "8686ae6c-15d5-4453-8994-8f392d1d10b8")
+       )
+       (label "AD3"
+               (at 256.54 82.55 180)
+               (effects
+                       (font
+                               (size 1.016 1.016)
+                       )
+                       (justify right bottom)
+               )
+               (uuid "8a034a4a-0831-41e5-9711-95929a4f8870")
+       )
+       (label "GPIO0_26"
+               (at 231.14 82.55 180)
+               (effects
+                       (font
+                               (size 1.016 1.016)
+                       )
+                       (justify right bottom)
+               )
+               (uuid "8b5eeade-fdab-4b81-bc04-772554401850")
+       )
+       (label "GPIO0_26"
+               (at 141.605 82.55 0)
+               (effects
+                       (font
+                               (size 1.016 1.016)
+                       )
+                       (justify left bottom)
+               )
+               (uuid "8be1f0e9-49a0-4ee7-8f9f-dc255e7ff553")
+       )
+       (label "GPIO0_21"
+               (at 231.14 95.25 180)
+               (effects
+                       (font
+                               (size 1.016 1.016)
+                       )
+                       (justify right bottom)
+               )
+               (uuid "8f7f7256-b689-4082-ae70-6c482cf2170b")
+       )
+       (label "GPIO0_23"
+               (at 141.605 74.93 0)
+               (effects
+                       (font
+                               (size 1.016 1.016)
+                       )
+                       (justify left bottom)
+               )
+               (uuid "95ccba0f-1f45-4c0d-ba59-d1cf9da3e4c5")
+       )
+       (label "GPIO0_25"
+               (at 231.14 85.09 180)
+               (effects
+                       (font
+                               (size 1.016 1.016)
+                       )
+                       (justify right bottom)
+               )
+               (uuid "98171a35-573d-4535-acc0-efdb3ebf8cd1")
+       )
+       (label "GPIO0_27"
+               (at 141.605 85.09 0)
+               (effects
+                       (font
+                               (size 1.016 1.016)
+                       )
+                       (justify left bottom)
+               )
+               (uuid "99d25953-398c-43e9-862c-f7afbaa9a7f8")
+       )
+       (label "VREF"
+               (at 122.555 55.88 0)
+               (effects
+                       (font
+                               (size 1.016 1.016)
+                       )
+                       (justify left bottom)
+               )
+               (uuid "9ae8abd2-c02f-43b3-a2a7-1ec73e291d32")
+       )
+       (label "GPIO0_22"
+               (at 141.605 72.39 0)
+               (effects
+                       (font
+                               (size 1.016 1.016)
+                       )
+                       (justify left bottom)
+               )
+               (uuid "9f931dbe-ac64-476b-8ab6-1a20bebb3152")
+       )
+       (label "GPIO0_20"
+               (at 141.605 67.31 0)
+               (effects
+                       (font
+                               (size 1.016 1.016)
+                       )
+                       (justify left bottom)
+               )
+               (uuid "a247afc5-433e-42a1-9e2a-833d64c1d1cd")
+       )
+       (label "GPIO0_21"
+               (at 141.605 69.85 0)
+               (effects
+                       (font
+                               (size 1.016 1.016)
+                       )
+                       (justify left bottom)
+               )
+               (uuid "a8e5236c-1340-41a9-a224-6b2f0a7a2150")
+       )
+       (label "GPIO0_0"
+               (at 87.63 64.77 180)
+               (effects
+                       (font
+                               (size 1.016 1.016)
+                       )
+                       (justify right bottom)
+               )
+               (uuid "a9966edc-309e-4223-a870-d091ef274c2e")
+       )
+       (label "GPIO0_6"
+               (at 87.63 80.01 180)
+               (effects
+                       (font
+                               (size 1.016 1.016)
+                       )
+                       (justify right bottom)
+               )
+               (uuid "af427451-aed9-4e7d-b415-15e0ec1b8cb3")
+       )
+       (label "GPIO0_8"
+               (at 87.63 85.09 180)
+               (effects
+                       (font
+                               (size 1.016 1.016)
+                       )
+                       (justify right bottom)
+               )
+               (uuid "afbb3d85-7c5b-4917-9201-bf0bc315b18d")
+       )
+       (label "GPIO0_25"
+               (at 141.605 80.01 0)
+               (effects
+                       (font
+                               (size 1.016 1.016)
+                       )
+                       (justify left bottom)
+               )
+               (uuid "b05e01c9-b58c-4e53-b711-f1f79f98bac8")
+       )
+       (label "GPIO0_3"
+               (at 87.63 72.39 180)
+               (effects
+                       (font
+                               (size 1.016 1.016)
+                       )
+                       (justify right bottom)
+               )
+               (uuid "b4eb06d2-c82b-4753-9982-0f23fee80485")
+       )
+       (label "GPIO0_27"
+               (at 231.14 80.01 180)
+               (effects
+                       (font
+                               (size 1.016 1.016)
+                       )
+                       (justify right bottom)
+               )
+               (uuid "ce8cb042-e12c-4ec5-b1b5-59a5361c7556")
+       )
+       (label "GPIO0_22"
+               (at 231.14 92.71 180)
+               (effects
+                       (font
+                               (size 1.016 1.016)
+                       )
+                       (justify right bottom)
+               )
+               (uuid "cf9e6f9b-f623-4dc9-a802-473e314fe268")
+       )
+       (label "AD0"
+               (at 256.54 74.93 180)
+               (effects
+                       (font
+                               (size 1.016 1.016)
+                       )
+                       (justify right bottom)
+               )
+               (uuid "d5c392d8-8af4-47b6-a534-98ff2b82850b")
+       )
+       (label "GPIO0_8"
+               (at 199.39 94.615 180)
+               (effects
+                       (font
+                               (size 1.016 1.016)
+                       )
+                       (justify right bottom)
+               )
+               (uuid "df6d9772-308b-4ef8-8c18-f7cac86cc9e3")
+       )
+       (label "GPIO0_4"
+               (at 87.63 74.93 180)
+               (effects
+                       (font
+                               (size 1.016 1.016)
+                       )
+                       (justify right bottom)
+               )
+               (uuid "ea67aad4-7611-413d-a85e-0451e77778c7")
+       )
+       (label "AD4"
+               (at 141.605 105.41 0)
+               (effects
+                       (font
+                               (size 1.016 1.016)
+                       )
+                       (justify left bottom)
+               )
+               (uuid "eabd2501-bfa6-412f-bdac-2c463b8a7309")
+       )
+       (label "AD2"
+               (at 256.54 80.01 180)
+               (effects
+                       (font
+                               (size 1.016 1.016)
+                       )
+                       (justify right bottom)
+               )
+               (uuid "eca1bf5b-031c-46c5-8474-59e0372bcc3e")
+       )
+       (label "GPIO0_5"
+               (at 199.39 89.535 180)
+               (effects
+                       (font
+                               (size 1.016 1.016)
+                       )
+                       (justify right bottom)
+               )
+               (uuid "f04eeb37-56e1-4ed2-aa94-f31d3a9b0e10")
+       )
+       (label "GPIO0_19"
+               (at 141.605 64.77 0)
+               (effects
+                       (font
+                               (size 1.016 1.016)
+                       )
+                       (justify left bottom)
+               )
+               (uuid "f25e702b-0fca-4335-b225-fc0d8eaf8b1b")
+       )
+       (label "GPIO0_24"
+               (at 141.605 77.47 0)
+               (effects
+                       (font
+                               (size 1.016 1.016)
+                       )
+                       (justify left bottom)
+               )
+               (uuid "fb1bd106-f848-4088-9435-e9bd5a98ea23")
+       )
+       (global_label "I2C SCL"
+               (shape input)
+               (at 56.515 90.17 180)
+               (fields_autoplaced yes)
+               (effects
+                       (font
+                               (size 1.524 1.524)
+                       )
+                       (justify right)
+               )
+               (uuid "10a3dfbc-10ca-492f-b3a2-e8a316674459")
+               (property "Intersheetrefs" "${INTERSHEET_REFS}"
+                       (at 56.515 90.17 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (property "Références Inter-Feuilles" "${INTERSHEET_REFS}"
+                       (at 0 0 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+       )
+       (global_label "I2C SDA"
+               (shape bidirectional)
+               (at 181.61 34.925 0)
+               (fields_autoplaced yes)
+               (effects
+                       (font
+                               (size 1.524 1.524)
+                       )
+                       (justify left)
+               )
+               (uuid "21d109f5-055f-4189-a86b-8fba26df58ba")
+               (property "Intersheetrefs" "${INTERSHEET_REFS}"
+                       (at 181.61 34.925 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (property "Références Inter-Feuilles" "${INTERSHEET_REFS}"
+                       (at 0 1.905 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+       )
+       (global_label "TEMP_ALERT"
+               (shape output)
+               (at 226.695 144.78 180)
+               (fields_autoplaced yes)
+               (effects
+                       (font
+                               (size 1.524 1.524)
+                       )
+                       (justify right)
+               )
+               (uuid "31eb9cd3-12dd-4a08-81c3-cda3ad1b0605")
+               (property "Intersheetrefs" "${INTERSHEET_REFS}"
+                       (at 226.695 144.78 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (property "Références Inter-Feuilles" "${INTERSHEET_REFS}"
+                       (at -4.445 -1.27 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+       )
+       (global_label "UART RX"
+               (shape input)
+               (at 80.01 69.85 180)
+               (fields_autoplaced yes)
+               (effects
+                       (font
+                               (size 1.524 1.524)
+                       )
+                       (justify right)
+               )
+               (uuid "34b58e63-4e1e-4279-ab9b-351243320ade")
+               (property "Intersheetrefs" "${INTERSHEET_REFS}"
+                       (at 80.01 69.85 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (property "Références Inter-Feuilles" "${INTERSHEET_REFS}"
+                       (at 0 0 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+       )
+       (global_label "SPI_CS"
+               (shape input)
+               (at 181.61 40.005 0)
+               (fields_autoplaced yes)
+               (effects
+                       (font
+                               (size 1.524 1.524)
+                       )
+                       (justify left)
+               )
+               (uuid "3ec1c1c0-e8d7-4580-966d-471324a47bdc")
+               (property "Intersheetrefs" "${INTERSHEET_REFS}"
+                       (at 181.61 40.005 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (property "Références Inter-Feuilles" "${INTERSHEET_REFS}"
+                       (at 0 1.905 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+       )
+       (global_label "I2C SDA"
+               (shape bidirectional)
+               (at 259.715 139.7 0)
+               (fields_autoplaced yes)
+               (effects
+                       (font
+                               (size 1.524 1.524)
+                       )
+                       (justify left)
+               )
+               (uuid "3fb03920-2d9d-4f8c-aea1-f95abdc1813b")
+               (property "Intersheetrefs" "${INTERSHEET_REFS}"
+                       (at 259.715 139.7 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (property "Références Inter-Feuilles" "${INTERSHEET_REFS}"
+                       (at -4.445 -1.27 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+       )
+       (global_label "SPI_SCLK"
+               (shape input)
+               (at 148.59 40.005 180)
+               (fields_autoplaced yes)
+               (effects
+                       (font
+                               (size 1.524 1.524)
+                       )
+                       (justify right)
+               )
+               (uuid "483303bf-fd77-483b-b7ee-ee6d88165168")
+               (property "Intersheetrefs" "${INTERSHEET_REFS}"
+                       (at 148.59 40.005 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (property "Références Inter-Feuilles" "${INTERSHEET_REFS}"
+                       (at 0 1.905 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+       )
+       (global_label "UART_TX"
+               (shape output)
+               (at 148.59 32.385 180)
+               (fields_autoplaced yes)
+               (effects
+                       (font
+                               (size 1.524 1.524)
+                       )
+                       (justify right)
+               )
+               (uuid "58764b9f-364d-48b1-9938-d14508beb9a0")
+               (property "Intersheetrefs" "${INTERSHEET_REFS}"
+                       (at 148.59 32.385 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (property "Références Inter-Feuilles" "${INTERSHEET_REFS}"
+                       (at 0 1.905 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+       )
+       (global_label "UART_TX"
+               (shape output)
+               (at 80.01 67.31 180)
+               (fields_autoplaced yes)
+               (effects
+                       (font
+                               (size 1.524 1.524)
+                       )
+                       (justify right)
+               )
+               (uuid "641f2214-af3b-428d-8c0a-94889b47a721")
+               (property "Intersheetrefs" "${INTERSHEET_REFS}"
+                       (at 80.01 67.31 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (property "Références Inter-Feuilles" "${INTERSHEET_REFS}"
+                       (at 0 0 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+       )
+       (global_label "SPI_MISO"
+               (shape input)
+               (at 148.59 37.465 180)
+               (fields_autoplaced yes)
+               (effects
+                       (font
+                               (size 1.524 1.524)
+                       )
+                       (justify right)
+               )
+               (uuid "6aba29c8-d273-4f06-915a-be6c4b02a5a0")
+               (property "Intersheetrefs" "${INTERSHEET_REFS}"
+                       (at 148.59 37.465 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (property "Références Inter-Feuilles" "${INTERSHEET_REFS}"
+                       (at 0 1.905 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+       )
+       (global_label "I2C SCL"
+               (shape input)
+               (at 266.7 35.56 0)
+               (fields_autoplaced yes)
+               (effects
+                       (font
+                               (size 1.524 1.524)
+                       )
+                       (justify left)
+               )
+               (uuid "7015327d-e7c9-450b-b1a8-fdfbe0e1e7a2")
+               (property "Intersheetrefs" "${INTERSHEET_REFS}"
+                       (at 266.7 35.56 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (property "Références Inter-Feuilles" "${INTERSHEET_REFS}"
+                       (at -1.27 -1.27 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+       )
+       (global_label "SPI_MOSI"
+               (shape input)
+               (at 83.185 107.95 180)
+               (fields_autoplaced yes)
+               (effects
+                       (font
+                               (size 1.524 1.524)
+                       )
+                       (justify right)
+               )
+               (uuid "88e2cf63-10e7-4e18-8a91-02967f28920c")
+               (property "Intersheetrefs" "${INTERSHEET_REFS}"
+                       (at 83.185 107.95 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (property "Références Inter-Feuilles" "${INTERSHEET_REFS}"
+                       (at 0 0 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+       )
+       (global_label "UART RX"
+               (shape input)
+               (at 147.32 161.29 0)
+               (fields_autoplaced yes)
+               (effects
+                       (font
+                               (size 1.524 1.524)
+                       )
+                       (justify left)
+               )
+               (uuid "a1c5119c-3f89-4a56-a8a3-ceeba1ef75ac")
+               (property "Intersheetrefs" "${INTERSHEET_REFS}"
+                       (at 147.32 161.29 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (property "Références Inter-Feuilles" "${INTERSHEET_REFS}"
+                       (at 0 0 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+       )
+       (global_label "I2C SCL"
+               (shape input)
+               (at 148.59 34.925 180)
+               (fields_autoplaced yes)
+               (effects
+                       (font
+                               (size 1.524 1.524)
+                       )
+                       (justify right)
+               )
+               (uuid "a22e077a-a8a0-4677-81c9-d7f65528077b")
+               (property "Intersheetrefs" "${INTERSHEET_REFS}"
+                       (at 148.59 34.925 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (property "Références Inter-Feuilles" "${INTERSHEET_REFS}"
+                       (at 0 1.905 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+       )
+       (global_label "SPI_CS"
+               (shape input)
+               (at 83.185 102.87 180)
+               (fields_autoplaced yes)
+               (effects
+                       (font
+                               (size 1.524 1.524)
+                       )
+                       (justify right)
+               )
+               (uuid "aa276373-cffa-42bf-85c0-aa0a8892cb89")
+               (property "Intersheetrefs" "${INTERSHEET_REFS}"
+                       (at 83.185 102.87 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (property "Références Inter-Feuilles" "${INTERSHEET_REFS}"
+                       (at 0 0 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+       )
+       (global_label "I2C SCL"
+               (shape input)
+               (at 226.695 139.7 180)
+               (fields_autoplaced yes)
+               (effects
+                       (font
+                               (size 1.524 1.524)
+                       )
+                       (justify right)
+               )
+               (uuid "aa7c51da-10f4-4903-9b57-8042f253f7a3")
+               (property "Intersheetrefs" "${INTERSHEET_REFS}"
+                       (at 226.695 139.7 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (property "Références Inter-Feuilles" "${INTERSHEET_REFS}"
+                       (at -4.445 -1.27 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+       )
+       (global_label "SPI_SCLK"
+               (shape input)
+               (at 83.185 100.33 180)
+               (fields_autoplaced yes)
+               (effects
+                       (font
+                               (size 1.524 1.524)
+                       )
+                       (justify right)
+               )
+               (uuid "aec9f212-b900-4c72-ae9c-c7768b120242")
+               (property "Intersheetrefs" "${INTERSHEET_REFS}"
+                       (at 83.185 100.33 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (property "Références Inter-Feuilles" "${INTERSHEET_REFS}"
+                       (at 0 0 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+       )
+       (global_label "SPI_MISO"
+               (shape input)
+               (at 83.185 105.41 180)
+               (fields_autoplaced yes)
+               (effects
+                       (font
+                               (size 1.524 1.524)
+                       )
+                       (justify right)
+               )
+               (uuid "b9cb4a13-fb85-460c-a6a5-578b9ce597a3")
+               (property "Intersheetrefs" "${INTERSHEET_REFS}"
+                       (at 83.185 105.41 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (property "Références Inter-Feuilles" "${INTERSHEET_REFS}"
+                       (at 0 0 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+       )
+       (global_label "SPI_CS"
+               (shape input)
+               (at 267.97 33.02 0)
+               (fields_autoplaced yes)
+               (effects
+                       (font
+                               (size 1.524 1.524)
+                       )
+                       (justify left)
+               )
+               (uuid "c79fddb7-136e-48af-940c-c97b9abb6630")
+               (property "Intersheetrefs" "${INTERSHEET_REFS}"
+                       (at 267.97 33.02 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (property "Références Inter-Feuilles" "${INTERSHEET_REFS}"
+                       (at 0 0 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+       )
+       (global_label "I2C SDA"
+               (shape bidirectional)
+               (at 238.76 45.72 0)
+               (fields_autoplaced yes)
+               (effects
+                       (font
+                               (size 1.524 1.524)
+                       )
+                       (justify left)
+               )
+               (uuid "c926c305-d05d-4168-9372-1a9fef4f01ef")
+               (property "Intersheetrefs" "${INTERSHEET_REFS}"
+                       (at 238.76 45.72 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (property "Références Inter-Feuilles" "${INTERSHEET_REFS}"
+                       (at 0 0 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+       )
+       (global_label "TEMP_ALERT"
+               (shape input)
+               (at 80.01 82.55 180)
+               (fields_autoplaced yes)
+               (effects
+                       (font
+                               (size 1.524 1.524)
+                       )
+                       (justify right)
+               )
+               (uuid "cc8775ec-dc55-4be1-8115-b27d693e4c82")
+               (property "Intersheetrefs" "${INTERSHEET_REFS}"
+                       (at 80.01 82.55 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (property "Références Inter-Feuilles" "${INTERSHEET_REFS}"
+                       (at 0 0 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+       )
+       (global_label "UART RX"
+               (shape input)
+               (at 181.61 32.385 0)
+               (fields_autoplaced yes)
+               (effects
+                       (font
+                               (size 1.524 1.524)
+                       )
+                       (justify left)
+               )
+               (uuid "d7b1d5f7-0a8f-44c9-a9f2-27cbd6b55503")
+               (property "Intersheetrefs" "${INTERSHEET_REFS}"
+                       (at 181.61 32.385 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (property "Références Inter-Feuilles" "${INTERSHEET_REFS}"
+                       (at 0 1.905 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+       )
+       (global_label "UART_TX"
+               (shape output)
+               (at 147.32 163.83 0)
+               (fields_autoplaced yes)
+               (effects
+                       (font
+                               (size 1.524 1.524)
+                       )
+                       (justify left)
+               )
+               (uuid "e4da6411-b395-49f5-8d88-44151024e23f")
+               (property "Intersheetrefs" "${INTERSHEET_REFS}"
+                       (at 147.32 163.83 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (property "Références Inter-Feuilles" "${INTERSHEET_REFS}"
+                       (at 0 0 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+       )
+       (global_label "I2C SDA"
+               (shape bidirectional)
+               (at 56.515 92.71 180)
+               (fields_autoplaced yes)
+               (effects
+                       (font
+                               (size 1.524 1.524)
+                       )
+                       (justify right)
+               )
+               (uuid "ee20fc00-4b0a-40d5-9267-f8575c90f156")
+               (property "Intersheetrefs" "${INTERSHEET_REFS}"
+                       (at 56.515 92.71 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (property "Références Inter-Feuilles" "${INTERSHEET_REFS}"
+                       (at 0 0 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+       )
+       (global_label "SPI_MOSI"
+               (shape input)
+               (at 181.61 37.465 0)
+               (fields_autoplaced yes)
+               (effects
+                       (font
+                               (size 1.524 1.524)
+                       )
+                       (justify left)
+               )
+               (uuid "f9a07843-5d5d-491a-9223-507bebf3cd04")
+               (property "Intersheetrefs" "${INTERSHEET_REFS}"
+                       (at 181.61 37.465 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (property "Références Inter-Feuilles" "${INTERSHEET_REFS}"
+                       (at 0 1.905 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+       )
+       (symbol
+               (lib_id "domotab:CONN_5X2")
+               (at 165.1 34.925 0)
+               (unit 1)
+               (body_style 1)
+               (exclude_from_sim no)
+               (in_bom yes)
+               (on_board yes)
+               (in_pos_files yes)
+               (dnp no)
+               (uuid "00000000-0000-0000-0000-0000504dbf8e")
+               (property "Reference" "P1"
+                       (at 165.1 27.305 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Value" "UEXT"
+                       (at 165.1 34.925 90)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (property "Footprint" ""
+                       (at 165.1 34.925 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Datasheet" ""
+                       (at 165.1 34.925 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Description" ""
+                       (at 165.1 34.925 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (pin "1"
+                       (uuid "7b9f0c95-242f-441e-8fb5-912a78b61669")
+               )
+               (pin "10"
+                       (uuid "8e0ef40b-e249-4f20-9227-c29ce673ae6e")
+               )
+               (pin "2"
+                       (uuid "56b7acc9-66e5-4188-a7d2-920ba9a986c2")
+               )
+               (pin "3"
+                       (uuid "6a1c7048-0ed2-4a86-8275-494ba8e3e9d6")
+               )
+               (pin "4"
+                       (uuid "b6f843da-e533-41c8-8a7a-eb144faadb5e")
+               )
+               (pin "5"
+                       (uuid "02f429c4-9763-4d04-9a11-0af5504a4c8e")
+               )
+               (pin "6"
+                       (uuid "cf01d63e-a71e-4c95-8678-c56385219a0b")
+               )
+               (pin "7"
+                       (uuid "f5ef390c-5aeb-4c94-9fe4-0b9b72833bed")
+               )
+               (pin "8"
+                       (uuid "35e091c2-0855-4da7-8ba1-0493a53ec641")
+               )
+               (pin "9"
+                       (uuid "50af0644-5b5c-4db8-888f-ee704992a81f")
+               )
+               (instances
+                       (project "Base_Module"
+                               (path "/2448f59f-648c-463c-b334-e382151c4ccb"
+                                       (reference "P1")
+                                       (unit 1)
+                               )
+                       )
+               )
+       )
+       (symbol
+               (lib_id "domotab:DGND")
+               (at 217.17 55.88 0)
+               (unit 1)
+               (body_style 1)
+               (exclude_from_sim no)
+               (in_bom yes)
+               (on_board yes)
+               (in_pos_files yes)
+               (dnp no)
+               (uuid "00000000-0000-0000-0000-0000504de0c1")
+               (property "Reference" "#PWR024"
+                       (at 217.17 55.88 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Value" "DGND"
+                       (at 217.17 57.658 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Footprint" ""
+                       (at 217.17 55.88 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Datasheet" ""
+                       (at 217.17 55.88 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Description" ""
+                       (at 217.17 55.88 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (pin "1"
+                       (uuid "c73b85ae-0661-471b-8111-8fadf7dca1ae")
+               )
+               (instances
+                       (project "Base_Module"
+                               (path "/2448f59f-648c-463c-b334-e382151c4ccb"
+                                       (reference "#PWR024")
+                                       (unit 1)
+                               )
+                       )
+               )
+       )
+       (symbol
+               (lib_id "domotab:DGND")
+               (at 199.39 33.655 0)
+               (unit 1)
+               (body_style 1)
+               (exclude_from_sim no)
+               (in_bom yes)
+               (on_board yes)
+               (in_pos_files yes)
+               (dnp no)
+               (uuid "00000000-0000-0000-0000-0000504de0cc")
+               (property "Reference" "#PWR032"
+                       (at 199.39 33.655 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Value" "DGND"
+                       (at 199.39 35.433 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Footprint" ""
+                       (at 199.39 33.655 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Datasheet" ""
+                       (at 199.39 33.655 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Description" ""
+                       (at 199.39 33.655 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (pin "1"
+                       (uuid "d6cdaeb3-04be-4cb1-8874-4bfbc47764e7")
+               )
+               (instances
+                       (project "Base_Module"
+                               (path "/2448f59f-648c-463c-b334-e382151c4ccb"
+                                       (reference "#PWR032")
+                                       (unit 1)
+                               )
+                       )
+               )
+       )
+       (symbol
+               (lib_id "domotab:+3,3V")
+               (at 146.05 26.035 0)
+               (unit 1)
+               (body_style 1)
+               (exclude_from_sim no)
+               (in_bom yes)
+               (on_board yes)
+               (in_pos_files yes)
+               (dnp no)
+               (uuid "00000000-0000-0000-0000-0000504de0f3")
+               (property "Reference" "#PWR031"
+                       (at 146.05 27.051 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 0.762 0.762)
+                               )
+                       )
+               )
+               (property "Value" "+3.3V"
+                       (at 146.05 23.241 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Footprint" ""
+                       (at 146.05 26.035 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Datasheet" ""
+                       (at 146.05 26.035 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Description" ""
+                       (at 146.05 26.035 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (pin "1"
+                       (uuid "5002cc23-6cb8-4a84-8cb1-7d4ed553dc28")
+               )
+               (instances
+                       (project "Base_Module"
+                               (path "/2448f59f-648c-463c-b334-e382151c4ccb"
+                                       (reference "#PWR031")
+                                       (unit 1)
+                               )
+                       )
+               )
+       )
+       (symbol
+               (lib_id "domotab:+3,3V")
+               (at 215.9 21.59 0)
+               (unit 1)
+               (body_style 1)
+               (exclude_from_sim no)
+               (in_bom yes)
+               (on_board yes)
+               (in_pos_files yes)
+               (dnp no)
+               (uuid "00000000-0000-0000-0000-0000504de0f7")
+               (property "Reference" "#PWR023"
+                       (at 215.9 22.606 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 0.762 0.762)
+                               )
+                       )
+               )
+               (property "Value" "+3.3V"
+                       (at 215.9 18.796 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Footprint" ""
+                       (at 215.9 21.59 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Datasheet" ""
+                       (at 215.9 21.59 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Description" ""
+                       (at 215.9 21.59 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (pin "1"
+                       (uuid "35b353a4-9e2c-4d3b-b466-f9500e11c2df")
+               )
+               (instances
+                       (project "Base_Module"
+                               (path "/2448f59f-648c-463c-b334-e382151c4ccb"
+                                       (reference "#PWR023")
+                                       (unit 1)
+                               )
+                       )
+               )
+       )
+       (symbol
+               (lib_id "domotab:EEPROM_ID")
+               (at 227.33 41.91 0)
+               (unit 1)
+               (body_style 1)
+               (exclude_from_sim no)
+               (in_bom yes)
+               (on_board yes)
+               (in_pos_files yes)
+               (dnp no)
+               (uuid "00000000-0000-0000-0000-0000504e0a89")
+               (property "Reference" "U2"
+                       (at 226.06 31.75 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Value" "ID"
+                       (at 231.14 31.75 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Footprint" "MSOP_8"
+                       (at 233.68 36.195 90)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Datasheet" ""
+                       (at 227.33 41.91 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Description" ""
+                       (at 227.33 41.91 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (pin "4"
+                       (uuid "85b72bf9-e960-4fff-97af-a638a4f0580c")
+               )
+               (pin "8"
+                       (uuid "e4a0c389-4ce3-437a-8c2a-4c403cabfdd5")
+               )
+               (pin "1"
+                       (uuid "858cacc3-028a-46e9-ad78-772832fe25cf")
+               )
+               (pin "2"
+                       (uuid "19497c66-2c2c-42ea-b66d-f06d37515fec")
+               )
+               (pin "3"
+                       (uuid "8aac7cc6-794e-4374-878b-a37e1b2e1d86")
+               )
+               (pin "5"
+                       (uuid "7578029d-11dd-48d0-95c3-2c28f8753c2d")
+               )
+               (pin "6"
+                       (uuid "59fc7957-da4c-4fc9-8609-51b1d36a7322")
+               )
+               (pin "7"
+                       (uuid "2c6780d6-cf07-4916-bfad-61f8650f9d6e")
+               )
+               (instances
+                       (project "Base_Module"
+                               (path "/2448f59f-648c-463c-b334-e382151c4ccb"
+                                       (reference "U2")
+                                       (unit 1)
+                               )
+                       )
+               )
+       )
+       (symbol
+               (lib_id "domotab:+3,3V")
+               (at 113.665 40.64 0)
+               (unit 1)
+               (body_style 1)
+               (exclude_from_sim no)
+               (in_bom yes)
+               (on_board yes)
+               (in_pos_files yes)
+               (dnp no)
+               (uuid "00000000-0000-0000-0000-0000504e1a85")
+               (property "Reference" "#PWR030"
+                       (at 113.665 41.656 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 0.762 0.762)
+                               )
+                       )
+               )
+               (property "Value" "+3.3V"
+                       (at 113.665 37.846 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Footprint" ""
+                       (at 113.665 40.64 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Datasheet" ""
+                       (at 113.665 40.64 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Description" ""
+                       (at 113.665 40.64 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (pin "1"
+                       (uuid "b640b761-ea8b-41a7-af1b-9e3e7b26e224")
+               )
+               (instances
+                       (project "Base_Module"
+                               (path "/2448f59f-648c-463c-b334-e382151c4ccb"
+                                       (reference "#PWR030")
+                                       (unit 1)
+                               )
+                       )
+               )
+       )
+       (symbol
+               (lib_id "domotab:DGND")
+               (at 112.395 133.35 0)
+               (unit 1)
+               (body_style 1)
+               (exclude_from_sim no)
+               (in_bom yes)
+               (on_board yes)
+               (in_pos_files yes)
+               (dnp no)
+               (uuid "00000000-0000-0000-0000-0000504e1a8d")
+               (property "Reference" "#PWR029"
+                       (at 112.395 133.35 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Value" "DGND"
+                       (at 112.395 135.128 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Footprint" ""
+                       (at 112.395 133.35 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Datasheet" ""
+                       (at 112.395 133.35 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Description" ""
+                       (at 112.395 133.35 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (pin "1"
+                       (uuid "53d308a7-fcbe-45af-91cc-befc54141c25")
+               )
+               (instances
+                       (project "Base_Module"
+                               (path "/2448f59f-648c-463c-b334-e382151c4ccb"
+                                       (reference "#PWR029")
+                                       (unit 1)
+                               )
+                       )
+               )
+       )
+       (symbol
+               (lib_id "domotab:DGND")
+               (at 90.805 58.42 0)
+               (unit 1)
+               (body_style 1)
+               (exclude_from_sim no)
+               (in_bom yes)
+               (on_board yes)
+               (in_pos_files yes)
+               (dnp no)
+               (uuid "00000000-0000-0000-0000-0000504e2dde")
+               (property "Reference" "#PWR028"
+                       (at 90.805 58.42 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Value" "DGND"
+                       (at 90.805 60.198 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Footprint" ""
+                       (at 90.805 58.42 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Datasheet" ""
+                       (at 90.805 58.42 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Description" ""
+                       (at 90.805 58.42 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (pin "1"
+                       (uuid "c3868ad4-edad-4ec9-af86-a7823cc4ebff")
+               )
+               (instances
+                       (project "Base_Module"
+                               (path "/2448f59f-648c-463c-b334-e382151c4ccb"
+                                       (reference "#PWR028")
+                                       (unit 1)
+                               )
+                       )
+               )
+       )
+       (symbol
+               (lib_id "domotab:C")
+               (at 86.995 49.53 0)
+               (unit 1)
+               (body_style 1)
+               (exclude_from_sim no)
+               (in_bom yes)
+               (on_board yes)
+               (in_pos_files yes)
+               (dnp no)
+               (uuid "00000000-0000-0000-0000-0000504e2de5")
+               (property "Reference" "C1"
+                       (at 88.265 46.99 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                               (justify left)
+                       )
+               )
+               (property "Value" "10uF"
+                       (at 88.265 52.07 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                               (justify left)
+                       )
+               )
+               (property "Footprint" "0603"
+                       (at 85.725 46.355 90)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Datasheet" ""
+                       (at 86.995 49.53 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Description" ""
+                       (at 86.995 49.53 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (pin "1"
+                       (uuid "365bd054-4c93-44e0-aca2-37298850d672")
+               )
+               (pin "2"
+                       (uuid "aa8a8b6f-a672-4dc0-8f4e-b89e0248bc1d")
+               )
+               (instances
+                       (project "Base_Module"
+                               (path "/2448f59f-648c-463c-b334-e382151c4ccb"
+                                       (reference "C1")
+                                       (unit 1)
+                               )
+                       )
+               )
+       )
+       (symbol
+               (lib_id "domotab:DGND")
+               (at 241.935 40.64 0)
+               (unit 1)
+               (body_style 1)
+               (exclude_from_sim no)
+               (in_bom yes)
+               (on_board yes)
+               (in_pos_files yes)
+               (dnp no)
+               (uuid "00000000-0000-0000-0000-0000504e2eb4")
+               (property "Reference" "#PWR022"
+                       (at 241.935 40.64 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Value" "DGND"
+                       (at 241.935 42.418 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Footprint" ""
+                       (at 241.935 40.64 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Datasheet" ""
+                       (at 241.935 40.64 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Description" ""
+                       (at 241.935 40.64 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (pin "1"
+                       (uuid "7dc5aaa6-f75f-497e-9b39-ff0f274f49da")
+               )
+               (instances
+                       (project "Base_Module"
+                               (path "/2448f59f-648c-463c-b334-e382151c4ccb"
+                                       (reference "#PWR022")
+                                       (unit 1)
+                               )
+                       )
+               )
+       )
+       (symbol
+               (lib_id "domotab:+3,3V")
+               (at 241.935 31.115 0)
+               (unit 1)
+               (body_style 1)
+               (exclude_from_sim no)
+               (in_bom yes)
+               (on_board yes)
+               (in_pos_files yes)
+               (dnp no)
+               (uuid "00000000-0000-0000-0000-0000504e2eb8")
+               (property "Reference" "#PWR021"
+                       (at 241.935 32.131 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 0.762 0.762)
+                               )
+                       )
+               )
+               (property "Value" "+3.3V"
+                       (at 241.935 28.321 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Footprint" ""
+                       (at 241.935 31.115 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Datasheet" ""
+                       (at 241.935 31.115 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Description" ""
+                       (at 241.935 31.115 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (pin "1"
+                       (uuid "98dfcce1-8853-47cc-ab0c-7e4a75ccf8b5")
+               )
+               (instances
+                       (project "Base_Module"
+                               (path "/2448f59f-648c-463c-b334-e382151c4ccb"
+                                       (reference "#PWR021")
+                                       (unit 1)
+                               )
+                       )
+               )
+       )
+       (symbol
+               (lib_id "domotab:DOUBLE_LED")
+               (at 167.005 111.76 0)
+               (unit 1)
+               (body_style 1)
+               (exclude_from_sim no)
+               (in_bom yes)
+               (on_board yes)
+               (in_pos_files yes)
+               (dnp no)
+               (uuid "00000000-0000-0000-0000-0000504e2fe8")
+               (property "Reference" "D1"
+                       (at 169.545 107.442 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                               (justify left)
+                       )
+               )
+               (property "Value" "DOUBLE_LED"
+                       (at 167.005 116.84 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (property "Footprint" "SOT-23"
+                       (at 163.83 106.68 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Datasheet" ""
+                       (at 167.005 111.76 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Description" ""
+                       (at 167.005 111.76 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (pin "A1"
+                       (uuid "b016a163-9c52-4188-a2a2-6e3553029aba")
+               )
+               (pin "A2"
+                       (uuid "62bfc24e-707b-4c0f-9a57-0eb615ad5077")
+               )
+               (pin "K"
+                       (uuid "f41fdea8-601e-40ae-8713-0816a9f0f0fb")
+               )
+               (instances
+                       (project "Base_Module"
+                               (path "/2448f59f-648c-463c-b334-e382151c4ccb"
+                                       (reference "D1")
+                                       (unit 1)
+                               )
+                       )
+               )
+       )
+       (symbol
+               (lib_id "domotab:DGND")
+               (at 19.05 100.33 0)
+               (unit 1)
+               (body_style 1)
+               (exclude_from_sim no)
+               (in_bom yes)
+               (on_board yes)
+               (in_pos_files yes)
+               (dnp no)
+               (uuid "00000000-0000-0000-0000-0000504e3025")
+               (property "Reference" "#PWR027"
+                       (at 19.05 100.33 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Value" "DGND"
+                       (at 19.05 102.108 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Footprint" ""
+                       (at 19.05 100.33 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Datasheet" ""
+                       (at 19.05 100.33 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Description" ""
+                       (at 19.05 100.33 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (pin "1"
+                       (uuid "034fb868-78f5-4f0a-86f3-f1ffa04d0a82")
+               )
+               (instances
+                       (project "Base_Module"
+                               (path "/2448f59f-648c-463c-b334-e382151c4ccb"
+                                       (reference "#PWR027")
+                                       (unit 1)
+                               )
+                       )
+               )
+       )
+       (symbol
+               (lib_id "domotab:R")
+               (at 154.305 109.22 90)
+               (unit 1)
+               (body_style 1)
+               (exclude_from_sim no)
+               (in_bom yes)
+               (on_board yes)
+               (in_pos_files yes)
+               (dnp no)
+               (uuid "00000000-0000-0000-0000-0000504e304f")
+               (property "Reference" "R3"
+                       (at 156.845 107.315 90)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (property "Value" "1k"
+                       (at 154.305 109.22 90)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (property "Footprint" "0603"
+                       (at 153.035 107.315 90)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Datasheet" ""
+                       (at 154.305 109.22 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Description" ""
+                       (at 154.305 109.22 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (pin "1"
+                       (uuid "f2d63e4f-bc7f-4306-8547-a9afc8f3ff80")
+               )
+               (pin "2"
+                       (uuid "9de4f454-bcba-4a35-817b-4f40329d3105")
+               )
+               (instances
+                       (project "Base_Module"
+                               (path "/2448f59f-648c-463c-b334-e382151c4ccb"
+                                       (reference "R3")
+                                       (unit 1)
+                               )
+                       )
+               )
+       )
+       (symbol
+               (lib_id "domotab:DGND")
+               (at 174.625 114.3 0)
+               (unit 1)
+               (body_style 1)
+               (exclude_from_sim no)
+               (in_bom yes)
+               (on_board yes)
+               (in_pos_files yes)
+               (dnp no)
+               (uuid "00000000-0000-0000-0000-0000504e309e")
+               (property "Reference" "#PWR026"
+                       (at 174.625 114.3 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Value" "DGND"
+                       (at 174.625 116.078 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Footprint" ""
+                       (at 174.625 114.3 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Datasheet" ""
+                       (at 174.625 114.3 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Description" ""
+                       (at 174.625 114.3 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (pin "1"
+                       (uuid "703e3e64-87b7-4de0-8c8a-af8cbe7f7ac8")
+               )
+               (instances
+                       (project "Base_Module"
+                               (path "/2448f59f-648c-463c-b334-e382151c4ccb"
+                                       (reference "#PWR026")
+                                       (unit 1)
+                               )
+                       )
+               )
+       )
+       (symbol
+               (lib_id "domotab:+3,3V")
+               (at 39.37 76.2 0)
+               (unit 1)
+               (body_style 1)
+               (exclude_from_sim no)
+               (in_bom yes)
+               (on_board yes)
+               (in_pos_files yes)
+               (dnp no)
+               (uuid "00000000-0000-0000-0000-0000504e8222")
+               (property "Reference" "#PWR025"
+                       (at 39.37 77.216 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 0.762 0.762)
+                               )
+                       )
+               )
+               (property "Value" "+3.3V"
+                       (at 39.37 73.406 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Footprint" ""
+                       (at 39.37 76.2 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Datasheet" ""
+                       (at 39.37 76.2 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Description" ""
+                       (at 39.37 76.2 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (pin "1"
+                       (uuid "086c2d4f-193a-4081-beeb-333d6f58000e")
+               )
+               (instances
+                       (project "Base_Module"
+                               (path "/2448f59f-648c-463c-b334-e382151c4ccb"
+                                       (reference "#PWR025")
+                                       (unit 1)
+                               )
+                       )
+               )
+       )
+       (symbol
+               (lib_id "domotab:R")
+               (at 210.82 30.48 180)
+               (unit 1)
+               (body_style 1)
+               (exclude_from_sim no)
+               (in_bom yes)
+               (on_board yes)
+               (in_pos_files yes)
+               (dnp no)
+               (uuid "00000000-0000-0000-0000-0000504e861b")
+               (property "Reference" "R5"
+                       (at 208.788 30.48 90)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (property "Value" "100k"
+                       (at 210.82 30.48 90)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (property "Footprint" "0603"
+                       (at 212.725 30.48 90)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Datasheet" ""
+                       (at 210.82 30.48 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Description" ""
+                       (at 210.82 30.48 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (pin "1"
+                       (uuid "6340554d-cd82-442a-b377-90eb432494e6")
+               )
+               (pin "2"
+                       (uuid "0355d1e3-1bef-4b44-beb8-f3c91f174d1b")
+               )
+               (instances
+                       (project "Base_Module"
+                               (path "/2448f59f-648c-463c-b334-e382151c4ccb"
+                                       (reference "R5")
+                                       (unit 1)
+                               )
+                       )
+               )
+       )
+       (symbol
+               (lib_id "domotab:LPC1224FBD48")
+               (at 113.665 91.44 0)
+               (unit 1)
+               (body_style 1)
+               (exclude_from_sim no)
+               (in_bom yes)
+               (on_board yes)
+               (in_pos_files yes)
+               (dnp no)
+               (uuid "00000000-0000-0000-0000-00005058edd8")
+               (property "Reference" "U1"
+                       (at 102.235 59.69 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Value" "LPC1224"
+                       (at 130.175 129.54 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Footprint" "domotab:LQFP48"
+                       (at 99.695 129.54 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Datasheet" ""
+                       (at 113.665 91.44 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Description" ""
+                       (at 113.665 91.44 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (property "Info" "LQFP48"
+                       (at 100.33 128.905 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (pin "1"
+                       (uuid "63dc18ad-e159-4295-a0fb-2bfc797c1c44")
+               )
+               (pin "10"
+                       (uuid "7977f630-24d0-47a8-a527-063ffc4e3ac9")
+               )
+               (pin "11"
+                       (uuid "a0fa7e88-3014-40a4-844b-8944b680fd16")
+               )
+               (pin "12"
+                       (uuid "27103c23-3fa9-4b00-b38d-f41687811bdc")
+               )
+               (pin "13"
+                       (uuid "d411783c-6f1c-4336-bfe5-f162876d93b5")
+               )
+               (pin "14"
+                       (uuid "6baaaa6d-8329-42e6-a72b-bb0973203ace")
+               )
+               (pin "15"
+                       (uuid "f8841550-9b3b-44e4-a38f-5186d2e7b906")
+               )
+               (pin "16"
+                       (uuid "f3d16aa1-8764-4493-a837-347ba3fc8752")
+               )
+               (pin "17"
+                       (uuid "16589331-2784-43d1-a6dc-3d6ced684dcc")
+               )
+               (pin "18"
+                       (uuid "60d82c16-a087-4ffd-8fd0-ddd64757bd3b")
+               )
+               (pin "19"
+                       (uuid "b5151a23-c71e-469e-8e90-f1c4e7ba025a")
+               )
+               (pin "2"
+                       (uuid "0df4c3c6-24b9-4501-81cb-c07d3b59875d")
+               )
+               (pin "20"
+                       (uuid "af0b80b3-061f-4143-8bec-1e4751448126")
+               )
+               (pin "21"
+                       (uuid "873673b5-8247-4b7a-8160-e9c02cd37aa9")
+               )
+               (pin "22"
+                       (uuid "540d345b-331c-4311-b41e-c5e77a9f21d7")
+               )
+               (pin "23"
+                       (uuid "7ddc75ed-cdc5-417d-8765-e0b85515d682")
+               )
+               (pin "24"
+                       (uuid "27a429f3-102f-4305-90a8-5e898b00a663")
+               )
+               (pin "25"
+                       (uuid "3a541d01-c305-4664-b07a-8ea3717030c6")
+               )
+               (pin "26"
+                       (uuid "37f21590-8866-42f2-ad84-fa9bebe1bf6c")
+               )
+               (pin "27"
+                       (uuid "2c24a8db-f258-4634-b472-943f1b3051e1")
+               )
+               (pin "28"
+                       (uuid "8dba0a4e-f2e0-4bc4-abb6-284368db281b")
+               )
+               (pin "29"
+                       (uuid "b1a1fd48-47c2-49ab-8060-8c386781b0d7")
+               )
+               (pin "3"
+                       (uuid "95ec892f-e1a5-4b88-9a33-80f74b72b5bb")
+               )
+               (pin "30"
+                       (uuid "2903e406-05f5-4597-adec-1e9b0c384e6a")
+               )
+               (pin "31"
+                       (uuid "0bc1b473-61bc-4dcd-9272-f6a6a642af97")
+               )
+               (pin "32"
+                       (uuid "019766bc-3d36-4388-aafc-7b375c974220")
+               )
+               (pin "33"
+                       (uuid "cd9edff0-73ad-404b-bc02-1bc94955e37a")
+               )
+               (pin "34"
+                       (uuid "64b37a53-99ef-498e-9ce5-fad6e3fb29de")
+               )
+               (pin "35"
+                       (uuid "adf69a0d-c868-413c-86f5-7a45066594bf")
+               )
+               (pin "36"
+                       (uuid "a3d4a939-5fe1-4cca-86c3-b3319eefe1d4")
+               )
+               (pin "37"
+                       (uuid "9c7721a4-1f99-4feb-b457-d768695e44db")
+               )
+               (pin "38"
+                       (uuid "ee66d0f5-f80a-4ac2-891a-2de839f875ab")
+               )
+               (pin "39"
+                       (uuid "a8e7471f-10ab-4f77-ad4e-2d00b9da890c")
+               )
+               (pin "4"
+                       (uuid "80972645-8b16-4a44-b106-5e601f378e66")
+               )
+               (pin "40"
+                       (uuid "dd942a5e-0310-4b71-ac3f-6f88bda6d1d3")
+               )
+               (pin "41"
+                       (uuid "831772ab-af4d-4a3f-819e-60824816d625")
+               )
+               (pin "42"
+                       (uuid "d9f9d8a9-89e8-4789-ad8e-c12d5049604c")
+               )
+               (pin "43"
+                       (uuid "9987013b-f422-4ea0-bd4c-ac282272c415")
+               )
+               (pin "44"
+                       (uuid "d97f83c4-554c-4c33-9e93-f25386a3807b")
+               )
+               (pin "45"
+                       (uuid "44e028c1-6a4b-4453-a56e-75fed723867f")
+               )
+               (pin "46"
+                       (uuid "0e104c97-5d02-49c8-a002-77cc1b116c16")
+               )
+               (pin "47"
+                       (uuid "8c94fe51-a3d0-4680-af86-646f307464cb")
+               )
+               (pin "48"
+                       (uuid "b4242a0b-47b2-4dff-946e-b44188cb047b")
+               )
+               (pin "5"
+                       (uuid "e60be515-78a9-4fe4-aaf5-f89f03333874")
+               )
+               (pin "6"
+                       (uuid "79fc0b7a-7060-477f-8053-0029bfb586b1")
+               )
+               (pin "7"
+                       (uuid "65bc7e58-e297-48c9-8f83-fff0b2970fd0")
+               )
+               (pin "8"
+                       (uuid "69007bed-9a4e-41a4-9603-f61bba505683")
+               )
+               (pin "9"
+                       (uuid "b71bf956-310d-4a57-82d2-25954dd7ccd4")
+               )
+               (instances
+                       (project "Base_Module"
+                               (path "/2448f59f-648c-463c-b334-e382151c4ccb"
+                                       (reference "U1")
+                                       (unit 1)
+                               )
+                       )
+               )
+       )
+       (symbol
+               (lib_id "domotab:MIRE_RONDE")
+               (at 59.055 24.13 0)
+               (unit 1)
+               (body_style 1)
+               (exclude_from_sim no)
+               (in_bom yes)
+               (on_board yes)
+               (in_pos_files yes)
+               (dnp no)
+               (uuid "00000000-0000-0000-0000-00005072137f")
+               (property "Reference" "M0"
+                       (at 59.055 27.94 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Value" "MIRE_RONDE"
+                       (at 59.055 20.32 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Footprint" ""
+                       (at 59.055 24.13 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Datasheet" ""
+                       (at 59.055 24.13 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Description" ""
+                       (at 59.055 24.13 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (pin "0"
+                       (uuid "da42271f-0d2d-470f-8093-8dbba7b8217a")
+               )
+               (instances
+                       (project "Base_Module"
+                               (path "/2448f59f-648c-463c-b334-e382151c4ccb"
+                                       (reference "M0")
+                                       (unit 1)
+                               )
+                       )
+               )
+       )
+       (symbol
+               (lib_id "domotab:MIRE_RONDE")
+               (at 76.835 24.13 0)
+               (unit 1)
+               (body_style 1)
+               (exclude_from_sim no)
+               (in_bom yes)
+               (on_board yes)
+               (in_pos_files yes)
+               (dnp no)
+               (uuid "00000000-0000-0000-0000-000050721384")
+               (property "Reference" "M1"
+                       (at 76.835 27.94 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Value" "MIRE_RONDE"
+                       (at 76.835 20.32 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Footprint" ""
+                       (at 76.835 24.13 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Datasheet" ""
+                       (at 76.835 24.13 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Description" ""
+                       (at 76.835 24.13 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (pin "0"
+                       (uuid "abd52d4f-9aad-456d-a164-8882d45a14c2")
+               )
+               (instances
+                       (project "Base_Module"
+                               (path "/2448f59f-648c-463c-b334-e382151c4ccb"
+                                       (reference "M1")
+                                       (unit 1)
+                               )
+                       )
+               )
+       )
+       (symbol
+               (lib_id "domotab:MIRE_RONDE")
+               (at 59.055 36.83 0)
+               (unit 1)
+               (body_style 1)
+               (exclude_from_sim no)
+               (in_bom yes)
+               (on_board yes)
+               (in_pos_files yes)
+               (dnp no)
+               (uuid "00000000-0000-0000-0000-000050721396")
+               (property "Reference" "M2"
+                       (at 59.055 40.64 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Value" "MIRE_RONDE"
+                       (at 59.055 33.02 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Footprint" ""
+                       (at 59.055 36.83 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Datasheet" ""
+                       (at 59.055 36.83 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Description" ""
+                       (at 59.055 36.83 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (pin "0"
+                       (uuid "38ad9f45-18a7-4f1e-ada3-2b0af2322439")
+               )
+               (instances
+                       (project "Base_Module"
+                               (path "/2448f59f-648c-463c-b334-e382151c4ccb"
+                                       (reference "M2")
+                                       (unit 1)
+                               )
+                       )
+               )
+       )
+       (symbol
+               (lib_id "domotab:SW_PUSH")
+               (at 27.94 95.25 0)
+               (unit 1)
+               (body_style 1)
+               (exclude_from_sim no)
+               (in_bom yes)
+               (on_board yes)
+               (in_pos_files yes)
+               (dnp no)
+               (uuid "00000000-0000-0000-0000-000050fe6bf9")
+               (property "Reference" "SW1"
+                       (at 31.75 92.456 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (property "Value" "ISP"
+                       (at 27.94 95.25 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (property "Footprint" ""
+                       (at 27.94 95.25 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Datasheet" ""
+                       (at 27.94 95.25 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Description" ""
+                       (at 27.94 95.25 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (pin "1"
+                       (uuid "07e3c017-deab-42bf-9440-8c9c114fef2c")
+               )
+               (pin "2"
+                       (uuid "c98b637a-09b8-44ad-b7e5-98e06697b373")
+               )
+               (instances
+                       (project "Base_Module"
+                               (path "/2448f59f-648c-463c-b334-e382151c4ccb"
+                                       (reference "SW1")
+                                       (unit 1)
+                               )
+                       )
+               )
+       )
+       (symbol
+               (lib_id "domotab:SW_PUSH")
+               (at 27.94 97.79 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 "00000000-0000-0000-0000-000050fe6c04")
+               (property "Reference" "SW2"
+                       (at 31.75 100.584 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (property "Value" "Reset"
+                       (at 27.94 97.79 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (property "Footprint" ""
+                       (at 27.94 97.79 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Datasheet" ""
+                       (at 27.94 97.79 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Description" ""
+                       (at 27.94 97.79 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (pin "1"
+                       (uuid "f37e1487-0c32-4443-9ccb-1bc0168c585f")
+               )
+               (pin "2"
+                       (uuid "c7b5c66e-f05f-4a95-8a1a-77aef4e5807c")
+               )
+               (instances
+                       (project "Base_Module"
+                               (path "/2448f59f-648c-463c-b334-e382151c4ccb"
+                                       (reference "SW2")
+                                       (unit 1)
+                               )
+                       )
+               )
+       )
+       (symbol
+               (lib_id "domotab:74XX1G58")
+               (at 252.73 40.64 0)
+               (unit 1)
+               (body_style 1)
+               (exclude_from_sim no)
+               (in_bom yes)
+               (on_board yes)
+               (in_pos_files yes)
+               (dnp no)
+               (uuid "00000000-0000-0000-0000-000050fe6c3d")
+               (property "Reference" "U3"
+                       (at 257.175 40.64 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Value" "74XX1G58"
+                       (at 252.73 29.21 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Footprint" "SOT363"
+                       (at 249.555 43.18 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Datasheet" ""
+                       (at 252.73 40.64 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Description" ""
+                       (at 252.73 40.64 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (pin "1"
+                       (uuid "f1b8fc09-636a-42f6-8175-2ee0a442a971")
+               )
+               (pin "2"
+                       (uuid "26539459-e554-4305-bec6-6822ffe19a9d")
+               )
+               (pin "3"
+                       (uuid "131d20da-9e33-49c3-acca-9767715c18f5")
+               )
+               (pin "4"
+                       (uuid "9c27444f-5a35-4c9e-bd2c-512f9252afd5")
+               )
+               (pin "5"
+                       (uuid "a8eed8f5-7234-464b-9211-eec1805f9d6f")
+               )
+               (pin "6"
+                       (uuid "eff611e1-4a7e-4170-b67e-bc455545f7c9")
+               )
+               (instances
+                       (project "Base_Module"
+                               (path "/2448f59f-648c-463c-b334-e382151c4ccb"
+                                       (reference "U3")
+                                       (unit 1)
+                               )
+                       )
+               )
+       )
+       (symbol
+               (lib_id "domotab:DGND")
+               (at 264.16 43.18 0)
+               (unit 1)
+               (body_style 1)
+               (exclude_from_sim no)
+               (in_bom yes)
+               (on_board yes)
+               (in_pos_files yes)
+               (dnp no)
+               (uuid "00000000-0000-0000-0000-000050fe6c81")
+               (property "Reference" "#PWR018"
+                       (at 264.16 43.18 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Value" "DGND"
+                       (at 264.16 44.958 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Footprint" ""
+                       (at 264.16 43.18 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Datasheet" ""
+                       (at 264.16 43.18 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Description" ""
+                       (at 264.16 43.18 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (pin "1"
+                       (uuid "755439a3-86fa-4ef7-b2a8-1d816e5eaf18")
+               )
+               (instances
+                       (project "Base_Module"
+                               (path "/2448f59f-648c-463c-b334-e382151c4ccb"
+                                       (reference "#PWR018")
+                                       (unit 1)
+                               )
+                       )
+               )
+       )
+       (symbol
+               (lib_id "domotab:R")
+               (at 36.83 85.09 180)
+               (unit 1)
+               (body_style 1)
+               (exclude_from_sim no)
+               (in_bom yes)
+               (on_board yes)
+               (in_pos_files yes)
+               (dnp no)
+               (uuid "00000000-0000-0000-0000-000050fe6dd5")
+               (property "Reference" "R1"
+                       (at 34.925 82.55 90)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (property "Value" "100k"
+                       (at 36.83 85.09 90)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (property "Footprint" "0603"
+                       (at 34.925 86.36 90)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Datasheet" ""
+                       (at 36.83 85.09 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Description" ""
+                       (at 36.83 85.09 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (pin "1"
+                       (uuid "0c79306c-742f-4b32-9317-64151d14689b")
+               )
+               (pin "2"
+                       (uuid "d11367ac-e0c4-44ee-9a6f-f606d46ede1b")
+               )
+               (instances
+                       (project "Base_Module"
+                               (path "/2448f59f-648c-463c-b334-e382151c4ccb"
+                                       (reference "R1")
+                                       (unit 1)
+                               )
+                       )
+               )
+       )
+       (symbol
+               (lib_id "domotab:R")
+               (at 41.91 85.09 180)
+               (unit 1)
+               (body_style 1)
+               (exclude_from_sim no)
+               (in_bom yes)
+               (on_board yes)
+               (in_pos_files yes)
+               (dnp no)
+               (uuid "00000000-0000-0000-0000-000050fe6dd9")
+               (property "Reference" "R2"
+                       (at 40.005 82.55 90)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (property "Value" "100k"
+                       (at 41.91 85.09 90)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (property "Footprint" "0603"
+                       (at 40.005 86.36 90)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Datasheet" ""
+                       (at 41.91 85.09 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Description" ""
+                       (at 41.91 85.09 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (pin "1"
+                       (uuid "21c5c96f-d1bd-4fe9-9799-70208955591b")
+               )
+               (pin "2"
+                       (uuid "4898ed45-dd4b-4473-9469-ae9a91f74a74")
+               )
+               (instances
+                       (project "Base_Module"
+                               (path "/2448f59f-648c-463c-b334-e382151c4ccb"
+                                       (reference "R2")
+                                       (unit 1)
+                               )
+                       )
+               )
+       )
+       (symbol
+               (lib_id "domotab:R")
+               (at 154.305 114.3 90)
+               (unit 1)
+               (body_style 1)
+               (exclude_from_sim no)
+               (in_bom yes)
+               (on_board yes)
+               (in_pos_files yes)
+               (dnp no)
+               (uuid "00000000-0000-0000-0000-000050fe6e1f")
+               (property "Reference" "R4"
+                       (at 156.845 112.395 90)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (property "Value" "1k"
+                       (at 154.305 114.3 90)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (property "Footprint" "0603"
+                       (at 153.035 112.395 90)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Datasheet" ""
+                       (at 154.305 114.3 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Description" ""
+                       (at 154.305 114.3 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (pin "1"
+                       (uuid "9bd01c4c-3e0c-480f-bd36-b08d3028ce82")
+               )
+               (pin "2"
+                       (uuid "12fba1ea-178c-4912-8bf1-955a2fdf707d")
+               )
+               (instances
+                       (project "Base_Module"
+                               (path "/2448f59f-648c-463c-b334-e382151c4ccb"
+                                       (reference "R4")
+                                       (unit 1)
+                               )
+                       )
+               )
+       )
+       (symbol
+               (lib_id "domotab:C")
+               (at 102.235 49.53 0)
+               (unit 1)
+               (body_style 1)
+               (exclude_from_sim no)
+               (in_bom yes)
+               (on_board yes)
+               (in_pos_files yes)
+               (dnp no)
+               (uuid "00000000-0000-0000-0000-000050fe6e9d")
+               (property "Reference" "C3"
+                       (at 103.505 46.99 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                               (justify left)
+                       )
+               )
+               (property "Value" "0.1uF"
+                       (at 103.505 52.07 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                               (justify left)
+                       )
+               )
+               (property "Footprint" "0402"
+                       (at 100.965 46.355 90)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Datasheet" ""
+                       (at 102.235 49.53 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Description" ""
+                       (at 102.235 49.53 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (pin "1"
+                       (uuid "5034006a-469c-4e08-8e72-c89177ceede5")
+               )
+               (pin "2"
+                       (uuid "c65a1b25-9882-4e86-909d-8696329f4168")
+               )
+               (instances
+                       (project "Base_Module"
+                               (path "/2448f59f-648c-463c-b334-e382151c4ccb"
+                                       (reference "C3")
+                                       (unit 1)
+                               )
+                       )
+               )
+       )
+       (symbol
+               (lib_id "domotab:C")
+               (at 94.615 49.53 0)
+               (unit 1)
+               (body_style 1)
+               (exclude_from_sim no)
+               (in_bom yes)
+               (on_board yes)
+               (in_pos_files yes)
+               (dnp no)
+               (uuid "00000000-0000-0000-0000-000050fe6e9f")
+               (property "Reference" "C2"
+                       (at 95.885 46.99 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                               (justify left)
+                       )
+               )
+               (property "Value" "0.1uF"
+                       (at 95.885 52.07 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                               (justify left)
+                       )
+               )
+               (property "Footprint" "0402"
+                       (at 93.345 46.355 90)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Datasheet" ""
+                       (at 94.615 49.53 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Description" ""
+                       (at 94.615 49.53 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (pin "1"
+                       (uuid "c7d515d8-4cef-4724-9837-2ff9633b627c")
+               )
+               (pin "2"
+                       (uuid "3774998d-09de-42dd-8442-8f80893e2f9a")
+               )
+               (instances
+                       (project "Base_Module"
+                               (path "/2448f59f-648c-463c-b334-e382151c4ccb"
+                                       (reference "C2")
+                                       (unit 1)
+                               )
+                       )
+               )
+       )
+       (symbol
+               (lib_id "domotab:LOGO")
+               (at 170.18 184.785 0)
+               (unit 1)
+               (body_style 1)
+               (exclude_from_sim no)
+               (in_bom yes)
+               (on_board yes)
+               (in_pos_files yes)
+               (dnp no)
+               (uuid "00000000-0000-0000-0000-000050ff0a06")
+               (property "Reference" "L1"
+                       (at 170.18 190.4492 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Value" "LOGO"
+                       (at 170.18 179.1208 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Footprint" ""
+                       (at 170.18 184.785 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Datasheet" ""
+                       (at 170.18 184.785 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Description" ""
+                       (at 170.18 184.785 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (instances
+                       (project "Base_Module"
+                               (path "/2448f59f-648c-463c-b334-e382151c4ccb"
+                                       (reference "L1")
+                                       (unit 1)
+                               )
+                       )
+               )
+       )
+       (symbol
+               (lib_id "domotab:+3,3V")
+               (at 230.505 124.46 0)
+               (unit 1)
+               (body_style 1)
+               (exclude_from_sim no)
+               (in_bom yes)
+               (on_board yes)
+               (in_pos_files yes)
+               (dnp no)
+               (uuid "00000000-0000-0000-0000-00005100738d")
+               (property "Reference" "#PWR017"
+                       (at 230.505 125.476 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 0.762 0.762)
+                               )
+                       )
+               )
+               (property "Value" "+3.3V"
+                       (at 230.505 121.666 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Footprint" ""
+                       (at 230.505 124.46 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Datasheet" ""
+                       (at 230.505 124.46 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Description" ""
+                       (at 230.505 124.46 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (pin "1"
+                       (uuid "e470a801-5c61-4ad5-b84d-f6ea72ba3c63")
+               )
+               (instances
+                       (project "Base_Module"
+                               (path "/2448f59f-648c-463c-b334-e382151c4ccb"
+                                       (reference "#PWR017")
+                                       (unit 1)
+                               )
+                       )
+               )
+       )
+       (symbol
+               (lib_id "domotab:TMP101")
+               (at 245.745 142.24 0)
+               (unit 1)
+               (body_style 1)
+               (exclude_from_sim no)
+               (in_bom yes)
+               (on_board yes)
+               (in_pos_files yes)
+               (dnp no)
+               (uuid "00000000-0000-0000-0000-00005100738e")
+               (property "Reference" "U4"
+                       (at 241.3 137.16 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Value" "TMP101"
+                       (at 245.745 147.32 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Footprint" "SOT23-6"
+                       (at 247.65 137.795 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Datasheet" ""
+                       (at 245.745 142.24 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Description" ""
+                       (at 245.745 142.24 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (pin "1"
+                       (uuid "17540f04-897c-4f35-be53-3b6fd5acc0c6")
+               )
+               (pin "2"
+                       (uuid "9f2b0609-b53a-4bce-9e03-206a654257eb")
+               )
+               (pin "3"
+                       (uuid "a47b13d5-bcc0-48de-a417-cad395121e1e")
+               )
+               (pin "4"
+                       (uuid "d1f6200d-47d7-41fb-ae6f-76887f6255c2")
+               )
+               (pin "5"
+                       (uuid "1eb67349-18c9-44d8-94ed-22743a9d64b7")
+               )
+               (pin "6"
+                       (uuid "0ce4da45-570f-4b89-b758-488bfb11e6e9")
+               )
+               (instances
+                       (project "Base_Module"
+                               (path "/2448f59f-648c-463c-b334-e382151c4ccb"
+                                       (reference "U4")
+                                       (unit 1)
+                               )
+                       )
+               )
+       )
+       (symbol
+               (lib_id "domotab:DGND")
+               (at 233.045 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 "00000000-0000-0000-0000-00005100738f")
+               (property "Reference" "#PWR016"
+                       (at 233.045 149.86 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Value" "DGND"
+                       (at 233.045 151.638 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Footprint" ""
+                       (at 233.045 149.86 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Datasheet" ""
+                       (at 233.045 149.86 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Description" ""
+                       (at 233.045 149.86 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (pin "1"
+                       (uuid "ac2630e8-b12e-43aa-94d7-001fb90f41e6")
+               )
+               (instances
+                       (project "Base_Module"
+                               (path "/2448f59f-648c-463c-b334-e382151c4ccb"
+                                       (reference "#PWR016")
+                                       (unit 1)
+                               )
+                       )
+               )
+       )
+       (symbol
+               (lib_id "domotab:+3,3V")
+               (at 257.175 134.62 0)
+               (unit 1)
+               (body_style 1)
+               (exclude_from_sim no)
+               (in_bom yes)
+               (on_board yes)
+               (in_pos_files yes)
+               (dnp no)
+               (uuid "00000000-0000-0000-0000-000051007390")
+               (property "Reference" "#PWR015"
+                       (at 257.175 135.636 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 0.762 0.762)
+                               )
+                       )
+               )
+               (property "Value" "+3.3V"
+                       (at 257.175 131.826 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Footprint" ""
+                       (at 257.175 134.62 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Datasheet" ""
+                       (at 257.175 134.62 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Description" ""
+                       (at 257.175 134.62 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (pin "1"
+                       (uuid "6b66322f-2bcd-4a9f-9ff4-51a9d8e1f834")
+               )
+               (instances
+                       (project "Base_Module"
+                               (path "/2448f59f-648c-463c-b334-e382151c4ccb"
+                                       (reference "#PWR015")
+                                       (unit 1)
+                               )
+                       )
+               )
+       )
+       (symbol
+               (lib_id "domotab:R")
+               (at 230.505 132.08 0)
+               (unit 1)
+               (body_style 1)
+               (exclude_from_sim no)
+               (in_bom yes)
+               (on_board yes)
+               (in_pos_files yes)
+               (dnp no)
+               (uuid "00000000-0000-0000-0000-000051007391")
+               (property "Reference" "R7"
+                       (at 232.537 132.08 90)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Value" "1.5k"
+                       (at 230.505 132.08 90)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Footprint" "0603"
+                       (at 232.537 135.636 90)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Datasheet" ""
+                       (at 230.505 132.08 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Description" ""
+                       (at 230.505 132.08 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (pin "1"
+                       (uuid "97c696f0-f4c9-4b48-9759-f3a1b923d356")
+               )
+               (pin "2"
+                       (uuid "a35713e9-59bb-43e5-90d7-a1a70fdedf09")
+               )
+               (instances
+                       (project "Base_Module"
+                               (path "/2448f59f-648c-463c-b334-e382151c4ccb"
+                                       (reference "R7")
+                                       (unit 1)
+                               )
+                       )
+               )
+       )
+       (symbol
+               (lib_id "domotab:C")
+               (at 257.175 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 "00000000-0000-0000-0000-000051007392")
+               (property "Reference" "C4"
+                       (at 257.175 148.59 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                               (justify left)
+                       )
+               )
+               (property "Value" "100nF"
+                       (at 257.175 153.67 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                               (justify left)
+                       )
+               )
+               (property "Footprint" "0402"
+                       (at 255.905 147.32 90)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Datasheet" ""
+                       (at 257.175 151.13 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Description" ""
+                       (at 257.175 151.13 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (pin "1"
+                       (uuid "8c413932-e71d-44a1-9c81-3bc154d773bb")
+               )
+               (pin "2"
+                       (uuid "b67139d6-0bbd-488c-aa99-8cb98ad93453")
+               )
+               (instances
+                       (project "Base_Module"
+                               (path "/2448f59f-648c-463c-b334-e382151c4ccb"
+                                       (reference "C4")
+                                       (unit 1)
+                               )
+                       )
+               )
+       )
+       (symbol
+               (lib_id "domotab:DGND")
+               (at 257.175 157.48 0)
+               (unit 1)
+               (body_style 1)
+               (exclude_from_sim no)
+               (in_bom yes)
+               (on_board yes)
+               (in_pos_files yes)
+               (dnp no)
+               (uuid "00000000-0000-0000-0000-000051007393")
+               (property "Reference" "#PWR014"
+                       (at 257.175 157.48 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Value" "DGND"
+                       (at 257.175 159.258 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Footprint" ""
+                       (at 257.175 157.48 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Datasheet" ""
+                       (at 257.175 157.48 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Description" ""
+                       (at 257.175 157.48 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (pin "1"
+                       (uuid "1a96d32d-455b-41ca-9593-08a282f7983d")
+               )
+               (instances
+                       (project "Base_Module"
+                               (path "/2448f59f-648c-463c-b334-e382151c4ccb"
+                                       (reference "#PWR014")
+                                       (unit 1)
+                               )
+                       )
+               )
+       )
+       (symbol
+               (lib_id "domotab:USB_2")
+               (at 39.37 185.42 0)
+               (unit 1)
+               (body_style 1)
+               (exclude_from_sim no)
+               (in_bom yes)
+               (on_board yes)
+               (in_pos_files yes)
+               (dnp no)
+               (uuid "00000000-0000-0000-0000-0000510073b1")
+               (property "Reference" "P7"
+                       (at 37.465 179.07 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Value" "USB_2"
+                       (at 40.64 193.04 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Footprint" ""
+                       (at 39.37 185.42 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Datasheet" ""
+                       (at 39.37 185.42 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Description" ""
+                       (at 39.37 185.42 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (property "VCC" "VCC"
+                       (at 47.625 181.61 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (property "Data+" "D+"
+                       (at 46.99 184.15 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (property "Data-" "D-"
+                       (at 46.99 186.69 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (property "Ground" "GND"
+                       (at 47.625 189.23 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (pin "1"
+                       (uuid "29c0b975-26ee-4a7c-8dc5-b9d4b70577e6")
+               )
+               (pin "2"
+                       (uuid "bbeb78b8-bea0-4930-a29b-1f1f3a891674")
+               )
+               (pin "3"
+                       (uuid "72897878-151a-4cd9-8abf-516722b7caed")
+               )
+               (pin "4"
+                       (uuid "1737601f-0a06-4bd9-ae6c-377a8a3b5aed")
+               )
+               (instances
+                       (project "Base_Module"
+                               (path "/2448f59f-648c-463c-b334-e382151c4ccb"
+                                       (reference "P7")
+                                       (unit 1)
+                               )
+                       )
+               )
+       )
+       (symbol
+               (lib_id "domotab:LED")
+               (at 123.19 181.61 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 "00000000-0000-0000-0000-0000510073b3")
+               (property "Reference" "D4"
+                       (at 127 182.88 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Value" "LED"
+                       (at 123.19 184.15 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Footprint" "0603"
+                       (at 127 184.15 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Datasheet" ""
+                       (at 123.19 181.61 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Description" ""
+                       (at 123.19 181.61 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (pin "1"
+                       (uuid "51d8ae99-70ef-4977-8b1c-b15cb144c50d")
+               )
+               (pin "2"
+                       (uuid "05bc5f6e-b93e-40b2-9b8b-2cb5bd503a50")
+               )
+               (instances
+                       (project "Base_Module"
+                               (path "/2448f59f-648c-463c-b334-e382151c4ccb"
+                                       (reference "D4")
+                                       (unit 1)
+                               )
+                       )
+               )
+       )
+       (symbol
+               (lib_id "domotab:+3,3V")
+               (at 144.78 171.45 0)
+               (unit 1)
+               (body_style 1)
+               (exclude_from_sim no)
+               (in_bom yes)
+               (on_board yes)
+               (in_pos_files yes)
+               (dnp no)
+               (uuid "00000000-0000-0000-0000-0000510073b4")
+               (property "Reference" "#PWR013"
+                       (at 144.78 172.466 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 0.762 0.762)
+                               )
+                       )
+               )
+               (property "Value" "+3.3V"
+                       (at 144.78 168.656 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Footprint" ""
+                       (at 144.78 171.45 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Datasheet" ""
+                       (at 144.78 171.45 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Description" ""
+                       (at 144.78 171.45 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (pin "1"
+                       (uuid "debd7c8a-2010-40d5-bf6c-2ae16047ac27")
+               )
+               (instances
+                       (project "Base_Module"
+                               (path "/2448f59f-648c-463c-b334-e382151c4ccb"
+                                       (reference "#PWR013")
+                                       (unit 1)
+                               )
+                       )
+               )
+       )
+       (symbol
+               (lib_id "domotab:LED")
+               (at 123.19 173.99 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 "00000000-0000-0000-0000-0000510073b5")
+               (property "Reference" "D3"
+                       (at 127 175.26 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Value" "LED"
+                       (at 123.19 176.53 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Footprint" "0603"
+                       (at 127 176.53 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Datasheet" ""
+                       (at 123.19 173.99 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Description" ""
+                       (at 123.19 173.99 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (pin "1"
+                       (uuid "9a561c83-2474-4956-a01c-c779a3388c35")
+               )
+               (pin "2"
+                       (uuid "f2a06d94-25e1-4125-935f-5c6055dc437c")
+               )
+               (instances
+                       (project "Base_Module"
+                               (path "/2448f59f-648c-463c-b334-e382151c4ccb"
+                                       (reference "D3")
+                                       (unit 1)
+                               )
+                       )
+               )
+       )
+       (symbol
+               (lib_id "domotab:R")
+               (at 135.89 181.61 90)
+               (unit 1)
+               (body_style 1)
+               (exclude_from_sim no)
+               (in_bom yes)
+               (on_board yes)
+               (in_pos_files yes)
+               (dnp no)
+               (uuid "00000000-0000-0000-0000-0000510073b6")
+               (property "Reference" "R11"
+                       (at 138.43 179.705 90)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Value" "270"
+                       (at 135.89 181.61 90)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Footprint" "0603"
+                       (at 142.24 182.88 90)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Datasheet" ""
+                       (at 135.89 181.61 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Description" ""
+                       (at 135.89 181.61 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (pin "1"
+                       (uuid "0f29cbe7-217e-4782-b424-916951cd2082")
+               )
+               (pin "2"
+                       (uuid "292c88d6-3bf0-4aba-85a9-f8ecfc330e67")
+               )
+               (instances
+                       (project "Base_Module"
+                               (path "/2448f59f-648c-463c-b334-e382151c4ccb"
+                                       (reference "R11")
+                                       (unit 1)
+                               )
+                       )
+               )
+       )
+       (symbol
+               (lib_id "domotab:R")
+               (at 135.89 173.99 90)
+               (unit 1)
+               (body_style 1)
+               (exclude_from_sim no)
+               (in_bom yes)
+               (on_board yes)
+               (in_pos_files yes)
+               (dnp no)
+               (uuid "00000000-0000-0000-0000-0000510073b7")
+               (property "Reference" "R10"
+                       (at 138.43 175.895 90)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Value" "270"
+                       (at 135.89 173.99 90)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Footprint" "0603"
+                       (at 142.24 175.26 90)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Datasheet" ""
+                       (at 135.89 173.99 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Description" ""
+                       (at 135.89 173.99 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (pin "1"
+                       (uuid "11b202d5-bf41-418a-be3c-29eaf9b692f3")
+               )
+               (pin "2"
+                       (uuid "d1d5c9fc-c358-408b-a823-bd51707a1cbe")
+               )
+               (instances
+                       (project "Base_Module"
+                               (path "/2448f59f-648c-463c-b334-e382151c4ccb"
+                                       (reference "R10")
+                                       (unit 1)
+                               )
+                       )
+               )
+       )
+       (symbol
+               (lib_id "domotab:DGND")
+               (at 57.15 191.77 0)
+               (unit 1)
+               (body_style 1)
+               (exclude_from_sim no)
+               (in_bom yes)
+               (on_board yes)
+               (in_pos_files yes)
+               (dnp no)
+               (uuid "00000000-0000-0000-0000-0000510073bc")
+               (property "Reference" "#PWR012"
+                       (at 57.15 191.77 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Value" "DGND"
+                       (at 57.15 193.548 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Footprint" ""
+                       (at 57.15 191.77 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Datasheet" ""
+                       (at 57.15 191.77 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Description" ""
+                       (at 57.15 191.77 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (pin "1"
+                       (uuid "bb228c65-e670-44c1-8fea-4ed6611c66f3")
+               )
+               (instances
+                       (project "Base_Module"
+                               (path "/2448f59f-648c-463c-b334-e382151c4ccb"
+                                       (reference "#PWR012")
+                                       (unit 1)
+                               )
+                       )
+               )
+       )
+       (symbol
+               (lib_id "domotab:MUSB")
+               (at 35.56 168.91 180)
+               (unit 1)
+               (body_style 1)
+               (exclude_from_sim no)
+               (in_bom yes)
+               (on_board yes)
+               (in_pos_files yes)
+               (dnp no)
+               (uuid "00000000-0000-0000-0000-0000510073be")
+               (property "Reference" "P6"
+                       (at 34.29 160.02 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Value" "MUSB"
+                       (at 41.91 160.02 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Footprint" ""
+                       (at 35.56 168.91 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Datasheet" ""
+                       (at 35.56 168.91 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Description" ""
+                       (at 35.56 168.91 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (pin "1"
+                       (uuid "74e50998-6f62-42d1-bc5c-b562eaa0cbfd")
+               )
+               (pin "2"
+                       (uuid "43a0b24b-ae67-4c91-b476-8d371d570238")
+               )
+               (pin "3"
+                       (uuid "40d9db8d-b39a-4add-81dd-6b4be8e17981")
+               )
+               (pin "4"
+                       (uuid "fe29d781-79d5-424a-bf1a-7dd20062ae8f")
+               )
+               (pin "5"
+                       (uuid "0696ef6b-2aa4-4438-b2ba-058f3ca9ca60")
+               )
+               (instances
+                       (project "Base_Module"
+                               (path "/2448f59f-648c-463c-b334-e382151c4ccb"
+                                       (reference "P6")
+                                       (unit 1)
+                               )
+                       )
+               )
+       )
+       (symbol
+               (lib_id "domotab:FILTER")
+               (at 58.42 147.32 0)
+               (unit 1)
+               (body_style 1)
+               (exclude_from_sim no)
+               (in_bom yes)
+               (on_board yes)
+               (in_pos_files yes)
+               (dnp no)
+               (uuid "00000000-0000-0000-0000-0000510073bf")
+               (property "Reference" "FB1"
+                       (at 54.61 144.78 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Value" "Ferrite Bead"
+                       (at 58.42 149.86 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Footprint" "0603"
+                       (at 60.96 144.78 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Datasheet" ""
+                       (at 58.42 147.32 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Description" ""
+                       (at 58.42 147.32 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (pin "1"
+                       (uuid "3a25220e-0334-4005-828b-c7cab355d103")
+               )
+               (pin "2"
+                       (uuid "2d174364-bca6-4fd7-be19-c02581d84328")
+               )
+               (instances
+                       (project "Base_Module"
+                               (path "/2448f59f-648c-463c-b334-e382151c4ccb"
+                                       (reference "FB1")
+                                       (unit 1)
+                               )
+                       )
+               )
+       )
+       (symbol
+               (lib_id "domotab:DGND")
+               (at 80.01 190.5 0)
+               (unit 1)
+               (body_style 1)
+               (exclude_from_sim no)
+               (in_bom yes)
+               (on_board yes)
+               (in_pos_files yes)
+               (dnp no)
+               (uuid "00000000-0000-0000-0000-0000510073c0")
+               (property "Reference" "#PWR011"
+                       (at 80.01 190.5 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Value" "DGND"
+                       (at 80.01 192.278 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Footprint" ""
+                       (at 80.01 190.5 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Datasheet" ""
+                       (at 80.01 190.5 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Description" ""
+                       (at 80.01 190.5 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (pin "1"
+                       (uuid "e7036f3e-d22a-4821-abe3-f8bf33652e0c")
+               )
+               (instances
+                       (project "Base_Module"
+                               (path "/2448f59f-648c-463c-b334-e382151c4ccb"
+                                       (reference "#PWR011")
+                                       (unit 1)
+                               )
+                       )
+               )
+       )
+       (symbol
+               (lib_id "domotab:C")
+               (at 80.01 182.88 0)
+               (unit 1)
+               (body_style 1)
+               (exclude_from_sim no)
+               (in_bom yes)
+               (on_board yes)
+               (in_pos_files yes)
+               (dnp no)
+               (uuid "00000000-0000-0000-0000-0000510073c1")
+               (property "Reference" "C9"
+                       (at 80.01 180.34 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                               (justify left)
+                       )
+               )
+               (property "Value" "100nF"
+                       (at 80.01 185.42 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                               (justify left)
+                       )
+               )
+               (property "Footprint" "0402"
+                       (at 78.74 179.07 90)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Datasheet" ""
+                       (at 80.01 182.88 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Description" ""
+                       (at 80.01 182.88 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (pin "1"
+                       (uuid "21a470a5-346f-43fb-b667-f1714c8b9ea5")
+               )
+               (pin "2"
+                       (uuid "201c5b55-d462-42ec-a879-d1d479ddba40")
+               )
+               (instances
+                       (project "Base_Module"
+                               (path "/2448f59f-648c-463c-b334-e382151c4ccb"
+                                       (reference "C9")
+                                       (unit 1)
+                               )
+                       )
+               )
+       )
+       (symbol
+               (lib_id "domotab:C")
+               (at 74.93 153.67 0)
+               (unit 1)
+               (body_style 1)
+               (exclude_from_sim no)
+               (in_bom yes)
+               (on_board yes)
+               (in_pos_files yes)
+               (dnp no)
+               (uuid "00000000-0000-0000-0000-0000510073c2")
+               (property "Reference" "C6"
+                       (at 74.93 151.13 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                               (justify left)
+                       )
+               )
+               (property "Value" "100nF"
+                       (at 74.93 156.21 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                               (justify left)
+                       )
+               )
+               (property "Footprint" "0402"
+                       (at 73.66 149.86 90)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Datasheet" ""
+                       (at 74.93 153.67 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Description" ""
+                       (at 74.93 153.67 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (pin "1"
+                       (uuid "afcfbfc7-9252-46b3-a965-6ffed9f26e8b")
+               )
+               (pin "2"
+                       (uuid "0fb63f82-8778-4c7b-b29b-24b0b1efad6c")
+               )
+               (instances
+                       (project "Base_Module"
+                               (path "/2448f59f-648c-463c-b334-e382151c4ccb"
+                                       (reference "C6")
+                                       (unit 1)
+                               )
+                       )
+               )
+       )
+       (symbol
+               (lib_id "domotab:C")
+               (at 68.58 153.67 0)
+               (unit 1)
+               (body_style 1)
+               (exclude_from_sim no)
+               (in_bom yes)
+               (on_board yes)
+               (in_pos_files yes)
+               (dnp no)
+               (uuid "00000000-0000-0000-0000-0000510073c3")
+               (property "Reference" "C5"
+                       (at 68.58 151.13 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                               (justify left)
+                       )
+               )
+               (property "Value" "10uF"
+                       (at 68.58 156.21 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                               (justify left)
+                       )
+               )
+               (property "Footprint" "0603"
+                       (at 67.31 149.86 90)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Datasheet" ""
+                       (at 68.58 153.67 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Description" ""
+                       (at 68.58 153.67 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (pin "1"
+                       (uuid "89a716e1-370e-43d9-9499-4cc5b0b72225")
+               )
+               (pin "2"
+                       (uuid "fc1a7f37-72f0-4740-a03c-04bc8f299c4d")
+               )
+               (instances
+                       (project "Base_Module"
+                               (path "/2448f59f-648c-463c-b334-e382151c4ccb"
+                                       (reference "C5")
+                                       (unit 1)
+                               )
+                       )
+               )
+       )
+       (symbol
+               (lib_id "domotab:FT230XS")
+               (at 93.98 172.72 0)
+               (unit 1)
+               (body_style 1)
+               (exclude_from_sim no)
+               (in_bom yes)
+               (on_board yes)
+               (in_pos_files yes)
+               (dnp no)
+               (uuid "00000000-0000-0000-0000-0000510073c4")
+               (property "Reference" "U5"
+                       (at 87.63 156.21 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Value" "FT230XS"
+                       (at 104.14 183.515 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Footprint" "SSOP-16"
+                       (at 106.045 156.845 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Datasheet" ""
+                       (at 93.98 172.72 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Description" ""
+                       (at 93.98 172.72 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (pin "1"
+                       (uuid "476c22f1-3d3d-4499-bf61-689d70a2042c")
+               )
+               (pin "10"
+                       (uuid "f667f423-d721-488e-b24b-5a002192d642")
+               )
+               (pin "11"
+                       (uuid "99b9fa99-adf6-4570-aa39-560f3627a0fe")
+               )
+               (pin "12"
+                       (uuid "8a0cdd58-468b-4f70-a7ca-028171a27f65")
+               )
+               (pin "13"
+                       (uuid "615352f7-e704-4ffe-973f-58d179c9b621")
+               )
+               (pin "14"
+                       (uuid "f40781e6-229b-4b58-9f8e-65fdcb976b04")
+               )
+               (pin "15"
+                       (uuid "14ae9862-d4e5-4e99-82f7-852ae7d1b16a")
+               )
+               (pin "16"
+                       (uuid "e53540ff-bf42-401a-b708-183741581a14")
+               )
+               (pin "2"
+                       (uuid "10aa4823-86c7-4118-9cc8-0c101212b90e")
+               )
+               (pin "3"
+                       (uuid "c4e00e73-0899-47fe-b00a-7af0dc0ee696")
+               )
+               (pin "4"
+                       (uuid "beb1949f-9551-4c54-8d9a-639ec9f538cd")
+               )
+               (pin "5"
+                       (uuid "79b29c57-31f6-4036-a250-32bb43125afd")
+               )
+               (pin "6"
+                       (uuid "718c773c-ef0d-4c54-a024-cc1db0d40b76")
+               )
+               (pin "7"
+                       (uuid "3ad3499f-28cc-41ba-967e-708a6b1ffd1b")
+               )
+               (pin "8"
+                       (uuid "8c4034b2-6899-4bc9-9bad-e8ea3ac3d414")
+               )
+               (pin "9"
+                       (uuid "b0001edf-a2ab-478d-ae0b-da72b8451c62")
+               )
+               (instances
+                       (project "Base_Module"
+                               (path "/2448f59f-648c-463c-b334-e382151c4ccb"
+                                       (reference "U5")
+                                       (unit 1)
+                               )
+                       )
+               )
+       )
+       (symbol
+               (lib_id "domotab:DGND")
+               (at 95.25 189.23 0)
+               (unit 1)
+               (body_style 1)
+               (exclude_from_sim no)
+               (in_bom yes)
+               (on_board yes)
+               (in_pos_files yes)
+               (dnp no)
+               (uuid "00000000-0000-0000-0000-0000510073c5")
+               (property "Reference" "#PWR010"
+                       (at 95.25 189.23 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Value" "DGND"
+                       (at 95.25 191.008 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Footprint" ""
+                       (at 95.25 189.23 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Datasheet" ""
+                       (at 95.25 189.23 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Description" ""
+                       (at 95.25 189.23 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (pin "1"
+                       (uuid "31523ccb-216d-43cb-8ea9-cc5502b7f673")
+               )
+               (instances
+                       (project "Base_Module"
+                               (path "/2448f59f-648c-463c-b334-e382151c4ccb"
+                                       (reference "#PWR010")
+                                       (unit 1)
+                               )
+                       )
+               )
+       )
+       (symbol
+               (lib_id "domotab:+3,3V")
+               (at 111.76 146.05 0)
+               (unit 1)
+               (body_style 1)
+               (exclude_from_sim no)
+               (in_bom yes)
+               (on_board yes)
+               (in_pos_files yes)
+               (dnp no)
+               (uuid "00000000-0000-0000-0000-0000510073c6")
+               (property "Reference" "#PWR09"
+                       (at 111.76 147.066 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 0.762 0.762)
+                               )
+                       )
+               )
+               (property "Value" "+3.3V"
+                       (at 111.76 143.256 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Footprint" ""
+                       (at 111.76 146.05 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Datasheet" ""
+                       (at 111.76 146.05 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Description" ""
+                       (at 111.76 146.05 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (pin "1"
+                       (uuid "d4e93be4-ada1-48bc-84ec-7715a28ef9ed")
+               )
+               (instances
+                       (project "Base_Module"
+                               (path "/2448f59f-648c-463c-b334-e382151c4ccb"
+                                       (reference "#PWR09")
+                                       (unit 1)
+                               )
+                       )
+               )
+       )
+       (symbol
+               (lib_id "domotab:DGND")
+               (at 72.39 161.29 0)
+               (unit 1)
+               (body_style 1)
+               (exclude_from_sim no)
+               (in_bom yes)
+               (on_board yes)
+               (in_pos_files yes)
+               (dnp no)
+               (uuid "00000000-0000-0000-0000-0000510073f2")
+               (property "Reference" "#PWR08"
+                       (at 72.39 161.29 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Value" "DGND"
+                       (at 72.39 163.068 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Footprint" ""
+                       (at 72.39 161.29 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Datasheet" ""
+                       (at 72.39 161.29 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Description" ""
+                       (at 72.39 161.29 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (pin "1"
+                       (uuid "91f26595-dcdc-49fc-b206-5b5abb726219")
+               )
+               (instances
+                       (project "Base_Module"
+                               (path "/2448f59f-648c-463c-b334-e382151c4ccb"
+                                       (reference "#PWR08")
+                                       (unit 1)
+                               )
+                       )
+               )
+       )
+       (symbol
+               (lib_id "domotab:+5V")
+               (at 93.98 146.05 0)
+               (unit 1)
+               (body_style 1)
+               (exclude_from_sim no)
+               (in_bom yes)
+               (on_board yes)
+               (in_pos_files yes)
+               (dnp no)
+               (uuid "00000000-0000-0000-0000-000051007c89")
+               (property "Reference" "#PWR07"
+                       (at 93.98 143.764 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 0.762 0.762)
+                               )
+                       )
+               )
+               (property "Value" "+5V"
+                       (at 93.98 143.764 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Footprint" ""
+                       (at 93.98 146.05 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Datasheet" ""
+                       (at 93.98 146.05 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Description" ""
+                       (at 93.98 146.05 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (pin "1"
+                       (uuid "70797f1c-d172-441c-9835-5b1f8370c6d6")
+               )
+               (instances
+                       (project "Base_Module"
+                               (path "/2448f59f-648c-463c-b334-e382151c4ccb"
+                                       (reference "#PWR07")
+                                       (unit 1)
+                               )
+                       )
+               )
+       )
+       (symbol
+               (lib_id "domotab:CONN_10")
+               (at 213.36 88.265 0)
+               (unit 1)
+               (body_style 1)
+               (exclude_from_sim no)
+               (in_bom yes)
+               (on_board yes)
+               (in_pos_files yes)
+               (dnp no)
+               (uuid "00000000-0000-0000-0000-000051007dcf")
+               (property "Reference" "P2"
+                       (at 212.09 88.265 90)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Value" "GPIO0_x"
+                       (at 214.63 88.265 90)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Footprint" ""
+                       (at 213.36 88.265 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Datasheet" ""
+                       (at 213.36 88.265 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Description" ""
+                       (at 213.36 88.265 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (pin "1"
+                       (uuid "0fb06d6d-00ce-48ac-ae05-bd23e7a799e5")
+               )
+               (pin "10"
+                       (uuid "d51f36d7-a29a-4ed2-b7ba-02eb48cbbdc8")
+               )
+               (pin "2"
+                       (uuid "a5f25cf5-0e40-42ab-8f09-1bf1bdb314c7")
+               )
+               (pin "3"
+                       (uuid "cb904986-d07e-4b5f-854c-305698177afe")
+               )
+               (pin "4"
+                       (uuid "7c79de27-c883-4765-a42b-30e5d954c2e6")
+               )
+               (pin "5"
+                       (uuid "a1732a1b-0161-48d8-85a0-799b35767abd")
+               )
+               (pin "6"
+                       (uuid "05738698-c217-43d0-b962-435078037c03")
+               )
+               (pin "7"
+                       (uuid "ab30c943-a873-4417-a60d-b0833a61278a")
+               )
+               (pin "8"
+                       (uuid "3cb83cbc-70b4-4000-b831-7d3e754c6ed1")
+               )
+               (pin "9"
+                       (uuid "9c468cee-203a-4387-9fe0-f13d307d2eb3")
+               )
+               (instances
+                       (project "Base_Module"
+                               (path "/2448f59f-648c-463c-b334-e382151c4ccb"
+                                       (reference "P2")
+                                       (unit 1)
+                               )
+                       )
+               )
+       )
+       (symbol
+               (lib_id "domotab:CONN_10")
+               (at 245.11 88.9 0)
+               (unit 1)
+               (body_style 1)
+               (exclude_from_sim no)
+               (in_bom yes)
+               (on_board yes)
+               (in_pos_files yes)
+               (dnp no)
+               (uuid "00000000-0000-0000-0000-000051007dd3")
+               (property "Reference" "P3"
+                       (at 243.84 88.9 90)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Value" "GPIO0_x"
+                       (at 246.38 88.9 90)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Footprint" ""
+                       (at 245.11 88.9 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Datasheet" ""
+                       (at 245.11 88.9 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Description" ""
+                       (at 245.11 88.9 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (pin "1"
+                       (uuid "b6731c76-0281-498f-9ded-dd6c851f5a12")
+               )
+               (pin "10"
+                       (uuid "1a17523e-9d80-40a0-b96f-d3022fbf7d49")
+               )
+               (pin "2"
+                       (uuid "de7bf078-a485-4b79-a419-342a17ab75b8")
+               )
+               (pin "3"
+                       (uuid "3b322a8b-24f3-4bb1-bd56-e01773a5fa88")
+               )
+               (pin "4"
+                       (uuid "de54668c-12c2-4f3d-8e63-cfdeb4d3c325")
+               )
+               (pin "5"
+                       (uuid "00b1535d-c892-4665-b03f-f2ead73493e0")
+               )
+               (pin "6"
+                       (uuid "637e437b-c0b7-4f81-bc8d-eeeee45506d1")
+               )
+               (pin "7"
+                       (uuid "c98476d8-08be-4045-9b5b-135a45e5bcc4")
+               )
+               (pin "8"
+                       (uuid "9d93a843-2323-4984-b2cc-077f49ee37c5")
+               )
+               (pin "9"
+                       (uuid "d2307204-82c7-405b-96a2-20c62181fb82")
+               )
+               (instances
+                       (project "Base_Module"
+                               (path "/2448f59f-648c-463c-b334-e382151c4ccb"
+                                       (reference "P3")
+                                       (unit 1)
+                               )
+                       )
+               )
+       )
+       (symbol
+               (lib_id "domotab:CONN_6")
+               (at 270.51 81.28 0)
+               (unit 1)
+               (body_style 1)
+               (exclude_from_sim no)
+               (in_bom yes)
+               (on_board yes)
+               (in_pos_files yes)
+               (dnp no)
+               (uuid "00000000-0000-0000-0000-000051007dde")
+               (property "Reference" "P4"
+                       (at 269.24 81.28 90)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Value" "ADC"
+                       (at 271.78 81.28 90)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Footprint" ""
+                       (at 270.51 81.28 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Datasheet" ""
+                       (at 270.51 81.28 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Description" ""
+                       (at 270.51 81.28 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (pin "1"
+                       (uuid "9bbb9649-1c72-423b-8d8f-44157ac8919a")
+               )
+               (pin "2"
+                       (uuid "d7dfc2ab-a2c8-41e5-8c5e-32f4ab3841ca")
+               )
+               (pin "3"
+                       (uuid "318c26ed-0104-4d09-b395-56b1b999cfd9")
+               )
+               (pin "4"
+                       (uuid "9bdca17c-c240-49c4-ba21-773259fd1399")
+               )
+               (pin "5"
+                       (uuid "bb07c49b-192b-40fb-998c-932af32bd08b")
+               )
+               (pin "6"
+                       (uuid "bd2d702c-7f1c-4ec7-b181-3fe0c3a9b454")
+               )
+               (instances
+                       (project "Base_Module"
+                               (path "/2448f59f-648c-463c-b334-e382151c4ccb"
+                                       (reference "P4")
+                                       (unit 1)
+                               )
+                       )
+               )
+       )
+       (symbol
+               (lib_id "domotab:+3,3V")
+               (at 120.015 41.91 0)
+               (unit 1)
+               (body_style 1)
+               (exclude_from_sim no)
+               (in_bom yes)
+               (on_board yes)
+               (in_pos_files yes)
+               (dnp no)
+               (uuid "00000000-0000-0000-0000-000051007e1e")
+               (property "Reference" "#PWR06"
+                       (at 120.015 42.926 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 0.762 0.762)
+                               )
+                       )
+               )
+               (property "Value" "+3.3V"
+                       (at 120.015 39.116 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Footprint" ""
+                       (at 120.015 41.91 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Datasheet" ""
+                       (at 120.015 41.91 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Description" ""
+                       (at 120.015 41.91 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (pin "1"
+                       (uuid "d829f4bf-275c-4b19-a726-bfc676f8df98")
+               )
+               (instances
+                       (project "Base_Module"
+                               (path "/2448f59f-648c-463c-b334-e382151c4ccb"
+                                       (reference "#PWR06")
+                                       (unit 1)
+                               )
+                       )
+               )
+       )
+       (symbol
+               (lib_id "domotab:JP1")
+               (at 121.285 48.26 90)
+               (unit 1)
+               (body_style 1)
+               (exclude_from_sim no)
+               (in_bom yes)
+               (on_board yes)
+               (in_pos_files yes)
+               (dnp no)
+               (uuid "00000000-0000-0000-0000-000051007e4f")
+               (property "Reference" "J1"
+                       (at 117.475 48.26 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Value" "JP1"
+                       (at 122.555 48.26 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Footprint" "2.54mm"
+                       (at 122.555 48.26 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Datasheet" ""
+                       (at 121.285 48.26 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Description" ""
+                       (at 121.285 48.26 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (pin "1"
+                       (uuid "43900493-dae1-41aa-b9f1-87ccc5058b6d")
+               )
+               (pin "2"
+                       (uuid "6dc0a082-bbf9-4de5-ae6c-911f035c279c")
+               )
+               (instances
+                       (project "Base_Module"
+                               (path "/2448f59f-648c-463c-b334-e382151c4ccb"
+                                       (reference "J1")
+                                       (unit 1)
+                               )
+                       )
+               )
+       )
+       (symbol
+               (lib_id "domotab:+5V")
+               (at 200.66 74.295 0)
+               (unit 1)
+               (body_style 1)
+               (exclude_from_sim no)
+               (in_bom yes)
+               (on_board yes)
+               (in_pos_files yes)
+               (dnp no)
+               (uuid "00000000-0000-0000-0000-000051008012")
+               (property "Reference" "#PWR05"
+                       (at 200.66 72.009 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 0.762 0.762)
+                               )
+                       )
+               )
+               (property "Value" "+5V"
+                       (at 200.66 72.009 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Footprint" ""
+                       (at 200.66 74.295 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Datasheet" ""
+                       (at 200.66 74.295 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Description" ""
+                       (at 200.66 74.295 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (pin "1"
+                       (uuid "22d2a924-157a-4849-be29-780477780bcd")
+               )
+               (instances
+                       (project "Base_Module"
+                               (path "/2448f59f-648c-463c-b334-e382151c4ccb"
+                                       (reference "#PWR05")
+                                       (unit 1)
+                               )
+                       )
+               )
+       )
+       (symbol
+               (lib_id "domotab:DGND")
+               (at 200.66 102.235 0)
+               (unit 1)
+               (body_style 1)
+               (exclude_from_sim no)
+               (in_bom yes)
+               (on_board yes)
+               (in_pos_files yes)
+               (dnp no)
+               (uuid "00000000-0000-0000-0000-00005100802d")
+               (property "Reference" "#PWR04"
+                       (at 200.66 102.235 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Value" "DGND"
+                       (at 200.66 104.013 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Footprint" ""
+                       (at 200.66 102.235 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Datasheet" ""
+                       (at 200.66 102.235 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Description" ""
+                       (at 200.66 102.235 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (pin "1"
+                       (uuid "6deb004b-91aa-4013-9548-d6e11168fb73")
+               )
+               (instances
+                       (project "Base_Module"
+                               (path "/2448f59f-648c-463c-b334-e382151c4ccb"
+                                       (reference "#PWR04")
+                                       (unit 1)
+                               )
+                       )
+               )
+       )
+       (symbol
+               (lib_id "domotab:CONN_2")
+               (at 270.51 101.6 0)
+               (unit 1)
+               (body_style 1)
+               (exclude_from_sim no)
+               (in_bom yes)
+               (on_board yes)
+               (in_pos_files yes)
+               (dnp no)
+               (uuid "00000000-0000-0000-0000-0000510080a9")
+               (property "Reference" "P5"
+                       (at 269.24 101.6 90)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Value" "Alim"
+                       (at 271.78 101.6 90)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Footprint" ""
+                       (at 270.51 101.6 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Datasheet" ""
+                       (at 270.51 101.6 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Description" ""
+                       (at 270.51 101.6 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (pin "1"
+                       (uuid "b849f9b0-a7c4-4a62-aeac-7f191d97ef05")
+               )
+               (pin "2"
+                       (uuid "6df2572e-92be-496e-bd86-1a9ac254b79c")
+               )
+               (instances
+                       (project "Base_Module"
+                               (path "/2448f59f-648c-463c-b334-e382151c4ccb"
+                                       (reference "P5")
+                                       (unit 1)
+                               )
+                       )
+               )
+       )
+       (symbol
+               (lib_id "domotab:+3,3V")
+               (at 257.81 96.52 0)
+               (unit 1)
+               (body_style 1)
+               (exclude_from_sim no)
+               (in_bom yes)
+               (on_board yes)
+               (in_pos_files yes)
+               (dnp no)
+               (uuid "00000000-0000-0000-0000-0000510080b1")
+               (property "Reference" "#PWR03"
+                       (at 257.81 97.536 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 0.762 0.762)
+                               )
+                       )
+               )
+               (property "Value" "+3.3V"
+                       (at 257.81 93.726 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Footprint" ""
+                       (at 257.81 96.52 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Datasheet" ""
+                       (at 257.81 96.52 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Description" ""
+                       (at 257.81 96.52 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (pin "1"
+                       (uuid "68eb00ea-c10b-46bc-b236-eaceb501d3a4")
+               )
+               (instances
+                       (project "Base_Module"
+                               (path "/2448f59f-648c-463c-b334-e382151c4ccb"
+                                       (reference "#PWR03")
+                                       (unit 1)
+                               )
+                       )
+               )
+       )
+       (symbol
+               (lib_id "domotab:DGND")
+               (at 257.81 107.95 0)
+               (unit 1)
+               (body_style 1)
+               (exclude_from_sim no)
+               (in_bom yes)
+               (on_board yes)
+               (in_pos_files yes)
+               (dnp no)
+               (uuid "00000000-0000-0000-0000-0000510080ba")
+               (property "Reference" "#PWR02"
+                       (at 257.81 107.95 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Value" "DGND"
+                       (at 257.81 109.728 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Footprint" ""
+                       (at 257.81 107.95 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Datasheet" ""
+                       (at 257.81 107.95 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Description" ""
+                       (at 257.81 107.95 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (pin "1"
+                       (uuid "18cd7943-d703-4fbd-9bc1-c5566c6d3e43")
+               )
+               (instances
+                       (project "Base_Module"
+                               (path "/2448f59f-648c-463c-b334-e382151c4ccb"
+                                       (reference "#PWR02")
+                                       (unit 1)
+                               )
+                       )
+               )
+       )
+       (symbol
+               (lib_id "domotab:R")
+               (at 57.785 80.645 180)
+               (unit 1)
+               (body_style 1)
+               (exclude_from_sim no)
+               (in_bom yes)
+               (on_board yes)
+               (in_pos_files yes)
+               (dnp no)
+               (uuid "00000000-0000-0000-0000-0000510094f5")
+               (property "Reference" "R12"
+                       (at 55.88 78.105 90)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (property "Value" "1.5k"
+                       (at 57.785 80.645 90)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (property "Footprint" "0603"
+                       (at 55.88 81.915 90)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Datasheet" ""
+                       (at 57.785 80.645 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Description" ""
+                       (at 57.785 80.645 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (pin "1"
+                       (uuid "32fdc8fc-7c67-4acf-a188-edf67448efb4")
+               )
+               (pin "2"
+                       (uuid "3ed7eb1c-fedb-4593-9094-6d607a12d95c")
+               )
+               (instances
+                       (project "Base_Module"
+                               (path "/2448f59f-648c-463c-b334-e382151c4ccb"
+                                       (reference "R12")
+                                       (unit 1)
+                               )
+                       )
+               )
+       )
+       (symbol
+               (lib_id "domotab:+3,3V")
+               (at 60.325 71.755 0)
+               (unit 1)
+               (body_style 1)
+               (exclude_from_sim no)
+               (in_bom yes)
+               (on_board yes)
+               (in_pos_files yes)
+               (dnp no)
+               (uuid "00000000-0000-0000-0000-0000510094f6")
+               (property "Reference" "#PWR01"
+                       (at 60.325 72.771 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 0.762 0.762)
+                               )
+                       )
+               )
+               (property "Value" "+3.3V"
+                       (at 60.325 68.961 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Footprint" ""
+                       (at 60.325 71.755 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Datasheet" ""
+                       (at 60.325 71.755 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Description" ""
+                       (at 60.325 71.755 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (pin "1"
+                       (uuid "6ed5547a-1d71-4f88-b6de-a360b401ebd3")
+               )
+               (instances
+                       (project "Base_Module"
+                               (path "/2448f59f-648c-463c-b334-e382151c4ccb"
+                                       (reference "#PWR01")
+                                       (unit 1)
+                               )
+                       )
+               )
+       )
+       (symbol
+               (lib_id "domotab:R")
+               (at 62.865 80.645 180)
+               (unit 1)
+               (body_style 1)
+               (exclude_from_sim no)
+               (in_bom yes)
+               (on_board yes)
+               (in_pos_files yes)
+               (dnp no)
+               (uuid "00000000-0000-0000-0000-00005100950b")
+               (property "Reference" "R13"
+                       (at 60.96 78.105 90)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (property "Value" "1.5k"
+                       (at 62.865 80.645 90)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (property "Footprint" "0603"
+                       (at 60.96 81.915 90)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Datasheet" ""
+                       (at 62.865 80.645 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Description" ""
+                       (at 62.865 80.645 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (pin "1"
+                       (uuid "22c1d471-db06-4c32-bc8f-3ec7f586b6b6")
+               )
+               (pin "2"
+                       (uuid "e5a55101-bcd5-4cf1-9446-10a9a8950f6e")
+               )
+               (instances
+                       (project "Base_Module"
+                               (path "/2448f59f-648c-463c-b334-e382151c4ccb"
+                                       (reference "R13")
+                                       (unit 1)
+                               )
+                       )
+               )
+       )
+       (symbol
+               (lib_id "domotab:JP3X1")
+               (at 124.46 153.67 90)
+               (unit 1)
+               (body_style 1)
+               (exclude_from_sim no)
+               (in_bom yes)
+               (on_board yes)
+               (in_pos_files yes)
+               (dnp no)
+               (uuid "00000000-0000-0000-0000-000051010408")
+               (property "Reference" "J3"
+                       (at 116.84 153.67 90)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Value" "JP3X1"
+                       (at 127 151.13 90)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Footprint" "2mm"
+                       (at 120.65 151.13 90)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Datasheet" ""
+                       (at 124.46 153.67 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Description" ""
+                       (at 124.46 153.67 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (pin "1"
+                       (uuid "250485dc-767f-4e4f-86a0-cd7efffddf6e")
+               )
+               (pin "2"
+                       (uuid "8b979726-dcbd-4a9b-b901-7f133c3898a3")
+               )
+               (pin "3"
+                       (uuid "6eb86145-ec96-4030-afe8-115e8928f896")
+               )
+               (instances
+                       (project "Base_Module"
+                               (path "/2448f59f-648c-463c-b334-e382151c4ccb"
+                                       (reference "J3")
+                                       (unit 1)
+                               )
+                       )
+               )
+       )
+       (symbol
+               (lib_id "domotab:JP3X1")
+               (at 139.7 153.67 90)
+               (unit 1)
+               (body_style 1)
+               (exclude_from_sim no)
+               (in_bom yes)
+               (on_board yes)
+               (in_pos_files yes)
+               (dnp no)
+               (uuid "00000000-0000-0000-0000-000051010414")
+               (property "Reference" "J4"
+                       (at 147.32 153.67 90)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Value" "JP3X1"
+                       (at 142.24 151.13 90)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Footprint" "2mm"
+                       (at 135.89 151.13 90)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Datasheet" ""
+                       (at 139.7 153.67 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Description" ""
+                       (at 139.7 153.67 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (pin "1"
+                       (uuid "dd8f7c64-8e95-41a5-8ffc-d30e3804bf41")
+               )
+               (pin "2"
+                       (uuid "1fa02291-8049-4868-b1d7-6f025dfa0e34")
+               )
+               (pin "3"
+                       (uuid "14deae69-bf00-401a-a4f1-ae1613f5a4fe")
+               )
+               (instances
+                       (project "Base_Module"
+                               (path "/2448f59f-648c-463c-b334-e382151c4ccb"
+                                       (reference "J4")
+                                       (unit 1)
+                               )
+                       )
+               )
+       )
+       (symbol
+               (lib_id "domotab:JP1")
+               (at 212.09 45.72 90)
+               (unit 1)
+               (body_style 1)
+               (exclude_from_sim no)
+               (in_bom yes)
+               (on_board yes)
+               (in_pos_files yes)
+               (dnp no)
+               (uuid "00000000-0000-0000-0000-0000512fea0d")
+               (property "Reference" "J2"
+                       (at 208.28 45.72 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Value" "JP1"
+                       (at 213.36 45.72 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Footprint" "2mm"
+                       (at 213.36 45.72 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.016 1.016)
+                               )
+                       )
+               )
+               (property "Datasheet" ""
+                       (at 212.09 45.72 0)
+                       (hide yes)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.524 1.524)
+                               )
+                       )
+               )
+               (property "Description" ""
+                       (at 212.09 45.72 0)
+                       (show_name no)
+                       (do_not_autoplace no)
+                       (effects
+                               (font
+                                       (size 1.27 1.27)
+                               )
+                       )
+               )
+               (pin "1"
+                       (uuid "74fce6f9-ca1e-451a-bda6-e643dac3d1fd")
+               )
+               (pin "2"
+                       (uuid "5f5697d8-39a2-4822-85e0-fd3b8fd97096")
+               )
+               (instances
+                       (project "Base_Module"
+                               (path "/2448f59f-648c-463c-b334-e382151c4ccb"
+                                       (reference "J2")
+                                       (unit 1)
+                               )
+                       )
+               )
+       )
+       (sheet_instances
+               (path "/"
+                       (page "1")
+               )
+       )
+       (embedded_fonts no)
 )