raspberry pi can bus hat
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: finish the schematic

+6283 -444
+3
.gitmodules
··· 1 + [submodule "hardware/libraries/RPi_Hat_Template"] 2 + path = hardware/libraries/RPi_Hat_Template 3 + url = https://github.com/devbisme/RPi_Hat_Template
+298 -9
hardware/can-hat.kicad_pro
··· 2 2 "board": { 3 3 "3dviewports": [], 4 4 "design_settings": { 5 - "defaults": {}, 6 - "diff_pair_dimensions": [], 5 + "defaults": { 6 + "apply_defaults_to_fp_fields": false, 7 + "apply_defaults_to_fp_shapes": false, 8 + "apply_defaults_to_fp_text": false, 9 + "board_outline_line_width": 0.05, 10 + "copper_line_width": 0.2, 11 + "copper_text_italic": false, 12 + "copper_text_size_h": 1.5, 13 + "copper_text_size_v": 1.5, 14 + "copper_text_thickness": 0.3, 15 + "copper_text_upright": false, 16 + "courtyard_line_width": 0.05, 17 + "dimension_precision": 4, 18 + "dimension_units": 3, 19 + "dimensions": { 20 + "arrow_length": 1270000, 21 + "extension_offset": 500000, 22 + "keep_text_aligned": true, 23 + "suppress_zeroes": true, 24 + "text_position": 0, 25 + "units_format": 0 26 + }, 27 + "fab_line_width": 0.1, 28 + "fab_text_italic": false, 29 + "fab_text_size_h": 1.0, 30 + "fab_text_size_v": 1.0, 31 + "fab_text_thickness": 0.15, 32 + "fab_text_upright": false, 33 + "other_line_width": 0.1, 34 + "other_text_italic": false, 35 + "other_text_size_h": 1.0, 36 + "other_text_size_v": 1.0, 37 + "other_text_thickness": 0.15, 38 + "other_text_upright": false, 39 + "pads": { 40 + "drill": 0.8, 41 + "height": 1.27, 42 + "width": 2.54 43 + }, 44 + "silk_line_width": 0.1, 45 + "silk_text_italic": false, 46 + "silk_text_size_h": 1.0, 47 + "silk_text_size_v": 1.0, 48 + "silk_text_thickness": 0.1, 49 + "silk_text_upright": false, 50 + "zones": { 51 + "min_clearance": 0.5 52 + } 53 + }, 54 + "diff_pair_dimensions": [ 55 + { 56 + "gap": 0.0, 57 + "via_gap": 0.0, 58 + "width": 0.0 59 + } 60 + ], 7 61 "drc_exclusions": [], 8 - "rules": {}, 9 - "track_widths": [], 10 - "via_dimensions": [] 62 + "meta": { 63 + "version": 2 64 + }, 65 + "rule_severities": { 66 + "annular_width": "error", 67 + "clearance": "error", 68 + "connection_width": "warning", 69 + "copper_edge_clearance": "error", 70 + "copper_sliver": "warning", 71 + "courtyards_overlap": "error", 72 + "creepage": "error", 73 + "diff_pair_gap_out_of_range": "error", 74 + "diff_pair_uncoupled_length_too_long": "error", 75 + "drill_out_of_range": "error", 76 + "duplicate_footprints": "warning", 77 + "extra_footprint": "warning", 78 + "footprint": "error", 79 + "footprint_filters_mismatch": "ignore", 80 + "footprint_symbol_mismatch": "warning", 81 + "footprint_type_mismatch": "ignore", 82 + "hole_clearance": "error", 83 + "hole_to_hole": "warning", 84 + "holes_co_located": "warning", 85 + "invalid_outline": "error", 86 + "isolated_copper": "warning", 87 + "item_on_disabled_layer": "error", 88 + "items_not_allowed": "error", 89 + "length_out_of_range": "error", 90 + "lib_footprint_issues": "warning", 91 + "lib_footprint_mismatch": "warning", 92 + "malformed_courtyard": "error", 93 + "microvia_drill_out_of_range": "error", 94 + "mirrored_text_on_front_layer": "warning", 95 + "missing_courtyard": "ignore", 96 + "missing_footprint": "warning", 97 + "net_conflict": "warning", 98 + "nonmirrored_text_on_back_layer": "warning", 99 + "npth_inside_courtyard": "ignore", 100 + "padstack": "warning", 101 + "pth_inside_courtyard": "ignore", 102 + "shorting_items": "error", 103 + "silk_edge_clearance": "warning", 104 + "silk_over_copper": "warning", 105 + "silk_overlap": "warning", 106 + "skew_out_of_range": "error", 107 + "solder_mask_bridge": "error", 108 + "starved_thermal": "error", 109 + "text_height": "warning", 110 + "text_on_edge_cuts": "error", 111 + "text_thickness": "warning", 112 + "through_hole_pad_without_hole": "error", 113 + "too_many_vias": "error", 114 + "track_angle": "error", 115 + "track_dangling": "warning", 116 + "track_segment_length": "error", 117 + "track_width": "error", 118 + "tracks_crossing": "error", 119 + "unconnected_items": "error", 120 + "unresolved_variable": "error", 121 + "via_dangling": "warning", 122 + "zones_intersect": "error" 123 + }, 124 + "rules": { 125 + "max_error": 0.005, 126 + "min_clearance": 0.0, 127 + "min_connection": 0.0, 128 + "min_copper_edge_clearance": 0.5, 129 + "min_groove_width": 0.0, 130 + "min_hole_clearance": 0.25, 131 + "min_hole_to_hole": 0.25, 132 + "min_microvia_diameter": 0.2, 133 + "min_microvia_drill": 0.1, 134 + "min_resolved_spokes": 2, 135 + "min_silk_clearance": 0.0, 136 + "min_text_height": 0.8, 137 + "min_text_thickness": 0.08, 138 + "min_through_hole_diameter": 0.3, 139 + "min_track_width": 0.0, 140 + "min_via_annular_width": 0.1, 141 + "min_via_diameter": 0.5, 142 + "solder_mask_to_copper_clearance": 0.0, 143 + "use_height_for_length_calcs": true 144 + }, 145 + "teardrop_options": [ 146 + { 147 + "td_onpthpad": true, 148 + "td_onroundshapesonly": false, 149 + "td_onsmdpad": true, 150 + "td_ontrackend": false, 151 + "td_onvia": true 152 + } 153 + ], 154 + "teardrop_parameters": [ 155 + { 156 + "td_allow_use_two_tracks": true, 157 + "td_curve_segcount": 0, 158 + "td_height_ratio": 1.0, 159 + "td_length_ratio": 0.5, 160 + "td_maxheight": 2.0, 161 + "td_maxlen": 1.0, 162 + "td_on_pad_in_zone": false, 163 + "td_target_name": "td_round_shape", 164 + "td_width_to_size_filter_ratio": 0.9 165 + }, 166 + { 167 + "td_allow_use_two_tracks": true, 168 + "td_curve_segcount": 0, 169 + "td_height_ratio": 1.0, 170 + "td_length_ratio": 0.5, 171 + "td_maxheight": 2.0, 172 + "td_maxlen": 1.0, 173 + "td_on_pad_in_zone": false, 174 + "td_target_name": "td_rect_shape", 175 + "td_width_to_size_filter_ratio": 0.9 176 + }, 177 + { 178 + "td_allow_use_two_tracks": true, 179 + "td_curve_segcount": 0, 180 + "td_height_ratio": 1.0, 181 + "td_length_ratio": 0.5, 182 + "td_maxheight": 2.0, 183 + "td_maxlen": 1.0, 184 + "td_on_pad_in_zone": false, 185 + "td_target_name": "td_track_end", 186 + "td_width_to_size_filter_ratio": 0.9 187 + } 188 + ], 189 + "track_widths": [ 190 + 0.0, 191 + 0.4 192 + ], 193 + "tuning_pattern_settings": { 194 + "diff_pair_defaults": { 195 + "corner_radius_percentage": 80, 196 + "corner_style": 1, 197 + "max_amplitude": 1.0, 198 + "min_amplitude": 0.2, 199 + "single_sided": false, 200 + "spacing": 1.0 201 + }, 202 + "diff_pair_skew_defaults": { 203 + "corner_radius_percentage": 80, 204 + "corner_style": 1, 205 + "max_amplitude": 1.0, 206 + "min_amplitude": 0.2, 207 + "single_sided": false, 208 + "spacing": 0.6 209 + }, 210 + "single_track_defaults": { 211 + "corner_radius_percentage": 80, 212 + "corner_style": 1, 213 + "max_amplitude": 1.0, 214 + "min_amplitude": 0.2, 215 + "single_sided": false, 216 + "spacing": 0.6 217 + } 218 + }, 219 + "via_dimensions": [ 220 + { 221 + "diameter": 0.0, 222 + "drill": 0.0 223 + }, 224 + { 225 + "diameter": 0.4, 226 + "drill": 0.3 227 + } 228 + ], 229 + "zones_allow_external_fillets": false 11 230 }, 12 231 "ipc2581": { 13 232 "dist": "", ··· 25 244 "equivalence_files": [] 26 245 }, 27 246 "erc": { 28 - "erc_exclusions": [], 247 + "erc_exclusions": [ 248 + [ 249 + "pin_to_pin|304800|469900|069e495b-44d5-4054-b32d-604cd936a034|069e495b-44d5-4054-b32d-604cd936a034|/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/cffcbb79-f928-4938-8342-415f3cadb2dd|/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/cffcbb79-f928-4938-8342-415f3cadb2dd|/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/00e2c20b-7be4-4f83-a3f0-21fb1d83928e", 250 + "CS on SPI1 makes this a non issue" 251 + ] 252 + ], 29 253 "meta": { 30 254 "version": 0 31 255 }, ··· 269 493 "priority": 2147483647, 270 494 "schematic_color": "rgba(0, 0, 0, 0.000)", 271 495 "track_width": 0.2, 272 - "via_diameter": 0.6, 273 - "via_drill": 0.3, 496 + "via_diameter": 0.8, 497 + "via_drill": 0.4, 274 498 "wire_width": 6 499 + }, 500 + { 501 + "clearance": 0.2, 502 + "diff_pair_gap": 0.25, 503 + "diff_pair_width": 0.2, 504 + "microvia_diameter": 0.3, 505 + "microvia_drill": 0.1, 506 + "name": "CAN", 507 + "pcb_color": "rgba(0, 0, 0, 0.000)", 508 + "priority": 0, 509 + "schematic_color": "rgba(0, 0, 0, 0.000)", 510 + "track_width": 0.3, 511 + "via_diameter": 0.8, 512 + "via_drill": 0.4 513 + }, 514 + { 515 + "clearance": 0.2, 516 + "diff_pair_gap": 0.25, 517 + "diff_pair_width": 0.2, 518 + "microvia_diameter": 0.3, 519 + "microvia_drill": 0.1, 520 + "name": "Power", 521 + "pcb_color": "rgba(0, 0, 0, 0.000)", 522 + "priority": 1, 523 + "schematic_color": "rgba(0, 0, 0, 0.000)", 524 + "track_width": 0.4, 525 + "via_diameter": 0.8, 526 + "via_drill": 0.4 275 527 } 276 528 ], 277 529 "meta": { ··· 279 531 }, 280 532 "net_colors": null, 281 533 "netclass_assignments": null, 282 - "netclass_patterns": [] 534 + "netclass_patterns": [ 535 + { 536 + "netclass": "Power", 537 + "pattern": "GND" 538 + }, 539 + { 540 + "netclass": "Power", 541 + "pattern": "+5V" 542 + }, 543 + { 544 + "netclass": "Power", 545 + "pattern": "+3.3V" 546 + }, 547 + { 548 + "netclass": "CAN", 549 + "pattern": "/CAN0/CAN_P" 550 + }, 551 + { 552 + "netclass": "CAN", 553 + "pattern": "/CAN0/CAN_N" 554 + }, 555 + { 556 + "netclass": "CAN", 557 + "pattern": "/CAN1/CAN_P" 558 + }, 559 + { 560 + "netclass": "CAN", 561 + "pattern": "/CAN1/CAN_N" 562 + }, 563 + { 564 + "netclass": "CAN", 565 + "pattern": "/CAN2/CAN_P" 566 + }, 567 + { 568 + "netclass": "CAN", 569 + "pattern": "/CAN2/CAN_N" 570 + } 571 + ] 283 572 }, 284 573 "pcbnew": { 285 574 "last_paths": {
+5468 -92
hardware/can-hat.kicad_sch
··· 3 3 (generator "eeschema") 4 4 (generator_version "9.0") 5 5 (uuid "bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2") 6 - (paper "User" 177.8 127) 7 - (lib_symbols) 6 + (paper "User" 203.2 127) 7 + (title_block 8 + (title "CAN Hat") 9 + (date "2026-04-25") 10 + (rev "1") 11 + (company "Kieran Klukas") 12 + ) 13 + (lib_symbols 14 + (symbol "Connector:TestPoint" 15 + (pin_numbers 16 + (hide yes) 17 + ) 18 + (pin_names 19 + (offset 0.762) 20 + (hide yes) 21 + ) 22 + (exclude_from_sim no) 23 + (in_bom yes) 24 + (on_board yes) 25 + (property "Reference" "TP" 26 + (at 0 6.858 0) 27 + (effects 28 + (font 29 + (size 1.27 1.27) 30 + ) 31 + ) 32 + ) 33 + (property "Value" "TestPoint" 34 + (at 0 5.08 0) 35 + (effects 36 + (font 37 + (size 1.27 1.27) 38 + ) 39 + ) 40 + ) 41 + (property "Footprint" "" 42 + (at 5.08 0 0) 43 + (effects 44 + (font 45 + (size 1.27 1.27) 46 + ) 47 + (hide yes) 48 + ) 49 + ) 50 + (property "Datasheet" "~" 51 + (at 5.08 0 0) 52 + (effects 53 + (font 54 + (size 1.27 1.27) 55 + ) 56 + (hide yes) 57 + ) 58 + ) 59 + (property "Description" "test point" 60 + (at 0 0 0) 61 + (effects 62 + (font 63 + (size 1.27 1.27) 64 + ) 65 + (hide yes) 66 + ) 67 + ) 68 + (property "ki_keywords" "test point tp" 69 + (at 0 0 0) 70 + (effects 71 + (font 72 + (size 1.27 1.27) 73 + ) 74 + (hide yes) 75 + ) 76 + ) 77 + (property "ki_fp_filters" "Pin* Test*" 78 + (at 0 0 0) 79 + (effects 80 + (font 81 + (size 1.27 1.27) 82 + ) 83 + (hide yes) 84 + ) 85 + ) 86 + (symbol "TestPoint_0_1" 87 + (circle 88 + (center 0 3.302) 89 + (radius 0.762) 90 + (stroke 91 + (width 0) 92 + (type default) 93 + ) 94 + (fill 95 + (type none) 96 + ) 97 + ) 98 + ) 99 + (symbol "TestPoint_1_1" 100 + (pin passive line 101 + (at 0 0 90) 102 + (length 2.54) 103 + (name "1" 104 + (effects 105 + (font 106 + (size 1.27 1.27) 107 + ) 108 + ) 109 + ) 110 + (number "1" 111 + (effects 112 + (font 113 + (size 1.27 1.27) 114 + ) 115 + ) 116 + ) 117 + ) 118 + ) 119 + (embedded_fonts no) 120 + ) 121 + (symbol "Connector_Generic:Conn_01x02" 122 + (pin_names 123 + (offset 1.016) 124 + (hide yes) 125 + ) 126 + (exclude_from_sim no) 127 + (in_bom yes) 128 + (on_board yes) 129 + (property "Reference" "J" 130 + (at 0 2.54 0) 131 + (effects 132 + (font 133 + (size 1.27 1.27) 134 + ) 135 + ) 136 + ) 137 + (property "Value" "Conn_01x02" 138 + (at 0 -5.08 0) 139 + (effects 140 + (font 141 + (size 1.27 1.27) 142 + ) 143 + ) 144 + ) 145 + (property "Footprint" "" 146 + (at 0 0 0) 147 + (effects 148 + (font 149 + (size 1.27 1.27) 150 + ) 151 + (hide yes) 152 + ) 153 + ) 154 + (property "Datasheet" "~" 155 + (at 0 0 0) 156 + (effects 157 + (font 158 + (size 1.27 1.27) 159 + ) 160 + (hide yes) 161 + ) 162 + ) 163 + (property "Description" "Generic connector, single row, 01x02, script generated (kicad-library-utils/schlib/autogen/connector/)" 164 + (at 0 0 0) 165 + (effects 166 + (font 167 + (size 1.27 1.27) 168 + ) 169 + (hide yes) 170 + ) 171 + ) 172 + (property "ki_keywords" "connector" 173 + (at 0 0 0) 174 + (effects 175 + (font 176 + (size 1.27 1.27) 177 + ) 178 + (hide yes) 179 + ) 180 + ) 181 + (property "ki_fp_filters" "Connector*:*_1x??_*" 182 + (at 0 0 0) 183 + (effects 184 + (font 185 + (size 1.27 1.27) 186 + ) 187 + (hide yes) 188 + ) 189 + ) 190 + (symbol "Conn_01x02_1_1" 191 + (rectangle 192 + (start -1.27 1.27) 193 + (end 1.27 -3.81) 194 + (stroke 195 + (width 0.254) 196 + (type default) 197 + ) 198 + (fill 199 + (type background) 200 + ) 201 + ) 202 + (rectangle 203 + (start -1.27 0.127) 204 + (end 0 -0.127) 205 + (stroke 206 + (width 0.1524) 207 + (type default) 208 + ) 209 + (fill 210 + (type none) 211 + ) 212 + ) 213 + (rectangle 214 + (start -1.27 -2.413) 215 + (end 0 -2.667) 216 + (stroke 217 + (width 0.1524) 218 + (type default) 219 + ) 220 + (fill 221 + (type none) 222 + ) 223 + ) 224 + (pin passive line 225 + (at -5.08 0 0) 226 + (length 3.81) 227 + (name "Pin_1" 228 + (effects 229 + (font 230 + (size 1.27 1.27) 231 + ) 232 + ) 233 + ) 234 + (number "1" 235 + (effects 236 + (font 237 + (size 1.27 1.27) 238 + ) 239 + ) 240 + ) 241 + ) 242 + (pin passive line 243 + (at -5.08 -2.54 0) 244 + (length 3.81) 245 + (name "Pin_2" 246 + (effects 247 + (font 248 + (size 1.27 1.27) 249 + ) 250 + ) 251 + ) 252 + (number "2" 253 + (effects 254 + (font 255 + (size 1.27 1.27) 256 + ) 257 + ) 258 + ) 259 + ) 260 + ) 261 + (embedded_fonts no) 262 + ) 263 + (symbol "Device:C" 264 + (pin_numbers 265 + (hide yes) 266 + ) 267 + (pin_names 268 + (offset 0.254) 269 + ) 270 + (exclude_from_sim no) 271 + (in_bom yes) 272 + (on_board yes) 273 + (property "Reference" "C" 274 + (at 0.635 2.54 0) 275 + (effects 276 + (font 277 + (size 1.27 1.27) 278 + ) 279 + (justify left) 280 + ) 281 + ) 282 + (property "Value" "C" 283 + (at 0.635 -2.54 0) 284 + (effects 285 + (font 286 + (size 1.27 1.27) 287 + ) 288 + (justify left) 289 + ) 290 + ) 291 + (property "Footprint" "" 292 + (at 0.9652 -3.81 0) 293 + (effects 294 + (font 295 + (size 1.27 1.27) 296 + ) 297 + (hide yes) 298 + ) 299 + ) 300 + (property "Datasheet" "~" 301 + (at 0 0 0) 302 + (effects 303 + (font 304 + (size 1.27 1.27) 305 + ) 306 + (hide yes) 307 + ) 308 + ) 309 + (property "Description" "Unpolarized capacitor" 310 + (at 0 0 0) 311 + (effects 312 + (font 313 + (size 1.27 1.27) 314 + ) 315 + (hide yes) 316 + ) 317 + ) 318 + (property "ki_keywords" "cap capacitor" 319 + (at 0 0 0) 320 + (effects 321 + (font 322 + (size 1.27 1.27) 323 + ) 324 + (hide yes) 325 + ) 326 + ) 327 + (property "ki_fp_filters" "C_*" 328 + (at 0 0 0) 329 + (effects 330 + (font 331 + (size 1.27 1.27) 332 + ) 333 + (hide yes) 334 + ) 335 + ) 336 + (symbol "C_0_1" 337 + (polyline 338 + (pts 339 + (xy -2.032 0.762) (xy 2.032 0.762) 340 + ) 341 + (stroke 342 + (width 0.508) 343 + (type default) 344 + ) 345 + (fill 346 + (type none) 347 + ) 348 + ) 349 + (polyline 350 + (pts 351 + (xy -2.032 -0.762) (xy 2.032 -0.762) 352 + ) 353 + (stroke 354 + (width 0.508) 355 + (type default) 356 + ) 357 + (fill 358 + (type none) 359 + ) 360 + ) 361 + ) 362 + (symbol "C_1_1" 363 + (pin passive line 364 + (at 0 3.81 270) 365 + (length 2.794) 366 + (name "~" 367 + (effects 368 + (font 369 + (size 1.27 1.27) 370 + ) 371 + ) 372 + ) 373 + (number "1" 374 + (effects 375 + (font 376 + (size 1.27 1.27) 377 + ) 378 + ) 379 + ) 380 + ) 381 + (pin passive line 382 + (at 0 -3.81 90) 383 + (length 2.794) 384 + (name "~" 385 + (effects 386 + (font 387 + (size 1.27 1.27) 388 + ) 389 + ) 390 + ) 391 + (number "2" 392 + (effects 393 + (font 394 + (size 1.27 1.27) 395 + ) 396 + ) 397 + ) 398 + ) 399 + ) 400 + (embedded_fonts no) 401 + ) 402 + (symbol "Device:R_Small" 403 + (pin_numbers 404 + (hide yes) 405 + ) 406 + (pin_names 407 + (offset 0.254) 408 + (hide yes) 409 + ) 410 + (exclude_from_sim no) 411 + (in_bom yes) 412 + (on_board yes) 413 + (property "Reference" "R" 414 + (at 0 0 90) 415 + (effects 416 + (font 417 + (size 1.016 1.016) 418 + ) 419 + ) 420 + ) 421 + (property "Value" "R_Small" 422 + (at 1.778 0 90) 423 + (effects 424 + (font 425 + (size 1.27 1.27) 426 + ) 427 + ) 428 + ) 429 + (property "Footprint" "" 430 + (at 0 0 0) 431 + (effects 432 + (font 433 + (size 1.27 1.27) 434 + ) 435 + (hide yes) 436 + ) 437 + ) 438 + (property "Datasheet" "~" 439 + (at 0 0 0) 440 + (effects 441 + (font 442 + (size 1.27 1.27) 443 + ) 444 + (hide yes) 445 + ) 446 + ) 447 + (property "Description" "Resistor, small symbol" 448 + (at 0 0 0) 449 + (effects 450 + (font 451 + (size 1.27 1.27) 452 + ) 453 + (hide yes) 454 + ) 455 + ) 456 + (property "ki_keywords" "R resistor" 457 + (at 0 0 0) 458 + (effects 459 + (font 460 + (size 1.27 1.27) 461 + ) 462 + (hide yes) 463 + ) 464 + ) 465 + (property "ki_fp_filters" "R_*" 466 + (at 0 0 0) 467 + (effects 468 + (font 469 + (size 1.27 1.27) 470 + ) 471 + (hide yes) 472 + ) 473 + ) 474 + (symbol "R_Small_0_1" 475 + (rectangle 476 + (start -0.762 1.778) 477 + (end 0.762 -1.778) 478 + (stroke 479 + (width 0.2032) 480 + (type default) 481 + ) 482 + (fill 483 + (type none) 484 + ) 485 + ) 486 + ) 487 + (symbol "R_Small_1_1" 488 + (pin passive line 489 + (at 0 2.54 270) 490 + (length 0.762) 491 + (name "~" 492 + (effects 493 + (font 494 + (size 1.27 1.27) 495 + ) 496 + ) 497 + ) 498 + (number "1" 499 + (effects 500 + (font 501 + (size 1.27 1.27) 502 + ) 503 + ) 504 + ) 505 + ) 506 + (pin passive line 507 + (at 0 -2.54 90) 508 + (length 0.762) 509 + (name "~" 510 + (effects 511 + (font 512 + (size 1.27 1.27) 513 + ) 514 + ) 515 + ) 516 + (number "2" 517 + (effects 518 + (font 519 + (size 1.27 1.27) 520 + ) 521 + ) 522 + ) 523 + ) 524 + ) 525 + (embedded_fonts no) 526 + ) 527 + (symbol "Memory_EEPROM:24C02Cx-x-SN" 528 + (exclude_from_sim no) 529 + (in_bom yes) 530 + (on_board yes) 531 + (property "Reference" "U" 532 + (at -7.62 6.35 0) 533 + (effects 534 + (font 535 + (size 1.27 1.27) 536 + ) 537 + ) 538 + ) 539 + (property "Value" "24C02Cx-x-SN" 540 + (at 2.54 -6.35 0) 541 + (effects 542 + (font 543 + (size 1.27 1.27) 544 + ) 545 + (justify left) 546 + ) 547 + ) 548 + (property "Footprint" "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" 549 + (at 0 0 0) 550 + (effects 551 + (font 552 + (size 1.27 1.27) 553 + ) 554 + (hide yes) 555 + ) 556 + ) 557 + (property "Datasheet" "https://ww1.microchip.com/downloads/aemDocuments/documents/MPD/ProductDocuments/DataSheets/2-Kbit-5.0V-I2C-Serial-EEPROM-Data-Sheet-DS20001202.pdf" 558 + (at 0 0 0) 559 + (effects 560 + (font 561 + (size 1.27 1.27) 562 + ) 563 + (hide yes) 564 + ) 565 + ) 566 + (property "Description" "2-Kbit (256 x 8-bit) I2C Serial EEPROM, chip address inputs (A0, A1, A2), write-protect pin (WP), 4.5..5.5V supply, SOIC-8" 567 + (at 0 0 0) 568 + (effects 569 + (font 570 + (size 1.27 1.27) 571 + ) 572 + (hide yes) 573 + ) 574 + ) 575 + (property "ki_keywords" "2-wire CMOS nonvolatile-memory electrically-erasable-PROM 24C02C/SN 24C02C-E/SN 24C02C-I/SN 24C02CT-I/SN 24C02CT-E/SN" 576 + (at 0 0 0) 577 + (effects 578 + (font 579 + (size 1.27 1.27) 580 + ) 581 + (hide yes) 582 + ) 583 + ) 584 + (property "ki_fp_filters" "*SO*3.9x4.9mm*P1.27mm*" 585 + (at 0 0 0) 586 + (effects 587 + (font 588 + (size 1.27 1.27) 589 + ) 590 + (hide yes) 591 + ) 592 + ) 593 + (symbol "24C02Cx-x-SN_1_1" 594 + (rectangle 595 + (start -7.62 5.08) 596 + (end 7.62 -5.08) 597 + (stroke 598 + (width 0.254) 599 + (type default) 600 + ) 601 + (fill 602 + (type background) 603 + ) 604 + ) 605 + (pin input line 606 + (at -10.16 2.54 0) 607 + (length 2.54) 608 + (name "A0" 609 + (effects 610 + (font 611 + (size 1.27 1.27) 612 + ) 613 + ) 614 + ) 615 + (number "1" 616 + (effects 617 + (font 618 + (size 1.27 1.27) 619 + ) 620 + ) 621 + ) 622 + ) 623 + (pin input line 624 + (at -10.16 0 0) 625 + (length 2.54) 626 + (name "A1" 627 + (effects 628 + (font 629 + (size 1.27 1.27) 630 + ) 631 + ) 632 + ) 633 + (number "2" 634 + (effects 635 + (font 636 + (size 1.27 1.27) 637 + ) 638 + ) 639 + ) 640 + ) 641 + (pin input line 642 + (at -10.16 -2.54 0) 643 + (length 2.54) 644 + (name "A2" 645 + (effects 646 + (font 647 + (size 1.27 1.27) 648 + ) 649 + ) 650 + ) 651 + (number "3" 652 + (effects 653 + (font 654 + (size 1.27 1.27) 655 + ) 656 + ) 657 + ) 658 + ) 659 + (pin power_in line 660 + (at 0 7.62 270) 661 + (length 2.54) 662 + (name "VCC" 663 + (effects 664 + (font 665 + (size 1.27 1.27) 666 + ) 667 + ) 668 + ) 669 + (number "8" 670 + (effects 671 + (font 672 + (size 1.27 1.27) 673 + ) 674 + ) 675 + ) 676 + ) 677 + (pin power_in line 678 + (at 0 -7.62 90) 679 + (length 2.54) 680 + (name "GND" 681 + (effects 682 + (font 683 + (size 1.27 1.27) 684 + ) 685 + ) 686 + ) 687 + (number "4" 688 + (effects 689 + (font 690 + (size 1.27 1.27) 691 + ) 692 + ) 693 + ) 694 + ) 695 + (pin bidirectional line 696 + (at 10.16 2.54 180) 697 + (length 2.54) 698 + (name "SDA" 699 + (effects 700 + (font 701 + (size 1.27 1.27) 702 + ) 703 + ) 704 + ) 705 + (number "5" 706 + (effects 707 + (font 708 + (size 1.27 1.27) 709 + ) 710 + ) 711 + ) 712 + ) 713 + (pin input line 714 + (at 10.16 0 180) 715 + (length 2.54) 716 + (name "SCL" 717 + (effects 718 + (font 719 + (size 1.27 1.27) 720 + ) 721 + ) 722 + ) 723 + (number "6" 724 + (effects 725 + (font 726 + (size 1.27 1.27) 727 + ) 728 + ) 729 + ) 730 + ) 731 + (pin input line 732 + (at 10.16 -2.54 180) 733 + (length 2.54) 734 + (name "WP" 735 + (effects 736 + (font 737 + (size 1.27 1.27) 738 + ) 739 + ) 740 + ) 741 + (number "7" 742 + (effects 743 + (font 744 + (size 1.27 1.27) 745 + ) 746 + ) 747 + ) 748 + ) 749 + ) 750 + (embedded_fonts no) 751 + ) 752 + (symbol "RPi_Hat:RPi_GPIO" 753 + (pin_names 754 + (offset 1.016) 755 + ) 756 + (exclude_from_sim no) 757 + (in_bom yes) 758 + (on_board yes) 759 + (property "Reference" "J" 760 + (at 19.05 6.35 0) 761 + (effects 762 + (font 763 + (size 1.524 1.524) 764 + ) 765 + ) 766 + ) 767 + (property "Value" "RPi_GPIO" 768 + (at 19.05 3.81 0) 769 + (effects 770 + (font 771 + (size 1.524 1.524) 772 + ) 773 + ) 774 + ) 775 + (property "Footprint" "" 776 + (at 0 0 0) 777 + (effects 778 + (font 779 + (size 1.524 1.524) 780 + ) 781 + ) 782 + ) 783 + (property "Datasheet" "" 784 + (at 0 0 0) 785 + (effects 786 + (font 787 + (size 1.524 1.524) 788 + ) 789 + ) 790 + ) 791 + (property "Description" "" 792 + (at 0 0 0) 793 + (effects 794 + (font 795 + (size 1.27 1.27) 796 + ) 797 + (hide yes) 798 + ) 799 + ) 800 + (symbol "RPi_GPIO_1_1" 801 + (rectangle 802 + (start 0 2.54) 803 + (end 38.1 -50.8) 804 + (stroke 805 + (width 0) 806 + (type solid) 807 + ) 808 + (fill 809 + (type background) 810 + ) 811 + ) 812 + (pin power_in line 813 + (at -5.08 0 0) 814 + (length 5.08) 815 + (name "3.3V" 816 + (effects 817 + (font 818 + (size 1.27 1.27) 819 + ) 820 + ) 821 + ) 822 + (number "1" 823 + (effects 824 + (font 825 + (size 1.27 1.27) 826 + ) 827 + ) 828 + ) 829 + ) 830 + (pin bidirectional line 831 + (at -5.08 -2.54 0) 832 + (length 5.08) 833 + (name "BCM2_SDA" 834 + (effects 835 + (font 836 + (size 1.27 1.27) 837 + ) 838 + ) 839 + ) 840 + (number "3" 841 + (effects 842 + (font 843 + (size 1.27 1.27) 844 + ) 845 + ) 846 + ) 847 + ) 848 + (pin bidirectional line 849 + (at -5.08 -5.08 0) 850 + (length 5.08) 851 + (name "BCM3_SCL" 852 + (effects 853 + (font 854 + (size 1.27 1.27) 855 + ) 856 + ) 857 + ) 858 + (number "5" 859 + (effects 860 + (font 861 + (size 1.27 1.27) 862 + ) 863 + ) 864 + ) 865 + ) 866 + (pin bidirectional line 867 + (at -5.08 -7.62 0) 868 + (length 5.08) 869 + (name "BCM4_GPCLK0" 870 + (effects 871 + (font 872 + (size 1.27 1.27) 873 + ) 874 + ) 875 + ) 876 + (number "7" 877 + (effects 878 + (font 879 + (size 1.27 1.27) 880 + ) 881 + ) 882 + ) 883 + ) 884 + (pin power_in line 885 + (at -5.08 -10.16 0) 886 + (length 5.08) 887 + (name "GND" 888 + (effects 889 + (font 890 + (size 1.27 1.27) 891 + ) 892 + ) 893 + ) 894 + (number "9" 895 + (effects 896 + (font 897 + (size 1.27 1.27) 898 + ) 899 + ) 900 + ) 901 + ) 902 + (pin bidirectional line 903 + (at -5.08 -12.7 0) 904 + (length 5.08) 905 + (name "BCM17" 906 + (effects 907 + (font 908 + (size 1.27 1.27) 909 + ) 910 + ) 911 + ) 912 + (number "11" 913 + (effects 914 + (font 915 + (size 1.27 1.27) 916 + ) 917 + ) 918 + ) 919 + ) 920 + (pin bidirectional line 921 + (at -5.08 -15.24 0) 922 + (length 5.08) 923 + (name "BCM27" 924 + (effects 925 + (font 926 + (size 1.27 1.27) 927 + ) 928 + ) 929 + ) 930 + (number "13" 931 + (effects 932 + (font 933 + (size 1.27 1.27) 934 + ) 935 + ) 936 + ) 937 + ) 938 + (pin bidirectional line 939 + (at -5.08 -17.78 0) 940 + (length 5.08) 941 + (name "BCM22" 942 + (effects 943 + (font 944 + (size 1.27 1.27) 945 + ) 946 + ) 947 + ) 948 + (number "15" 949 + (effects 950 + (font 951 + (size 1.27 1.27) 952 + ) 953 + ) 954 + ) 955 + ) 956 + (pin power_in line 957 + (at -5.08 -20.32 0) 958 + (length 5.08) 959 + (name "3.3V" 960 + (effects 961 + (font 962 + (size 1.27 1.27) 963 + ) 964 + ) 965 + ) 966 + (number "17" 967 + (effects 968 + (font 969 + (size 1.27 1.27) 970 + ) 971 + ) 972 + ) 973 + ) 974 + (pin bidirectional line 975 + (at -5.08 -22.86 0) 976 + (length 5.08) 977 + (name "BCM10_MOSI" 978 + (effects 979 + (font 980 + (size 1.27 1.27) 981 + ) 982 + ) 983 + ) 984 + (number "19" 985 + (effects 986 + (font 987 + (size 1.27 1.27) 988 + ) 989 + ) 990 + ) 991 + ) 992 + (pin bidirectional line 993 + (at -5.08 -25.4 0) 994 + (length 5.08) 995 + (name "BCM9_MISO" 996 + (effects 997 + (font 998 + (size 1.27 1.27) 999 + ) 1000 + ) 1001 + ) 1002 + (number "21" 1003 + (effects 1004 + (font 1005 + (size 1.27 1.27) 1006 + ) 1007 + ) 1008 + ) 1009 + ) 1010 + (pin bidirectional line 1011 + (at -5.08 -27.94 0) 1012 + (length 5.08) 1013 + (name "BCM11_SCLK" 1014 + (effects 1015 + (font 1016 + (size 1.27 1.27) 1017 + ) 1018 + ) 1019 + ) 1020 + (number "23" 1021 + (effects 1022 + (font 1023 + (size 1.27 1.27) 1024 + ) 1025 + ) 1026 + ) 1027 + ) 1028 + (pin power_in line 1029 + (at -5.08 -30.48 0) 1030 + (length 5.08) 1031 + (name "GND" 1032 + (effects 1033 + (font 1034 + (size 1.27 1.27) 1035 + ) 1036 + ) 1037 + ) 1038 + (number "25" 1039 + (effects 1040 + (font 1041 + (size 1.27 1.27) 1042 + ) 1043 + ) 1044 + ) 1045 + ) 1046 + (pin bidirectional line 1047 + (at -5.08 -33.02 0) 1048 + (length 5.08) 1049 + (name "BCM0_ID_SD" 1050 + (effects 1051 + (font 1052 + (size 1.27 1.27) 1053 + ) 1054 + ) 1055 + ) 1056 + (number "27" 1057 + (effects 1058 + (font 1059 + (size 1.27 1.27) 1060 + ) 1061 + ) 1062 + ) 1063 + ) 1064 + (pin bidirectional line 1065 + (at -5.08 -35.56 0) 1066 + (length 5.08) 1067 + (name "BCM5" 1068 + (effects 1069 + (font 1070 + (size 1.27 1.27) 1071 + ) 1072 + ) 1073 + ) 1074 + (number "29" 1075 + (effects 1076 + (font 1077 + (size 1.27 1.27) 1078 + ) 1079 + ) 1080 + ) 1081 + ) 1082 + (pin bidirectional line 1083 + (at -5.08 -38.1 0) 1084 + (length 5.08) 1085 + (name "BCM6" 1086 + (effects 1087 + (font 1088 + (size 1.27 1.27) 1089 + ) 1090 + ) 1091 + ) 1092 + (number "31" 1093 + (effects 1094 + (font 1095 + (size 1.27 1.27) 1096 + ) 1097 + ) 1098 + ) 1099 + ) 1100 + (pin bidirectional line 1101 + (at -5.08 -40.64 0) 1102 + (length 5.08) 1103 + (name "BCM13_PWM1" 1104 + (effects 1105 + (font 1106 + (size 1.27 1.27) 1107 + ) 1108 + ) 1109 + ) 1110 + (number "33" 1111 + (effects 1112 + (font 1113 + (size 1.27 1.27) 1114 + ) 1115 + ) 1116 + ) 1117 + ) 1118 + (pin bidirectional line 1119 + (at -5.08 -43.18 0) 1120 + (length 5.08) 1121 + (name "BCM19_MISO_PCM_FS" 1122 + (effects 1123 + (font 1124 + (size 1.27 1.27) 1125 + ) 1126 + ) 1127 + ) 1128 + (number "35" 1129 + (effects 1130 + (font 1131 + (size 1.27 1.27) 1132 + ) 1133 + ) 1134 + ) 1135 + ) 1136 + (pin bidirectional line 1137 + (at -5.08 -45.72 0) 1138 + (length 5.08) 1139 + (name "BCM26" 1140 + (effects 1141 + (font 1142 + (size 1.27 1.27) 1143 + ) 1144 + ) 1145 + ) 1146 + (number "37" 1147 + (effects 1148 + (font 1149 + (size 1.27 1.27) 1150 + ) 1151 + ) 1152 + ) 1153 + ) 1154 + (pin power_in line 1155 + (at -5.08 -48.26 0) 1156 + (length 5.08) 1157 + (name "GND" 1158 + (effects 1159 + (font 1160 + (size 1.27 1.27) 1161 + ) 1162 + ) 1163 + ) 1164 + (number "39" 1165 + (effects 1166 + (font 1167 + (size 1.27 1.27) 1168 + ) 1169 + ) 1170 + ) 1171 + ) 1172 + (pin power_in line 1173 + (at 43.18 0 180) 1174 + (length 5.08) 1175 + (name "5V" 1176 + (effects 1177 + (font 1178 + (size 1.27 1.27) 1179 + ) 1180 + ) 1181 + ) 1182 + (number "2" 1183 + (effects 1184 + (font 1185 + (size 1.27 1.27) 1186 + ) 1187 + ) 1188 + ) 1189 + ) 1190 + (pin power_in line 1191 + (at 43.18 -2.54 180) 1192 + (length 5.08) 1193 + (name "5V" 1194 + (effects 1195 + (font 1196 + (size 1.27 1.27) 1197 + ) 1198 + ) 1199 + ) 1200 + (number "4" 1201 + (effects 1202 + (font 1203 + (size 1.27 1.27) 1204 + ) 1205 + ) 1206 + ) 1207 + ) 1208 + (pin power_in line 1209 + (at 43.18 -5.08 180) 1210 + (length 5.08) 1211 + (name "GND" 1212 + (effects 1213 + (font 1214 + (size 1.27 1.27) 1215 + ) 1216 + ) 1217 + ) 1218 + (number "6" 1219 + (effects 1220 + (font 1221 + (size 1.27 1.27) 1222 + ) 1223 + ) 1224 + ) 1225 + ) 1226 + (pin bidirectional line 1227 + (at 43.18 -7.62 180) 1228 + (length 5.08) 1229 + (name "BCM14_TXD" 1230 + (effects 1231 + (font 1232 + (size 1.27 1.27) 1233 + ) 1234 + ) 1235 + ) 1236 + (number "8" 1237 + (effects 1238 + (font 1239 + (size 1.27 1.27) 1240 + ) 1241 + ) 1242 + ) 1243 + ) 1244 + (pin bidirectional line 1245 + (at 43.18 -10.16 180) 1246 + (length 5.08) 1247 + (name "BCM15_RXD" 1248 + (effects 1249 + (font 1250 + (size 1.27 1.27) 1251 + ) 1252 + ) 1253 + ) 1254 + (number "10" 1255 + (effects 1256 + (font 1257 + (size 1.27 1.27) 1258 + ) 1259 + ) 1260 + ) 1261 + ) 1262 + (pin bidirectional line 1263 + (at 43.18 -12.7 180) 1264 + (length 5.08) 1265 + (name "BCM18_PCM_C" 1266 + (effects 1267 + (font 1268 + (size 1.27 1.27) 1269 + ) 1270 + ) 1271 + ) 1272 + (number "12" 1273 + (effects 1274 + (font 1275 + (size 1.27 1.27) 1276 + ) 1277 + ) 1278 + ) 1279 + ) 1280 + (pin power_in line 1281 + (at 43.18 -15.24 180) 1282 + (length 5.08) 1283 + (name "GND" 1284 + (effects 1285 + (font 1286 + (size 1.27 1.27) 1287 + ) 1288 + ) 1289 + ) 1290 + (number "14" 1291 + (effects 1292 + (font 1293 + (size 1.27 1.27) 1294 + ) 1295 + ) 1296 + ) 1297 + ) 1298 + (pin bidirectional line 1299 + (at 43.18 -17.78 180) 1300 + (length 5.08) 1301 + (name "BCM23" 1302 + (effects 1303 + (font 1304 + (size 1.27 1.27) 1305 + ) 1306 + ) 1307 + ) 1308 + (number "16" 1309 + (effects 1310 + (font 1311 + (size 1.27 1.27) 1312 + ) 1313 + ) 1314 + ) 1315 + ) 1316 + (pin bidirectional line 1317 + (at 43.18 -20.32 180) 1318 + (length 5.08) 1319 + (name "BCM24" 1320 + (effects 1321 + (font 1322 + (size 1.27 1.27) 1323 + ) 1324 + ) 1325 + ) 1326 + (number "18" 1327 + (effects 1328 + (font 1329 + (size 1.27 1.27) 1330 + ) 1331 + ) 1332 + ) 1333 + ) 1334 + (pin power_in line 1335 + (at 43.18 -22.86 180) 1336 + (length 5.08) 1337 + (name "GND" 1338 + (effects 1339 + (font 1340 + (size 1.27 1.27) 1341 + ) 1342 + ) 1343 + ) 1344 + (number "20" 1345 + (effects 1346 + (font 1347 + (size 1.27 1.27) 1348 + ) 1349 + ) 1350 + ) 1351 + ) 1352 + (pin bidirectional line 1353 + (at 43.18 -25.4 180) 1354 + (length 5.08) 1355 + (name "BCM25" 1356 + (effects 1357 + (font 1358 + (size 1.27 1.27) 1359 + ) 1360 + ) 1361 + ) 1362 + (number "22" 1363 + (effects 1364 + (font 1365 + (size 1.27 1.27) 1366 + ) 1367 + ) 1368 + ) 1369 + ) 1370 + (pin bidirectional line 1371 + (at 43.18 -27.94 180) 1372 + (length 5.08) 1373 + (name "BCM8_CE0" 1374 + (effects 1375 + (font 1376 + (size 1.27 1.27) 1377 + ) 1378 + ) 1379 + ) 1380 + (number "24" 1381 + (effects 1382 + (font 1383 + (size 1.27 1.27) 1384 + ) 1385 + ) 1386 + ) 1387 + ) 1388 + (pin bidirectional line 1389 + (at 43.18 -30.48 180) 1390 + (length 5.08) 1391 + (name "BCM7_CE1" 1392 + (effects 1393 + (font 1394 + (size 1.27 1.27) 1395 + ) 1396 + ) 1397 + ) 1398 + (number "26" 1399 + (effects 1400 + (font 1401 + (size 1.27 1.27) 1402 + ) 1403 + ) 1404 + ) 1405 + ) 1406 + (pin bidirectional line 1407 + (at 43.18 -33.02 180) 1408 + (length 5.08) 1409 + (name "BCM1_ID_SC" 1410 + (effects 1411 + (font 1412 + (size 1.27 1.27) 1413 + ) 1414 + ) 1415 + ) 1416 + (number "28" 1417 + (effects 1418 + (font 1419 + (size 1.27 1.27) 1420 + ) 1421 + ) 1422 + ) 1423 + ) 1424 + (pin power_in line 1425 + (at 43.18 -35.56 180) 1426 + (length 5.08) 1427 + (name "GND" 1428 + (effects 1429 + (font 1430 + (size 1.27 1.27) 1431 + ) 1432 + ) 1433 + ) 1434 + (number "30" 1435 + (effects 1436 + (font 1437 + (size 1.27 1.27) 1438 + ) 1439 + ) 1440 + ) 1441 + ) 1442 + (pin bidirectional line 1443 + (at 43.18 -38.1 180) 1444 + (length 5.08) 1445 + (name "BCM12_PWM0" 1446 + (effects 1447 + (font 1448 + (size 1.27 1.27) 1449 + ) 1450 + ) 1451 + ) 1452 + (number "32" 1453 + (effects 1454 + (font 1455 + (size 1.27 1.27) 1456 + ) 1457 + ) 1458 + ) 1459 + ) 1460 + (pin power_in line 1461 + (at 43.18 -40.64 180) 1462 + (length 5.08) 1463 + (name "GND" 1464 + (effects 1465 + (font 1466 + (size 1.27 1.27) 1467 + ) 1468 + ) 1469 + ) 1470 + (number "34" 1471 + (effects 1472 + (font 1473 + (size 1.27 1.27) 1474 + ) 1475 + ) 1476 + ) 1477 + ) 1478 + (pin bidirectional line 1479 + (at 43.18 -43.18 180) 1480 + (length 5.08) 1481 + (name "BCM16" 1482 + (effects 1483 + (font 1484 + (size 1.27 1.27) 1485 + ) 1486 + ) 1487 + ) 1488 + (number "36" 1489 + (effects 1490 + (font 1491 + (size 1.27 1.27) 1492 + ) 1493 + ) 1494 + ) 1495 + ) 1496 + (pin bidirectional line 1497 + (at 43.18 -45.72 180) 1498 + (length 5.08) 1499 + (name "BCM20_MOSI_PCM_DI" 1500 + (effects 1501 + (font 1502 + (size 1.27 1.27) 1503 + ) 1504 + ) 1505 + ) 1506 + (number "38" 1507 + (effects 1508 + (font 1509 + (size 1.27 1.27) 1510 + ) 1511 + ) 1512 + ) 1513 + ) 1514 + (pin bidirectional line 1515 + (at 43.18 -48.26 180) 1516 + (length 5.08) 1517 + (name "BCM21_SCLK_PCM_DO" 1518 + (effects 1519 + (font 1520 + (size 1.27 1.27) 1521 + ) 1522 + ) 1523 + ) 1524 + (number "40" 1525 + (effects 1526 + (font 1527 + (size 1.27 1.27) 1528 + ) 1529 + ) 1530 + ) 1531 + ) 1532 + ) 1533 + (embedded_fonts no) 1534 + ) 1535 + (symbol "power:+3.3V" 1536 + (power) 1537 + (pin_numbers 1538 + (hide yes) 1539 + ) 1540 + (pin_names 1541 + (offset 0) 1542 + (hide yes) 1543 + ) 1544 + (exclude_from_sim no) 1545 + (in_bom yes) 1546 + (on_board yes) 1547 + (property "Reference" "#PWR" 1548 + (at 0 -3.81 0) 1549 + (effects 1550 + (font 1551 + (size 1.27 1.27) 1552 + ) 1553 + (hide yes) 1554 + ) 1555 + ) 1556 + (property "Value" "+3.3V" 1557 + (at 0 3.556 0) 1558 + (effects 1559 + (font 1560 + (size 1.27 1.27) 1561 + ) 1562 + ) 1563 + ) 1564 + (property "Footprint" "" 1565 + (at 0 0 0) 1566 + (effects 1567 + (font 1568 + (size 1.27 1.27) 1569 + ) 1570 + (hide yes) 1571 + ) 1572 + ) 1573 + (property "Datasheet" "" 1574 + (at 0 0 0) 1575 + (effects 1576 + (font 1577 + (size 1.27 1.27) 1578 + ) 1579 + (hide yes) 1580 + ) 1581 + ) 1582 + (property "Description" "Power symbol creates a global label with name \"+3.3V\"" 1583 + (at 0 0 0) 1584 + (effects 1585 + (font 1586 + (size 1.27 1.27) 1587 + ) 1588 + (hide yes) 1589 + ) 1590 + ) 1591 + (property "ki_keywords" "global power" 1592 + (at 0 0 0) 1593 + (effects 1594 + (font 1595 + (size 1.27 1.27) 1596 + ) 1597 + (hide yes) 1598 + ) 1599 + ) 1600 + (symbol "+3.3V_0_1" 1601 + (polyline 1602 + (pts 1603 + (xy -0.762 1.27) (xy 0 2.54) 1604 + ) 1605 + (stroke 1606 + (width 0) 1607 + (type default) 1608 + ) 1609 + (fill 1610 + (type none) 1611 + ) 1612 + ) 1613 + (polyline 1614 + (pts 1615 + (xy 0 2.54) (xy 0.762 1.27) 1616 + ) 1617 + (stroke 1618 + (width 0) 1619 + (type default) 1620 + ) 1621 + (fill 1622 + (type none) 1623 + ) 1624 + ) 1625 + (polyline 1626 + (pts 1627 + (xy 0 0) (xy 0 2.54) 1628 + ) 1629 + (stroke 1630 + (width 0) 1631 + (type default) 1632 + ) 1633 + (fill 1634 + (type none) 1635 + ) 1636 + ) 1637 + ) 1638 + (symbol "+3.3V_1_1" 1639 + (pin power_in line 1640 + (at 0 0 90) 1641 + (length 0) 1642 + (name "~" 1643 + (effects 1644 + (font 1645 + (size 1.27 1.27) 1646 + ) 1647 + ) 1648 + ) 1649 + (number "1" 1650 + (effects 1651 + (font 1652 + (size 1.27 1.27) 1653 + ) 1654 + ) 1655 + ) 1656 + ) 1657 + ) 1658 + (embedded_fonts no) 1659 + ) 1660 + (symbol "power:+5V" 1661 + (power) 1662 + (pin_numbers 1663 + (hide yes) 1664 + ) 1665 + (pin_names 1666 + (offset 0) 1667 + (hide yes) 1668 + ) 1669 + (exclude_from_sim no) 1670 + (in_bom yes) 1671 + (on_board yes) 1672 + (property "Reference" "#PWR" 1673 + (at 0 -3.81 0) 1674 + (effects 1675 + (font 1676 + (size 1.27 1.27) 1677 + ) 1678 + (hide yes) 1679 + ) 1680 + ) 1681 + (property "Value" "+5V" 1682 + (at 0 3.556 0) 1683 + (effects 1684 + (font 1685 + (size 1.27 1.27) 1686 + ) 1687 + ) 1688 + ) 1689 + (property "Footprint" "" 1690 + (at 0 0 0) 1691 + (effects 1692 + (font 1693 + (size 1.27 1.27) 1694 + ) 1695 + (hide yes) 1696 + ) 1697 + ) 1698 + (property "Datasheet" "" 1699 + (at 0 0 0) 1700 + (effects 1701 + (font 1702 + (size 1.27 1.27) 1703 + ) 1704 + (hide yes) 1705 + ) 1706 + ) 1707 + (property "Description" "Power symbol creates a global label with name \"+5V\"" 1708 + (at 0 0 0) 1709 + (effects 1710 + (font 1711 + (size 1.27 1.27) 1712 + ) 1713 + (hide yes) 1714 + ) 1715 + ) 1716 + (property "ki_keywords" "global power" 1717 + (at 0 0 0) 1718 + (effects 1719 + (font 1720 + (size 1.27 1.27) 1721 + ) 1722 + (hide yes) 1723 + ) 1724 + ) 1725 + (symbol "+5V_0_1" 1726 + (polyline 1727 + (pts 1728 + (xy -0.762 1.27) (xy 0 2.54) 1729 + ) 1730 + (stroke 1731 + (width 0) 1732 + (type default) 1733 + ) 1734 + (fill 1735 + (type none) 1736 + ) 1737 + ) 1738 + (polyline 1739 + (pts 1740 + (xy 0 2.54) (xy 0.762 1.27) 1741 + ) 1742 + (stroke 1743 + (width 0) 1744 + (type default) 1745 + ) 1746 + (fill 1747 + (type none) 1748 + ) 1749 + ) 1750 + (polyline 1751 + (pts 1752 + (xy 0 0) (xy 0 2.54) 1753 + ) 1754 + (stroke 1755 + (width 0) 1756 + (type default) 1757 + ) 1758 + (fill 1759 + (type none) 1760 + ) 1761 + ) 1762 + ) 1763 + (symbol "+5V_1_1" 1764 + (pin power_in line 1765 + (at 0 0 90) 1766 + (length 0) 1767 + (name "~" 1768 + (effects 1769 + (font 1770 + (size 1.27 1.27) 1771 + ) 1772 + ) 1773 + ) 1774 + (number "1" 1775 + (effects 1776 + (font 1777 + (size 1.27 1.27) 1778 + ) 1779 + ) 1780 + ) 1781 + ) 1782 + ) 1783 + (embedded_fonts no) 1784 + ) 1785 + (symbol "power:GND" 1786 + (power) 1787 + (pin_numbers 1788 + (hide yes) 1789 + ) 1790 + (pin_names 1791 + (offset 0) 1792 + (hide yes) 1793 + ) 1794 + (exclude_from_sim no) 1795 + (in_bom yes) 1796 + (on_board yes) 1797 + (property "Reference" "#PWR" 1798 + (at 0 -6.35 0) 1799 + (effects 1800 + (font 1801 + (size 1.27 1.27) 1802 + ) 1803 + (hide yes) 1804 + ) 1805 + ) 1806 + (property "Value" "GND" 1807 + (at 0 -3.81 0) 1808 + (effects 1809 + (font 1810 + (size 1.27 1.27) 1811 + ) 1812 + ) 1813 + ) 1814 + (property "Footprint" "" 1815 + (at 0 0 0) 1816 + (effects 1817 + (font 1818 + (size 1.27 1.27) 1819 + ) 1820 + (hide yes) 1821 + ) 1822 + ) 1823 + (property "Datasheet" "" 1824 + (at 0 0 0) 1825 + (effects 1826 + (font 1827 + (size 1.27 1.27) 1828 + ) 1829 + (hide yes) 1830 + ) 1831 + ) 1832 + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" 1833 + (at 0 0 0) 1834 + (effects 1835 + (font 1836 + (size 1.27 1.27) 1837 + ) 1838 + (hide yes) 1839 + ) 1840 + ) 1841 + (property "ki_keywords" "global power" 1842 + (at 0 0 0) 1843 + (effects 1844 + (font 1845 + (size 1.27 1.27) 1846 + ) 1847 + (hide yes) 1848 + ) 1849 + ) 1850 + (symbol "GND_0_1" 1851 + (polyline 1852 + (pts 1853 + (xy 0 0) (xy 0 -1.27) (xy 1.27 -1.27) (xy 0 -2.54) (xy -1.27 -1.27) (xy 0 -1.27) 1854 + ) 1855 + (stroke 1856 + (width 0) 1857 + (type default) 1858 + ) 1859 + (fill 1860 + (type none) 1861 + ) 1862 + ) 1863 + ) 1864 + (symbol "GND_1_1" 1865 + (pin power_in line 1866 + (at 0 0 270) 1867 + (length 0) 1868 + (name "~" 1869 + (effects 1870 + (font 1871 + (size 1.27 1.27) 1872 + ) 1873 + ) 1874 + ) 1875 + (number "1" 1876 + (effects 1877 + (font 1878 + (size 1.27 1.27) 1879 + ) 1880 + ) 1881 + ) 1882 + ) 1883 + ) 1884 + (embedded_fonts no) 1885 + ) 1886 + (symbol "power:PWR_FLAG" 1887 + (power) 1888 + (pin_numbers 1889 + (hide yes) 1890 + ) 1891 + (pin_names 1892 + (offset 0) 1893 + (hide yes) 1894 + ) 1895 + (exclude_from_sim no) 1896 + (in_bom yes) 1897 + (on_board yes) 1898 + (property "Reference" "#FLG" 1899 + (at 0 1.905 0) 1900 + (effects 1901 + (font 1902 + (size 1.27 1.27) 1903 + ) 1904 + (hide yes) 1905 + ) 1906 + ) 1907 + (property "Value" "PWR_FLAG" 1908 + (at 0 3.81 0) 1909 + (effects 1910 + (font 1911 + (size 1.27 1.27) 1912 + ) 1913 + ) 1914 + ) 1915 + (property "Footprint" "" 1916 + (at 0 0 0) 1917 + (effects 1918 + (font 1919 + (size 1.27 1.27) 1920 + ) 1921 + (hide yes) 1922 + ) 1923 + ) 1924 + (property "Datasheet" "~" 1925 + (at 0 0 0) 1926 + (effects 1927 + (font 1928 + (size 1.27 1.27) 1929 + ) 1930 + (hide yes) 1931 + ) 1932 + ) 1933 + (property "Description" "Special symbol for telling ERC where power comes from" 1934 + (at 0 0 0) 1935 + (effects 1936 + (font 1937 + (size 1.27 1.27) 1938 + ) 1939 + (hide yes) 1940 + ) 1941 + ) 1942 + (property "ki_keywords" "flag power" 1943 + (at 0 0 0) 1944 + (effects 1945 + (font 1946 + (size 1.27 1.27) 1947 + ) 1948 + (hide yes) 1949 + ) 1950 + ) 1951 + (symbol "PWR_FLAG_0_0" 1952 + (pin power_out line 1953 + (at 0 0 90) 1954 + (length 0) 1955 + (name "~" 1956 + (effects 1957 + (font 1958 + (size 1.27 1.27) 1959 + ) 1960 + ) 1961 + ) 1962 + (number "1" 1963 + (effects 1964 + (font 1965 + (size 1.27 1.27) 1966 + ) 1967 + ) 1968 + ) 1969 + ) 1970 + ) 1971 + (symbol "PWR_FLAG_0_1" 1972 + (polyline 1973 + (pts 1974 + (xy 0 0) (xy 0 1.27) (xy -1.016 1.905) (xy 0 2.54) (xy 1.016 1.905) (xy 0 1.27) 1975 + ) 1976 + (stroke 1977 + (width 0) 1978 + (type default) 1979 + ) 1980 + (fill 1981 + (type none) 1982 + ) 1983 + ) 1984 + ) 1985 + (embedded_fonts no) 1986 + ) 1987 + ) 1988 + (rectangle 1989 + (start 50.165 83.185) 1990 + (end 80.645 113.03) 1991 + (stroke 1992 + (width 0) 1993 + (type dash) 1994 + ) 1995 + (fill 1996 + (type none) 1997 + ) 1998 + (uuid 102ced1f-e328-4b4a-bfe4-1f744d0ca35e) 1999 + ) 2000 + (rectangle 2001 + (start 50.165 14.605) 2002 + (end 104.775 52.705) 2003 + (stroke 2004 + (width 0) 2005 + (type dash) 2006 + ) 2007 + (fill 2008 + (type none) 2009 + ) 2010 + (uuid 31f8c95b-b4cb-4a74-a084-0e40d58a89d9) 2011 + ) 2012 + (rectangle 2013 + (start 83.185 55.245) 2014 + (end 104.775 80.645) 2015 + (stroke 2016 + (width 0) 2017 + (type dash) 2018 + ) 2019 + (fill 2020 + (type none) 2021 + ) 2022 + (uuid 51df25d1-8a48-4d10-a715-d37104c5da02) 2023 + ) 2024 + (rectangle 2025 + (start 50.165 55.245) 2026 + (end 80.645 80.645) 2027 + (stroke 2028 + (width 0) 2029 + (type dash) 2030 + ) 2031 + (fill 2032 + (type none) 2033 + ) 2034 + (uuid 944be45c-6223-4bbd-94a1-18a02838cf56) 2035 + ) 2036 + (rectangle 2037 + (start 106.68 14.605) 2038 + (end 188.595 80.645) 2039 + (stroke 2040 + (width 0) 2041 + (type dash) 2042 + ) 2043 + (fill 2044 + (type none) 2045 + ) 2046 + (uuid b9e6cf48-1793-4e7e-8ad8-522627c045b7) 2047 + ) 2048 + (rectangle 2049 + (start 13.335 14.605) 2050 + (end 47.625 113.03) 2051 + (stroke 2052 + (width 0) 2053 + (type dash) 2054 + ) 2055 + (fill 2056 + (type none) 2057 + ) 2058 + (uuid f2e0182d-75e6-4afa-82f2-2dc3a6a36eba) 2059 + ) 2060 + (junction 2061 + (at 58.42 35.56) 2062 + (diameter 0) 2063 + (color 0 0 0 0) 2064 + (uuid "07dab0b0-d56b-4240-a299-74f3c97d0d13") 2065 + ) 2066 + (junction 2067 + (at 91.44 33.02) 2068 + (diameter 0) 2069 + (color 0 0 0 0) 2070 + (uuid "2ef4d391-2460-472f-bd66-dc306086f23e") 2071 + ) 2072 + (junction 2073 + (at 172.72 24.13) 2074 + (diameter 0) 2075 + (color 0 0 0 0) 2076 + (uuid "51abc613-6dea-4164-91ec-f6e1b7f37173") 2077 + ) 2078 + (junction 2079 + (at 175.26 59.69) 2080 + (diameter 0) 2081 + (color 0 0 0 0) 2082 + (uuid "7dae5dfb-ed0d-4100-840f-f092eb8242f8") 2083 + ) 2084 + (junction 2085 + (at 86.36 25.4) 2086 + (diameter 0) 2087 + (color 0 0 0 0) 2088 + (uuid "815b826b-dbb7-48ff-9da6-fcf700cf7fef") 2089 + ) 2090 + (junction 2091 + (at 86.36 67.31) 2092 + (diameter 0) 2093 + (color 0 0 0 0) 2094 + (uuid "fa4ad81a-e8a3-4c6c-b8cf-0b365770326c") 2095 + ) 2096 + (junction 2097 + (at 58.42 38.1) 2098 + (diameter 0) 2099 + (color 0 0 0 0) 2100 + (uuid "fca1b444-692b-45d2-a56c-12a96a4370a3") 2101 + ) 2102 + (junction 2103 + (at 81.28 35.56) 2104 + (diameter 0) 2105 + (color 0 0 0 0) 2106 + (uuid "fde48665-e2ce-47a6-b4b4-f2138c320d30") 2107 + ) 2108 + (no_connect 2109 + (at 124.46 39.37) 2110 + (uuid "12ba3f8b-52b5-46cc-8963-9f52784174e8") 2111 + ) 2112 + (no_connect 2113 + (at 124.46 49.53) 2114 + (uuid "21c69196-f9ab-4193-b123-fabe02d70e83") 2115 + ) 2116 + (no_connect 2117 + (at 172.72 31.75) 2118 + (uuid "4be1b114-f0c4-4648-9cfd-e7f51099c06b") 2119 + ) 2120 + (no_connect 2121 + (at 124.46 64.77) 2122 + (uuid "541a78d2-d463-4625-90a7-da527cb0ec11") 2123 + ) 2124 + (no_connect 2125 + (at 172.72 62.23) 2126 + (uuid "6e10c299-fa05-4acc-800b-97c1e1722598") 2127 + ) 2128 + (no_connect 2129 + (at 124.46 26.67) 2130 + (uuid "7ad950c1-309c-4f3c-84cb-4615255c76e9") 2131 + ) 2132 + (no_connect 2133 + (at 124.46 52.07) 2134 + (uuid "81918026-e4ee-4d07-a073-ca331ed206c1") 2135 + ) 2136 + (no_connect 2137 + (at 172.72 52.07) 2138 + (uuid "95c8aad8-1e0f-4136-8666-4218ff6a6688") 2139 + ) 2140 + (no_connect 2141 + (at 124.46 46.99) 2142 + (uuid "aed064f3-c4d1-4cb8-9633-b4666a56d330") 2143 + ) 2144 + (no_connect 2145 + (at 172.72 49.53) 2146 + (uuid "b7b8908d-4e18-468a-875f-cb19a6e39005") 2147 + ) 2148 + (no_connect 2149 + (at 172.72 67.31) 2150 + (uuid "bfca3eb9-cdb3-4021-9e07-b24d8104591e") 2151 + ) 2152 + (no_connect 2153 + (at 124.46 69.85) 2154 + (uuid "ed4e9069-e20f-4d9e-91fa-3cae6eaa6cbf") 2155 + ) 2156 + (no_connect 2157 + (at 172.72 34.29) 2158 + (uuid "f46a784c-bdd7-4739-aaf2-e6786e51f802") 2159 + ) 2160 + (no_connect 2161 + (at 124.46 29.21) 2162 + (uuid "f9e66998-246d-4ee0-9963-83f0ca3f9089") 2163 + ) 8 2164 (wire 9 2165 (pts 10 - (xy 72.39 40.64) (xy 71.12 40.64) 2166 + (xy 86.36 67.31) (xy 86.36 69.85) 2167 + ) 2168 + (stroke 2169 + (width 0) 2170 + (type default) 2171 + ) 2172 + (uuid "0897fb85-542e-4a57-8907-a9838809e4dc") 2173 + ) 2174 + (wire 2175 + (pts 2176 + (xy 172.72 24.13) (xy 172.72 26.67) 2177 + ) 2178 + (stroke 2179 + (width 0) 2180 + (type default) 2181 + ) 2182 + (uuid "09eb6013-f4f0-42d0-bc20-4fea34f0ae70") 2183 + ) 2184 + (wire 2185 + (pts 2186 + (xy 34.29 96.52) (xy 33.02 96.52) 2187 + ) 2188 + (stroke 2189 + (width 0) 2190 + (type default) 2191 + ) 2192 + (uuid "0bf31dd8-35c9-4001-8812-ffe567d5e8d6") 2193 + ) 2194 + (wire 2195 + (pts 2196 + (xy 55.88 92.71) (xy 55.88 93.98) 2197 + ) 2198 + (stroke 2199 + (width 0) 2200 + (type default) 2201 + ) 2202 + (uuid "11393d81-0f60-4752-8dae-155d66f0844b") 2203 + ) 2204 + (wire 2205 + (pts 2206 + (xy 58.42 38.1) (xy 58.42 39.37) 2207 + ) 2208 + (stroke 2209 + (width 0) 2210 + (type default) 2211 + ) 2212 + (uuid "274c3b69-ed19-463d-a9cd-b6255d318775") 2213 + ) 2214 + (wire 2215 + (pts 2216 + (xy 91.44 30.48) (xy 91.44 33.02) 2217 + ) 2218 + (stroke 2219 + (width 0) 2220 + (type default) 2221 + ) 2222 + (uuid "3293674d-8487-4439-84b8-298b960821cd") 2223 + ) 2224 + (wire 2225 + (pts 2226 + (xy 34.29 68.58) (xy 33.02 68.58) 11 2227 ) 12 2228 (stroke 13 2229 (width 0) ··· 17 2233 ) 18 2234 (wire 19 2235 (pts 20 - (xy 43.18 40.64) (xy 41.91 40.64) 2236 + (xy 175.26 59.69) (xy 175.26 64.77) 2237 + ) 2238 + (stroke 2239 + (width 0) 2240 + (type default) 2241 + ) 2242 + (uuid "3649a9fc-051e-4079-ba3f-be1a07e252d2") 2243 + ) 2244 + (wire 2245 + (pts 2246 + (xy 88.9 67.31) (xy 86.36 67.31) 2247 + ) 2248 + (stroke 2249 + (width 0) 2250 + (type default) 2251 + ) 2252 + (uuid "38e71d23-6426-4cd3-af51-cd34298bbd25") 2253 + ) 2254 + (wire 2255 + (pts 2256 + (xy 34.29 36.83) (xy 33.02 36.83) 21 2257 ) 22 2258 (stroke 23 2259 (width 0) ··· 27 2263 ) 28 2264 (wire 29 2265 (pts 30 - (xy 43.18 43.18) (xy 41.91 43.18) 2266 + (xy 34.29 33.02) (xy 33.02 33.02) 2267 + ) 2268 + (stroke 2269 + (width 0) 2270 + (type default) 2271 + ) 2272 + (uuid "417a7a2c-cc3e-4019-a16c-feb518d1b246") 2273 + ) 2274 + (wire 2275 + (pts 2276 + (xy 124.46 44.45) (xy 123.19 44.45) 2277 + ) 2278 + (stroke 2279 + (width 0) 2280 + (type default) 2281 + ) 2282 + (uuid "471d1291-857c-4558-af94-e173b95359b5") 2283 + ) 2284 + (wire 2285 + (pts 2286 + (xy 114.3 41.91) (xy 114.3 34.29) 2287 + ) 2288 + (stroke 2289 + (width 0) 2290 + (type default) 2291 + ) 2292 + (uuid "47a43817-47eb-4f1b-b81d-fcf6cda38bad") 2293 + ) 2294 + (wire 2295 + (pts 2296 + (xy 172.72 29.21) (xy 175.26 29.21) 2297 + ) 2298 + (stroke 2299 + (width 0) 2300 + (type default) 2301 + ) 2302 + (uuid "578d04ab-1b5d-45f4-8149-cbbc1d688ae8") 2303 + ) 2304 + (wire 2305 + (pts 2306 + (xy 172.72 39.37) (xy 185.42 39.37) 2307 + ) 2308 + (stroke 2309 + (width 0) 2310 + (type default) 2311 + ) 2312 + (uuid "62d353b1-3b6b-45bd-a460-2d9294913063") 2313 + ) 2314 + (wire 2315 + (pts 2316 + (xy 80.01 38.1) (xy 78.74 38.1) 2317 + ) 2318 + (stroke 2319 + (width 0) 2320 + (type default) 2321 + ) 2322 + (uuid "6e6a9710-b5d7-4195-b1e8-791c8557b1ee") 2323 + ) 2324 + (wire 2325 + (pts 2326 + (xy 172.72 46.99) (xy 176.53 46.99) 2327 + ) 2328 + (stroke 2329 + (width 0) 2330 + (type default) 2331 + ) 2332 + (uuid "6ec824f2-c656-4a7b-bf68-720ac0c603bb") 2333 + ) 2334 + (wire 2335 + (pts 2336 + (xy 123.19 44.45) (xy 123.19 48.26) 2337 + ) 2338 + (stroke 2339 + (width 0) 2340 + (type default) 2341 + ) 2342 + (uuid "73cdf672-7ad0-42fd-a76d-90fde8d8c707") 2343 + ) 2344 + (wire 2345 + (pts 2346 + (xy 81.28 25.4) (xy 86.36 25.4) 2347 + ) 2348 + (stroke 2349 + (width 0) 2350 + (type default) 2351 + ) 2352 + (uuid "7805adc1-8097-4fc5-b403-2fc7d2b38151") 2353 + ) 2354 + (wire 2355 + (pts 2356 + (xy 81.28 30.48) (xy 81.28 35.56) 2357 + ) 2358 + (stroke 2359 + (width 0) 2360 + (type default) 2361 + ) 2362 + (uuid "799f60e1-fd80-456e-908f-efaa90c45d88") 2363 + ) 2364 + (wire 2365 + (pts 2366 + (xy 34.29 39.37) (xy 33.02 39.37) 31 2367 ) 32 2368 (stroke 33 2369 (width 0) ··· 37 2373 ) 38 2374 (wire 39 2375 (pts 40 - (xy 101.6 43.18) (xy 100.33 43.18) 2376 + (xy 175.26 59.69) (xy 172.72 59.69) 2377 + ) 2378 + (stroke 2379 + (width 0) 2380 + (type default) 2381 + ) 2382 + (uuid "82992808-1fae-48bb-a5b7-ce98a13f71f6") 2383 + ) 2384 + (wire 2385 + (pts 2386 + (xy 58.42 33.02) (xy 58.42 35.56) 2387 + ) 2388 + (stroke 2389 + (width 0) 2390 + (type default) 2391 + ) 2392 + (uuid "84e2ae76-708f-477d-8635-46692d9d2aa8") 2393 + ) 2394 + (wire 2395 + (pts 2396 + (xy 86.36 22.86) (xy 86.36 25.4) 2397 + ) 2398 + (stroke 2399 + (width 0) 2400 + (type default) 2401 + ) 2402 + (uuid "857527d4-9572-4b11-a7f9-d2eeb6b499e5") 2403 + ) 2404 + (wire 2405 + (pts 2406 + (xy 55.88 101.6) (xy 55.88 102.87) 2407 + ) 2408 + (stroke 2409 + (width 0) 2410 + (type default) 2411 + ) 2412 + (uuid "867c5216-7317-48b7-8c98-d0a986af2296") 2413 + ) 2414 + (wire 2415 + (pts 2416 + (xy 68.58 44.45) (xy 68.58 43.18) 2417 + ) 2418 + (stroke 2419 + (width 0) 2420 + (type default) 2421 + ) 2422 + (uuid "8b6d5352-950e-4e00-949e-9467fb222cf3") 2423 + ) 2424 + (wire 2425 + (pts 2426 + (xy 34.29 62.23) (xy 33.02 62.23) 2427 + ) 2428 + (stroke 2429 + (width 0) 2430 + (type default) 2431 + ) 2432 + (uuid "8c46696d-6fe9-4333-a5d2-77690c64a189") 2433 + ) 2434 + (wire 2435 + (pts 2436 + (xy 34.29 93.98) (xy 33.02 93.98) 2437 + ) 2438 + (stroke 2439 + (width 0) 2440 + (type default) 2441 + ) 2442 + (uuid "8e277fd6-75bf-45db-8d09-0f247016d090") 2443 + ) 2444 + (wire 2445 + (pts 2446 + (xy 34.29 102.87) (xy 33.02 102.87) 41 2447 ) 42 2448 (stroke 43 2449 (width 0) ··· 47 2453 ) 48 2454 (wire 49 2455 (pts 50 - (xy 72.39 45.72) (xy 71.12 45.72) 2456 + (xy 172.72 64.77) (xy 175.26 64.77) 2457 + ) 2458 + (stroke 2459 + (width 0) 2460 + (type default) 2461 + ) 2462 + (uuid "a7768871-589d-4ca2-ad24-b9895a4598c8") 2463 + ) 2464 + (wire 2465 + (pts 2466 + (xy 34.29 30.48) (xy 33.02 30.48) 2467 + ) 2468 + (stroke 2469 + (width 0) 2470 + (type default) 2471 + ) 2472 + (uuid "a976310d-cb4b-4ed5-a33f-8b888b109d94") 2473 + ) 2474 + (wire 2475 + (pts 2476 + (xy 68.58 92.71) (xy 68.58 93.98) 2477 + ) 2478 + (stroke 2479 + (width 0) 2480 + (type default) 2481 + ) 2482 + (uuid "ab42635d-78e8-4f99-b288-fecd4fd846d4") 2483 + ) 2484 + (wire 2485 + (pts 2486 + (xy 86.36 59.69) (xy 86.36 67.31) 2487 + ) 2488 + (stroke 2489 + (width 0) 2490 + (type default) 2491 + ) 2492 + (uuid "bb3f44c1-4b2b-4e06-91ff-243c1809bee6") 2493 + ) 2494 + (wire 2495 + (pts 2496 + (xy 172.72 22.86) (xy 172.72 24.13) 2497 + ) 2498 + (stroke 2499 + (width 0) 2500 + (type default) 2501 + ) 2502 + (uuid "bf6fd826-a7fa-4b09-91f1-9d4f0bdc3b86") 2503 + ) 2504 + (wire 2505 + (pts 2506 + (xy 34.29 73.66) (xy 33.02 73.66) 51 2507 ) 52 2508 (stroke 53 2509 (width 0) ··· 57 2513 ) 58 2514 (wire 59 2515 (pts 60 - (xy 43.18 45.72) (xy 41.91 45.72) 2516 + (xy 34.29 41.91) (xy 33.02 41.91) 61 2517 ) 62 2518 (stroke 63 2519 (width 0) ··· 67 2523 ) 68 2524 (wire 69 2525 (pts 70 - (xy 101.6 40.64) (xy 100.33 40.64) 2526 + (xy 78.74 33.02) (xy 91.44 33.02) 2527 + ) 2528 + (stroke 2529 + (width 0) 2530 + (type default) 2531 + ) 2532 + (uuid "c7171b5d-890e-40a7-b08d-43f7e329ea7e") 2533 + ) 2534 + (wire 2535 + (pts 2536 + (xy 34.29 100.33) (xy 33.02 100.33) 71 2537 ) 72 2538 (stroke 73 2539 (width 0) ··· 77 2543 ) 78 2544 (wire 79 2545 (pts 80 - (xy 101.6 45.72) (xy 100.33 45.72) 2546 + (xy 34.29 105.41) (xy 33.02 105.41) 81 2547 ) 82 2548 (stroke 83 2549 (width 0) ··· 87 2553 ) 88 2554 (wire 89 2555 (pts 90 - (xy 72.39 43.18) (xy 71.12 43.18) 2556 + (xy 58.42 35.56) (xy 58.42 38.1) 2557 + ) 2558 + (stroke 2559 + (width 0) 2560 + (type default) 2561 + ) 2562 + (uuid "d5d5b49a-9fe8-4cd4-ab9a-6a28823356fb") 2563 + ) 2564 + (wire 2565 + (pts 2566 + (xy 123.19 48.26) (xy 120.65 48.26) 2567 + ) 2568 + (stroke 2569 + (width 0) 2570 + (type default) 2571 + ) 2572 + (uuid "d6691c98-95e5-492a-a497-3d05e46ae9b6") 2573 + ) 2574 + (wire 2575 + (pts 2576 + (xy 68.58 26.67) (xy 68.58 27.94) 2577 + ) 2578 + (stroke 2579 + (width 0) 2580 + (type default) 2581 + ) 2582 + (uuid "d98b3eda-44f7-4c70-b665-2f15a1ef1778") 2583 + ) 2584 + (wire 2585 + (pts 2586 + (xy 86.36 25.4) (xy 91.44 25.4) 2587 + ) 2588 + (stroke 2589 + (width 0) 2590 + (type default) 2591 + ) 2592 + (uuid "ddcfda68-97ef-4b11-b7c1-4df55b11318e") 2593 + ) 2594 + (wire 2595 + (pts 2596 + (xy 34.29 64.77) (xy 33.02 64.77) 2597 + ) 2598 + (stroke 2599 + (width 0) 2600 + (type default) 2601 + ) 2602 + (uuid "de2f756e-df35-4372-94c7-620e43c2a4f7") 2603 + ) 2604 + (wire 2605 + (pts 2606 + (xy 78.74 35.56) (xy 81.28 35.56) 2607 + ) 2608 + (stroke 2609 + (width 0) 2610 + (type default) 2611 + ) 2612 + (uuid "df0d3fdf-83fb-44ef-963d-331dd8b7e90d") 2613 + ) 2614 + (wire 2615 + (pts 2616 + (xy 34.29 71.12) (xy 33.02 71.12) 91 2617 ) 92 2618 (stroke 93 2619 (width 0) ··· 95 2621 ) 96 2622 (uuid "e3b1caec-3e2d-432c-baf6-1675740b9d6d") 97 2623 ) 2624 + (wire 2625 + (pts 2626 + (xy 93.98 67.31) (xy 99.06 67.31) 2627 + ) 2628 + (stroke 2629 + (width 0) 2630 + (type default) 2631 + ) 2632 + (uuid "e4f61f8b-086c-4757-b80f-82b37704843e") 2633 + ) 2634 + (wire 2635 + (pts 2636 + (xy 93.98 35.56) (xy 81.28 35.56) 2637 + ) 2638 + (stroke 2639 + (width 0) 2640 + (type default) 2641 + ) 2642 + (uuid "e631b689-9edb-470f-ac60-bf395f8c6ad3") 2643 + ) 2644 + (wire 2645 + (pts 2646 + (xy 93.98 33.02) (xy 91.44 33.02) 2647 + ) 2648 + (stroke 2649 + (width 0) 2650 + (type default) 2651 + ) 2652 + (uuid "e7ddac24-8068-43ce-abea-8df2206a01aa") 2653 + ) 2654 + (wire 2655 + (pts 2656 + (xy 68.58 102.87) (xy 68.58 101.6) 2657 + ) 2658 + (stroke 2659 + (width 0) 2660 + (type default) 2661 + ) 2662 + (uuid "eb3bb809-7844-42e9-9e59-460770333644") 2663 + ) 2664 + (wire 2665 + (pts 2666 + (xy 114.3 34.29) (xy 124.46 34.29) 2667 + ) 2668 + (stroke 2669 + (width 0) 2670 + (type default) 2671 + ) 2672 + (uuid "ec04d244-6cf3-42aa-99e5-62e1d7702862") 2673 + ) 2674 + (wire 2675 + (pts 2676 + (xy 99.06 67.31) (xy 99.06 66.04) 2677 + ) 2678 + (stroke 2679 + (width 0) 2680 + (type default) 2681 + ) 2682 + (uuid "f9772c04-b000-4df2-a9cc-4761b3f3e44b") 2683 + ) 2684 + (wire 2685 + (pts 2686 + (xy 124.46 54.61) (xy 111.76 54.61) 2687 + ) 2688 + (stroke 2689 + (width 0) 2690 + (type default) 2691 + ) 2692 + (uuid "f97b6252-dad8-460e-ba9a-b18e04cdd077") 2693 + ) 2694 + (wire 2695 + (pts 2696 + (xy 175.26 59.69) (xy 177.8 59.69) 2697 + ) 2698 + (stroke 2699 + (width 0) 2700 + (type default) 2701 + ) 2702 + (uuid "ffe4e70f-707a-4115-8089-ab1b8fddd3f9") 2703 + ) 2704 + (label "SPI1_MOSI" 2705 + (at 172.72 69.85 0) 2706 + (effects 2707 + (font 2708 + (size 1.27 1.27) 2709 + ) 2710 + (justify left bottom) 2711 + ) 2712 + (uuid "01d41125-2574-43b1-ae7a-cf965b34cd9d") 2713 + ) 2714 + (label "SPI1_INT1" 2715 + (at 172.72 44.45 0) 2716 + (effects 2717 + (font 2718 + (size 1.27 1.27) 2719 + ) 2720 + (justify left bottom) 2721 + ) 2722 + (uuid "0a51d29c-f85e-4a88-a50e-5a5ebd95d9e7") 2723 + ) 2724 + (label "SPI3_INT0" 2725 + (at 124.46 41.91 180) 2726 + (effects 2727 + (font 2728 + (size 1.27 1.27) 2729 + ) 2730 + (justify right bottom) 2731 + ) 2732 + (uuid "16167ee9-542f-414a-94a6-e7a3051ac4a5") 2733 + ) 98 2734 (label "SPI3_MISO" 99 - (at 101.6 40.64 0) 2735 + (at 34.29 100.33 0) 100 2736 (effects 101 2737 (font 102 2738 (size 1.27 1.27) ··· 105 2741 ) 106 2742 (uuid "1c042b37-55ff-4b28-a183-c377392d7ba2") 107 2743 ) 2744 + (label "SPI3_CE0" 2745 + (at 34.29 93.98 0) 2746 + (effects 2747 + (font 2748 + (size 1.27 1.27) 2749 + ) 2750 + (justify left bottom) 2751 + ) 2752 + (uuid "1ec78614-726b-4f1d-bd1b-8dbb81465886") 2753 + ) 108 2754 (label "SPI3_SCLK" 109 - (at 101.6 45.72 0) 2755 + (at 34.29 105.41 0) 110 2756 (effects 111 2757 (font 112 2758 (size 1.27 1.27) ··· 115 2761 ) 116 2762 (uuid "26090c9e-eb46-4785-a61c-c1d263d343ac") 117 2763 ) 2764 + (label "SPI1_INT1" 2765 + (at 34.29 64.77 0) 2766 + (effects 2767 + (font 2768 + (size 1.27 1.27) 2769 + ) 2770 + (justify left bottom) 2771 + ) 2772 + (uuid "2909e21b-9fc0-4288-a4dd-3744f9a3500f") 2773 + ) 2774 + (label "SPI3_INT0" 2775 + (at 34.29 96.52 0) 2776 + (effects 2777 + (font 2778 + (size 1.27 1.27) 2779 + ) 2780 + (justify left bottom) 2781 + ) 2782 + (uuid "2914082d-8c3d-484f-acc6-99a8ab07b5d7") 2783 + ) 2784 + (label "SPI1_INT0" 2785 + (at 34.29 33.02 0) 2786 + (effects 2787 + (font 2788 + (size 1.27 1.27) 2789 + ) 2790 + (justify left bottom) 2791 + ) 2792 + (uuid "32d58a6f-1213-4a16-90c6-155679ca7c65") 2793 + ) 118 2794 (label "SPI1_MISO" 119 - (at 72.39 40.64 0) 2795 + (at 34.29 68.58 0) 120 2796 (effects 121 2797 (font 122 2798 (size 1.27 1.27) ··· 125 2801 ) 126 2802 (uuid "366d1922-babb-45d8-911a-ed7042b65ece") 127 2803 ) 2804 + (label "SPI1_CE1" 2805 + (at 34.29 62.23 0) 2806 + (effects 2807 + (font 2808 + (size 1.27 1.27) 2809 + ) 2810 + (justify left bottom) 2811 + ) 2812 + (uuid "45c352d7-50c2-46b0-9bd4-335eb6cff63a") 2813 + ) 128 2814 (label "SPI3_MOSI" 129 - (at 101.6 43.18 0) 2815 + (at 124.46 62.23 180) 2816 + (effects 2817 + (font 2818 + (size 1.27 1.27) 2819 + ) 2820 + (justify right bottom) 2821 + ) 2822 + (uuid "45e0ccb6-3ca3-4f74-944e-23d56209514a") 2823 + ) 2824 + (label "SPI1_SCLK" 2825 + (at 172.72 72.39 0) 2826 + (effects 2827 + (font 2828 + (size 1.27 1.27) 2829 + ) 2830 + (justify left bottom) 2831 + ) 2832 + (uuid "47b25165-5e9f-4b5a-ab77-01189d320d50") 2833 + ) 2834 + (label "SPI3_MOSI" 2835 + (at 34.29 102.87 0) 130 2836 (effects 131 2837 (font 132 2838 (size 1.27 1.27) ··· 135 2841 ) 136 2842 (uuid "5a783d54-92fd-4bb3-97a1-daadcd415156") 137 2843 ) 2844 + (label "SPI1_INT0" 2845 + (at 172.72 41.91 0) 2846 + (effects 2847 + (font 2848 + (size 1.27 1.27) 2849 + ) 2850 + (justify left bottom) 2851 + ) 2852 + (uuid "5ad1917a-3d8b-44c6-b52b-b9b5fd7078f7") 2853 + ) 138 2854 (label "SPI1_MOSI" 139 - (at 72.39 43.18 0) 2855 + (at 34.29 71.12 0) 140 2856 (effects 141 2857 (font 142 2858 (size 1.27 1.27) ··· 146 2862 (uuid "6492eee7-519b-4d5d-8d39-73dc42e82f50") 147 2863 ) 148 2864 (label "SPI1_MISO" 149 - (at 43.18 40.64 0) 2865 + (at 124.46 67.31 180) 2866 + (effects 2867 + (font 2868 + (size 1.27 1.27) 2869 + ) 2870 + (justify right bottom) 2871 + ) 2872 + (uuid "6d161e12-5b54-43d0-8059-226230c9c1f8") 2873 + ) 2874 + (label "SPI3_CE0" 2875 + (at 124.46 31.75 180) 2876 + (effects 2877 + (font 2878 + (size 1.27 1.27) 2879 + ) 2880 + (justify right bottom) 2881 + ) 2882 + (uuid "7313c479-3c3a-4a0e-b996-248999d139ed") 2883 + ) 2884 + (label "SPI1_CE1" 2885 + (at 124.46 36.83 180) 2886 + (effects 2887 + (font 2888 + (size 1.27 1.27) 2889 + ) 2890 + (justify right bottom) 2891 + ) 2892 + (uuid "80b94e3c-7905-41e2-bd08-e116edac7a87") 2893 + ) 2894 + (label "SPI1_CE0" 2895 + (at 34.29 30.48 0) 2896 + (effects 2897 + (font 2898 + (size 1.27 1.27) 2899 + ) 2900 + (justify left bottom) 2901 + ) 2902 + (uuid "a46d6ac0-d955-421b-8d11-4337e2858d78") 2903 + ) 2904 + (label "SPI3_SCLK" 2905 + (at 124.46 59.69 180) 2906 + (effects 2907 + (font 2908 + (size 1.27 1.27) 2909 + ) 2910 + (justify right bottom) 2911 + ) 2912 + (uuid "a6c0082a-cdeb-41aa-bda7-7ac80438e955") 2913 + ) 2914 + (label "SPI3_MISO" 2915 + (at 172.72 54.61 0) 2916 + (effects 2917 + (font 2918 + (size 1.27 1.27) 2919 + ) 2920 + (justify left bottom) 2921 + ) 2922 + (uuid "b6af12fa-9d08-4472-ae54-437e2098a1f3") 2923 + ) 2924 + (label "ID_SD" 2925 + (at 93.98 33.02 0) 2926 + (effects 2927 + (font 2928 + (size 1.27 1.27) 2929 + ) 2930 + (justify left bottom) 2931 + ) 2932 + (uuid "c6d5f090-ef69-4bff-86ab-95a38fda082b") 2933 + ) 2934 + (label "ID_SD" 2935 + (at 124.46 57.15 180) 2936 + (effects 2937 + (font 2938 + (size 1.27 1.27) 2939 + ) 2940 + (justify right bottom) 2941 + ) 2942 + (uuid "cd0b9f65-d818-47e6-87dd-88db62fe2cbc") 2943 + ) 2944 + (label "ID_SC" 2945 + (at 172.72 57.15 0) 2946 + (effects 2947 + (font 2948 + (size 1.27 1.27) 2949 + ) 2950 + (justify left bottom) 2951 + ) 2952 + (uuid "d05268da-9dff-4fcb-998e-e44f361ff4be") 2953 + ) 2954 + (label "SPI1_CE0" 2955 + (at 172.72 36.83 0) 2956 + (effects 2957 + (font 2958 + (size 1.27 1.27) 2959 + ) 2960 + (justify left bottom) 2961 + ) 2962 + (uuid "e1331905-d4d5-485d-9d38-28e135e9ae39") 2963 + ) 2964 + (label "ID_SC" 2965 + (at 93.98 35.56 0) 2966 + (effects 2967 + (font 2968 + (size 1.27 1.27) 2969 + ) 2970 + (justify left bottom) 2971 + ) 2972 + (uuid "e5acdd72-4e2a-47ae-9dd3-7abc3c2ce73d") 2973 + ) 2974 + (label "SPI1_MISO" 2975 + (at 34.29 36.83 0) 150 2976 (effects 151 2977 (font 152 2978 (size 1.27 1.27) ··· 155 2981 ) 156 2982 (uuid "e9bdcc48-f8f3-4f64-b874-3d06e7fa43ed") 157 2983 ) 2984 + (label "WriteProtect" 2985 + (at 86.36 59.69 0) 2986 + (effects 2987 + (font 2988 + (size 1.27 1.27) 2989 + ) 2990 + (justify left bottom) 2991 + ) 2992 + (uuid "f466cf17-a89c-4f5b-9574-06926aa13710") 2993 + ) 158 2994 (label "SPI1_SCLK" 159 - (at 43.18 45.72 0) 2995 + (at 34.29 41.91 0) 160 2996 (effects 161 2997 (font 162 2998 (size 1.27 1.27) ··· 166 3002 (uuid "f57e2864-cd7b-4174-89e6-21f7f047bb18") 167 3003 ) 168 3004 (label "SPI1_MOSI" 169 - (at 43.18 43.18 0) 3005 + (at 34.29 39.37 0) 170 3006 (effects 171 3007 (font 172 3008 (size 1.27 1.27) ··· 176 3012 (uuid "f6e5007a-ddd0-46cc-8972-902a68137ed3") 177 3013 ) 178 3014 (label "SPI1_SCLK" 179 - (at 72.39 45.72 0) 3015 + (at 34.29 73.66 0) 180 3016 (effects 181 3017 (font 182 3018 (size 1.27 1.27) ··· 185 3021 ) 186 3022 (uuid "fbdddebe-7720-4d26-822b-fa59a236472d") 187 3023 ) 3024 + (label "WriteProtect" 3025 + (at 80.01 38.1 0) 3026 + (effects 3027 + (font 3028 + (size 1.27 1.27) 3029 + ) 3030 + (justify left bottom) 3031 + ) 3032 + (uuid "fbf826d3-e93f-4bfb-b92c-d66d02049b39") 3033 + ) 3034 + (symbol 3035 + (lib_id "Connector_Generic:Conn_01x02") 3036 + (at 38.1 87.63 0) 3037 + (unit 1) 3038 + (exclude_from_sim no) 3039 + (in_bom yes) 3040 + (on_board yes) 3041 + (dnp no) 3042 + (fields_autoplaced yes) 3043 + (uuid "00e88525-63b6-4c5c-88bf-ddecd265849f") 3044 + (property "Reference" "J4" 3045 + (at 40.64 87.6299 0) 3046 + (effects 3047 + (font 3048 + (size 1.27 1.27) 3049 + ) 3050 + (justify left) 3051 + ) 3052 + ) 3053 + (property "Value" "CAN2" 3054 + (at 40.64 90.1699 0) 3055 + (effects 3056 + (font 3057 + (size 1.27 1.27) 3058 + ) 3059 + (justify left) 3060 + ) 3061 + ) 3062 + (property "Footprint" "Degson:SHDRRA2W80P0X350_1X2_780X920X722P" 3063 + (at 38.1 87.63 0) 3064 + (effects 3065 + (font 3066 + (size 1.27 1.27) 3067 + ) 3068 + (hide yes) 3069 + ) 3070 + ) 3071 + (property "Datasheet" "~" 3072 + (at 38.1 87.63 0) 3073 + (effects 3074 + (font 3075 + (size 1.27 1.27) 3076 + ) 3077 + (hide yes) 3078 + ) 3079 + ) 3080 + (property "Description" "Generic connector, single row, 01x02, script generated (kicad-library-utils/schlib/autogen/connector/)" 3081 + (at 38.1 87.63 0) 3082 + (effects 3083 + (font 3084 + (size 1.27 1.27) 3085 + ) 3086 + (hide yes) 3087 + ) 3088 + ) 3089 + (pin "1" 3090 + (uuid "11703c9f-dd51-462a-a295-54bb39660c3a") 3091 + ) 3092 + (pin "2" 3093 + (uuid "248f2b97-a27e-4c63-bf4f-2343b444e8e6") 3094 + ) 3095 + (instances 3096 + (project "can-hat" 3097 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2" 3098 + (reference "J4") 3099 + (unit 1) 3100 + ) 3101 + ) 3102 + ) 3103 + ) 3104 + (symbol 3105 + (lib_id "power:+3.3V") 3106 + (at 68.58 26.67 0) 3107 + (unit 1) 3108 + (exclude_from_sim no) 3109 + (in_bom yes) 3110 + (on_board yes) 3111 + (dnp no) 3112 + (fields_autoplaced yes) 3113 + (uuid "013569e3-ed3e-45c1-b8fa-94c4c56d70e7") 3114 + (property "Reference" "#PWR040" 3115 + (at 68.58 30.48 0) 3116 + (effects 3117 + (font 3118 + (size 1.27 1.27) 3119 + ) 3120 + (hide yes) 3121 + ) 3122 + ) 3123 + (property "Value" "+3.3V" 3124 + (at 68.58 21.59 0) 3125 + (effects 3126 + (font 3127 + (size 1.27 1.27) 3128 + ) 3129 + ) 3130 + ) 3131 + (property "Footprint" "" 3132 + (at 68.58 26.67 0) 3133 + (effects 3134 + (font 3135 + (size 1.27 1.27) 3136 + ) 3137 + (hide yes) 3138 + ) 3139 + ) 3140 + (property "Datasheet" "" 3141 + (at 68.58 26.67 0) 3142 + (effects 3143 + (font 3144 + (size 1.27 1.27) 3145 + ) 3146 + (hide yes) 3147 + ) 3148 + ) 3149 + (property "Description" "Power symbol creates a global label with name \"+3.3V\"" 3150 + (at 68.58 26.67 0) 3151 + (effects 3152 + (font 3153 + (size 1.27 1.27) 3154 + ) 3155 + (hide yes) 3156 + ) 3157 + ) 3158 + (pin "1" 3159 + (uuid "8bdfa20d-ad24-43cc-a169-1b435047c4d5") 3160 + ) 3161 + (instances 3162 + (project "can-hat" 3163 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2" 3164 + (reference "#PWR040") 3165 + (unit 1) 3166 + ) 3167 + ) 3168 + ) 3169 + ) 3170 + (symbol 3171 + (lib_id "power:+5V") 3172 + (at 58.42 62.23 0) 3173 + (unit 1) 3174 + (exclude_from_sim no) 3175 + (in_bom yes) 3176 + (on_board yes) 3177 + (dnp no) 3178 + (uuid "01ec585c-34a2-4fb6-98ac-934d10fce656") 3179 + (property "Reference" "#PWR054" 3180 + (at 58.42 66.04 0) 3181 + (effects 3182 + (font 3183 + (size 1.27 1.27) 3184 + ) 3185 + (hide yes) 3186 + ) 3187 + ) 3188 + (property "Value" "+5V" 3189 + (at 58.166 58.42 0) 3190 + (effects 3191 + (font 3192 + (size 1.27 1.27) 3193 + ) 3194 + ) 3195 + ) 3196 + (property "Footprint" "" 3197 + (at 58.42 62.23 0) 3198 + (effects 3199 + (font 3200 + (size 1.27 1.27) 3201 + ) 3202 + (hide yes) 3203 + ) 3204 + ) 3205 + (property "Datasheet" "" 3206 + (at 58.42 62.23 0) 3207 + (effects 3208 + (font 3209 + (size 1.27 1.27) 3210 + ) 3211 + (hide yes) 3212 + ) 3213 + ) 3214 + (property "Description" "Power symbol creates a global label with name \"+5V\"" 3215 + (at 58.42 62.23 0) 3216 + (effects 3217 + (font 3218 + (size 1.27 1.27) 3219 + ) 3220 + (hide yes) 3221 + ) 3222 + ) 3223 + (pin "1" 3224 + (uuid "38afd923-955b-42df-a105-1b54bb223526") 3225 + ) 3226 + (instances 3227 + (project "can-hat" 3228 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2" 3229 + (reference "#PWR054") 3230 + (unit 1) 3231 + ) 3232 + ) 3233 + ) 3234 + ) 3235 + (symbol 3236 + (lib_id "Device:C") 3237 + (at 68.58 97.79 0) 3238 + (unit 1) 3239 + (exclude_from_sim no) 3240 + (in_bom yes) 3241 + (on_board yes) 3242 + (dnp no) 3243 + (fields_autoplaced yes) 3244 + (uuid "033f26e5-98d4-49d8-b923-408c71a3409c") 3245 + (property "Reference" "C14" 3246 + (at 72.39 96.5199 0) 3247 + (effects 3248 + (font 3249 + (size 1.27 1.27) 3250 + ) 3251 + (justify left) 3252 + ) 3253 + ) 3254 + (property "Value" "10µF" 3255 + (at 72.39 99.0599 0) 3256 + (effects 3257 + (font 3258 + (size 1.27 1.27) 3259 + ) 3260 + (justify left) 3261 + ) 3262 + ) 3263 + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" 3264 + (at 69.5452 101.6 0) 3265 + (effects 3266 + (font 3267 + (size 1.27 1.27) 3268 + ) 3269 + (hide yes) 3270 + ) 3271 + ) 3272 + (property "Datasheet" "~" 3273 + (at 68.58 97.79 0) 3274 + (effects 3275 + (font 3276 + (size 1.27 1.27) 3277 + ) 3278 + (hide yes) 3279 + ) 3280 + ) 3281 + (property "Description" "Unpolarized capacitor" 3282 + (at 68.58 97.79 0) 3283 + (effects 3284 + (font 3285 + (size 1.27 1.27) 3286 + ) 3287 + (hide yes) 3288 + ) 3289 + ) 3290 + (pin "2" 3291 + (uuid "fd08dee9-45cb-4220-8363-9c4513396ac0") 3292 + ) 3293 + (pin "1" 3294 + (uuid "35630ff5-fe54-4d06-bf04-e0c079d0a8fa") 3295 + ) 3296 + (instances 3297 + (project "can-hat" 3298 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2" 3299 + (reference "C14") 3300 + (unit 1) 3301 + ) 3302 + ) 3303 + ) 3304 + ) 3305 + (symbol 3306 + (lib_id "Memory_EEPROM:24C02Cx-x-SN") 3307 + (at 68.58 35.56 0) 3308 + (unit 1) 3309 + (exclude_from_sim no) 3310 + (in_bom yes) 3311 + (on_board yes) 3312 + (dnp no) 3313 + (uuid "09a5fadf-bb2d-4d06-beab-def9ce8e4e0b") 3314 + (property "Reference" "U7" 3315 + (at 70.7233 25.4 0) 3316 + (effects 3317 + (font 3318 + (size 1.27 1.27) 3319 + ) 3320 + (justify left) 3321 + ) 3322 + ) 3323 + (property "Value" "AT24C32" 3324 + (at 70.7233 27.94 0) 3325 + (effects 3326 + (font 3327 + (size 1.27 1.27) 3328 + ) 3329 + (justify left) 3330 + ) 3331 + ) 3332 + (property "Footprint" "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" 3333 + (at 68.58 35.56 0) 3334 + (effects 3335 + (font 3336 + (size 1.27 1.27) 3337 + ) 3338 + (hide yes) 3339 + ) 3340 + ) 3341 + (property "Datasheet" "https://ww1.microchip.com/downloads/aemDocuments/documents/MPD/ProductDocuments/DataSheets/2-Kbit-5.0V-I2C-Serial-EEPROM-Data-Sheet-DS20001202.pdf" 3342 + (at 68.58 35.56 0) 3343 + (effects 3344 + (font 3345 + (size 1.27 1.27) 3346 + ) 3347 + (hide yes) 3348 + ) 3349 + ) 3350 + (property "Description" "2-Kbit (256 x 8-bit) I2C Serial EEPROM, chip address inputs (A0, A1, A2), write-protect pin (WP), 4.5..5.5V supply, SOIC-8" 3351 + (at 68.58 35.56 0) 3352 + (effects 3353 + (font 3354 + (size 1.27 1.27) 3355 + ) 3356 + (hide yes) 3357 + ) 3358 + ) 3359 + (pin "1" 3360 + (uuid "a5a68a23-19bf-471d-9e32-b1d41d33e8b0") 3361 + ) 3362 + (pin "2" 3363 + (uuid "c8d13fae-30a6-4648-998c-b766599b4597") 3364 + ) 3365 + (pin "3" 3366 + (uuid "4e402d47-2171-4f9d-b4ff-7298d8090741") 3367 + ) 3368 + (pin "8" 3369 + (uuid "b3383095-1197-40aa-91e2-0d1302e83d8a") 3370 + ) 3371 + (pin "4" 3372 + (uuid "1c37f685-d63e-4bbb-87a8-649ddb89dbf2") 3373 + ) 3374 + (pin "5" 3375 + (uuid "be2661b5-f032-48e2-b965-523af0ef4612") 3376 + ) 3377 + (pin "6" 3378 + (uuid "4edea63c-be38-4da6-afda-148293286329") 3379 + ) 3380 + (pin "7" 3381 + (uuid "db27d13c-6e4c-41c1-b711-2504acebfd7a") 3382 + ) 3383 + (instances 3384 + (project "" 3385 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2" 3386 + (reference "U7") 3387 + (unit 1) 3388 + ) 3389 + ) 3390 + ) 3391 + ) 3392 + (symbol 3393 + (lib_id "power:+3.3V") 3394 + (at 124.46 24.13 0) 3395 + (unit 1) 3396 + (exclude_from_sim no) 3397 + (in_bom yes) 3398 + (on_board yes) 3399 + (dnp no) 3400 + (fields_autoplaced yes) 3401 + (uuid "0f8af7d7-da1c-4110-9d67-03f3c297bffd") 3402 + (property "Reference" "#PWR037" 3403 + (at 124.46 27.94 0) 3404 + (effects 3405 + (font 3406 + (size 1.27 1.27) 3407 + ) 3408 + (hide yes) 3409 + ) 3410 + ) 3411 + (property "Value" "+3.3V" 3412 + (at 124.46 19.05 0) 3413 + (effects 3414 + (font 3415 + (size 1.27 1.27) 3416 + ) 3417 + ) 3418 + ) 3419 + (property "Footprint" "" 3420 + (at 124.46 24.13 0) 3421 + (effects 3422 + (font 3423 + (size 1.27 1.27) 3424 + ) 3425 + (hide yes) 3426 + ) 3427 + ) 3428 + (property "Datasheet" "" 3429 + (at 124.46 24.13 0) 3430 + (effects 3431 + (font 3432 + (size 1.27 1.27) 3433 + ) 3434 + (hide yes) 3435 + ) 3436 + ) 3437 + (property "Description" "Power symbol creates a global label with name \"+3.3V\"" 3438 + (at 124.46 24.13 0) 3439 + (effects 3440 + (font 3441 + (size 1.27 1.27) 3442 + ) 3443 + (hide yes) 3444 + ) 3445 + ) 3446 + (pin "1" 3447 + (uuid "47671033-ddc8-4b6c-80b9-21e83ff0453b") 3448 + ) 3449 + (instances 3450 + (project "" 3451 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2" 3452 + (reference "#PWR037") 3453 + (unit 1) 3454 + ) 3455 + ) 3456 + ) 3457 + ) 3458 + (symbol 3459 + (lib_id "power:GND") 3460 + (at 124.46 72.39 0) 3461 + (unit 1) 3462 + (exclude_from_sim no) 3463 + (in_bom yes) 3464 + (on_board yes) 3465 + (dnp no) 3466 + (fields_autoplaced yes) 3467 + (uuid "15be9345-f77c-433c-b4ee-7b9901172642") 3468 + (property "Reference" "#PWR039" 3469 + (at 124.46 78.74 0) 3470 + (effects 3471 + (font 3472 + (size 1.27 1.27) 3473 + ) 3474 + (hide yes) 3475 + ) 3476 + ) 3477 + (property "Value" "GND" 3478 + (at 124.46 77.47 0) 3479 + (effects 3480 + (font 3481 + (size 1.27 1.27) 3482 + ) 3483 + ) 3484 + ) 3485 + (property "Footprint" "" 3486 + (at 124.46 72.39 0) 3487 + (effects 3488 + (font 3489 + (size 1.27 1.27) 3490 + ) 3491 + (hide yes) 3492 + ) 3493 + ) 3494 + (property "Datasheet" "" 3495 + (at 124.46 72.39 0) 3496 + (effects 3497 + (font 3498 + (size 1.27 1.27) 3499 + ) 3500 + (hide yes) 3501 + ) 3502 + ) 3503 + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" 3504 + (at 124.46 72.39 0) 3505 + (effects 3506 + (font 3507 + (size 1.27 1.27) 3508 + ) 3509 + (hide yes) 3510 + ) 3511 + ) 3512 + (pin "1" 3513 + (uuid "a344eeae-acb5-4003-ba13-58766ef7ab41") 3514 + ) 3515 + (instances 3516 + (project "" 3517 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2" 3518 + (reference "#PWR039") 3519 + (unit 1) 3520 + ) 3521 + ) 3522 + ) 3523 + ) 3524 + (symbol 3525 + (lib_id "Device:R_Small") 3526 + (at 91.44 67.31 270) 3527 + (unit 1) 3528 + (exclude_from_sim no) 3529 + (in_bom yes) 3530 + (on_board yes) 3531 + (dnp no) 3532 + (fields_autoplaced yes) 3533 + (uuid "23e56d0f-4b90-4184-a94e-4eb88ac08815") 3534 + (property "Reference" "R7" 3535 + (at 91.44 62.23 90) 3536 + (effects 3537 + (font 3538 + (size 1.016 1.016) 3539 + ) 3540 + ) 3541 + ) 3542 + (property "Value" "1kΩ" 3543 + (at 91.44 64.77 90) 3544 + (effects 3545 + (font 3546 + (size 1.27 1.27) 3547 + ) 3548 + ) 3549 + ) 3550 + (property "Footprint" "Resistor_SMD:R_0201_0603Metric" 3551 + (at 91.44 67.31 0) 3552 + (effects 3553 + (font 3554 + (size 1.27 1.27) 3555 + ) 3556 + (hide yes) 3557 + ) 3558 + ) 3559 + (property "Datasheet" "~" 3560 + (at 91.44 67.31 0) 3561 + (effects 3562 + (font 3563 + (size 1.27 1.27) 3564 + ) 3565 + (hide yes) 3566 + ) 3567 + ) 3568 + (property "Description" "Resistor, small symbol" 3569 + (at 91.44 67.31 0) 3570 + (effects 3571 + (font 3572 + (size 1.27 1.27) 3573 + ) 3574 + (hide yes) 3575 + ) 3576 + ) 3577 + (pin "2" 3578 + (uuid "0f3e307f-ff2f-43c1-8985-eb403ba52c24") 3579 + ) 3580 + (pin "1" 3581 + (uuid "0859c425-406c-4802-bd60-a024403a049e") 3582 + ) 3583 + (instances 3584 + (project "" 3585 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2" 3586 + (reference "R7") 3587 + (unit 1) 3588 + ) 3589 + ) 3590 + ) 3591 + ) 3592 + (symbol 3593 + (lib_id "power:GND") 3594 + (at 68.58 44.45 0) 3595 + (unit 1) 3596 + (exclude_from_sim no) 3597 + (in_bom yes) 3598 + (on_board yes) 3599 + (dnp no) 3600 + (fields_autoplaced yes) 3601 + (uuid "2b8be651-bb86-42af-be0b-12a1f836f633") 3602 + (property "Reference" "#PWR041" 3603 + (at 68.58 50.8 0) 3604 + (effects 3605 + (font 3606 + (size 1.27 1.27) 3607 + ) 3608 + (hide yes) 3609 + ) 3610 + ) 3611 + (property "Value" "GND" 3612 + (at 68.58 49.53 0) 3613 + (effects 3614 + (font 3615 + (size 1.27 1.27) 3616 + ) 3617 + ) 3618 + ) 3619 + (property "Footprint" "" 3620 + (at 68.58 44.45 0) 3621 + (effects 3622 + (font 3623 + (size 1.27 1.27) 3624 + ) 3625 + (hide yes) 3626 + ) 3627 + ) 3628 + (property "Datasheet" "" 3629 + (at 68.58 44.45 0) 3630 + (effects 3631 + (font 3632 + (size 1.27 1.27) 3633 + ) 3634 + (hide yes) 3635 + ) 3636 + ) 3637 + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" 3638 + (at 68.58 44.45 0) 3639 + (effects 3640 + (font 3641 + (size 1.27 1.27) 3642 + ) 3643 + (hide yes) 3644 + ) 3645 + ) 3646 + (pin "1" 3647 + (uuid "1036bc69-af97-4067-a569-1a34e4adf152") 3648 + ) 3649 + (instances 3650 + (project "can-hat" 3651 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2" 3652 + (reference "#PWR041") 3653 + (unit 1) 3654 + ) 3655 + ) 3656 + ) 3657 + ) 3658 + (symbol 3659 + (lib_id "Device:R_Small") 3660 + (at 91.44 27.94 180) 3661 + (unit 1) 3662 + (exclude_from_sim no) 3663 + (in_bom yes) 3664 + (on_board yes) 3665 + (dnp no) 3666 + (uuid "3742b2b4-b6b7-4016-a9b5-12955374b980") 3667 + (property "Reference" "R9" 3668 + (at 93.98 26.6699 0) 3669 + (effects 3670 + (font 3671 + (size 1.016 1.016) 3672 + ) 3673 + (justify right) 3674 + ) 3675 + ) 3676 + (property "Value" "3.9kΩ" 3677 + (at 93.98 29.2099 0) 3678 + (effects 3679 + (font 3680 + (size 1.27 1.27) 3681 + ) 3682 + (justify right) 3683 + ) 3684 + ) 3685 + (property "Footprint" "Resistor_SMD:R_0201_0603Metric" 3686 + (at 91.44 27.94 0) 3687 + (effects 3688 + (font 3689 + (size 1.27 1.27) 3690 + ) 3691 + (hide yes) 3692 + ) 3693 + ) 3694 + (property "Datasheet" "~" 3695 + (at 91.44 27.94 0) 3696 + (effects 3697 + (font 3698 + (size 1.27 1.27) 3699 + ) 3700 + (hide yes) 3701 + ) 3702 + ) 3703 + (property "Description" "Resistor, small symbol" 3704 + (at 91.44 27.94 0) 3705 + (effects 3706 + (font 3707 + (size 1.27 1.27) 3708 + ) 3709 + (hide yes) 3710 + ) 3711 + ) 3712 + (pin "2" 3713 + (uuid "726a1923-7567-4f5c-a3d1-06975a6b10aa") 3714 + ) 3715 + (pin "1" 3716 + (uuid "7b4d8d24-63ed-4831-a722-28b747ca20f1") 3717 + ) 3718 + (instances 3719 + (project "can-hat" 3720 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2" 3721 + (reference "R9") 3722 + (unit 1) 3723 + ) 3724 + ) 3725 + ) 3726 + ) 3727 + (symbol 3728 + (lib_id "power:+3.3V") 3729 + (at 55.88 92.71 0) 3730 + (unit 1) 3731 + (exclude_from_sim no) 3732 + (in_bom yes) 3733 + (on_board yes) 3734 + (dnp no) 3735 + (fields_autoplaced yes) 3736 + (uuid "3964d59a-9c63-4b13-86e8-a980a6fb9c9d") 3737 + (property "Reference" "#PWR028" 3738 + (at 55.88 96.52 0) 3739 + (effects 3740 + (font 3741 + (size 1.27 1.27) 3742 + ) 3743 + (hide yes) 3744 + ) 3745 + ) 3746 + (property "Value" "+3.3V" 3747 + (at 55.88 87.63 0) 3748 + (effects 3749 + (font 3750 + (size 1.27 1.27) 3751 + ) 3752 + ) 3753 + ) 3754 + (property "Footprint" "" 3755 + (at 55.88 92.71 0) 3756 + (effects 3757 + (font 3758 + (size 1.27 1.27) 3759 + ) 3760 + (hide yes) 3761 + ) 3762 + ) 3763 + (property "Datasheet" "" 3764 + (at 55.88 92.71 0) 3765 + (effects 3766 + (font 3767 + (size 1.27 1.27) 3768 + ) 3769 + (hide yes) 3770 + ) 3771 + ) 3772 + (property "Description" "Power symbol creates a global label with name \"+3.3V\"" 3773 + (at 55.88 92.71 0) 3774 + (effects 3775 + (font 3776 + (size 1.27 1.27) 3777 + ) 3778 + (hide yes) 3779 + ) 3780 + ) 3781 + (pin "1" 3782 + (uuid "044c5870-b14a-43f9-aee7-b14f733e857b") 3783 + ) 3784 + (instances 3785 + (project "can-hat" 3786 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2" 3787 + (reference "#PWR028") 3788 + (unit 1) 3789 + ) 3790 + ) 3791 + ) 3792 + ) 3793 + (symbol 3794 + (lib_id "power:+5V") 3795 + (at 68.58 92.71 0) 3796 + (unit 1) 3797 + (exclude_from_sim no) 3798 + (in_bom yes) 3799 + (on_board yes) 3800 + (dnp no) 3801 + (fields_autoplaced yes) 3802 + (uuid "39b04127-f5eb-48e7-9ec6-06e94dead640") 3803 + (property "Reference" "#PWR030" 3804 + (at 68.58 96.52 0) 3805 + (effects 3806 + (font 3807 + (size 1.27 1.27) 3808 + ) 3809 + (hide yes) 3810 + ) 3811 + ) 3812 + (property "Value" "+5V" 3813 + (at 68.58 87.63 0) 3814 + (effects 3815 + (font 3816 + (size 1.27 1.27) 3817 + ) 3818 + ) 3819 + ) 3820 + (property "Footprint" "" 3821 + (at 68.58 92.71 0) 3822 + (effects 3823 + (font 3824 + (size 1.27 1.27) 3825 + ) 3826 + (hide yes) 3827 + ) 3828 + ) 3829 + (property "Datasheet" "" 3830 + (at 68.58 92.71 0) 3831 + (effects 3832 + (font 3833 + (size 1.27 1.27) 3834 + ) 3835 + (hide yes) 3836 + ) 3837 + ) 3838 + (property "Description" "Power symbol creates a global label with name \"+5V\"" 3839 + (at 68.58 92.71 0) 3840 + (effects 3841 + (font 3842 + (size 1.27 1.27) 3843 + ) 3844 + (hide yes) 3845 + ) 3846 + ) 3847 + (pin "1" 3848 + (uuid "31d111c1-bfb1-44d2-a341-4f17da8c7bad") 3849 + ) 3850 + (instances 3851 + (project "can-hat" 3852 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2" 3853 + (reference "#PWR030") 3854 + (unit 1) 3855 + ) 3856 + ) 3857 + ) 3858 + ) 3859 + (symbol 3860 + (lib_id "power:+3.3V") 3861 + (at 99.06 66.04 0) 3862 + (unit 1) 3863 + (exclude_from_sim no) 3864 + (in_bom yes) 3865 + (on_board yes) 3866 + (dnp no) 3867 + (fields_autoplaced yes) 3868 + (uuid "3e91f672-df1a-4db2-ba50-a4c9e556e2ec") 3869 + (property "Reference" "#PWR043" 3870 + (at 99.06 69.85 0) 3871 + (effects 3872 + (font 3873 + (size 1.27 1.27) 3874 + ) 3875 + (hide yes) 3876 + ) 3877 + ) 3878 + (property "Value" "+3.3V" 3879 + (at 99.06 60.96 0) 3880 + (effects 3881 + (font 3882 + (size 1.27 1.27) 3883 + ) 3884 + ) 3885 + ) 3886 + (property "Footprint" "" 3887 + (at 99.06 66.04 0) 3888 + (effects 3889 + (font 3890 + (size 1.27 1.27) 3891 + ) 3892 + (hide yes) 3893 + ) 3894 + ) 3895 + (property "Datasheet" "" 3896 + (at 99.06 66.04 0) 3897 + (effects 3898 + (font 3899 + (size 1.27 1.27) 3900 + ) 3901 + (hide yes) 3902 + ) 3903 + ) 3904 + (property "Description" "Power symbol creates a global label with name \"+3.3V\"" 3905 + (at 99.06 66.04 0) 3906 + (effects 3907 + (font 3908 + (size 1.27 1.27) 3909 + ) 3910 + (hide yes) 3911 + ) 3912 + ) 3913 + (pin "1" 3914 + (uuid "14d23970-e7fc-450c-9ca8-c06fbb852836") 3915 + ) 3916 + (instances 3917 + (project "can-hat" 3918 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2" 3919 + (reference "#PWR043") 3920 + (unit 1) 3921 + ) 3922 + ) 3923 + ) 3924 + ) 3925 + (symbol 3926 + (lib_id "power:GND") 3927 + (at 58.42 39.37 0) 3928 + (unit 1) 3929 + (exclude_from_sim no) 3930 + (in_bom yes) 3931 + (on_board yes) 3932 + (dnp no) 3933 + (fields_autoplaced yes) 3934 + (uuid "3fbac160-c0be-40a4-8734-2fb093afa2c6") 3935 + (property "Reference" "#PWR042" 3936 + (at 58.42 45.72 0) 3937 + (effects 3938 + (font 3939 + (size 1.27 1.27) 3940 + ) 3941 + (hide yes) 3942 + ) 3943 + ) 3944 + (property "Value" "GND" 3945 + (at 58.42 44.45 0) 3946 + (effects 3947 + (font 3948 + (size 1.27 1.27) 3949 + ) 3950 + ) 3951 + ) 3952 + (property "Footprint" "" 3953 + (at 58.42 39.37 0) 3954 + (effects 3955 + (font 3956 + (size 1.27 1.27) 3957 + ) 3958 + (hide yes) 3959 + ) 3960 + ) 3961 + (property "Datasheet" "" 3962 + (at 58.42 39.37 0) 3963 + (effects 3964 + (font 3965 + (size 1.27 1.27) 3966 + ) 3967 + (hide yes) 3968 + ) 3969 + ) 3970 + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" 3971 + (at 58.42 39.37 0) 3972 + (effects 3973 + (font 3974 + (size 1.27 1.27) 3975 + ) 3976 + (hide yes) 3977 + ) 3978 + ) 3979 + (pin "1" 3980 + (uuid "060081c6-b030-4cd4-b316-8c89bbd862ef") 3981 + ) 3982 + (instances 3983 + (project "can-hat" 3984 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2" 3985 + (reference "#PWR042") 3986 + (unit 1) 3987 + ) 3988 + ) 3989 + ) 3990 + ) 3991 + (symbol 3992 + (lib_id "power:GND") 3993 + (at 69.85 62.23 0) 3994 + (unit 1) 3995 + (exclude_from_sim no) 3996 + (in_bom yes) 3997 + (on_board yes) 3998 + (dnp no) 3999 + (fields_autoplaced yes) 4000 + (uuid "4eacdccf-682e-4c05-ac23-d2e77ad8c767") 4001 + (property "Reference" "#PWR052" 4002 + (at 69.85 68.58 0) 4003 + (effects 4004 + (font 4005 + (size 1.27 1.27) 4006 + ) 4007 + (hide yes) 4008 + ) 4009 + ) 4010 + (property "Value" "GND" 4011 + (at 69.85 67.31 0) 4012 + (effects 4013 + (font 4014 + (size 1.27 1.27) 4015 + ) 4016 + ) 4017 + ) 4018 + (property "Footprint" "" 4019 + (at 69.85 62.23 0) 4020 + (effects 4021 + (font 4022 + (size 1.27 1.27) 4023 + ) 4024 + (hide yes) 4025 + ) 4026 + ) 4027 + (property "Datasheet" "" 4028 + (at 69.85 62.23 0) 4029 + (effects 4030 + (font 4031 + (size 1.27 1.27) 4032 + ) 4033 + (hide yes) 4034 + ) 4035 + ) 4036 + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" 4037 + (at 69.85 62.23 0) 4038 + (effects 4039 + (font 4040 + (size 1.27 1.27) 4041 + ) 4042 + (hide yes) 4043 + ) 4044 + ) 4045 + (pin "1" 4046 + (uuid "4db13a8d-f7dd-4165-acec-68003fa86b95") 4047 + ) 4048 + (instances 4049 + (project "can-hat" 4050 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2" 4051 + (reference "#PWR052") 4052 + (unit 1) 4053 + ) 4054 + ) 4055 + ) 4056 + ) 4057 + (symbol 4058 + (lib_id "power:GND") 4059 + (at 55.88 102.87 0) 4060 + (unit 1) 4061 + (exclude_from_sim no) 4062 + (in_bom yes) 4063 + (on_board yes) 4064 + (dnp no) 4065 + (fields_autoplaced yes) 4066 + (uuid "5bd43910-df70-4173-9d14-9e42959319ab") 4067 + (property "Reference" "#PWR018" 4068 + (at 55.88 109.22 0) 4069 + (effects 4070 + (font 4071 + (size 1.27 1.27) 4072 + ) 4073 + (hide yes) 4074 + ) 4075 + ) 4076 + (property "Value" "GND" 4077 + (at 55.88 107.95 0) 4078 + (effects 4079 + (font 4080 + (size 1.27 1.27) 4081 + ) 4082 + ) 4083 + ) 4084 + (property "Footprint" "" 4085 + (at 55.88 102.87 0) 4086 + (effects 4087 + (font 4088 + (size 1.27 1.27) 4089 + ) 4090 + (hide yes) 4091 + ) 4092 + ) 4093 + (property "Datasheet" "" 4094 + (at 55.88 102.87 0) 4095 + (effects 4096 + (font 4097 + (size 1.27 1.27) 4098 + ) 4099 + (hide yes) 4100 + ) 4101 + ) 4102 + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" 4103 + (at 55.88 102.87 0) 4104 + (effects 4105 + (font 4106 + (size 1.27 1.27) 4107 + ) 4108 + (hide yes) 4109 + ) 4110 + ) 4111 + (pin "1" 4112 + (uuid "392246bd-24da-4b72-b533-71886091346e") 4113 + ) 4114 + (instances 4115 + (project "can-hat" 4116 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2" 4117 + (reference "#PWR018") 4118 + (unit 1) 4119 + ) 4120 + ) 4121 + ) 4122 + ) 4123 + (symbol 4124 + (lib_id "Connector_Generic:Conn_01x02") 4125 + (at 38.1 24.13 0) 4126 + (unit 1) 4127 + (exclude_from_sim no) 4128 + (in_bom yes) 4129 + (on_board yes) 4130 + (dnp no) 4131 + (fields_autoplaced yes) 4132 + (uuid "5da76b4f-d28b-41d0-97dc-15db633cb908") 4133 + (property "Reference" "J2" 4134 + (at 40.64 24.1299 0) 4135 + (effects 4136 + (font 4137 + (size 1.27 1.27) 4138 + ) 4139 + (justify left) 4140 + ) 4141 + ) 4142 + (property "Value" "CAN0" 4143 + (at 40.64 26.6699 0) 4144 + (effects 4145 + (font 4146 + (size 1.27 1.27) 4147 + ) 4148 + (justify left) 4149 + ) 4150 + ) 4151 + (property "Footprint" "Degson:SHDRRA2W80P0X350_1X2_780X920X722P" 4152 + (at 38.1 24.13 0) 4153 + (effects 4154 + (font 4155 + (size 1.27 1.27) 4156 + ) 4157 + (hide yes) 4158 + ) 4159 + ) 4160 + (property "Datasheet" "~" 4161 + (at 38.1 24.13 0) 4162 + (effects 4163 + (font 4164 + (size 1.27 1.27) 4165 + ) 4166 + (hide yes) 4167 + ) 4168 + ) 4169 + (property "Description" "Generic connector, single row, 01x02, script generated (kicad-library-utils/schlib/autogen/connector/)" 4170 + (at 38.1 24.13 0) 4171 + (effects 4172 + (font 4173 + (size 1.27 1.27) 4174 + ) 4175 + (hide yes) 4176 + ) 4177 + ) 4178 + (pin "1" 4179 + (uuid "27b111c6-2f3f-4e29-8620-c8ade97014f0") 4180 + ) 4181 + (pin "2" 4182 + (uuid "61605bf6-66c3-4d45-891d-b2c04b8a4afe") 4183 + ) 4184 + (instances 4185 + (project "" 4186 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2" 4187 + (reference "J2") 4188 + (unit 1) 4189 + ) 4190 + ) 4191 + ) 4192 + ) 4193 + (symbol 4194 + (lib_id "power:GND") 4195 + (at 177.8 59.69 0) 4196 + (unit 1) 4197 + (exclude_from_sim no) 4198 + (in_bom yes) 4199 + (on_board yes) 4200 + (dnp no) 4201 + (uuid "5de7c707-ed37-4f03-bfc4-a836c65b5100") 4202 + (property "Reference" "#PWR046" 4203 + (at 177.8 66.04 0) 4204 + (effects 4205 + (font 4206 + (size 1.27 1.27) 4207 + ) 4208 + (hide yes) 4209 + ) 4210 + ) 4211 + (property "Value" "GND" 4212 + (at 177.8 63.5 0) 4213 + (effects 4214 + (font 4215 + (size 1.27 1.27) 4216 + ) 4217 + ) 4218 + ) 4219 + (property "Footprint" "" 4220 + (at 177.8 59.69 0) 4221 + (effects 4222 + (font 4223 + (size 1.27 1.27) 4224 + ) 4225 + (hide yes) 4226 + ) 4227 + ) 4228 + (property "Datasheet" "" 4229 + (at 177.8 59.69 0) 4230 + (effects 4231 + (font 4232 + (size 1.27 1.27) 4233 + ) 4234 + (hide yes) 4235 + ) 4236 + ) 4237 + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" 4238 + (at 177.8 59.69 0) 4239 + (effects 4240 + (font 4241 + (size 1.27 1.27) 4242 + ) 4243 + (hide yes) 4244 + ) 4245 + ) 4246 + (pin "1" 4247 + (uuid "9bfeb8ec-bd4f-4d8e-b58a-13659ee04464") 4248 + ) 4249 + (instances 4250 + (project "can-hat" 4251 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2" 4252 + (reference "#PWR046") 4253 + (unit 1) 4254 + ) 4255 + ) 4256 + ) 4257 + ) 4258 + (symbol 4259 + (lib_id "Device:R_Small") 4260 + (at 81.28 27.94 180) 4261 + (unit 1) 4262 + (exclude_from_sim no) 4263 + (in_bom yes) 4264 + (on_board yes) 4265 + (dnp no) 4266 + (uuid "637010f9-198a-4a0d-9f61-3eb4bc24b8c8") 4267 + (property "Reference" "R8" 4268 + (at 83.82 26.6699 0) 4269 + (effects 4270 + (font 4271 + (size 1.016 1.016) 4272 + ) 4273 + (justify right) 4274 + ) 4275 + ) 4276 + (property "Value" "3.9kΩ" 4277 + (at 83.82 29.2099 0) 4278 + (effects 4279 + (font 4280 + (size 1.27 1.27) 4281 + ) 4282 + (justify right) 4283 + ) 4284 + ) 4285 + (property "Footprint" "Resistor_SMD:R_0201_0603Metric" 4286 + (at 81.28 27.94 0) 4287 + (effects 4288 + (font 4289 + (size 1.27 1.27) 4290 + ) 4291 + (hide yes) 4292 + ) 4293 + ) 4294 + (property "Datasheet" "~" 4295 + (at 81.28 27.94 0) 4296 + (effects 4297 + (font 4298 + (size 1.27 1.27) 4299 + ) 4300 + (hide yes) 4301 + ) 4302 + ) 4303 + (property "Description" "Resistor, small symbol" 4304 + (at 81.28 27.94 0) 4305 + (effects 4306 + (font 4307 + (size 1.27 1.27) 4308 + ) 4309 + (hide yes) 4310 + ) 4311 + ) 4312 + (pin "2" 4313 + (uuid "9eccd625-243d-4cb9-a621-7d1657d6e133") 4314 + ) 4315 + (pin "1" 4316 + (uuid "026c975f-8ce2-476d-b82a-b70dee826607") 4317 + ) 4318 + (instances 4319 + (project "can-hat" 4320 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2" 4321 + (reference "R8") 4322 + (unit 1) 4323 + ) 4324 + ) 4325 + ) 4326 + ) 4327 + (symbol 4328 + (lib_id "power:GND") 4329 + (at 176.53 46.99 0) 4330 + (unit 1) 4331 + (exclude_from_sim no) 4332 + (in_bom yes) 4333 + (on_board yes) 4334 + (dnp no) 4335 + (uuid "6c72d9b4-9b75-4fff-8513-e9805d39d026") 4336 + (property "Reference" "#PWR047" 4337 + (at 176.53 53.34 0) 4338 + (effects 4339 + (font 4340 + (size 1.27 1.27) 4341 + ) 4342 + (hide yes) 4343 + ) 4344 + ) 4345 + (property "Value" "GND" 4346 + (at 176.53 51.054 0) 4347 + (effects 4348 + (font 4349 + (size 1.27 1.27) 4350 + ) 4351 + ) 4352 + ) 4353 + (property "Footprint" "" 4354 + (at 176.53 46.99 0) 4355 + (effects 4356 + (font 4357 + (size 1.27 1.27) 4358 + ) 4359 + (hide yes) 4360 + ) 4361 + ) 4362 + (property "Datasheet" "" 4363 + (at 176.53 46.99 0) 4364 + (effects 4365 + (font 4366 + (size 1.27 1.27) 4367 + ) 4368 + (hide yes) 4369 + ) 4370 + ) 4371 + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" 4372 + (at 176.53 46.99 0) 4373 + (effects 4374 + (font 4375 + (size 1.27 1.27) 4376 + ) 4377 + (hide yes) 4378 + ) 4379 + ) 4380 + (pin "1" 4381 + (uuid "f868ee6f-b69c-42d2-acb5-f96dc98fb238") 4382 + ) 4383 + (instances 4384 + (project "can-hat" 4385 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2" 4386 + (reference "#PWR047") 4387 + (unit 1) 4388 + ) 4389 + ) 4390 + ) 4391 + ) 4392 + (symbol 4393 + (lib_id "power:GND") 4394 + (at 111.76 54.61 0) 4395 + (unit 1) 4396 + (exclude_from_sim no) 4397 + (in_bom yes) 4398 + (on_board yes) 4399 + (dnp no) 4400 + (uuid "6fdf8178-01af-45c4-a332-5155bb227c0d") 4401 + (property "Reference" "#PWR049" 4402 + (at 111.76 60.96 0) 4403 + (effects 4404 + (font 4405 + (size 1.27 1.27) 4406 + ) 4407 + (hide yes) 4408 + ) 4409 + ) 4410 + (property "Value" "GND" 4411 + (at 111.76 58.674 0) 4412 + (effects 4413 + (font 4414 + (size 1.27 1.27) 4415 + ) 4416 + ) 4417 + ) 4418 + (property "Footprint" "" 4419 + (at 111.76 54.61 0) 4420 + (effects 4421 + (font 4422 + (size 1.27 1.27) 4423 + ) 4424 + (hide yes) 4425 + ) 4426 + ) 4427 + (property "Datasheet" "" 4428 + (at 111.76 54.61 0) 4429 + (effects 4430 + (font 4431 + (size 1.27 1.27) 4432 + ) 4433 + (hide yes) 4434 + ) 4435 + ) 4436 + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" 4437 + (at 111.76 54.61 0) 4438 + (effects 4439 + (font 4440 + (size 1.27 1.27) 4441 + ) 4442 + (hide yes) 4443 + ) 4444 + ) 4445 + (pin "1" 4446 + (uuid "a88a77d3-53ea-4c07-94e9-c9b6cb5efd6f") 4447 + ) 4448 + (instances 4449 + (project "can-hat" 4450 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2" 4451 + (reference "#PWR049") 4452 + (unit 1) 4453 + ) 4454 + ) 4455 + ) 4456 + ) 4457 + (symbol 4458 + (lib_id "power:GND") 4459 + (at 114.3 41.91 0) 4460 + (unit 1) 4461 + (exclude_from_sim no) 4462 + (in_bom yes) 4463 + (on_board yes) 4464 + (dnp no) 4465 + (uuid "853ef731-28d2-4bf3-9e90-b4117c2d1848") 4466 + (property "Reference" "#PWR050" 4467 + (at 114.3 48.26 0) 4468 + (effects 4469 + (font 4470 + (size 1.27 1.27) 4471 + ) 4472 + (hide yes) 4473 + ) 4474 + ) 4475 + (property "Value" "GND" 4476 + (at 114.3 45.974 0) 4477 + (effects 4478 + (font 4479 + (size 1.27 1.27) 4480 + ) 4481 + ) 4482 + ) 4483 + (property "Footprint" "" 4484 + (at 114.3 41.91 0) 4485 + (effects 4486 + (font 4487 + (size 1.27 1.27) 4488 + ) 4489 + (hide yes) 4490 + ) 4491 + ) 4492 + (property "Datasheet" "" 4493 + (at 114.3 41.91 0) 4494 + (effects 4495 + (font 4496 + (size 1.27 1.27) 4497 + ) 4498 + (hide yes) 4499 + ) 4500 + ) 4501 + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" 4502 + (at 114.3 41.91 0) 4503 + (effects 4504 + (font 4505 + (size 1.27 1.27) 4506 + ) 4507 + (hide yes) 4508 + ) 4509 + ) 4510 + (pin "1" 4511 + (uuid "af3c0a5d-691b-4f77-9bef-835e3e55e8cd") 4512 + ) 4513 + (instances 4514 + (project "can-hat" 4515 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2" 4516 + (reference "#PWR050") 4517 + (unit 1) 4518 + ) 4519 + ) 4520 + ) 4521 + ) 4522 + (symbol 4523 + (lib_id "power:PWR_FLAG") 4524 + (at 58.42 62.23 180) 4525 + (unit 1) 4526 + (exclude_from_sim no) 4527 + (in_bom yes) 4528 + (on_board yes) 4529 + (dnp no) 4530 + (uuid "87588feb-f2ac-4cbe-a08d-7e38a25b0ab9") 4531 + (property "Reference" "#FLG02" 4532 + (at 58.42 64.135 0) 4533 + (effects 4534 + (font 4535 + (size 1.27 1.27) 4536 + ) 4537 + (hide yes) 4538 + ) 4539 + ) 4540 + (property "Value" "PWR_FLAG" 4541 + (at 58.42 66.04 0) 4542 + (effects 4543 + (font 4544 + (size 1.27 1.27) 4545 + ) 4546 + ) 4547 + ) 4548 + (property "Footprint" "" 4549 + (at 58.42 62.23 0) 4550 + (effects 4551 + (font 4552 + (size 1.27 1.27) 4553 + ) 4554 + (hide yes) 4555 + ) 4556 + ) 4557 + (property "Datasheet" "~" 4558 + (at 58.42 62.23 0) 4559 + (effects 4560 + (font 4561 + (size 1.27 1.27) 4562 + ) 4563 + (hide yes) 4564 + ) 4565 + ) 4566 + (property "Description" "Special symbol for telling ERC where power comes from" 4567 + (at 58.42 62.23 0) 4568 + (effects 4569 + (font 4570 + (size 1.27 1.27) 4571 + ) 4572 + (hide yes) 4573 + ) 4574 + ) 4575 + (pin "1" 4576 + (uuid "9e114165-8f87-4a9a-b557-9b887eda992a") 4577 + ) 4578 + (instances 4579 + (project "can-hat" 4580 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2" 4581 + (reference "#FLG02") 4582 + (unit 1) 4583 + ) 4584 + ) 4585 + ) 4586 + ) 4587 + (symbol 4588 + (lib_id "Connector_Generic:Conn_01x02") 4589 + (at 38.1 55.88 0) 4590 + (unit 1) 4591 + (exclude_from_sim no) 4592 + (in_bom yes) 4593 + (on_board yes) 4594 + (dnp no) 4595 + (fields_autoplaced yes) 4596 + (uuid "89bdec6a-3dd4-44d6-a8f0-296bd8e58426") 4597 + (property "Reference" "J3" 4598 + (at 40.64 55.8799 0) 4599 + (effects 4600 + (font 4601 + (size 1.27 1.27) 4602 + ) 4603 + (justify left) 4604 + ) 4605 + ) 4606 + (property "Value" "CAN1" 4607 + (at 40.64 58.4199 0) 4608 + (effects 4609 + (font 4610 + (size 1.27 1.27) 4611 + ) 4612 + (justify left) 4613 + ) 4614 + ) 4615 + (property "Footprint" "Degson:SHDRRA2W80P0X350_1X2_780X920X722P" 4616 + (at 38.1 55.88 0) 4617 + (effects 4618 + (font 4619 + (size 1.27 1.27) 4620 + ) 4621 + (hide yes) 4622 + ) 4623 + ) 4624 + (property "Datasheet" "~" 4625 + (at 38.1 55.88 0) 4626 + (effects 4627 + (font 4628 + (size 1.27 1.27) 4629 + ) 4630 + (hide yes) 4631 + ) 4632 + ) 4633 + (property "Description" "Generic connector, single row, 01x02, script generated (kicad-library-utils/schlib/autogen/connector/)" 4634 + (at 38.1 55.88 0) 4635 + (effects 4636 + (font 4637 + (size 1.27 1.27) 4638 + ) 4639 + (hide yes) 4640 + ) 4641 + ) 4642 + (pin "1" 4643 + (uuid "c06a2c2b-a22b-4748-9720-9371654ba8e5") 4644 + ) 4645 + (pin "2" 4646 + (uuid "f4e56a18-9fa4-4f08-81ef-3cb29b3677ca") 4647 + ) 4648 + (instances 4649 + (project "can-hat" 4650 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2" 4651 + (reference "J3") 4652 + (unit 1) 4653 + ) 4654 + ) 4655 + ) 4656 + ) 4657 + (symbol 4658 + (lib_id "power:PWR_FLAG") 4659 + (at 58.42 73.66 180) 4660 + (unit 1) 4661 + (exclude_from_sim no) 4662 + (in_bom yes) 4663 + (on_board yes) 4664 + (dnp no) 4665 + (uuid "8b72e51c-4596-499a-b4c1-7435cd61db1f") 4666 + (property "Reference" "#FLG01" 4667 + (at 58.42 75.565 0) 4668 + (effects 4669 + (font 4670 + (size 1.27 1.27) 4671 + ) 4672 + (hide yes) 4673 + ) 4674 + ) 4675 + (property "Value" "PWR_FLAG" 4676 + (at 58.42 77.343 0) 4677 + (effects 4678 + (font 4679 + (size 1.27 1.27) 4680 + ) 4681 + ) 4682 + ) 4683 + (property "Footprint" "" 4684 + (at 58.42 73.66 0) 4685 + (effects 4686 + (font 4687 + (size 1.27 1.27) 4688 + ) 4689 + (hide yes) 4690 + ) 4691 + ) 4692 + (property "Datasheet" "~" 4693 + (at 58.42 73.66 0) 4694 + (effects 4695 + (font 4696 + (size 1.27 1.27) 4697 + ) 4698 + (hide yes) 4699 + ) 4700 + ) 4701 + (property "Description" "Special symbol for telling ERC where power comes from" 4702 + (at 58.42 73.66 0) 4703 + (effects 4704 + (font 4705 + (size 1.27 1.27) 4706 + ) 4707 + (hide yes) 4708 + ) 4709 + ) 4710 + (pin "1" 4711 + (uuid "36e8e38a-7474-4a03-9b73-657f93b39dc2") 4712 + ) 4713 + (instances 4714 + (project "" 4715 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2" 4716 + (reference "#FLG01") 4717 + (unit 1) 4718 + ) 4719 + ) 4720 + ) 4721 + ) 4722 + (symbol 4723 + (lib_id "power:GND") 4724 + (at 175.26 29.21 0) 4725 + (unit 1) 4726 + (exclude_from_sim no) 4727 + (in_bom yes) 4728 + (on_board yes) 4729 + (dnp no) 4730 + (uuid "8ca3fbe6-99f1-4990-bc7e-fdafd910bb69") 4731 + (property "Reference" "#PWR045" 4732 + (at 175.26 35.56 0) 4733 + (effects 4734 + (font 4735 + (size 1.27 1.27) 4736 + ) 4737 + (hide yes) 4738 + ) 4739 + ) 4740 + (property "Value" "GND" 4741 + (at 175.26 33.02 0) 4742 + (effects 4743 + (font 4744 + (size 1.27 1.27) 4745 + ) 4746 + ) 4747 + ) 4748 + (property "Footprint" "" 4749 + (at 175.26 29.21 0) 4750 + (effects 4751 + (font 4752 + (size 1.27 1.27) 4753 + ) 4754 + (hide yes) 4755 + ) 4756 + ) 4757 + (property "Datasheet" "" 4758 + (at 175.26 29.21 0) 4759 + (effects 4760 + (font 4761 + (size 1.27 1.27) 4762 + ) 4763 + (hide yes) 4764 + ) 4765 + ) 4766 + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" 4767 + (at 175.26 29.21 0) 4768 + (effects 4769 + (font 4770 + (size 1.27 1.27) 4771 + ) 4772 + (hide yes) 4773 + ) 4774 + ) 4775 + (pin "1" 4776 + (uuid "b668d850-6883-4894-a404-a1af998f4bb2") 4777 + ) 4778 + (instances 4779 + (project "can-hat" 4780 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2" 4781 + (reference "#PWR045") 4782 + (unit 1) 4783 + ) 4784 + ) 4785 + ) 4786 + ) 4787 + (symbol 4788 + (lib_id "power:+3.3V") 4789 + (at 58.42 73.66 0) 4790 + (unit 1) 4791 + (exclude_from_sim no) 4792 + (in_bom yes) 4793 + (on_board yes) 4794 + (dnp no) 4795 + (uuid "a55e154c-3dbb-4311-82df-6f9505854cfe") 4796 + (property "Reference" "#PWR053" 4797 + (at 58.42 77.47 0) 4798 + (effects 4799 + (font 4800 + (size 1.27 1.27) 4801 + ) 4802 + (hide yes) 4803 + ) 4804 + ) 4805 + (property "Value" "+3.3V" 4806 + (at 58.166 69.85 0) 4807 + (effects 4808 + (font 4809 + (size 1.27 1.27) 4810 + ) 4811 + ) 4812 + ) 4813 + (property "Footprint" "" 4814 + (at 58.42 73.66 0) 4815 + (effects 4816 + (font 4817 + (size 1.27 1.27) 4818 + ) 4819 + (hide yes) 4820 + ) 4821 + ) 4822 + (property "Datasheet" "" 4823 + (at 58.42 73.66 0) 4824 + (effects 4825 + (font 4826 + (size 1.27 1.27) 4827 + ) 4828 + (hide yes) 4829 + ) 4830 + ) 4831 + (property "Description" "Power symbol creates a global label with name \"+3.3V\"" 4832 + (at 58.42 73.66 0) 4833 + (effects 4834 + (font 4835 + (size 1.27 1.27) 4836 + ) 4837 + (hide yes) 4838 + ) 4839 + ) 4840 + (pin "1" 4841 + (uuid "7fd391d8-4a2b-4e94-815e-b27603e68531") 4842 + ) 4843 + (instances 4844 + (project "can-hat" 4845 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2" 4846 + (reference "#PWR053") 4847 + (unit 1) 4848 + ) 4849 + ) 4850 + ) 4851 + ) 4852 + (symbol 4853 + (lib_id "power:+3.3V") 4854 + (at 120.65 48.26 0) 4855 + (unit 1) 4856 + (exclude_from_sim no) 4857 + (in_bom yes) 4858 + (on_board yes) 4859 + (dnp no) 4860 + (fields_autoplaced yes) 4861 + (uuid "ad698f56-dc24-4cd6-97a5-48bf0287e97e") 4862 + (property "Reference" "#PWR051" 4863 + (at 120.65 52.07 0) 4864 + (effects 4865 + (font 4866 + (size 1.27 1.27) 4867 + ) 4868 + (hide yes) 4869 + ) 4870 + ) 4871 + (property "Value" "+3.3V" 4872 + (at 120.65 43.18 0) 4873 + (effects 4874 + (font 4875 + (size 1.27 1.27) 4876 + ) 4877 + ) 4878 + ) 4879 + (property "Footprint" "" 4880 + (at 120.65 48.26 0) 4881 + (effects 4882 + (font 4883 + (size 1.27 1.27) 4884 + ) 4885 + (hide yes) 4886 + ) 4887 + ) 4888 + (property "Datasheet" "" 4889 + (at 120.65 48.26 0) 4890 + (effects 4891 + (font 4892 + (size 1.27 1.27) 4893 + ) 4894 + (hide yes) 4895 + ) 4896 + ) 4897 + (property "Description" "Power symbol creates a global label with name \"+3.3V\"" 4898 + (at 120.65 48.26 0) 4899 + (effects 4900 + (font 4901 + (size 1.27 1.27) 4902 + ) 4903 + (hide yes) 4904 + ) 4905 + ) 4906 + (pin "1" 4907 + (uuid "ba436095-1a3e-4cd5-921c-94e97f7571b6") 4908 + ) 4909 + (instances 4910 + (project "can-hat" 4911 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2" 4912 + (reference "#PWR051") 4913 + (unit 1) 4914 + ) 4915 + ) 4916 + ) 4917 + ) 4918 + (symbol 4919 + (lib_id "power:PWR_FLAG") 4920 + (at 69.85 62.23 0) 4921 + (unit 1) 4922 + (exclude_from_sim no) 4923 + (in_bom yes) 4924 + (on_board yes) 4925 + (dnp no) 4926 + (uuid "af4331b7-cbce-4968-bf9a-ec3bc0a99f98") 4927 + (property "Reference" "#FLG03" 4928 + (at 69.85 60.325 0) 4929 + (effects 4930 + (font 4931 + (size 1.27 1.27) 4932 + ) 4933 + (hide yes) 4934 + ) 4935 + ) 4936 + (property "Value" "PWR_FLAG" 4937 + (at 69.85 58.166 0) 4938 + (effects 4939 + (font 4940 + (size 1.27 1.27) 4941 + ) 4942 + ) 4943 + ) 4944 + (property "Footprint" "" 4945 + (at 69.85 62.23 0) 4946 + (effects 4947 + (font 4948 + (size 1.27 1.27) 4949 + ) 4950 + (hide yes) 4951 + ) 4952 + ) 4953 + (property "Datasheet" "~" 4954 + (at 69.85 62.23 0) 4955 + (effects 4956 + (font 4957 + (size 1.27 1.27) 4958 + ) 4959 + (hide yes) 4960 + ) 4961 + ) 4962 + (property "Description" "Special symbol for telling ERC where power comes from" 4963 + (at 69.85 62.23 0) 4964 + (effects 4965 + (font 4966 + (size 1.27 1.27) 4967 + ) 4968 + (hide yes) 4969 + ) 4970 + ) 4971 + (pin "1" 4972 + (uuid "28e6ff76-65d1-423a-9d3c-beac2722da16") 4973 + ) 4974 + (instances 4975 + (project "can-hat" 4976 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2" 4977 + (reference "#FLG03") 4978 + (unit 1) 4979 + ) 4980 + ) 4981 + ) 4982 + ) 4983 + (symbol 4984 + (lib_id "power:GND") 4985 + (at 185.42 39.37 0) 4986 + (unit 1) 4987 + (exclude_from_sim no) 4988 + (in_bom yes) 4989 + (on_board yes) 4990 + (dnp no) 4991 + (uuid "bea7199b-b71d-40ed-9762-51032583d396") 4992 + (property "Reference" "#PWR048" 4993 + (at 185.42 45.72 0) 4994 + (effects 4995 + (font 4996 + (size 1.27 1.27) 4997 + ) 4998 + (hide yes) 4999 + ) 5000 + ) 5001 + (property "Value" "GND" 5002 + (at 185.42 43.434 0) 5003 + (effects 5004 + (font 5005 + (size 1.27 1.27) 5006 + ) 5007 + ) 5008 + ) 5009 + (property "Footprint" "" 5010 + (at 185.42 39.37 0) 5011 + (effects 5012 + (font 5013 + (size 1.27 1.27) 5014 + ) 5015 + (hide yes) 5016 + ) 5017 + ) 5018 + (property "Datasheet" "" 5019 + (at 185.42 39.37 0) 5020 + (effects 5021 + (font 5022 + (size 1.27 1.27) 5023 + ) 5024 + (hide yes) 5025 + ) 5026 + ) 5027 + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" 5028 + (at 185.42 39.37 0) 5029 + (effects 5030 + (font 5031 + (size 1.27 1.27) 5032 + ) 5033 + (hide yes) 5034 + ) 5035 + ) 5036 + (pin "1" 5037 + (uuid "3b0eb903-5d37-4b9d-866d-b6c0948217c6") 5038 + ) 5039 + (instances 5040 + (project "can-hat" 5041 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2" 5042 + (reference "#PWR048") 5043 + (unit 1) 5044 + ) 5045 + ) 5046 + ) 5047 + ) 5048 + (symbol 5049 + (lib_id "power:+5V") 5050 + (at 172.72 22.86 0) 5051 + (unit 1) 5052 + (exclude_from_sim no) 5053 + (in_bom yes) 5054 + (on_board yes) 5055 + (dnp no) 5056 + (fields_autoplaced yes) 5057 + (uuid "cd2f329e-a556-456e-9350-d130f9abfb43") 5058 + (property "Reference" "#PWR038" 5059 + (at 172.72 26.67 0) 5060 + (effects 5061 + (font 5062 + (size 1.27 1.27) 5063 + ) 5064 + (hide yes) 5065 + ) 5066 + ) 5067 + (property "Value" "+5V" 5068 + (at 172.72 17.78 0) 5069 + (effects 5070 + (font 5071 + (size 1.27 1.27) 5072 + ) 5073 + ) 5074 + ) 5075 + (property "Footprint" "" 5076 + (at 172.72 22.86 0) 5077 + (effects 5078 + (font 5079 + (size 1.27 1.27) 5080 + ) 5081 + (hide yes) 5082 + ) 5083 + ) 5084 + (property "Datasheet" "" 5085 + (at 172.72 22.86 0) 5086 + (effects 5087 + (font 5088 + (size 1.27 1.27) 5089 + ) 5090 + (hide yes) 5091 + ) 5092 + ) 5093 + (property "Description" "Power symbol creates a global label with name \"+5V\"" 5094 + (at 172.72 22.86 0) 5095 + (effects 5096 + (font 5097 + (size 1.27 1.27) 5098 + ) 5099 + (hide yes) 5100 + ) 5101 + ) 5102 + (pin "1" 5103 + (uuid "3d2eeace-df3e-4b9a-bbb4-9217f2b04b41") 5104 + ) 5105 + (instances 5106 + (project "" 5107 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2" 5108 + (reference "#PWR038") 5109 + (unit 1) 5110 + ) 5111 + ) 5112 + ) 5113 + ) 5114 + (symbol 5115 + (lib_id "Device:C") 5116 + (at 55.88 97.79 0) 5117 + (unit 1) 5118 + (exclude_from_sim no) 5119 + (in_bom yes) 5120 + (on_board yes) 5121 + (dnp no) 5122 + (fields_autoplaced yes) 5123 + (uuid "d03277df-14b1-4a1f-bbdf-d2fbc6f4bb88") 5124 + (property "Reference" "C13" 5125 + (at 59.69 96.5199 0) 5126 + (effects 5127 + (font 5128 + (size 1.27 1.27) 5129 + ) 5130 + (justify left) 5131 + ) 5132 + ) 5133 + (property "Value" "10µF" 5134 + (at 59.69 99.0599 0) 5135 + (effects 5136 + (font 5137 + (size 1.27 1.27) 5138 + ) 5139 + (justify left) 5140 + ) 5141 + ) 5142 + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" 5143 + (at 56.8452 101.6 0) 5144 + (effects 5145 + (font 5146 + (size 1.27 1.27) 5147 + ) 5148 + (hide yes) 5149 + ) 5150 + ) 5151 + (property "Datasheet" "~" 5152 + (at 55.88 97.79 0) 5153 + (effects 5154 + (font 5155 + (size 1.27 1.27) 5156 + ) 5157 + (hide yes) 5158 + ) 5159 + ) 5160 + (property "Description" "Unpolarized capacitor" 5161 + (at 55.88 97.79 0) 5162 + (effects 5163 + (font 5164 + (size 1.27 1.27) 5165 + ) 5166 + (hide yes) 5167 + ) 5168 + ) 5169 + (pin "2" 5170 + (uuid "6f980834-dc4c-495b-a28c-0a5e7e95ae71") 5171 + ) 5172 + (pin "1" 5173 + (uuid "3847bd77-3ada-4fd8-98e8-65932febb5d5") 5174 + ) 5175 + (instances 5176 + (project "" 5177 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2" 5178 + (reference "C13") 5179 + (unit 1) 5180 + ) 5181 + ) 5182 + ) 5183 + ) 5184 + (symbol 5185 + (lib_id "Connector:TestPoint") 5186 + (at 86.36 69.85 180) 5187 + (unit 1) 5188 + (exclude_from_sim no) 5189 + (in_bom yes) 5190 + (on_board yes) 5191 + (dnp no) 5192 + (fields_autoplaced yes) 5193 + (uuid "df5a1c15-1315-4c7e-a285-4b97b8f863d1") 5194 + (property "Reference" "TP1" 5195 + (at 88.9 71.8819 0) 5196 + (effects 5197 + (font 5198 + (size 1.27 1.27) 5199 + ) 5200 + (justify right) 5201 + ) 5202 + ) 5203 + (property "Value" "WP TestPoint" 5204 + (at 88.9 74.4219 0) 5205 + (effects 5206 + (font 5207 + (size 1.27 1.27) 5208 + ) 5209 + (justify right) 5210 + ) 5211 + ) 5212 + (property "Footprint" "TestPoint:TestPoint_Pad_1.5x1.5mm" 5213 + (at 81.28 69.85 0) 5214 + (effects 5215 + (font 5216 + (size 1.27 1.27) 5217 + ) 5218 + (hide yes) 5219 + ) 5220 + ) 5221 + (property "Datasheet" "~" 5222 + (at 81.28 69.85 0) 5223 + (effects 5224 + (font 5225 + (size 1.27 1.27) 5226 + ) 5227 + (hide yes) 5228 + ) 5229 + ) 5230 + (property "Description" "test point" 5231 + (at 86.36 69.85 0) 5232 + (effects 5233 + (font 5234 + (size 1.27 1.27) 5235 + ) 5236 + (hide yes) 5237 + ) 5238 + ) 5239 + (pin "1" 5240 + (uuid "d87eb829-0f75-4b5b-a0a0-5cfb0684787c") 5241 + ) 5242 + (instances 5243 + (project "" 5244 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2" 5245 + (reference "TP1") 5246 + (unit 1) 5247 + ) 5248 + ) 5249 + ) 5250 + ) 5251 + (symbol 5252 + (lib_id "power:GND") 5253 + (at 68.58 102.87 0) 5254 + (unit 1) 5255 + (exclude_from_sim no) 5256 + (in_bom yes) 5257 + (on_board yes) 5258 + (dnp no) 5259 + (fields_autoplaced yes) 5260 + (uuid "e8fea313-f57c-481e-a3ca-8c584dc3f6ff") 5261 + (property "Reference" "#PWR016" 5262 + (at 68.58 109.22 0) 5263 + (effects 5264 + (font 5265 + (size 1.27 1.27) 5266 + ) 5267 + (hide yes) 5268 + ) 5269 + ) 5270 + (property "Value" "GND" 5271 + (at 68.58 107.95 0) 5272 + (effects 5273 + (font 5274 + (size 1.27 1.27) 5275 + ) 5276 + ) 5277 + ) 5278 + (property "Footprint" "" 5279 + (at 68.58 102.87 0) 5280 + (effects 5281 + (font 5282 + (size 1.27 1.27) 5283 + ) 5284 + (hide yes) 5285 + ) 5286 + ) 5287 + (property "Datasheet" "" 5288 + (at 68.58 102.87 0) 5289 + (effects 5290 + (font 5291 + (size 1.27 1.27) 5292 + ) 5293 + (hide yes) 5294 + ) 5295 + ) 5296 + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" 5297 + (at 68.58 102.87 0) 5298 + (effects 5299 + (font 5300 + (size 1.27 1.27) 5301 + ) 5302 + (hide yes) 5303 + ) 5304 + ) 5305 + (pin "1" 5306 + (uuid "76fb3c84-9f41-4dec-af85-3b53c40b8eff") 5307 + ) 5308 + (instances 5309 + (project "can-hat" 5310 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2" 5311 + (reference "#PWR016") 5312 + (unit 1) 5313 + ) 5314 + ) 5315 + ) 5316 + ) 5317 + (symbol 5318 + (lib_id "power:+3.3V") 5319 + (at 86.36 22.86 0) 5320 + (unit 1) 5321 + (exclude_from_sim no) 5322 + (in_bom yes) 5323 + (on_board yes) 5324 + (dnp no) 5325 + (fields_autoplaced yes) 5326 + (uuid "fcae226a-6392-4ecc-aa75-61f18a87aae6") 5327 + (property "Reference" "#PWR044" 5328 + (at 86.36 26.67 0) 5329 + (effects 5330 + (font 5331 + (size 1.27 1.27) 5332 + ) 5333 + (hide yes) 5334 + ) 5335 + ) 5336 + (property "Value" "+3.3V" 5337 + (at 86.36 17.78 0) 5338 + (effects 5339 + (font 5340 + (size 1.27 1.27) 5341 + ) 5342 + ) 5343 + ) 5344 + (property "Footprint" "" 5345 + (at 86.36 22.86 0) 5346 + (effects 5347 + (font 5348 + (size 1.27 1.27) 5349 + ) 5350 + (hide yes) 5351 + ) 5352 + ) 5353 + (property "Datasheet" "" 5354 + (at 86.36 22.86 0) 5355 + (effects 5356 + (font 5357 + (size 1.27 1.27) 5358 + ) 5359 + (hide yes) 5360 + ) 5361 + ) 5362 + (property "Description" "Power symbol creates a global label with name \"+3.3V\"" 5363 + (at 86.36 22.86 0) 5364 + (effects 5365 + (font 5366 + (size 1.27 1.27) 5367 + ) 5368 + (hide yes) 5369 + ) 5370 + ) 5371 + (pin "1" 5372 + (uuid "c0386650-0e25-4424-a7b7-6cf574d12a3e") 5373 + ) 5374 + (instances 5375 + (project "can-hat" 5376 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2" 5377 + (reference "#PWR044") 5378 + (unit 1) 5379 + ) 5380 + ) 5381 + ) 5382 + ) 5383 + (symbol 5384 + (lib_id "RPi_Hat:RPi_GPIO") 5385 + (at 129.54 24.13 0) 5386 + (unit 1) 5387 + (exclude_from_sim no) 5388 + (in_bom yes) 5389 + (on_board yes) 5390 + (dnp no) 5391 + (fields_autoplaced yes) 5392 + (uuid "ff49db9c-c0d3-4f04-a6db-91723aafa73b") 5393 + (property "Reference" "J1" 5394 + (at 148.59 16.51 0) 5395 + (effects 5396 + (font 5397 + (size 1.524 1.524) 5398 + ) 5399 + ) 5400 + ) 5401 + (property "Value" "RPi_GPIO" 5402 + (at 148.59 19.05 0) 5403 + (effects 5404 + (font 5405 + (size 1.524 1.524) 5406 + ) 5407 + ) 5408 + ) 5409 + (property "Footprint" "RPI_Hat:RPI_Hat_B+" 5410 + (at 129.54 24.13 0) 5411 + (effects 5412 + (font 5413 + (size 1.524 1.524) 5414 + ) 5415 + (hide yes) 5416 + ) 5417 + ) 5418 + (property "Datasheet" "" 5419 + (at 129.54 24.13 0) 5420 + (effects 5421 + (font 5422 + (size 1.524 1.524) 5423 + ) 5424 + ) 5425 + ) 5426 + (property "Description" "" 5427 + (at 129.54 24.13 0) 5428 + (effects 5429 + (font 5430 + (size 1.27 1.27) 5431 + ) 5432 + (hide yes) 5433 + ) 5434 + ) 5435 + (pin "15" 5436 + (uuid "34741fdf-0093-4e2c-b1e5-cf8055f6a43f") 5437 + ) 5438 + (pin "13" 5439 + (uuid "b7b93324-4ceb-4400-9464-6f17174a50cd") 5440 + ) 5441 + (pin "21" 5442 + (uuid "4fa98877-5cdd-4f57-8d9d-d8f073120a94") 5443 + ) 5444 + (pin "23" 5445 + (uuid "3d2e9979-b4de-4c35-8ea7-0bad226a6732") 5446 + ) 5447 + (pin "11" 5448 + (uuid "33961a43-e418-462b-b03a-eae7ad39e3ac") 5449 + ) 5450 + (pin "9" 5451 + (uuid "9889a1f7-293c-463c-8c43-e703146bc8b0") 5452 + ) 5453 + (pin "17" 5454 + (uuid "82b55fc7-d55d-471a-baff-96883dbd269c") 5455 + ) 5456 + (pin "19" 5457 + (uuid "5e55b0ac-46e0-429b-b830-6fb7c0355fd5") 5458 + ) 5459 + (pin "25" 5460 + (uuid "29f8ef24-a70e-48bf-be62-1951dc2a89a6") 5461 + ) 5462 + (pin "27" 5463 + (uuid "6e2cf751-f660-4022-866a-c311329dc01d") 5464 + ) 5465 + (pin "29" 5466 + (uuid "075702c8-52f2-489f-b660-906eca42b9f2") 5467 + ) 5468 + (pin "31" 5469 + (uuid "83969d35-1285-41cb-9ff9-ddd62a4bbaa8") 5470 + ) 5471 + (pin "33" 5472 + (uuid "d1f1eabe-4c2a-4682-b555-a9e5c61e3530") 5473 + ) 5474 + (pin "35" 5475 + (uuid "a251b170-56fd-4e38-bc38-7afe89fab70d") 5476 + ) 5477 + (pin "37" 5478 + (uuid "9cff6d99-190f-46eb-b4fb-16b2bccc2f1a") 5479 + ) 5480 + (pin "39" 5481 + (uuid "2ddba80b-584b-4d51-bf76-3e06aabd1a00") 5482 + ) 5483 + (pin "2" 5484 + (uuid "74eff591-9e71-4302-a16e-ac4d9dec37ee") 5485 + ) 5486 + (pin "4" 5487 + (uuid "d0a842c6-ffe2-463c-ad29-bcc744dcf43c") 5488 + ) 5489 + (pin "6" 5490 + (uuid "9ab30241-e98d-4c91-b073-98bf7a7706e9") 5491 + ) 5492 + (pin "8" 5493 + (uuid "1f24a339-0203-49cc-b8c6-d02e1a1a9a42") 5494 + ) 5495 + (pin "10" 5496 + (uuid "4507d5ac-e000-4021-89cf-641f268795f4") 5497 + ) 5498 + (pin "12" 5499 + (uuid "6a3c692c-d44a-4fe7-b78f-e6ce85cdaa7d") 5500 + ) 5501 + (pin "14" 5502 + (uuid "fb7fff09-f000-468f-982c-0a9235b024e2") 5503 + ) 5504 + (pin "16" 5505 + (uuid "5ee99cea-fdf4-488c-9cc9-555e55ad8e84") 5506 + ) 5507 + (pin "3" 5508 + (uuid "02a88588-10ec-4b66-8164-ed031aecb90f") 5509 + ) 5510 + (pin "1" 5511 + (uuid "04028d40-3a8d-477d-a456-7fef9a3fc558") 5512 + ) 5513 + (pin "5" 5514 + (uuid "9ca37a97-8eee-4ab1-937d-7d061811fe54") 5515 + ) 5516 + (pin "7" 5517 + (uuid "540c95e3-0dfa-4ed1-88e2-ab5c89128be3") 5518 + ) 5519 + (pin "26" 5520 + (uuid "51b065be-6840-451c-945c-e6d7881c10be") 5521 + ) 5522 + (pin "28" 5523 + (uuid "b2e0def8-9a36-4092-9950-d3e092754b4e") 5524 + ) 5525 + (pin "30" 5526 + (uuid "341cf851-b8a0-48ad-b365-dde772f81f50") 5527 + ) 5528 + (pin "32" 5529 + (uuid "461879e7-199e-4864-9d08-5bad7ec69b5b") 5530 + ) 5531 + (pin "34" 5532 + (uuid "58163599-fd50-49ab-a4dd-f949559de715") 5533 + ) 5534 + (pin "36" 5535 + (uuid "142ee818-377e-4223-ba28-67cf0e18838a") 5536 + ) 5537 + (pin "38" 5538 + (uuid "3e9e99ce-45a6-4956-bfeb-90fd59305353") 5539 + ) 5540 + (pin "40" 5541 + (uuid "41e88673-7189-4625-9b6c-6e63862a3a81") 5542 + ) 5543 + (pin "22" 5544 + (uuid "ecff26f5-c4d7-4f62-9a74-b4634df89ee1") 5545 + ) 5546 + (pin "24" 5547 + (uuid "e5f9a9dc-057b-4185-b935-744f266f8dde") 5548 + ) 5549 + (pin "18" 5550 + (uuid "ff6fb408-79b8-412d-83de-049ff3909ccf") 5551 + ) 5552 + (pin "20" 5553 + (uuid "f5563422-bed2-4f1d-92ae-2075aacab2ab") 5554 + ) 5555 + (instances 5556 + (project "" 5557 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2" 5558 + (reference "J1") 5559 + (unit 1) 5560 + ) 5561 + ) 5562 + ) 5563 + ) 188 5564 (sheet 189 - (at 58.42 25.4) 5565 + (at 20.32 53.34) 190 5566 (size 12.7 22.225) 191 5567 (exclude_from_sim no) 192 5568 (in_bom yes) ··· 201 5577 ) 202 5578 (uuid "00e2c20b-7be4-4f83-a3f0-21fb1d83928e") 203 5579 (property "Sheetname" "CAN1" 204 - (at 58.42 24.6884 0) 5580 + (at 20.32 52.6284 0) 205 5581 (effects 206 5582 (font 207 5583 (size 1.27 1.27) ··· 210 5586 ) 211 5587 ) 212 5588 (property "Sheetfile" "can_channel.kicad_sch" 213 - (at 55.626 47.498 90) 5589 + (at 17.526 75.438 90) 214 5590 (effects 215 5591 (font 216 5592 (size 1.27 1.27) ··· 218 5594 (justify left top) 219 5595 ) 220 5596 ) 221 - (pin "CANH" bidirectional 222 - (at 71.12 27.94 0) 223 - (uuid "f164fb29-d675-43f3-bf04-f15985903317") 5597 + (pin "CS" input 5598 + (at 33.02 62.23 0) 5599 + (uuid "dd76fa8f-c93c-4824-875b-bfcb3f188daa") 224 5600 (effects 225 5601 (font 226 5602 (size 1.27 1.27) ··· 228 5604 (justify right) 229 5605 ) 230 5606 ) 231 - (pin "CANL" bidirectional 232 - (at 71.12 30.48 0) 233 - (uuid "9c3affd6-92dc-4fcf-8b58-812e6739b85f") 5607 + (pin "INT" output 5608 + (at 33.02 64.77 0) 5609 + (uuid "b8c8256d-ac93-4cd1-a889-849c50ac66c7") 234 5610 (effects 235 5611 (font 236 5612 (size 1.27 1.27) ··· 238 5614 (justify right) 239 5615 ) 240 5616 ) 241 - (pin "CS" input 242 - (at 71.12 34.29 0) 243 - (uuid "dd76fa8f-c93c-4824-875b-bfcb3f188daa") 5617 + (pin "MISO" output 5618 + (at 33.02 68.58 0) 5619 + (uuid "0c50aabf-1e3a-4789-a33b-78201fd7b908") 244 5620 (effects 245 5621 (font 246 5622 (size 1.27 1.27) ··· 248 5624 (justify right) 249 5625 ) 250 5626 ) 251 - (pin "INT" output 252 - (at 71.12 36.83 0) 253 - (uuid "b8c8256d-ac93-4cd1-a889-849c50ac66c7") 5627 + (pin "MOSI" input 5628 + (at 33.02 71.12 0) 5629 + (uuid "36ff6ad6-b2eb-4215-970d-cc330791a323") 254 5630 (effects 255 5631 (font 256 5632 (size 1.27 1.27) ··· 258 5634 (justify right) 259 5635 ) 260 5636 ) 261 - (pin "MISO" output 262 - (at 71.12 40.64 0) 263 - (uuid "0c50aabf-1e3a-4789-a33b-78201fd7b908") 5637 + (pin "SCLK" input 5638 + (at 33.02 73.66 0) 5639 + (uuid "12380b9c-ca6d-4aa0-b830-ec7f11b681ed") 264 5640 (effects 265 5641 (font 266 5642 (size 1.27 1.27) ··· 268 5644 (justify right) 269 5645 ) 270 5646 ) 271 - (pin "MOSI" input 272 - (at 71.12 43.18 0) 273 - (uuid "36ff6ad6-b2eb-4215-970d-cc330791a323") 5647 + (pin "CAN_N" bidirectional 5648 + (at 33.02 58.42 0) 5649 + (uuid "fab5b538-b488-431d-817c-6a4312454f50") 274 5650 (effects 275 5651 (font 276 5652 (size 1.27 1.27) ··· 278 5654 (justify right) 279 5655 ) 280 5656 ) 281 - (pin "SCLK" input 282 - (at 71.12 45.72 0) 283 - (uuid "12380b9c-ca6d-4aa0-b830-ec7f11b681ed") 5657 + (pin "CAN_P" bidirectional 5658 + (at 33.02 55.88 0) 5659 + (uuid "1252f079-0acd-48e2-9ff2-7501f22fcabb") 284 5660 (effects 285 5661 (font 286 5662 (size 1.27 1.27) ··· 297 5673 ) 298 5674 ) 299 5675 (sheet 300 - (at 87.63 25.4) 5676 + (at 20.32 85.09) 301 5677 (size 12.7 22.225) 302 5678 (exclude_from_sim no) 303 5679 (in_bom yes) ··· 312 5688 ) 313 5689 (uuid "748c85b6-cf1e-459f-b03b-a42e443a0481") 314 5690 (property "Sheetname" "CAN2" 315 - (at 87.63 24.6884 0) 5691 + (at 20.32 84.3784 0) 316 5692 (effects 317 5693 (font 318 5694 (size 1.27 1.27) ··· 321 5697 ) 322 5698 ) 323 5699 (property "Sheetfile" "can_channel.kicad_sch" 324 - (at 84.836 47.498 90) 5700 + (at 17.526 107.188 90) 325 5701 (effects 326 5702 (font 327 5703 (size 1.27 1.27) ··· 329 5705 (justify left top) 330 5706 ) 331 5707 ) 332 - (pin "CANH" bidirectional 333 - (at 100.33 27.94 0) 334 - (uuid "ada799ee-4833-414a-a708-856f68445d77") 5708 + (pin "CS" input 5709 + (at 33.02 93.98 0) 5710 + (uuid "72a8c4a8-c467-41ce-aec3-2bc6c3aaad4a") 335 5711 (effects 336 5712 (font 337 5713 (size 1.27 1.27) ··· 339 5715 (justify right) 340 5716 ) 341 5717 ) 342 - (pin "CANL" bidirectional 343 - (at 100.33 30.48 0) 344 - (uuid "8ac492a6-920f-4ee8-b030-9b631c322e53") 5718 + (pin "INT" output 5719 + (at 33.02 96.52 0) 5720 + (uuid "a3c94e6e-24f4-4538-9518-758ca98f9e0a") 345 5721 (effects 346 5722 (font 347 5723 (size 1.27 1.27) ··· 349 5725 (justify right) 350 5726 ) 351 5727 ) 352 - (pin "CS" input 353 - (at 100.33 34.29 0) 354 - (uuid "72a8c4a8-c467-41ce-aec3-2bc6c3aaad4a") 5728 + (pin "MISO" output 5729 + (at 33.02 100.33 0) 5730 + (uuid "0f0d6e3c-f43e-4807-be25-ca4cffe624cd") 355 5731 (effects 356 5732 (font 357 5733 (size 1.27 1.27) ··· 359 5735 (justify right) 360 5736 ) 361 5737 ) 362 - (pin "INT" output 363 - (at 100.33 36.83 0) 364 - (uuid "a3c94e6e-24f4-4538-9518-758ca98f9e0a") 5738 + (pin "MOSI" input 5739 + (at 33.02 102.87 0) 5740 + (uuid "71537138-cf63-45bf-ba64-66a05ad0d2eb") 365 5741 (effects 366 5742 (font 367 5743 (size 1.27 1.27) ··· 369 5745 (justify right) 370 5746 ) 371 5747 ) 372 - (pin "MISO" output 373 - (at 100.33 40.64 0) 374 - (uuid "0f0d6e3c-f43e-4807-be25-ca4cffe624cd") 5748 + (pin "SCLK" input 5749 + (at 33.02 105.41 0) 5750 + (uuid "76fc02c9-45dc-4ec9-96c6-7996bd4ba9f6") 375 5751 (effects 376 5752 (font 377 5753 (size 1.27 1.27) ··· 379 5755 (justify right) 380 5756 ) 381 5757 ) 382 - (pin "MOSI" input 383 - (at 100.33 43.18 0) 384 - (uuid "71537138-cf63-45bf-ba64-66a05ad0d2eb") 5758 + (pin "CAN_N" bidirectional 5759 + (at 33.02 90.17 0) 5760 + (uuid "e12a87ae-7cf2-4778-9c72-1e9073985d00") 385 5761 (effects 386 5762 (font 387 5763 (size 1.27 1.27) ··· 389 5765 (justify right) 390 5766 ) 391 5767 ) 392 - (pin "SCLK" input 393 - (at 100.33 45.72 0) 394 - (uuid "76fc02c9-45dc-4ec9-96c6-7996bd4ba9f6") 5768 + (pin "CAN_P" bidirectional 5769 + (at 33.02 87.63 0) 5770 + (uuid "8996a2af-136c-47d6-8b4e-87c051bb7948") 395 5771 (effects 396 5772 (font 397 5773 (size 1.27 1.27) ··· 408 5784 ) 409 5785 ) 410 5786 (sheet 411 - (at 29.21 25.4) 5787 + (at 20.32 21.59) 412 5788 (size 12.7 22.225) 413 5789 (exclude_from_sim no) 414 5790 (in_bom yes) ··· 423 5799 ) 424 5800 (uuid "cffcbb79-f928-4938-8342-415f3cadb2dd") 425 5801 (property "Sheetname" "CAN0" 426 - (at 29.21 24.6884 0) 5802 + (at 20.32 20.8784 0) 427 5803 (effects 428 5804 (font 429 5805 (size 1.27 1.27) ··· 432 5808 ) 433 5809 ) 434 5810 (property "Sheetfile" "can_channel.kicad_sch" 435 - (at 26.416 47.498 90) 5811 + (at 17.526 43.688 90) 436 5812 (effects 437 5813 (font 438 5814 (size 1.27 1.27) ··· 440 5816 (justify left top) 441 5817 ) 442 5818 ) 443 - (pin "CANH" bidirectional 444 - (at 41.91 27.94 0) 445 - (uuid "dfe65520-9667-4c2a-8172-386ba7b664e5") 5819 + (pin "CS" input 5820 + (at 33.02 30.48 0) 5821 + (uuid "5cbca650-8120-4bee-9d9c-12b75e66e394") 446 5822 (effects 447 5823 (font 448 5824 (size 1.27 1.27) ··· 450 5826 (justify right) 451 5827 ) 452 5828 ) 453 - (pin "CANL" bidirectional 454 - (at 41.91 30.48 0) 455 - (uuid "ae85f2ef-4021-453f-b708-b9e5f7747c85") 5829 + (pin "INT" output 5830 + (at 33.02 33.02 0) 5831 + (uuid "1b664f26-8b8f-4e7a-9a79-ca83fb8aad7b") 456 5832 (effects 457 5833 (font 458 5834 (size 1.27 1.27) ··· 460 5836 (justify right) 461 5837 ) 462 5838 ) 463 - (pin "CS" input 464 - (at 41.91 34.29 0) 465 - (uuid "5cbca650-8120-4bee-9d9c-12b75e66e394") 5839 + (pin "MISO" output 5840 + (at 33.02 36.83 0) 5841 + (uuid "07d65c3c-f02a-4a26-a752-05715b8e6bba") 466 5842 (effects 467 5843 (font 468 5844 (size 1.27 1.27) ··· 470 5846 (justify right) 471 5847 ) 472 5848 ) 473 - (pin "INT" output 474 - (at 41.91 36.83 0) 475 - (uuid "1b664f26-8b8f-4e7a-9a79-ca83fb8aad7b") 5849 + (pin "MOSI" input 5850 + (at 33.02 39.37 0) 5851 + (uuid "be7dbf1c-d614-43ea-bc03-da0650577e71") 476 5852 (effects 477 5853 (font 478 5854 (size 1.27 1.27) ··· 480 5856 (justify right) 481 5857 ) 482 5858 ) 483 - (pin "MISO" output 484 - (at 41.91 40.64 0) 485 - (uuid "07d65c3c-f02a-4a26-a752-05715b8e6bba") 5859 + (pin "SCLK" input 5860 + (at 33.02 41.91 0) 5861 + (uuid "11ab93dd-880e-456a-b890-b853d1bf7031") 486 5862 (effects 487 5863 (font 488 5864 (size 1.27 1.27) ··· 490 5866 (justify right) 491 5867 ) 492 5868 ) 493 - (pin "MOSI" input 494 - (at 41.91 43.18 0) 495 - (uuid "be7dbf1c-d614-43ea-bc03-da0650577e71") 5869 + (pin "CAN_N" bidirectional 5870 + (at 33.02 26.67 0) 5871 + (uuid "7eba3541-d0c6-43d4-bced-ef2fb87412de") 496 5872 (effects 497 5873 (font 498 5874 (size 1.27 1.27) ··· 500 5876 (justify right) 501 5877 ) 502 5878 ) 503 - (pin "SCLK" input 504 - (at 41.91 45.72 0) 505 - (uuid "11ab93dd-880e-456a-b890-b853d1bf7031") 5879 + (pin "CAN_P" bidirectional 5880 + (at 33.02 24.13 0) 5881 + (uuid "a20cc6fb-eab7-4645-ae46-69fc520286bc") 506 5882 (effects 507 5883 (font 508 5884 (size 1.27 1.27)
+512 -342
hardware/can_channel.kicad_sch
··· 3 3 (generator "eeschema") 4 4 (generator_version "9.0") 5 5 (uuid "9116dce4-ee6f-4c1d-b606-42cf2e075a74") 6 - (paper "User" 177.8 127) 6 + (paper "User" 177.8 120.65) 7 7 (title_block 8 8 (title "CAN Channel") 9 9 (date "2026-04-25") ··· 1510 1510 (embedded_fonts no) 1511 1511 ) 1512 1512 ) 1513 + (rectangle 1514 + (start 13.97 13.97) 1515 + (end 65.405 74.295) 1516 + (stroke 1517 + (width 0) 1518 + (type dash) 1519 + ) 1520 + (fill 1521 + (type none) 1522 + ) 1523 + (uuid 524f44d0-aa98-4166-ad94-bf3a989544a1) 1524 + ) 1525 + (rectangle 1526 + (start 113.03 13.97) 1527 + (end 163.83 74.295) 1528 + (stroke 1529 + (width 0) 1530 + (type dash) 1531 + ) 1532 + (fill 1533 + (type none) 1534 + ) 1535 + (uuid d07574c4-2f3c-4a52-8242-ca11e2c9b8b2) 1536 + ) 1537 + (rectangle 1538 + (start 67.945 52.705) 1539 + (end 111.125 74.295) 1540 + (stroke 1541 + (width 0) 1542 + (type dash) 1543 + ) 1544 + (fill 1545 + (type none) 1546 + ) 1547 + (uuid d5b10761-e5ea-4a14-b7db-17e4a3f2d66e) 1548 + ) 1549 + (rectangle 1550 + (start 67.945 13.97) 1551 + (end 111.125 50.8) 1552 + (stroke 1553 + (width 0) 1554 + (type dash) 1555 + ) 1556 + (fill 1557 + (type none) 1558 + ) 1559 + (uuid e49c24ad-5e2d-4406-a9c5-40196950dc59) 1560 + ) 1513 1561 (junction 1514 - (at 114.3 52.07) 1562 + (at 116.84 52.07) 1515 1563 (diameter 0) 1516 1564 (color 0 0 0 0) 1517 1565 (uuid "470c8aab-37bb-4f27-b133-192645cf2fc9") 1518 1566 ) 1519 1567 (junction 1520 - (at 100.33 45.72) 1568 + (at 72.39 24.13) 1521 1569 (diameter 0) 1522 1570 (color 0 0 0 0) 1523 - (uuid "49c232c8-433f-4dc6-9d82-09bb5e265eb4") 1571 + (uuid "5bd9bf89-a1f8-40d7-befa-72d55b9cd945") 1524 1572 ) 1525 1573 (junction 1526 - (at 137.16 26.67) 1574 + (at 81.28 24.13) 1527 1575 (diameter 0) 1528 1576 (color 0 0 0 0) 1529 - (uuid "9e48e39e-38f7-4a32-a240-36ab70b117af") 1577 + (uuid "9b375c90-2564-45ed-a3bb-b805c4d75af6") 1530 1578 ) 1531 1579 (junction 1532 - (at 100.33 29.21) 1580 + (at 140.97 26.67) 1533 1581 (diameter 0) 1534 1582 (color 0 0 0 0) 1535 - (uuid "c68ac64e-3394-4d23-9e8e-980f46655968") 1583 + (uuid "9e48e39e-38f7-4a32-a240-36ab70b117af") 1536 1584 ) 1537 1585 (junction 1538 - (at 45.72 26.67) 1586 + (at 40.64 25.4) 1539 1587 (diameter 0) 1540 1588 (color 0 0 0 0) 1541 1589 (uuid "f7ff1628-3a30-4e3a-8d6e-025bd43077a4") 1542 1590 ) 1543 1591 (no_connect 1544 - (at 60.96 57.15) 1592 + (at 55.88 55.88) 1545 1593 (uuid "1db146d9-9631-45b0-b40e-64f06236fdd0") 1546 1594 ) 1547 1595 (no_connect 1548 - (at 60.96 59.69) 1596 + (at 55.88 58.42) 1549 1597 (uuid "d621e99d-7f6b-4f4c-a2fa-9d19a5eacafe") 1550 1598 ) 1551 1599 (no_connect 1552 - (at 30.48 57.15) 1600 + (at 25.4 55.88) 1553 1601 (uuid "e9ccd915-5a87-4080-a66e-88b6c58f4017") 1554 1602 ) 1555 1603 (no_connect 1556 - (at 60.96 49.53) 1604 + (at 55.88 48.26) 1557 1605 (uuid "f9c90113-2f0f-4d2e-8aef-cac0c4808e9b") 1558 1606 ) 1559 1607 (wire 1560 1608 (pts 1561 - (xy 149.86 52.07) (xy 151.13 52.07) 1609 + (xy 153.67 52.07) (xy 154.94 52.07) 1562 1610 ) 1563 1611 (stroke 1564 1612 (width 0) ··· 1568 1616 ) 1569 1617 (wire 1570 1618 (pts 1571 - (xy 90.17 45.72) (xy 100.33 45.72) 1572 - ) 1573 - (stroke 1574 - (width 0) 1575 - (type default) 1576 - ) 1577 - (uuid "0c55eacc-4633-4e45-83a1-0f47c7c28ec7") 1578 - ) 1579 - (wire 1580 - (pts 1581 - (xy 30.48 81.28) (xy 30.48 85.09) 1619 + (xy 74.93 57.15) (xy 74.93 60.96) 1582 1620 ) 1583 1621 (stroke 1584 1622 (width 0) ··· 1588 1626 ) 1589 1627 (wire 1590 1628 (pts 1591 - (xy 100.33 29.21) (xy 100.33 45.72) 1592 - ) 1593 - (stroke 1594 - (width 0) 1595 - (type default) 1596 - ) 1597 - (uuid "21aa05ef-c167-4bc3-b7fb-cc3471876a1d") 1598 - ) 1599 - (wire 1600 - (pts 1601 - (xy 125.73 33.02) (xy 125.73 34.29) 1629 + (xy 129.54 33.02) (xy 129.54 34.29) 1602 1630 ) 1603 1631 (stroke 1604 1632 (width 0) ··· 1608 1636 ) 1609 1637 (wire 1610 1638 (pts 1611 - (xy 124.46 54.61) (xy 124.46 58.42) 1639 + (xy 128.27 54.61) (xy 128.27 58.42) 1612 1640 ) 1613 1641 (stroke 1614 1642 (width 0) ··· 1618 1646 ) 1619 1647 (wire 1620 1648 (pts 1621 - (xy 29.21 46.99) (xy 30.48 46.99) 1649 + (xy 24.13 45.72) (xy 25.4 45.72) 1622 1650 ) 1623 1651 (stroke 1624 1652 (width 0) ··· 1628 1656 ) 1629 1657 (wire 1630 1658 (pts 1631 - (xy 60.96 44.45) (xy 62.23 44.45) 1659 + (xy 55.88 43.18) (xy 57.15 43.18) 1632 1660 ) 1633 1661 (stroke 1634 1662 (width 0) ··· 1638 1666 ) 1639 1667 (wire 1640 1668 (pts 1641 - (xy 29.21 44.45) (xy 30.48 44.45) 1669 + (xy 24.13 43.18) (xy 25.4 43.18) 1642 1670 ) 1643 1671 (stroke 1644 1672 (width 0) ··· 1648 1676 ) 1649 1677 (wire 1650 1678 (pts 1651 - (xy 45.72 64.77) (xy 45.72 66.04) 1679 + (xy 40.64 63.5) (xy 40.64 64.77) 1652 1680 ) 1653 1681 (stroke 1654 1682 (width 0) ··· 1658 1686 ) 1659 1687 (wire 1660 1688 (pts 1661 - (xy 90.17 60.96) (xy 90.17 62.23) 1689 + (xy 91.44 39.37) (xy 91.44 40.64) 1662 1690 ) 1663 1691 (stroke 1664 1692 (width 0) ··· 1668 1696 ) 1669 1697 (wire 1670 1698 (pts 1671 - (xy 124.46 63.5) (xy 124.46 64.77) 1699 + (xy 128.27 63.5) (xy 128.27 64.77) 1672 1700 ) 1673 1701 (stroke 1674 1702 (width 0) ··· 1678 1706 ) 1679 1707 (wire 1680 1708 (pts 1681 - (xy 114.3 50.8) (xy 114.3 52.07) 1709 + (xy 116.84 50.8) (xy 116.84 52.07) 1682 1710 ) 1683 1711 (stroke 1684 1712 (width 0) ··· 1688 1716 ) 1689 1717 (wire 1690 1718 (pts 1691 - (xy 60.96 54.61) (xy 62.23 54.61) 1719 + (xy 55.88 53.34) (xy 57.15 53.34) 1692 1720 ) 1693 1721 (stroke 1694 1722 (width 0) ··· 1698 1726 ) 1699 1727 (wire 1700 1728 (pts 1701 - (xy 45.72 26.67) (xy 45.72 39.37) 1729 + (xy 40.64 25.4) (xy 40.64 38.1) 1702 1730 ) 1703 1731 (stroke 1704 1732 (width 0) ··· 1708 1736 ) 1709 1737 (wire 1710 1738 (pts 1711 - (xy 114.3 52.07) (xy 124.46 52.07) 1739 + (xy 72.39 30.48) (xy 72.39 31.75) 1740 + ) 1741 + (stroke 1742 + (width 0) 1743 + (type default) 1744 + ) 1745 + (uuid "704ff570-2e28-44c4-ac4a-40dcf6039703") 1746 + ) 1747 + (wire 1748 + (pts 1749 + (xy 116.84 52.07) (xy 128.27 52.07) 1712 1750 ) 1713 1751 (stroke 1714 1752 (width 0) ··· 1718 1756 ) 1719 1757 (wire 1720 1758 (pts 1721 - (xy 114.3 58.42) (xy 114.3 59.69) 1759 + (xy 116.84 58.42) (xy 116.84 59.69) 1722 1760 ) 1723 1761 (stroke 1724 1762 (width 0) ··· 1728 1766 ) 1729 1767 (wire 1730 1768 (pts 1731 - (xy 149.86 46.99) (xy 151.13 46.99) 1769 + (xy 153.67 46.99) (xy 154.94 46.99) 1732 1770 ) 1733 1771 (stroke 1734 1772 (width 0) ··· 1738 1776 ) 1739 1777 (wire 1740 1778 (pts 1741 - (xy 114.3 52.07) (xy 114.3 53.34) 1779 + (xy 116.84 52.07) (xy 116.84 53.34) 1742 1780 ) 1743 1781 (stroke 1744 1782 (width 0) ··· 1748 1786 ) 1749 1787 (wire 1750 1788 (pts 1751 - (xy 34.29 33.02) (xy 34.29 34.29) 1789 + (xy 29.21 31.75) (xy 29.21 33.02) 1752 1790 ) 1753 1791 (stroke 1754 1792 (width 0) ··· 1758 1796 ) 1759 1797 (wire 1760 1798 (pts 1761 - (xy 125.73 26.67) (xy 137.16 26.67) 1799 + (xy 72.39 24.13) (xy 81.28 24.13) 1762 1800 ) 1763 1801 (stroke 1764 1802 (width 0) 1765 1803 (type default) 1766 1804 ) 1767 - (uuid "7b579d9e-72dc-40bb-ae02-9de52f149a08") 1805 + (uuid "7b08b532-e4d2-4766-b931-0005c5b6a5dc") 1768 1806 ) 1769 1807 (wire 1770 1808 (pts 1771 - (xy 137.16 25.4) (xy 137.16 26.67) 1809 + (xy 129.54 26.67) (xy 140.97 26.67) 1772 1810 ) 1773 1811 (stroke 1774 1812 (width 0) 1775 1813 (type default) 1776 1814 ) 1777 - (uuid "7c0adf73-eb84-4de5-89f3-fde9d462f8f1") 1815 + (uuid "7b579d9e-72dc-40bb-ae02-9de52f149a08") 1778 1816 ) 1779 1817 (wire 1780 1818 (pts 1781 - (xy 34.29 83.82) (xy 34.29 85.09) 1819 + (xy 140.97 25.4) (xy 140.97 26.67) 1782 1820 ) 1783 1821 (stroke 1784 1822 (width 0) 1785 1823 (type default) 1786 1824 ) 1787 - (uuid "81305c2d-9671-4034-9d11-6e7be22f4a24") 1825 + (uuid "7c0adf73-eb84-4de5-89f3-fde9d462f8f1") 1788 1826 ) 1789 1827 (wire 1790 1828 (pts 1791 - (xy 29.21 59.69) (xy 30.48 59.69) 1829 + (xy 78.74 59.69) (xy 78.74 60.96) 1792 1830 ) 1793 1831 (stroke 1794 1832 (width 0) 1795 1833 (type default) 1796 1834 ) 1797 - (uuid "83793c11-e147-40ac-8d63-ebc969465571") 1835 + (uuid "81305c2d-9671-4034-9d11-6e7be22f4a24") 1798 1836 ) 1799 1837 (wire 1800 1838 (pts 1801 - (xy 88.9 29.21) (xy 100.33 29.21) 1839 + (xy 24.13 58.42) (xy 25.4 58.42) 1802 1840 ) 1803 1841 (stroke 1804 1842 (width 0) 1805 1843 (type default) 1806 1844 ) 1807 - (uuid "8651e662-a782-4268-9827-0e06f5162931") 1845 + (uuid "83793c11-e147-40ac-8d63-ebc969465571") 1808 1846 ) 1809 1847 (wire 1810 1848 (pts 1811 - (xy 29.21 49.53) (xy 30.48 49.53) 1849 + (xy 72.39 22.86) (xy 72.39 24.13) 1812 1850 ) 1813 1851 (stroke 1814 1852 (width 0) 1815 1853 (type default) 1816 1854 ) 1817 - (uuid "973cdfa3-6ad6-4300-9b20-1101c708a9ae") 1855 + (uuid "87e803e7-fb0a-4cc9-a9fb-d9bd1bb839f6") 1818 1856 ) 1819 1857 (wire 1820 1858 (pts 1821 - (xy 88.9 35.56) (xy 88.9 36.83) 1859 + (xy 24.13 48.26) (xy 25.4 48.26) 1822 1860 ) 1823 1861 (stroke 1824 1862 (width 0) 1825 1863 (type default) 1826 1864 ) 1827 - (uuid "9e5ca17e-5cf7-4fef-b944-c0e136a11d97") 1865 + (uuid "973cdfa3-6ad6-4300-9b20-1101c708a9ae") 1828 1866 ) 1829 1867 (wire 1830 1868 (pts 1831 - (xy 29.21 52.07) (xy 30.48 52.07) 1869 + (xy 81.28 24.13) (xy 81.28 31.75) 1832 1870 ) 1833 1871 (stroke 1834 1872 (width 0) 1835 1873 (type default) 1836 1874 ) 1837 - (uuid "a9f32965-a44f-42d3-a3d0-b94ab2b5db4a") 1875 + (uuid "98656916-d72b-4b0a-a8e5-6d7c5dbb9f74") 1838 1876 ) 1839 1877 (wire 1840 1878 (pts 1841 - (xy 88.9 30.48) (xy 88.9 29.21) 1879 + (xy 24.13 50.8) (xy 25.4 50.8) 1842 1880 ) 1843 1881 (stroke 1844 1882 (width 0) 1845 1883 (type default) 1846 1884 ) 1847 - (uuid "affca15f-4ea0-477b-8536-552980b1b7ee") 1885 + (uuid "a9f32965-a44f-42d3-a3d0-b94ab2b5db4a") 1848 1886 ) 1849 1887 (wire 1850 1888 (pts 1851 - (xy 34.29 26.67) (xy 45.72 26.67) 1889 + (xy 29.21 25.4) (xy 40.64 25.4) 1852 1890 ) 1853 1891 (stroke 1854 1892 (width 0) ··· 1858 1896 ) 1859 1897 (wire 1860 1898 (pts 1861 - (xy 35.56 104.14) (xy 36.83 104.14) 1899 + (xy 81.28 24.13) (xy 91.44 24.13) 1862 1900 ) 1863 1901 (stroke 1864 1902 (width 0) 1865 1903 (type default) 1866 1904 ) 1867 - (uuid "bfe5b9c1-9335-4b06-9b97-f71418a9494a") 1905 + (uuid "bb836d5d-5ceb-4e43-a8dc-e98b0b618fec") 1868 1906 ) 1869 1907 (wire 1870 1908 (pts 1871 - (xy 100.33 45.72) (xy 100.33 53.34) 1909 + (xy 100.33 63.5) (xy 101.6 63.5) 1872 1910 ) 1873 1911 (stroke 1874 1912 (width 0) 1875 1913 (type default) 1876 1914 ) 1877 - (uuid "cb860568-43aa-415d-99ae-9eed0e82cb8b") 1915 + (uuid "bfe5b9c1-9335-4b06-9b97-f71418a9494a") 1878 1916 ) 1879 1917 (wire 1880 1918 (pts 1881 - (xy 137.16 26.67) (xy 137.16 39.37) 1919 + (xy 140.97 26.67) (xy 140.97 39.37) 1882 1920 ) 1883 1921 (stroke 1884 1922 (width 0) ··· 1888 1926 ) 1889 1927 (wire 1890 1928 (pts 1891 - (xy 100.33 27.94) (xy 100.33 29.21) 1929 + (xy 129.54 26.67) (xy 129.54 27.94) 1892 1930 ) 1893 1931 (stroke 1894 1932 (width 0) 1895 1933 (type default) 1896 1934 ) 1897 - (uuid "e24e2393-c6c9-42c6-865b-9f17222d92b0") 1935 + (uuid "ec7f1088-24f1-4004-b5ba-5642ac82e22d") 1898 1936 ) 1899 1937 (wire 1900 1938 (pts 1901 - (xy 125.73 26.67) (xy 125.73 27.94) 1939 + (xy 72.39 25.4) (xy 72.39 24.13) 1902 1940 ) 1903 1941 (stroke 1904 1942 (width 0) 1905 1943 (type default) 1906 1944 ) 1907 - (uuid "ec7f1088-24f1-4004-b5ba-5642ac82e22d") 1945 + (uuid "f337aa6a-96b4-426a-b367-45490fa7ff59") 1908 1946 ) 1909 1947 (wire 1910 1948 (pts 1911 - (xy 137.16 60.96) (xy 137.16 59.69) 1949 + (xy 140.97 60.96) (xy 140.97 59.69) 1912 1950 ) 1913 1951 (stroke 1914 1952 (width 0) ··· 1918 1956 ) 1919 1957 (wire 1920 1958 (pts 1921 - (xy 45.72 25.4) (xy 45.72 26.67) 1959 + (xy 40.64 24.13) (xy 40.64 25.4) 1922 1960 ) 1923 1961 (stroke 1924 1962 (width 0) ··· 1928 1966 ) 1929 1967 (wire 1930 1968 (pts 1931 - (xy 60.96 46.99) (xy 62.23 46.99) 1969 + (xy 55.88 45.72) (xy 57.15 45.72) 1932 1970 ) 1933 1971 (stroke 1934 1972 (width 0) ··· 1938 1976 ) 1939 1977 (wire 1940 1978 (pts 1941 - (xy 34.29 26.67) (xy 34.29 27.94) 1979 + (xy 29.21 25.4) (xy 29.21 26.67) 1942 1980 ) 1943 1981 (stroke 1944 1982 (width 0) ··· 1946 1984 ) 1947 1985 (uuid "ff7d54c5-765b-43b9-85c8-5d4819ba3b6c") 1948 1986 ) 1949 - (label "CANL" 1950 - (at 151.13 52.07 0) 1987 + (label "CAN_N" 1988 + (at 154.94 52.07 0) 1951 1989 (effects 1952 1990 (font 1953 1991 (size 1.27 1.27) ··· 1956 1994 ) 1957 1995 (uuid "28d7be89-730e-477a-acf0-0d290525a323") 1958 1996 ) 1959 - (label "CANL" 1960 - (at 34.29 83.82 0) 1997 + (label "CAN_N" 1998 + (at 78.74 59.69 0) 1961 1999 (effects 1962 2000 (font 1963 2001 (size 1.27 1.27) ··· 1967 2005 (uuid "3e753b46-b542-4f8a-8174-0c20751f07d7") 1968 2006 ) 1969 2007 (label "XO_OUT" 1970 - (at 29.21 59.69 180) 2008 + (at 24.13 58.42 180) 1971 2009 (effects 1972 2010 (font 1973 2011 (size 1.27 1.27) ··· 1976 2014 ) 1977 2015 (uuid "4111d1f0-79ea-46c8-90b5-928ac8bdce11") 1978 2016 ) 1979 - (label "CANH" 1980 - (at 30.48 81.28 0) 2017 + (label "CAN_P" 2018 + (at 74.93 57.15 0) 1981 2019 (effects 1982 2020 (font 1983 2021 (size 1.27 1.27) ··· 1986 2024 ) 1987 2025 (uuid "76d7284f-5b2b-444c-9770-fd197fff9c3f") 1988 2026 ) 1989 - (label "RXCAN" 1990 - (at 124.46 46.99 180) 2027 + (label "XCAN_N" 2028 + (at 128.27 46.99 180) 1991 2029 (effects 1992 2030 (font 1993 2031 (size 1.27 1.27) ··· 1996 2034 ) 1997 2035 (uuid "843d6594-aeeb-4622-a17b-eeec09f33539") 1998 2036 ) 1999 - (label "TXCAN" 2000 - (at 62.23 46.99 0) 2037 + (label "XCAN_N" 2038 + (at 57.15 45.72 0) 2001 2039 (effects 2002 2040 (font 2003 2041 (size 1.27 1.27) ··· 2007 2045 (uuid "989f6ccd-f736-4120-9252-4d69687ad826") 2008 2046 ) 2009 2047 (label "XO_OUT" 2010 - (at 80.01 53.34 180) 2048 + (at 101.6 31.75 0) 2011 2049 (effects 2012 2050 (font 2013 2051 (size 1.27 1.27) 2014 2052 ) 2015 - (justify right bottom) 2053 + (justify left bottom) 2016 2054 ) 2017 - (uuid "a28bb10c-1f9d-4b1d-8dc1-bbf82019fe05") 2055 + (uuid "ad1b7f66-cd1b-454f-8e17-0397b155bf54") 2018 2056 ) 2019 - (label "TXCAN" 2020 - (at 124.46 44.45 180) 2057 + (label "XCAN_P" 2058 + (at 128.27 44.45 180) 2021 2059 (effects 2022 2060 (font 2023 2061 (size 1.27 1.27) ··· 2026 2064 ) 2027 2065 (uuid "cb94370d-c06a-4408-bca0-02cfd49fec95") 2028 2066 ) 2029 - (label "RXCAN" 2030 - (at 62.23 44.45 0) 2067 + (label "XCAN_P" 2068 + (at 57.15 43.18 0) 2031 2069 (effects 2032 2070 (font 2033 2071 (size 1.27 1.27) ··· 2036 2074 ) 2037 2075 (uuid "ce571f69-d5f4-4dab-93e4-7120e1a74d27") 2038 2076 ) 2039 - (label "CANH" 2040 - (at 151.13 46.99 0) 2077 + (label "CAN_P" 2078 + (at 154.94 46.99 0) 2041 2079 (effects 2042 2080 (font 2043 2081 (size 1.27 1.27) ··· 2046 2084 ) 2047 2085 (uuid "e6c79b1b-0d9e-436f-9188-5af7c74f0299") 2048 2086 ) 2049 - (label "CANH" 2050 - (at 27.94 104.14 180) 2087 + (label "CAN_P" 2088 + (at 92.71 63.5 180) 2051 2089 (effects 2052 2090 (font 2053 2091 (size 1.27 1.27) ··· 2056 2094 ) 2057 2095 (uuid "f3b3dec4-5f97-4dee-ab76-44f9e5fa3c88") 2058 2096 ) 2059 - (label "CANL" 2060 - (at 36.83 104.14 0) 2097 + (label "CAN_N" 2098 + (at 101.6 63.5 0) 2061 2099 (effects 2062 2100 (font 2063 2101 (size 1.27 1.27) ··· 2068 2106 ) 2069 2107 (hierarchical_label "INT" 2070 2108 (shape output) 2071 - (at 62.23 54.61 0) 2109 + (at 57.15 53.34 0) 2072 2110 (effects 2073 2111 (font 2074 2112 (size 1.27 1.27) ··· 2079 2117 ) 2080 2118 (hierarchical_label "MOSI" 2081 2119 (shape input) 2082 - (at 29.21 44.45 180) 2120 + (at 24.13 43.18 180) 2083 2121 (effects 2084 2122 (font 2085 2123 (size 1.27 1.27) ··· 2088 2126 ) 2089 2127 (uuid "32070abf-ef5f-46d4-9ada-bb88702a7988") 2090 2128 ) 2091 - (hierarchical_label "CANH" 2129 + (hierarchical_label "CAN_P" 2092 2130 (shape bidirectional) 2093 - (at 30.48 85.09 270) 2131 + (at 74.93 60.96 270) 2094 2132 (effects 2095 2133 (font 2096 2134 (size 1.27 1.27) ··· 2101 2139 ) 2102 2140 (hierarchical_label "MISO" 2103 2141 (shape output) 2104 - (at 29.21 46.99 180) 2142 + (at 24.13 45.72 180) 2105 2143 (effects 2106 2144 (font 2107 2145 (size 1.27 1.27) ··· 2110 2148 ) 2111 2149 (uuid "5e43436e-df70-4d5e-a298-ff56a44d8a59") 2112 2150 ) 2113 - (hierarchical_label "CANL" 2151 + (hierarchical_label "CAN_N" 2114 2152 (shape bidirectional) 2115 - (at 34.29 85.09 270) 2153 + (at 78.74 60.96 270) 2116 2154 (effects 2117 2155 (font 2118 2156 (size 1.27 1.27) ··· 2123 2161 ) 2124 2162 (hierarchical_label "SCLK" 2125 2163 (shape input) 2126 - (at 29.21 52.07 180) 2164 + (at 24.13 50.8 180) 2127 2165 (effects 2128 2166 (font 2129 2167 (size 1.27 1.27) ··· 2134 2172 ) 2135 2173 (hierarchical_label "CS" 2136 2174 (shape input) 2137 - (at 29.21 49.53 180) 2175 + (at 24.13 48.26 180) 2138 2176 (effects 2139 2177 (font 2140 2178 (size 1.27 1.27) ··· 2145 2183 ) 2146 2184 (symbol 2147 2185 (lib_id "power:GND") 2148 - (at 88.9 36.83 0) 2186 + (at 72.39 31.75 0) 2149 2187 (unit 1) 2150 2188 (exclude_from_sim no) 2151 2189 (in_bom yes) ··· 2153 2191 (dnp no) 2154 2192 (fields_autoplaced yes) 2155 2193 (uuid "0107de66-a010-40d0-8187-a2398321507d") 2156 - (property "Reference" "#PWR06" 2157 - (at 88.9 43.18 0) 2194 + (property "Reference" "#PWR?" 2195 + (at 72.39 38.1 0) 2158 2196 (effects 2159 2197 (font 2160 2198 (size 1.27 1.27) ··· 2163 2201 ) 2164 2202 ) 2165 2203 (property "Value" "GND" 2166 - (at 88.9 41.91 0) 2204 + (at 72.39 36.83 0) 2167 2205 (effects 2168 2206 (font 2169 2207 (size 1.27 1.27) ··· 2171 2209 ) 2172 2210 ) 2173 2211 (property "Footprint" "" 2174 - (at 88.9 36.83 0) 2212 + (at 72.39 31.75 0) 2175 2213 (effects 2176 2214 (font 2177 2215 (size 1.27 1.27) ··· 2180 2218 ) 2181 2219 ) 2182 2220 (property "Datasheet" "" 2183 - (at 88.9 36.83 0) 2221 + (at 72.39 31.75 0) 2184 2222 (effects 2185 2223 (font 2186 2224 (size 1.27 1.27) ··· 2189 2227 ) 2190 2228 ) 2191 2229 (property "Description" "Power symbol creates a global label with name \"GND\" , ground" 2192 - (at 88.9 36.83 0) 2230 + (at 72.39 31.75 0) 2193 2231 (effects 2194 2232 (font 2195 2233 (size 1.27 1.27) ··· 2201 2239 (uuid "8b7b24ca-f8f0-475a-a202-8a459d2ad8b2") 2202 2240 ) 2203 2241 (instances 2242 + (project "can_channel" 2243 + (path "/9116dce4-ee6f-4c1d-b606-42cf2e075a74" 2244 + (reference "#PWR?") 2245 + (unit 1) 2246 + ) 2247 + ) 2204 2248 (project "can-hat" 2205 2249 (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/00e2c20b-7be4-4f83-a3f0-21fb1d83928e" 2206 - (reference "#PWR016") 2250 + (reference "#PWR0101") 2207 2251 (unit 1) 2208 2252 ) 2209 2253 (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/748c85b6-cf1e-459f-b03b-a42e443a0481" 2210 - (reference "#PWR028") 2254 + (reference "#PWR0103") 2211 2255 (unit 1) 2212 2256 ) 2213 2257 (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/cffcbb79-f928-4938-8342-415f3cadb2dd" ··· 2219 2263 ) 2220 2264 (symbol 2221 2265 (lib_id "power:+3.3V") 2222 - (at 100.33 27.94 0) 2266 + (at 72.39 22.86 0) 2223 2267 (unit 1) 2224 2268 (exclude_from_sim no) 2225 2269 (in_bom yes) ··· 2227 2271 (dnp no) 2228 2272 (fields_autoplaced yes) 2229 2273 (uuid "0180cdf6-11e3-4612-9732-707c34bdc97c") 2230 - (property "Reference" "#PWR03" 2231 - (at 100.33 31.75 0) 2274 + (property "Reference" "#PWR?" 2275 + (at 72.39 26.67 0) 2232 2276 (effects 2233 2277 (font 2234 2278 (size 1.27 1.27) ··· 2237 2281 ) 2238 2282 ) 2239 2283 (property "Value" "+3.3V" 2240 - (at 100.33 22.86 0) 2284 + (at 72.39 17.78 0) 2241 2285 (effects 2242 2286 (font 2243 2287 (size 1.27 1.27) ··· 2245 2289 ) 2246 2290 ) 2247 2291 (property "Footprint" "" 2248 - (at 100.33 27.94 0) 2292 + (at 72.39 22.86 0) 2249 2293 (effects 2250 2294 (font 2251 2295 (size 1.27 1.27) ··· 2254 2298 ) 2255 2299 ) 2256 2300 (property "Datasheet" "" 2257 - (at 100.33 27.94 0) 2301 + (at 72.39 22.86 0) 2258 2302 (effects 2259 2303 (font 2260 2304 (size 1.27 1.27) ··· 2263 2307 ) 2264 2308 ) 2265 2309 (property "Description" "Power symbol creates a global label with name \"+3.3V\"" 2266 - (at 100.33 27.94 0) 2310 + (at 72.39 22.86 0) 2267 2311 (effects 2268 2312 (font 2269 2313 (size 1.27 1.27) ··· 2275 2319 (uuid "0d64e8d3-4c49-434e-8462-0e37fefb4619") 2276 2320 ) 2277 2321 (instances 2322 + (project "can_channel" 2323 + (path "/9116dce4-ee6f-4c1d-b606-42cf2e075a74" 2324 + (reference "#PWR?") 2325 + (unit 1) 2326 + ) 2327 + ) 2278 2328 (project "can-hat" 2279 2329 (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/00e2c20b-7be4-4f83-a3f0-21fb1d83928e" 2280 - (reference "#PWR018") 2330 + (reference "#PWR0102") 2281 2331 (unit 1) 2282 2332 ) 2283 2333 (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/748c85b6-cf1e-459f-b03b-a42e443a0481" 2284 - (reference "#PWR030") 2334 + (reference "#PWR0104") 2285 2335 (unit 1) 2286 2336 ) 2287 2337 (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/cffcbb79-f928-4938-8342-415f3cadb2dd" ··· 2293 2343 ) 2294 2344 (symbol 2295 2345 (lib_id "Oscillator:ASCO") 2296 - (at 90.17 53.34 0) 2346 + (at 91.44 31.75 0) 2297 2347 (unit 1) 2298 2348 (exclude_from_sim no) 2299 2349 (in_bom yes) 2300 2350 (on_board yes) 2301 2351 (dnp no) 2302 2352 (uuid "058a522f-becb-4533-a845-d20f48132ea7") 2303 - (property "Reference" "Y1" 2304 - (at 81.28 42.164 0) 2353 + (property "Reference" "Y?" 2354 + (at 101.092 22.352 0) 2305 2355 (effects 2306 2356 (font 2307 2357 (size 1.27 1.27) ··· 2309 2359 ) 2310 2360 ) 2311 2361 (property "Value" "40MHZ Oscillator" 2312 - (at 81.28 44.704 0) 2362 + (at 101.092 24.892 0) 2313 2363 (effects 2314 2364 (font 2315 2365 (size 1.27 1.27) 2316 2366 ) 2317 2367 ) 2318 2368 ) 2319 - (property "Footprint" "Oscillator:Oscillator_SMD_Abracon_ASCO-4Pin_1.6x1.2mm" 2320 - (at 92.71 62.23 0) 2369 + (property "Footprint" "Crystal:Crystal_SMD_5032-4Pin_5.0x3.2mm" 2370 + (at 93.98 40.64 0) 2321 2371 (effects 2322 2372 (font 2323 2373 (size 1.27 1.27) ··· 2326 2376 ) 2327 2377 ) 2328 2378 (property "Datasheet" "https://abracon.com/Oscillators/ASCO.pdf" 2329 - (at 84.455 50.165 0) 2379 + (at 85.725 28.575 0) 2330 2380 (effects 2331 2381 (font 2332 2382 (size 1.27 1.27) ··· 2335 2385 ) 2336 2386 ) 2337 2387 (property "Description" "Crystal Clock Oscillator, Abracon ASCO" 2338 - (at 90.17 53.34 0) 2388 + (at 91.44 31.75 0) 2339 2389 (effects 2340 2390 (font 2341 2391 (size 1.27 1.27) ··· 2356 2406 (uuid "3bb01e7f-2f26-4d61-9a71-7c050529a288") 2357 2407 ) 2358 2408 (instances 2409 + (project "can_channel" 2410 + (path "/9116dce4-ee6f-4c1d-b606-42cf2e075a74" 2411 + (reference "Y?") 2412 + (unit 1) 2413 + ) 2414 + ) 2359 2415 (project "can-hat" 2360 2416 (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/00e2c20b-7be4-4f83-a3f0-21fb1d83928e" 2361 2417 (reference "Y2") ··· 2374 2430 ) 2375 2431 (symbol 2376 2432 (lib_id "power:+3.3V") 2377 - (at 114.3 50.8 0) 2433 + (at 116.84 50.8 0) 2378 2434 (unit 1) 2379 2435 (exclude_from_sim no) 2380 2436 (in_bom yes) ··· 2382 2438 (dnp no) 2383 2439 (fields_autoplaced yes) 2384 2440 (uuid "0dde4475-c275-4a49-9b3b-c3692c6bfc65") 2385 - (property "Reference" "#PWR011" 2386 - (at 114.3 54.61 0) 2441 + (property "Reference" "#PWR?" 2442 + (at 116.84 54.61 0) 2387 2443 (effects 2388 2444 (font 2389 2445 (size 1.27 1.27) ··· 2392 2448 ) 2393 2449 ) 2394 2450 (property "Value" "+3.3V" 2395 - (at 114.3 45.72 0) 2451 + (at 116.84 45.72 0) 2396 2452 (effects 2397 2453 (font 2398 2454 (size 1.27 1.27) ··· 2400 2456 ) 2401 2457 ) 2402 2458 (property "Footprint" "" 2403 - (at 114.3 50.8 0) 2459 + (at 116.84 50.8 0) 2404 2460 (effects 2405 2461 (font 2406 2462 (size 1.27 1.27) ··· 2409 2465 ) 2410 2466 ) 2411 2467 (property "Datasheet" "" 2412 - (at 114.3 50.8 0) 2468 + (at 116.84 50.8 0) 2413 2469 (effects 2414 2470 (font 2415 2471 (size 1.27 1.27) ··· 2418 2474 ) 2419 2475 ) 2420 2476 (property "Description" "Power symbol creates a global label with name \"+3.3V\"" 2421 - (at 114.3 50.8 0) 2477 + (at 116.84 50.8 0) 2422 2478 (effects 2423 2479 (font 2424 2480 (size 1.27 1.27) ··· 2430 2486 (uuid "62651058-193f-44b1-82ce-36bf351adfd1") 2431 2487 ) 2432 2488 (instances 2489 + (project "can_channel" 2490 + (path "/9116dce4-ee6f-4c1d-b606-42cf2e075a74" 2491 + (reference "#PWR?") 2492 + (unit 1) 2493 + ) 2494 + ) 2433 2495 (project "can-hat" 2434 2496 (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/00e2c20b-7be4-4f83-a3f0-21fb1d83928e" 2435 2497 (reference "#PWR019") ··· 2448 2510 ) 2449 2511 (symbol 2450 2512 (lib_id "Device:R_Small") 2451 - (at 124.46 60.96 0) 2513 + (at 128.27 60.96 0) 2452 2514 (unit 1) 2453 2515 (exclude_from_sim no) 2454 2516 (in_bom yes) ··· 2456 2518 (dnp no) 2457 2519 (fields_autoplaced yes) 2458 2520 (uuid "4130b5bb-0ecd-4320-b9cd-24ccd74e2148") 2459 - (property "Reference" "R1" 2460 - (at 127 59.6899 0) 2521 + (property "Reference" "R?" 2522 + (at 130.81 59.6899 0) 2461 2523 (effects 2462 2524 (font 2463 2525 (size 1.016 1.016) ··· 2466 2528 ) 2467 2529 ) 2468 2530 (property "Value" "10kΩ" 2469 - (at 127 62.2299 0) 2531 + (at 130.81 62.2299 0) 2470 2532 (effects 2471 2533 (font 2472 2534 (size 1.27 1.27) ··· 2474 2536 (justify left) 2475 2537 ) 2476 2538 ) 2477 - (property "Footprint" "" 2478 - (at 124.46 60.96 0) 2539 + (property "Footprint" "Resistor_SMD:R_0201_0603Metric" 2540 + (at 128.27 60.96 0) 2479 2541 (effects 2480 2542 (font 2481 2543 (size 1.27 1.27) ··· 2484 2546 ) 2485 2547 ) 2486 2548 (property "Datasheet" "~" 2487 - (at 124.46 60.96 0) 2549 + (at 128.27 60.96 0) 2488 2550 (effects 2489 2551 (font 2490 2552 (size 1.27 1.27) ··· 2493 2555 ) 2494 2556 ) 2495 2557 (property "Description" "Resistor, small symbol" 2496 - (at 124.46 60.96 0) 2558 + (at 128.27 60.96 0) 2497 2559 (effects 2498 2560 (font 2499 2561 (size 1.27 1.27) ··· 2508 2570 (uuid "22169ec2-6358-48f3-a06c-be6fa03f992b") 2509 2571 ) 2510 2572 (instances 2573 + (project "can_channel" 2574 + (path "/9116dce4-ee6f-4c1d-b606-42cf2e075a74" 2575 + (reference "R?") 2576 + (unit 1) 2577 + ) 2578 + ) 2511 2579 (project "can-hat" 2512 2580 (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/00e2c20b-7be4-4f83-a3f0-21fb1d83928e" 2513 2581 (reference "R4") ··· 2526 2594 ) 2527 2595 (symbol 2528 2596 (lib_id "power:GND") 2529 - (at 124.46 64.77 0) 2597 + (at 128.27 64.77 0) 2530 2598 (unit 1) 2531 2599 (exclude_from_sim no) 2532 2600 (in_bom yes) ··· 2534 2602 (dnp no) 2535 2603 (fields_autoplaced yes) 2536 2604 (uuid "64feaa13-80da-4f24-8544-930e783d5bca") 2537 - (property "Reference" "#PWR012" 2538 - (at 124.46 71.12 0) 2605 + (property "Reference" "#PWR?" 2606 + (at 128.27 71.12 0) 2539 2607 (effects 2540 2608 (font 2541 2609 (size 1.27 1.27) ··· 2544 2612 ) 2545 2613 ) 2546 2614 (property "Value" "GND" 2547 - (at 124.46 69.85 0) 2615 + (at 128.27 69.85 0) 2548 2616 (effects 2549 2617 (font 2550 2618 (size 1.27 1.27) ··· 2552 2620 ) 2553 2621 ) 2554 2622 (property "Footprint" "" 2555 - (at 124.46 64.77 0) 2623 + (at 128.27 64.77 0) 2556 2624 (effects 2557 2625 (font 2558 2626 (size 1.27 1.27) ··· 2561 2629 ) 2562 2630 ) 2563 2631 (property "Datasheet" "" 2564 - (at 124.46 64.77 0) 2632 + (at 128.27 64.77 0) 2565 2633 (effects 2566 2634 (font 2567 2635 (size 1.27 1.27) ··· 2570 2638 ) 2571 2639 ) 2572 2640 (property "Description" "Power symbol creates a global label with name \"GND\" , ground" 2573 - (at 124.46 64.77 0) 2641 + (at 128.27 64.77 0) 2574 2642 (effects 2575 2643 (font 2576 2644 (size 1.27 1.27) ··· 2582 2650 (uuid "3ec16862-4b38-434c-88c1-a78a975cdf17") 2583 2651 ) 2584 2652 (instances 2653 + (project "can_channel" 2654 + (path "/9116dce4-ee6f-4c1d-b606-42cf2e075a74" 2655 + (reference "#PWR?") 2656 + (unit 1) 2657 + ) 2658 + ) 2585 2659 (project "can-hat" 2586 2660 (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/00e2c20b-7be4-4f83-a3f0-21fb1d83928e" 2587 2661 (reference "#PWR021") ··· 2600 2674 ) 2601 2675 (symbol 2602 2676 (lib_id "power:GND") 2603 - (at 90.17 62.23 0) 2677 + (at 91.44 40.64 0) 2604 2678 (unit 1) 2605 2679 (exclude_from_sim no) 2606 2680 (in_bom yes) ··· 2608 2682 (dnp no) 2609 2683 (fields_autoplaced yes) 2610 2684 (uuid "6af64da4-684c-4143-af95-565892b91dd5") 2611 - (property "Reference" "#PWR04" 2612 - (at 90.17 68.58 0) 2685 + (property "Reference" "#PWR?" 2686 + (at 91.44 46.99 0) 2613 2687 (effects 2614 2688 (font 2615 2689 (size 1.27 1.27) ··· 2618 2692 ) 2619 2693 ) 2620 2694 (property "Value" "GND" 2621 - (at 90.17 67.31 0) 2695 + (at 91.44 45.72 0) 2622 2696 (effects 2623 2697 (font 2624 2698 (size 1.27 1.27) ··· 2626 2700 ) 2627 2701 ) 2628 2702 (property "Footprint" "" 2629 - (at 90.17 62.23 0) 2703 + (at 91.44 40.64 0) 2630 2704 (effects 2631 2705 (font 2632 2706 (size 1.27 1.27) ··· 2635 2709 ) 2636 2710 ) 2637 2711 (property "Datasheet" "" 2638 - (at 90.17 62.23 0) 2712 + (at 91.44 40.64 0) 2639 2713 (effects 2640 2714 (font 2641 2715 (size 1.27 1.27) ··· 2644 2718 ) 2645 2719 ) 2646 2720 (property "Description" "Power symbol creates a global label with name \"GND\" , ground" 2647 - (at 90.17 62.23 0) 2721 + (at 91.44 40.64 0) 2648 2722 (effects 2649 2723 (font 2650 2724 (size 1.27 1.27) ··· 2656 2730 (uuid "9a1b809e-a7a2-450a-9e2d-464c111ee99d") 2657 2731 ) 2658 2732 (instances 2733 + (project "can_channel" 2734 + (path "/9116dce4-ee6f-4c1d-b606-42cf2e075a74" 2735 + (reference "#PWR?") 2736 + (unit 1) 2737 + ) 2738 + ) 2659 2739 (project "can-hat" 2660 2740 (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/00e2c20b-7be4-4f83-a3f0-21fb1d83928e" 2661 2741 (reference "#PWR017") ··· 2674 2754 ) 2675 2755 (symbol 2676 2756 (lib_id "power:GND") 2677 - (at 114.3 59.69 0) 2757 + (at 116.84 59.69 0) 2678 2758 (unit 1) 2679 2759 (exclude_from_sim no) 2680 2760 (in_bom yes) ··· 2682 2762 (dnp no) 2683 2763 (fields_autoplaced yes) 2684 2764 (uuid "7519c595-9c10-4dec-aed5-43f5e6fbadc3") 2685 - (property "Reference" "#PWR010" 2686 - (at 114.3 66.04 0) 2765 + (property "Reference" "#PWR?" 2766 + (at 116.84 66.04 0) 2687 2767 (effects 2688 2768 (font 2689 2769 (size 1.27 1.27) ··· 2692 2772 ) 2693 2773 ) 2694 2774 (property "Value" "GND" 2695 - (at 114.3 64.77 0) 2775 + (at 116.84 64.77 0) 2696 2776 (effects 2697 2777 (font 2698 2778 (size 1.27 1.27) ··· 2700 2780 ) 2701 2781 ) 2702 2782 (property "Footprint" "" 2703 - (at 114.3 59.69 0) 2783 + (at 116.84 59.69 0) 2704 2784 (effects 2705 2785 (font 2706 2786 (size 1.27 1.27) ··· 2709 2789 ) 2710 2790 ) 2711 2791 (property "Datasheet" "" 2712 - (at 114.3 59.69 0) 2792 + (at 116.84 59.69 0) 2713 2793 (effects 2714 2794 (font 2715 2795 (size 1.27 1.27) ··· 2718 2798 ) 2719 2799 ) 2720 2800 (property "Description" "Power symbol creates a global label with name \"GND\" , ground" 2721 - (at 114.3 59.69 0) 2801 + (at 116.84 59.69 0) 2722 2802 (effects 2723 2803 (font 2724 2804 (size 1.27 1.27) ··· 2730 2810 (uuid "95a65c72-d1d8-4d93-8abc-b734cb66dca3") 2731 2811 ) 2732 2812 (instances 2813 + (project "can_channel" 2814 + (path "/9116dce4-ee6f-4c1d-b606-42cf2e075a74" 2815 + (reference "#PWR?") 2816 + (unit 1) 2817 + ) 2818 + ) 2733 2819 (project "can-hat" 2734 2820 (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/00e2c20b-7be4-4f83-a3f0-21fb1d83928e" 2735 2821 (reference "#PWR020") ··· 2748 2834 ) 2749 2835 (symbol 2750 2836 (lib_id "Interface_CAN_LIN:MCP2518FD-xQBB") 2751 - (at 45.72 52.07 0) 2837 + (at 40.64 50.8 0) 2752 2838 (unit 1) 2753 2839 (exclude_from_sim no) 2754 2840 (in_bom yes) ··· 2756 2842 (dnp no) 2757 2843 (fields_autoplaced yes) 2758 2844 (uuid "7e7e047d-0ef5-4af2-bf19-3b408467b531") 2759 - (property "Reference" "U1" 2760 - (at 47.8633 36.83 0) 2845 + (property "Reference" "U?" 2846 + (at 42.7833 35.56 0) 2761 2847 (effects 2762 2848 (font 2763 2849 (size 1.27 1.27) ··· 2766 2852 ) 2767 2853 ) 2768 2854 (property "Value" "MCP2518FD-xQBB" 2769 - (at 47.8633 39.37 0) 2855 + (at 42.7833 38.1 0) 2770 2856 (effects 2771 2857 (font 2772 2858 (size 1.27 1.27) ··· 2775 2861 ) 2776 2862 ) 2777 2863 (property "Footprint" "PCM_JLCPCB:SOIC-14_L8.7-W3.9-P1.27-LS6.0-BL" 2778 - (at 46.99 66.04 0) 2864 + (at 41.91 64.77 0) 2779 2865 (effects 2780 2866 (font 2781 2867 (size 1.27 1.27) ··· 2785 2871 ) 2786 2872 ) 2787 2873 (property "Datasheet" "https://ww1.microchip.com/downloads/aemDocuments/documents/OTH/ProductDocuments/DataSheets/External-CAN-FD-Controller-with-SPI-Interface-DS20006027B.pdf" 2788 - (at 46.99 68.58 0) 2874 + (at 41.91 67.31 0) 2789 2875 (effects 2790 2876 (font 2791 2877 (size 1.27 1.27) ··· 2795 2881 ) 2796 2882 ) 2797 2883 (property "Description" "CAN FD Controller with SPI Interface, up to 8 Mbps, Vdd 2.7..5.5V, functional safety ready, VDFN-14" 2798 - (at 45.72 52.07 0) 2884 + (at 40.64 50.8 0) 2799 2885 (effects 2800 2886 (font 2801 2887 (size 1.27 1.27) ··· 2849 2935 (uuid "b11f4b1c-63c8-4dc5-bc8e-26fbeb85a8b9") 2850 2936 ) 2851 2937 (instances 2938 + (project "can_channel" 2939 + (path "/9116dce4-ee6f-4c1d-b606-42cf2e075a74" 2940 + (reference "U?") 2941 + (unit 1) 2942 + ) 2943 + ) 2852 2944 (project "can-hat" 2853 2945 (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/00e2c20b-7be4-4f83-a3f0-21fb1d83928e" 2854 2946 (reference "U3") ··· 2867 2959 ) 2868 2960 (symbol 2869 2961 (lib_id "power:GND") 2870 - (at 34.29 34.29 0) 2962 + (at 29.21 33.02 0) 2871 2963 (unit 1) 2872 2964 (exclude_from_sim no) 2873 2965 (in_bom yes) ··· 2875 2967 (dnp no) 2876 2968 (fields_autoplaced yes) 2877 2969 (uuid "87ad5a76-e8fd-41fe-9242-edf7f8373f9c") 2878 - (property "Reference" "#PWR05" 2879 - (at 34.29 40.64 0) 2970 + (property "Reference" "#PWR?" 2971 + (at 29.21 39.37 0) 2880 2972 (effects 2881 2973 (font 2882 2974 (size 1.27 1.27) ··· 2885 2977 ) 2886 2978 ) 2887 2979 (property "Value" "GND" 2888 - (at 34.29 39.37 0) 2980 + (at 29.21 38.1 0) 2889 2981 (effects 2890 2982 (font 2891 2983 (size 1.27 1.27) ··· 2893 2985 ) 2894 2986 ) 2895 2987 (property "Footprint" "" 2896 - (at 34.29 34.29 0) 2988 + (at 29.21 33.02 0) 2897 2989 (effects 2898 2990 (font 2899 2991 (size 1.27 1.27) ··· 2902 2994 ) 2903 2995 ) 2904 2996 (property "Datasheet" "" 2905 - (at 34.29 34.29 0) 2997 + (at 29.21 33.02 0) 2906 2998 (effects 2907 2999 (font 2908 3000 (size 1.27 1.27) ··· 2911 3003 ) 2912 3004 ) 2913 3005 (property "Description" "Power symbol creates a global label with name \"GND\" , ground" 2914 - (at 34.29 34.29 0) 3006 + (at 29.21 33.02 0) 2915 3007 (effects 2916 3008 (font 2917 3009 (size 1.27 1.27) ··· 2923 3015 (uuid "70e128cf-6788-491d-bc3b-39998d3e6294") 2924 3016 ) 2925 3017 (instances 3018 + (project "can_channel" 3019 + (path "/9116dce4-ee6f-4c1d-b606-42cf2e075a74" 3020 + (reference "#PWR?") 3021 + (unit 1) 3022 + ) 3023 + ) 2926 3024 (project "can-hat" 2927 3025 (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/00e2c20b-7be4-4f83-a3f0-21fb1d83928e" 2928 3026 (reference "#PWR013") ··· 2940 3038 ) 2941 3039 ) 2942 3040 (symbol 3041 + (lib_id "Device:C_Small") 3042 + (at 72.39 27.94 0) 3043 + (unit 1) 3044 + (exclude_from_sim no) 3045 + (in_bom yes) 3046 + (on_board yes) 3047 + (dnp no) 3048 + (fields_autoplaced yes) 3049 + (uuid "8c393905-1f5c-43d1-a3bd-fc2fab016ba3") 3050 + (property "Reference" "C?" 3051 + (at 74.93 26.6762 0) 3052 + (effects 3053 + (font 3054 + (size 1.27 1.27) 3055 + ) 3056 + (justify left) 3057 + ) 3058 + ) 3059 + (property "Value" "100nF" 3060 + (at 74.93 29.2162 0) 3061 + (effects 3062 + (font 3063 + (size 1.27 1.27) 3064 + ) 3065 + (justify left) 3066 + ) 3067 + ) 3068 + (property "Footprint" "Capacitor_SMD:C_0201_0603Metric" 3069 + (at 72.39 27.94 0) 3070 + (effects 3071 + (font 3072 + (size 1.27 1.27) 3073 + ) 3074 + (hide yes) 3075 + ) 3076 + ) 3077 + (property "Datasheet" "~" 3078 + (at 72.39 27.94 0) 3079 + (effects 3080 + (font 3081 + (size 1.27 1.27) 3082 + ) 3083 + (hide yes) 3084 + ) 3085 + ) 3086 + (property "Description" "Unpolarized capacitor, small symbol" 3087 + (at 72.39 27.94 0) 3088 + (effects 3089 + (font 3090 + (size 1.27 1.27) 3091 + ) 3092 + (hide yes) 3093 + ) 3094 + ) 3095 + (pin "2" 3096 + (uuid "74e7343e-9d46-4c44-8363-f59421b59559") 3097 + ) 3098 + (pin "1" 3099 + (uuid "7a9b6ce7-0770-4dea-a7ee-a342ae6db66f") 3100 + ) 3101 + (instances 3102 + (project "can_channel" 3103 + (path "/9116dce4-ee6f-4c1d-b606-42cf2e075a74" 3104 + (reference "C?") 3105 + (unit 1) 3106 + ) 3107 + ) 3108 + (project "can-hat" 3109 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/00e2c20b-7be4-4f83-a3f0-21fb1d83928e" 3110 + (reference "C6") 3111 + (unit 1) 3112 + ) 3113 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/748c85b6-cf1e-459f-b03b-a42e443a0481" 3114 + (reference "C10") 3115 + (unit 1) 3116 + ) 3117 + (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/cffcbb79-f928-4938-8342-415f3cadb2dd" 3118 + (reference "C2") 3119 + (unit 1) 3120 + ) 3121 + ) 3122 + ) 3123 + ) 3124 + (symbol 2943 3125 (lib_id "power:+3.3V") 2944 - (at 45.72 25.4 0) 3126 + (at 40.64 24.13 0) 2945 3127 (unit 1) 2946 3128 (exclude_from_sim no) 2947 3129 (in_bom yes) ··· 2949 3131 (dnp no) 2950 3132 (fields_autoplaced yes) 2951 3133 (uuid "a354774d-b490-4698-9a4b-081306956255") 2952 - (property "Reference" "#PWR01" 2953 - (at 45.72 29.21 0) 3134 + (property "Reference" "#PWR?" 3135 + (at 40.64 27.94 0) 2954 3136 (effects 2955 3137 (font 2956 3138 (size 1.27 1.27) ··· 2959 3141 ) 2960 3142 ) 2961 3143 (property "Value" "+3.3V" 2962 - (at 45.72 20.32 0) 3144 + (at 40.64 19.05 0) 2963 3145 (effects 2964 3146 (font 2965 3147 (size 1.27 1.27) ··· 2967 3149 ) 2968 3150 ) 2969 3151 (property "Footprint" "" 2970 - (at 45.72 25.4 0) 3152 + (at 40.64 24.13 0) 2971 3153 (effects 2972 3154 (font 2973 3155 (size 1.27 1.27) ··· 2976 3158 ) 2977 3159 ) 2978 3160 (property "Datasheet" "" 2979 - (at 45.72 25.4 0) 3161 + (at 40.64 24.13 0) 2980 3162 (effects 2981 3163 (font 2982 3164 (size 1.27 1.27) ··· 2985 3167 ) 2986 3168 ) 2987 3169 (property "Description" "Power symbol creates a global label with name \"+3.3V\"" 2988 - (at 45.72 25.4 0) 3170 + (at 40.64 24.13 0) 2989 3171 (effects 2990 3172 (font 2991 3173 (size 1.27 1.27) ··· 2997 3179 (uuid "57ccbd1a-53c1-4159-9afc-3ef81f3e4712") 2998 3180 ) 2999 3181 (instances 3182 + (project "can_channel" 3183 + (path "/9116dce4-ee6f-4c1d-b606-42cf2e075a74" 3184 + (reference "#PWR?") 3185 + (unit 1) 3186 + ) 3187 + ) 3000 3188 (project "can-hat" 3001 3189 (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/00e2c20b-7be4-4f83-a3f0-21fb1d83928e" 3002 3190 (reference "#PWR014") ··· 3015 3203 ) 3016 3204 (symbol 3017 3205 (lib_id "Device:R") 3018 - (at 31.75 104.14 270) 3206 + (at 96.52 63.5 270) 3019 3207 (unit 1) 3020 3208 (exclude_from_sim no) 3021 3209 (in_bom yes) ··· 3023 3211 (dnp no) 3024 3212 (fields_autoplaced yes) 3025 3213 (uuid "ad5e0a1d-ae4e-4568-8fce-c54d35951fbb") 3026 - (property "Reference" "R2" 3027 - (at 31.75 97.79 90) 3214 + (property "Reference" "R?" 3215 + (at 96.52 57.15 90) 3028 3216 (effects 3029 3217 (font 3030 3218 (size 1.27 1.27) ··· 3032 3220 ) 3033 3221 ) 3034 3222 (property "Value" "120Ω" 3035 - (at 31.75 100.33 90) 3223 + (at 96.52 59.69 90) 3036 3224 (effects 3037 3225 (font 3038 3226 (size 1.27 1.27) 3039 3227 ) 3040 3228 ) 3041 3229 ) 3042 - (property "Footprint" "" 3043 - (at 31.75 102.362 90) 3230 + (property "Footprint" "Resistor_SMD:R_0201_0603Metric" 3231 + (at 96.52 61.722 90) 3044 3232 (effects 3045 3233 (font 3046 3234 (size 1.27 1.27) ··· 3049 3237 ) 3050 3238 ) 3051 3239 (property "Datasheet" "~" 3052 - (at 31.75 104.14 0) 3240 + (at 96.52 63.5 0) 3053 3241 (effects 3054 3242 (font 3055 3243 (size 1.27 1.27) ··· 3058 3246 ) 3059 3247 ) 3060 3248 (property "Description" "Resistor" 3061 - (at 31.75 104.14 0) 3249 + (at 96.52 63.5 0) 3062 3250 (effects 3063 3251 (font 3064 3252 (size 1.27 1.27) ··· 3073 3261 (uuid "c7c26cbb-28fd-4843-ae11-4a21d176f19e") 3074 3262 ) 3075 3263 (instances 3264 + (project "can_channel" 3265 + (path "/9116dce4-ee6f-4c1d-b606-42cf2e075a74" 3266 + (reference "R?") 3267 + (unit 1) 3268 + ) 3269 + ) 3076 3270 (project "can-hat" 3077 3271 (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/00e2c20b-7be4-4f83-a3f0-21fb1d83928e" 3078 3272 (reference "R3") ··· 3091 3285 ) 3092 3286 (symbol 3093 3287 (lib_id "Device:C_Small") 3094 - (at 34.29 30.48 0) 3288 + (at 29.21 29.21 0) 3095 3289 (unit 1) 3096 3290 (exclude_from_sim no) 3097 3291 (in_bom yes) ··· 3099 3293 (dnp no) 3100 3294 (fields_autoplaced yes) 3101 3295 (uuid "b29e40fc-7b6a-4b68-82b8-2bd0d8d439e8") 3102 - (property "Reference" "C1" 3103 - (at 36.83 29.2162 0) 3296 + (property "Reference" "C?" 3297 + (at 31.75 27.9462 0) 3104 3298 (effects 3105 3299 (font 3106 3300 (size 1.27 1.27) ··· 3109 3303 ) 3110 3304 ) 3111 3305 (property "Value" "100nF" 3112 - (at 36.83 31.7562 0) 3306 + (at 31.75 30.4862 0) 3113 3307 (effects 3114 3308 (font 3115 3309 (size 1.27 1.27) ··· 3117 3311 (justify left) 3118 3312 ) 3119 3313 ) 3120 - (property "Footprint" "" 3121 - (at 34.29 30.48 0) 3314 + (property "Footprint" "Capacitor_SMD:C_0201_0603Metric" 3315 + (at 29.21 29.21 0) 3122 3316 (effects 3123 3317 (font 3124 3318 (size 1.27 1.27) ··· 3127 3321 ) 3128 3322 ) 3129 3323 (property "Datasheet" "~" 3130 - (at 34.29 30.48 0) 3324 + (at 29.21 29.21 0) 3131 3325 (effects 3132 3326 (font 3133 3327 (size 1.27 1.27) ··· 3136 3330 ) 3137 3331 ) 3138 3332 (property "Description" "Unpolarized capacitor, small symbol" 3139 - (at 34.29 30.48 0) 3333 + (at 29.21 29.21 0) 3140 3334 (effects 3141 3335 (font 3142 3336 (size 1.27 1.27) ··· 3151 3345 (uuid "e2c1395c-a379-4129-ac22-5a869d3c4137") 3152 3346 ) 3153 3347 (instances 3348 + (project "can_channel" 3349 + (path "/9116dce4-ee6f-4c1d-b606-42cf2e075a74" 3350 + (reference "C?") 3351 + (unit 1) 3352 + ) 3353 + ) 3154 3354 (project "can-hat" 3155 3355 (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/00e2c20b-7be4-4f83-a3f0-21fb1d83928e" 3156 3356 (reference "C5") ··· 3169 3369 ) 3170 3370 (symbol 3171 3371 (lib_id "Interface_CAN_LIN:MCP2562-E-SN") 3172 - (at 137.16 49.53 0) 3372 + (at 140.97 49.53 0) 3173 3373 (unit 1) 3174 3374 (exclude_from_sim no) 3175 3375 (in_bom yes) ··· 3177 3377 (dnp no) 3178 3378 (fields_autoplaced yes) 3179 3379 (uuid "c5038975-6dd9-41fc-912e-849e51105138") 3180 - (property "Reference" "U2" 3181 - (at 139.3033 36.83 0) 3380 + (property "Reference" "U?" 3381 + (at 143.1133 36.83 0) 3182 3382 (effects 3183 3383 (font 3184 3384 (size 1.27 1.27) ··· 3187 3387 ) 3188 3388 ) 3189 3389 (property "Value" "MCP2562FD-E/SN" 3190 - (at 139.3033 39.37 0) 3390 + (at 143.1133 39.37 0) 3191 3391 (effects 3192 3392 (font 3193 3393 (size 1.27 1.27) ··· 3196 3396 ) 3197 3397 ) 3198 3398 (property "Footprint" "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" 3199 - (at 137.16 62.23 0) 3399 + (at 140.97 62.23 0) 3200 3400 (effects 3201 3401 (font 3202 3402 (size 1.27 1.27) ··· 3206 3406 ) 3207 3407 ) 3208 3408 (property "Datasheet" "http://ww1.microchip.com/downloads/en/DeviceDoc/25167A.pdf" 3209 - (at 137.16 49.53 0) 3409 + (at 140.97 49.53 0) 3210 3410 (effects 3211 3411 (font 3212 3412 (size 1.27 1.27) ··· 3215 3415 ) 3216 3416 ) 3217 3417 (property "Description" "High-Speed CAN Transceiver, 1Mbps, 5V supply, Vio pin, -40C to +125C, SOIC-8" 3218 - (at 137.16 49.53 0) 3418 + (at 140.97 49.53 0) 3219 3419 (effects 3220 3420 (font 3221 3421 (size 1.27 1.27) ··· 3248 3448 (uuid "3009647b-35b0-45e3-a3f4-f5e117d5d36c") 3249 3449 ) 3250 3450 (instances 3451 + (project "can_channel" 3452 + (path "/9116dce4-ee6f-4c1d-b606-42cf2e075a74" 3453 + (reference "U?") 3454 + (unit 1) 3455 + ) 3456 + ) 3251 3457 (project "can-hat" 3252 3458 (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/00e2c20b-7be4-4f83-a3f0-21fb1d83928e" 3253 3459 (reference "U4") ··· 3266 3472 ) 3267 3473 (symbol 3268 3474 (lib_id "power:GND") 3269 - (at 125.73 34.29 0) 3475 + (at 129.54 34.29 0) 3270 3476 (unit 1) 3271 3477 (exclude_from_sim no) 3272 3478 (in_bom yes) ··· 3274 3480 (dnp no) 3275 3481 (fields_autoplaced yes) 3276 3482 (uuid "d0492d70-e5c8-4983-bb9c-17f57a98a14d") 3277 - (property "Reference" "#PWR07" 3278 - (at 125.73 40.64 0) 3483 + (property "Reference" "#PWR?" 3484 + (at 129.54 40.64 0) 3279 3485 (effects 3280 3486 (font 3281 3487 (size 1.27 1.27) ··· 3284 3490 ) 3285 3491 ) 3286 3492 (property "Value" "GND" 3287 - (at 125.73 39.37 0) 3493 + (at 129.54 39.37 0) 3288 3494 (effects 3289 3495 (font 3290 3496 (size 1.27 1.27) ··· 3292 3498 ) 3293 3499 ) 3294 3500 (property "Footprint" "" 3295 - (at 125.73 34.29 0) 3501 + (at 129.54 34.29 0) 3296 3502 (effects 3297 3503 (font 3298 3504 (size 1.27 1.27) ··· 3301 3507 ) 3302 3508 ) 3303 3509 (property "Datasheet" "" 3304 - (at 125.73 34.29 0) 3510 + (at 129.54 34.29 0) 3305 3511 (effects 3306 3512 (font 3307 3513 (size 1.27 1.27) ··· 3310 3516 ) 3311 3517 ) 3312 3518 (property "Description" "Power symbol creates a global label with name \"GND\" , ground" 3313 - (at 125.73 34.29 0) 3519 + (at 129.54 34.29 0) 3314 3520 (effects 3315 3521 (font 3316 3522 (size 1.27 1.27) ··· 3322 3528 (uuid "759b2fc1-d9dc-4461-abf6-b95d0c2c37f7") 3323 3529 ) 3324 3530 (instances 3531 + (project "can_channel" 3532 + (path "/9116dce4-ee6f-4c1d-b606-42cf2e075a74" 3533 + (reference "#PWR?") 3534 + (unit 1) 3535 + ) 3536 + ) 3325 3537 (project "can-hat" 3326 3538 (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/00e2c20b-7be4-4f83-a3f0-21fb1d83928e" 3327 3539 (reference "#PWR022") ··· 3340 3552 ) 3341 3553 (symbol 3342 3554 (lib_id "power:GND") 3343 - (at 45.72 66.04 0) 3555 + (at 40.64 64.77 0) 3344 3556 (unit 1) 3345 3557 (exclude_from_sim no) 3346 3558 (in_bom yes) ··· 3348 3560 (dnp no) 3349 3561 (fields_autoplaced yes) 3350 3562 (uuid "d38c46e3-261e-4b5b-bbbf-97f55930e10b") 3351 - (property "Reference" "#PWR02" 3352 - (at 45.72 72.39 0) 3563 + (property "Reference" "#PWR?" 3564 + (at 40.64 71.12 0) 3353 3565 (effects 3354 3566 (font 3355 3567 (size 1.27 1.27) ··· 3358 3570 ) 3359 3571 ) 3360 3572 (property "Value" "GND" 3361 - (at 45.72 71.12 0) 3573 + (at 40.64 69.85 0) 3362 3574 (effects 3363 3575 (font 3364 3576 (size 1.27 1.27) ··· 3366 3578 ) 3367 3579 ) 3368 3580 (property "Footprint" "" 3369 - (at 45.72 66.04 0) 3581 + (at 40.64 64.77 0) 3370 3582 (effects 3371 3583 (font 3372 3584 (size 1.27 1.27) ··· 3375 3587 ) 3376 3588 ) 3377 3589 (property "Datasheet" "" 3378 - (at 45.72 66.04 0) 3590 + (at 40.64 64.77 0) 3379 3591 (effects 3380 3592 (font 3381 3593 (size 1.27 1.27) ··· 3384 3596 ) 3385 3597 ) 3386 3598 (property "Description" "Power symbol creates a global label with name \"GND\" , ground" 3387 - (at 45.72 66.04 0) 3599 + (at 40.64 64.77 0) 3388 3600 (effects 3389 3601 (font 3390 3602 (size 1.27 1.27) ··· 3396 3608 (uuid "0837d0e0-df13-4846-91d8-a3ad5d8ceb54") 3397 3609 ) 3398 3610 (instances 3611 + (project "can_channel" 3612 + (path "/9116dce4-ee6f-4c1d-b606-42cf2e075a74" 3613 + (reference "#PWR?") 3614 + (unit 1) 3615 + ) 3616 + ) 3399 3617 (project "can-hat" 3400 3618 (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/00e2c20b-7be4-4f83-a3f0-21fb1d83928e" 3401 3619 (reference "#PWR015") ··· 3414 3632 ) 3415 3633 (symbol 3416 3634 (lib_id "Device:C_Small") 3417 - (at 125.73 30.48 0) 3635 + (at 129.54 30.48 0) 3418 3636 (unit 1) 3419 3637 (exclude_from_sim no) 3420 3638 (in_bom yes) ··· 3422 3640 (dnp no) 3423 3641 (fields_autoplaced yes) 3424 3642 (uuid "e885c18f-d886-45e7-8b88-5b38f66772ba") 3425 - (property "Reference" "C3" 3426 - (at 128.27 29.2162 0) 3643 + (property "Reference" "C?" 3644 + (at 132.08 29.2162 0) 3427 3645 (effects 3428 3646 (font 3429 3647 (size 1.27 1.27) ··· 3432 3650 ) 3433 3651 ) 3434 3652 (property "Value" "100nF" 3435 - (at 128.27 31.7562 0) 3653 + (at 132.08 31.7562 0) 3436 3654 (effects 3437 3655 (font 3438 3656 (size 1.27 1.27) ··· 3440 3658 (justify left) 3441 3659 ) 3442 3660 ) 3443 - (property "Footprint" "" 3444 - (at 125.73 30.48 0) 3661 + (property "Footprint" "Capacitor_SMD:C_0201_0603Metric" 3662 + (at 129.54 30.48 0) 3445 3663 (effects 3446 3664 (font 3447 3665 (size 1.27 1.27) ··· 3450 3668 ) 3451 3669 ) 3452 3670 (property "Datasheet" "~" 3453 - (at 125.73 30.48 0) 3671 + (at 129.54 30.48 0) 3454 3672 (effects 3455 3673 (font 3456 3674 (size 1.27 1.27) ··· 3459 3677 ) 3460 3678 ) 3461 3679 (property "Description" "Unpolarized capacitor, small symbol" 3462 - (at 125.73 30.48 0) 3680 + (at 129.54 30.48 0) 3463 3681 (effects 3464 3682 (font 3465 3683 (size 1.27 1.27) ··· 3474 3692 (uuid "45fc636e-f017-4e75-97c6-f82bfdb68dd2") 3475 3693 ) 3476 3694 (instances 3695 + (project "can_channel" 3696 + (path "/9116dce4-ee6f-4c1d-b606-42cf2e075a74" 3697 + (reference "C?") 3698 + (unit 1) 3699 + ) 3700 + ) 3477 3701 (project "can-hat" 3478 3702 (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/00e2c20b-7be4-4f83-a3f0-21fb1d83928e" 3479 3703 (reference "C8") ··· 3492 3716 ) 3493 3717 (symbol 3494 3718 (lib_id "power:GND") 3495 - (at 137.16 60.96 0) 3719 + (at 140.97 60.96 0) 3496 3720 (unit 1) 3497 3721 (exclude_from_sim no) 3498 3722 (in_bom yes) ··· 3500 3724 (dnp no) 3501 3725 (fields_autoplaced yes) 3502 3726 (uuid "eedf2b77-4103-4b60-8175-fd12d02d791a") 3503 - (property "Reference" "#PWR09" 3504 - (at 137.16 67.31 0) 3727 + (property "Reference" "#PWR?" 3728 + (at 140.97 67.31 0) 3505 3729 (effects 3506 3730 (font 3507 3731 (size 1.27 1.27) ··· 3510 3734 ) 3511 3735 ) 3512 3736 (property "Value" "GND" 3513 - (at 137.16 66.04 0) 3737 + (at 140.97 66.04 0) 3514 3738 (effects 3515 3739 (font 3516 3740 (size 1.27 1.27) ··· 3518 3742 ) 3519 3743 ) 3520 3744 (property "Footprint" "" 3521 - (at 137.16 60.96 0) 3745 + (at 140.97 60.96 0) 3522 3746 (effects 3523 3747 (font 3524 3748 (size 1.27 1.27) ··· 3527 3751 ) 3528 3752 ) 3529 3753 (property "Datasheet" "" 3530 - (at 137.16 60.96 0) 3754 + (at 140.97 60.96 0) 3531 3755 (effects 3532 3756 (font 3533 3757 (size 1.27 1.27) ··· 3536 3760 ) 3537 3761 ) 3538 3762 (property "Description" "Power symbol creates a global label with name \"GND\" , ground" 3539 - (at 137.16 60.96 0) 3763 + (at 140.97 60.96 0) 3540 3764 (effects 3541 3765 (font 3542 3766 (size 1.27 1.27) ··· 3548 3772 (uuid "a0306ecc-19d6-47ea-ab52-d4e9917614fd") 3549 3773 ) 3550 3774 (instances 3775 + (project "can_channel" 3776 + (path "/9116dce4-ee6f-4c1d-b606-42cf2e075a74" 3777 + (reference "#PWR?") 3778 + (unit 1) 3779 + ) 3780 + ) 3551 3781 (project "can-hat" 3552 3782 (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/00e2c20b-7be4-4f83-a3f0-21fb1d83928e" 3553 3783 (reference "#PWR024") ··· 3566 3796 ) 3567 3797 (symbol 3568 3798 (lib_id "power:+5V") 3569 - (at 137.16 25.4 0) 3799 + (at 140.97 25.4 0) 3570 3800 (unit 1) 3571 3801 (exclude_from_sim no) 3572 3802 (in_bom yes) ··· 3574 3804 (dnp no) 3575 3805 (fields_autoplaced yes) 3576 3806 (uuid "fa932a2c-5cff-4dbe-b46d-57e65861dde4") 3577 - (property "Reference" "#PWR08" 3578 - (at 137.16 29.21 0) 3807 + (property "Reference" "#PWR?" 3808 + (at 140.97 29.21 0) 3579 3809 (effects 3580 3810 (font 3581 3811 (size 1.27 1.27) ··· 3584 3814 ) 3585 3815 ) 3586 3816 (property "Value" "+5V" 3587 - (at 137.16 20.32 0) 3817 + (at 140.97 20.32 0) 3588 3818 (effects 3589 3819 (font 3590 3820 (size 1.27 1.27) ··· 3592 3822 ) 3593 3823 ) 3594 3824 (property "Footprint" "" 3595 - (at 137.16 25.4 0) 3825 + (at 140.97 25.4 0) 3596 3826 (effects 3597 3827 (font 3598 3828 (size 1.27 1.27) ··· 3601 3831 ) 3602 3832 ) 3603 3833 (property "Datasheet" "" 3604 - (at 137.16 25.4 0) 3834 + (at 140.97 25.4 0) 3605 3835 (effects 3606 3836 (font 3607 3837 (size 1.27 1.27) ··· 3610 3840 ) 3611 3841 ) 3612 3842 (property "Description" "Power symbol creates a global label with name \"+5V\"" 3613 - (at 137.16 25.4 0) 3843 + (at 140.97 25.4 0) 3614 3844 (effects 3615 3845 (font 3616 3846 (size 1.27 1.27) ··· 3622 3852 (uuid "66a14b3f-3539-476e-ac7d-2633b6e9b0c9") 3623 3853 ) 3624 3854 (instances 3855 + (project "can_channel" 3856 + (path "/9116dce4-ee6f-4c1d-b606-42cf2e075a74" 3857 + (reference "#PWR?") 3858 + (unit 1) 3859 + ) 3860 + ) 3625 3861 (project "can-hat" 3626 3862 (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/00e2c20b-7be4-4f83-a3f0-21fb1d83928e" 3627 3863 (reference "#PWR023") ··· 3640 3876 ) 3641 3877 (symbol 3642 3878 (lib_id "Device:C_Small") 3643 - (at 114.3 55.88 0) 3879 + (at 116.84 55.88 0) 3644 3880 (unit 1) 3645 3881 (exclude_from_sim no) 3646 3882 (in_bom yes) ··· 3648 3884 (dnp no) 3649 3885 (fields_autoplaced yes) 3650 3886 (uuid "fce47d83-1e8f-4288-97b2-8bc87eee754f") 3651 - (property "Reference" "C4" 3652 - (at 116.84 54.6162 0) 3887 + (property "Reference" "C?" 3888 + (at 119.38 54.6162 0) 3653 3889 (effects 3654 3890 (font 3655 3891 (size 1.27 1.27) ··· 3658 3894 ) 3659 3895 ) 3660 3896 (property "Value" "100nF" 3661 - (at 116.84 57.1562 0) 3897 + (at 119.38 57.1562 0) 3662 3898 (effects 3663 3899 (font 3664 3900 (size 1.27 1.27) ··· 3666 3902 (justify left) 3667 3903 ) 3668 3904 ) 3669 - (property "Footprint" "" 3670 - (at 114.3 55.88 0) 3905 + (property "Footprint" "Capacitor_SMD:C_0201_0603Metric" 3906 + (at 116.84 55.88 0) 3671 3907 (effects 3672 3908 (font 3673 3909 (size 1.27 1.27) ··· 3676 3912 ) 3677 3913 ) 3678 3914 (property "Datasheet" "~" 3679 - (at 114.3 55.88 0) 3915 + (at 116.84 55.88 0) 3680 3916 (effects 3681 3917 (font 3682 3918 (size 1.27 1.27) ··· 3685 3921 ) 3686 3922 ) 3687 3923 (property "Description" "Unpolarized capacitor, small symbol" 3688 - (at 114.3 55.88 0) 3924 + (at 116.84 55.88 0) 3689 3925 (effects 3690 3926 (font 3691 3927 (size 1.27 1.27) ··· 3700 3936 (uuid "1559a360-cf99-4eab-81c9-deb48e90cdfa") 3701 3937 ) 3702 3938 (instances 3939 + (project "can_channel" 3940 + (path "/9116dce4-ee6f-4c1d-b606-42cf2e075a74" 3941 + (reference "C?") 3942 + (unit 1) 3943 + ) 3944 + ) 3703 3945 (project "can-hat" 3704 3946 (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/00e2c20b-7be4-4f83-a3f0-21fb1d83928e" 3705 3947 (reference "C7") ··· 3716 3958 ) 3717 3959 ) 3718 3960 ) 3719 - (symbol 3720 - (lib_id "Device:C_Small") 3721 - (at 88.9 33.02 0) 3722 - (unit 1) 3723 - (exclude_from_sim no) 3724 - (in_bom yes) 3725 - (on_board yes) 3726 - (dnp no) 3727 - (fields_autoplaced yes) 3728 - (uuid "fe24677b-9279-4307-8c0d-56f9ec960da7") 3729 - (property "Reference" "C2" 3730 - (at 91.44 31.7562 0) 3731 - (effects 3732 - (font 3733 - (size 1.27 1.27) 3734 - ) 3735 - (justify left) 3736 - ) 3737 - ) 3738 - (property "Value" "100nF" 3739 - (at 91.44 34.2962 0) 3740 - (effects 3741 - (font 3742 - (size 1.27 1.27) 3743 - ) 3744 - (justify left) 3745 - ) 3746 - ) 3747 - (property "Footprint" "" 3748 - (at 88.9 33.02 0) 3749 - (effects 3750 - (font 3751 - (size 1.27 1.27) 3752 - ) 3753 - (hide yes) 3754 - ) 3755 - ) 3756 - (property "Datasheet" "~" 3757 - (at 88.9 33.02 0) 3758 - (effects 3759 - (font 3760 - (size 1.27 1.27) 3761 - ) 3762 - (hide yes) 3763 - ) 3764 - ) 3765 - (property "Description" "Unpolarized capacitor, small symbol" 3766 - (at 88.9 33.02 0) 3767 - (effects 3768 - (font 3769 - (size 1.27 1.27) 3770 - ) 3771 - (hide yes) 3772 - ) 3773 - ) 3774 - (pin "2" 3775 - (uuid "027b97a0-6aa4-40d8-912b-a6e091c87b35") 3776 - ) 3777 - (pin "1" 3778 - (uuid "1f5e8839-7793-4d9e-bd5d-521506e7c406") 3779 - ) 3780 - (instances 3781 - (project "can-hat" 3782 - (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/00e2c20b-7be4-4f83-a3f0-21fb1d83928e" 3783 - (reference "C6") 3784 - (unit 1) 3785 - ) 3786 - (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/748c85b6-cf1e-459f-b03b-a42e443a0481" 3787 - (reference "C10") 3788 - (unit 1) 3789 - ) 3790 - (path "/bfdea6a0-b5c8-4489-9fa0-a972c3ff35f2/cffcbb79-f928-4938-8342-415f3cadb2dd" 3791 - (reference "C2") 3792 - (unit 1) 3793 - ) 3794 - ) 3961 + (sheet_instances 3962 + (path "/" 3963 + (page "1") 3795 3964 ) 3796 3965 ) 3966 + (embedded_fonts no) 3797 3967 )
+1 -1
hardware/fp-lib-table
··· 1 1 (fp_lib_table 2 2 (version 7) 3 - (lib (name "Project_Parts")(type "KiCad")(uri "${KIPRJMOD}/footprints")(options "")(descr "")) 3 + (lib (name "RPI_Hat")(type "KiCad")(uri "${KIPRJMOD}/libraries/RPi_Hat_Template/footprints/RPI_Hat.pretty")(options "")(descr "")) 4 4 )
+1
hardware/sym-lib-table
··· 1 1 (sym_lib_table 2 2 (version 7) 3 + (lib (name "RPi_Hat")(type "KiCad")(uri "${KIPRJMOD}/libraries/RPi_Hat_Template/libraries/RPi_Hat.kicad_sym")(options "")(descr "")) 3 4 )