Skip to content
Snippets Groups Projects
samd11c14_capa.kicad_sch 42 KiB
Newer Older
  • Learn to ignore specific revisions
  • Quentin Bolsee's avatar
    doc
    Quentin Bolsee committed
    1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000
    (kicad_sch (version 20211123) (generator eeschema)
    
      (uuid d4eb2907-309b-4782-9005-ba4144c8413e)
    
      (paper "A4")
    
      (lib_symbols
        (symbol "Device:R" (pin_numbers hide) (pin_names (offset 0)) (in_bom yes) (on_board yes)
          (property "Reference" "R" (id 0) (at 2.032 0 90)
            (effects (font (size 1.27 1.27)))
          )
          (property "Value" "R" (id 1) (at 0 0 90)
            (effects (font (size 1.27 1.27)))
          )
          (property "Footprint" "" (id 2) (at -1.778 0 90)
            (effects (font (size 1.27 1.27)) hide)
          )
          (property "Datasheet" "~" (id 3) (at 0 0 0)
            (effects (font (size 1.27 1.27)) hide)
          )
          (property "ki_keywords" "R res resistor" (id 4) (at 0 0 0)
            (effects (font (size 1.27 1.27)) hide)
          )
          (property "ki_description" "Resistor" (id 5) (at 0 0 0)
            (effects (font (size 1.27 1.27)) hide)
          )
          (property "ki_fp_filters" "R_*" (id 6) (at 0 0 0)
            (effects (font (size 1.27 1.27)) hide)
          )
          (symbol "R_0_1"
            (rectangle (start -1.016 -2.54) (end 1.016 2.54)
              (stroke (width 0.254) (type default) (color 0 0 0 0))
              (fill (type none))
            )
          )
          (symbol "R_1_1"
            (pin passive line (at 0 3.81 270) (length 1.27)
              (name "~" (effects (font (size 1.27 1.27))))
              (number "1" (effects (font (size 1.27 1.27))))
            )
            (pin passive line (at 0 -3.81 90) (length 1.27)
              (name "~" (effects (font (size 1.27 1.27))))
              (number "2" (effects (font (size 1.27 1.27))))
            )
          )
        )
        (symbol "fab:C" (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes)
          (property "Reference" "C" (id 0) (at 0.635 2.54 0)
            (effects (font (size 1.27 1.27)) (justify left))
          )
          (property "Value" "C" (id 1) (at 0.635 -2.54 0)
            (effects (font (size 1.27 1.27)) (justify left))
          )
          (property "Footprint" "fab:C_1206" (id 2) (at 0.9652 -3.81 0)
            (effects (font (size 1.27 1.27)) hide)
          )
          (property "Datasheet" "" (id 3) (at 0 0 0)
            (effects (font (size 1.27 1.27)) hide)
          )
          (property "ki_keywords" "cap capacitor" (id 4) (at 0 0 0)
            (effects (font (size 1.27 1.27)) hide)
          )
          (property "ki_description" "Unpolarized capacitor" (id 5) (at 0 0 0)
            (effects (font (size 1.27 1.27)) hide)
          )
          (property "ki_fp_filters" "C_*" (id 6) (at 0 0 0)
            (effects (font (size 1.27 1.27)) hide)
          )
          (symbol "C_0_1"
            (polyline
              (pts
                (xy -2.032 -0.762)
                (xy 2.032 -0.762)
              )
              (stroke (width 0.508) (type default) (color 0 0 0 0))
              (fill (type none))
            )
            (polyline
              (pts
                (xy -2.032 0.762)
                (xy 2.032 0.762)
              )
              (stroke (width 0.508) (type default) (color 0 0 0 0))
              (fill (type none))
            )
          )
          (symbol "C_1_1"
            (pin passive line (at 0 3.81 270) (length 2.794)
              (name "~" (effects (font (size 1.27 1.27))))
              (number "1" (effects (font (size 1.27 1.27))))
            )
            (pin passive line (at 0 -3.81 90) (length 2.794)
              (name "~" (effects (font (size 1.27 1.27))))
              (number "2" (effects (font (size 1.27 1.27))))
            )
          )
        )
        (symbol "fab:Conn_PinHeader_2x02_SWD_P2.54mm_Vertical_SMD" (pin_names (offset 1.016)) (in_bom yes) (on_board yes)
          (property "Reference" "J" (id 0) (at -6.35 7.62 0)
            (effects (font (size 1.27 1.27)) (justify left bottom))
          )
          (property "Value" "Conn_PinHeader_2x02_SWD_P2.54mm_Vertical_SMD" (id 1) (at -6.35 5.08 0)
            (effects (font (size 1.27 1.27)) (justify left bottom))
          )
          (property "Footprint" "fab:PinHeader_2x02_SWD_P2.54mm_Vertical_SMD" (id 2) (at 0 0 0)
            (effects (font (size 1.27 1.27)) hide)
          )
          (property "Datasheet" "https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/95278.pdf" (id 3) (at 0 0 0)
            (effects (font (size 1.27 1.27)) hide)
          )
          (property "ki_keywords" "connector swd programming jtag" (id 4) (at 0 0 0)
            (effects (font (size 1.27 1.27)) hide)
          )
          (property "ki_description" "Connector Header Surface Mount 4 position 0.100\" (2.54mm) for programming D11C chips" (id 5) (at 0 0 0)
            (effects (font (size 1.27 1.27)) hide)
          )
          (property "ki_fp_filters" "Connector*:*_2x??_*" (id 6) (at 0 0 0)
            (effects (font (size 1.27 1.27)) hide)
          )
          (symbol "Conn_PinHeader_2x02_SWD_P2.54mm_Vertical_SMD_1_1"
            (rectangle (start -6.35 3.81) (end 6.35 -3.81)
              (stroke (width 0.254) (type default) (color 0 0 0 0))
              (fill (type background))
            )
            (pin passive line (at -10.16 1.27 0) (length 3.81)
              (name "GND" (effects (font (size 1.27 1.27))))
              (number "1" (effects (font (size 1.27 1.27))))
            )
            (pin passive line (at 10.16 1.27 180) (length 3.81)
              (name "RST" (effects (font (size 1.27 1.27))))
              (number "2" (effects (font (size 1.27 1.27))))
            )
            (pin passive line (at -10.16 -1.27 0) (length 3.81)
              (name "DIO" (effects (font (size 1.27 1.27))))
              (number "3" (effects (font (size 1.27 1.27))))
            )
            (pin passive line (at 10.16 -1.27 180) (length 3.81)
              (name "CLK" (effects (font (size 1.27 1.27))))
              (number "4" (effects (font (size 1.27 1.27))))
            )
          )
        )
        (symbol "fab:Conn_USB_A_Plain" (in_bom yes) (on_board yes)
          (property "Reference" "P" (id 0) (at -6.35 10.16 0)
            (effects (font (size 1.27 1.27)) (justify left bottom))
          )
          (property "Value" "Conn_USB_A_Plain" (id 1) (at -6.35 7.62 0)
            (effects (font (size 1.27 1.27)) (justify left bottom))
          )
          (property "Footprint" "fab:Conn_USB_A_Plain" (id 2) (at 0 0 0)
            (effects (font (size 1.27 1.27)) hide)
          )
          (property "Datasheet" "" (id 3) (at 0 0 0)
            (effects (font (size 1.27 1.27)) hide)
          )
          (property "ki_keywords" "usb type-a connector plug" (id 4) (at 0 0 0)
            (effects (font (size 1.27 1.27)) hide)
          )
          (property "ki_description" "Plain USB connector that can be milled with as PCB milling machine " (id 5) (at 0 0 0)
            (effects (font (size 1.27 1.27)) hide)
          )
          (symbol "Conn_USB_A_Plain_0_1"
            (rectangle (start -6.35 6.35) (end 6.35 -6.35)
              (stroke (width 0.254) (type default) (color 0 0 0 0))
              (fill (type background))
            )
            (rectangle (start -1.27 -3.81) (end 5.08 -5.08)
              (stroke (width 0) (type default) (color 0 0 0 0))
              (fill (type none))
            )
            (rectangle (start -1.27 -1.27) (end 2.54 -2.54)
              (stroke (width 0) (type default) (color 0 0 0 0))
              (fill (type none))
            )
            (rectangle (start -1.27 2.54) (end 2.54 1.27)
              (stroke (width 0) (type default) (color 0 0 0 0))
              (fill (type none))
            )
            (rectangle (start -1.27 5.08) (end 5.08 3.81)
              (stroke (width 0) (type default) (color 0 0 0 0))
              (fill (type none))
            )
          )
          (symbol "Conn_USB_A_Plain_1_1"
            (pin power_out line (at -8.89 3.81 0) (length 2.54)
              (name "5V" (effects (font (size 1.27 1.27))))
              (number "1" (effects (font (size 1.27 1.27))))
            )
            (pin bidirectional line (at -8.89 1.27 0) (length 2.54)
              (name "D-" (effects (font (size 1.27 1.27))))
              (number "2" (effects (font (size 1.27 1.27))))
            )
            (pin bidirectional line (at -8.89 -1.27 0) (length 2.54)
              (name "D+" (effects (font (size 1.27 1.27))))
              (number "3" (effects (font (size 1.27 1.27))))
            )
            (pin power_out line (at -8.89 -3.81 0) (length 2.54)
              (name "GND" (effects (font (size 1.27 1.27))))
              (number "4" (effects (font (size 1.27 1.27))))
            )
          )
        )
        (symbol "fab:LED" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes)
          (property "Reference" "D" (id 0) (at 0 2.54 0)
            (effects (font (size 1.27 1.27)))
          )
          (property "Value" "LED" (id 1) (at 0 -2.54 0)
            (effects (font (size 1.27 1.27)))
          )
          (property "Footprint" "fab:LED_1206" (id 2) (at 0 0 0)
            (effects (font (size 1.27 1.27)) hide)
          )
          (property "Datasheet" "https://optoelectronics.liteon.com/upload/download/DS-22-98-0002/LTST-C150CKT.pdf" (id 3) (at 0 0 0)
            (effects (font (size 1.27 1.27)) hide)
          )
          (property "ki_keywords" "LED diode 1206" (id 4) (at 0 0 0)
            (effects (font (size 1.27 1.27)) hide)
          )
          (property "ki_description" "Light emitting diode, Lite-On Inc. LTST" (id 5) (at 0 0 0)
            (effects (font (size 1.27 1.27)) hide)
          )
          (property "ki_fp_filters" "LED_*" (id 6) (at 0 0 0)
            (effects (font (size 1.27 1.27)) hide)
          )
          (symbol "LED_0_1"
            (polyline
              (pts
                (xy -1.27 -1.27)
                (xy -1.27 1.27)
              )
              (stroke (width 0.2032) (type default) (color 0 0 0 0))
              (fill (type none))
            )
            (polyline
              (pts
                (xy -1.27 0)
                (xy 1.27 0)
              )
              (stroke (width 0) (type default) (color 0 0 0 0))
              (fill (type none))
            )
            (polyline
              (pts
                (xy 1.27 -1.27)
                (xy 1.27 1.27)
                (xy -1.27 0)
                (xy 1.27 -1.27)
              )
              (stroke (width 0.2032) (type default) (color 0 0 0 0))
              (fill (type none))
            )
            (polyline
              (pts
                (xy -3.048 -0.762)
                (xy -4.572 -2.286)
                (xy -3.81 -2.286)
                (xy -4.572 -2.286)
                (xy -4.572 -1.524)
              )
              (stroke (width 0) (type default) (color 0 0 0 0))
              (fill (type none))
            )
            (polyline
              (pts
                (xy -1.778 -0.762)
                (xy -3.302 -2.286)
                (xy -2.54 -2.286)
                (xy -3.302 -2.286)
                (xy -3.302 -1.524)
              )
              (stroke (width 0) (type default) (color 0 0 0 0))
              (fill (type none))
            )
          )
          (symbol "LED_1_1"
            (pin passive line (at -3.81 0 0) (length 2.54)
              (name "K" (effects (font (size 1.27 1.27))))
              (number "1" (effects (font (size 1.27 1.27))))
            )
            (pin passive line (at 3.81 0 180) (length 2.54)
              (name "A" (effects (font (size 1.27 1.27))))
              (number "2" (effects (font (size 1.27 1.27))))
            )
          )
        )
        (symbol "fab:Microcontroller_ATSAMD11C14A-SSUT" (in_bom yes) (on_board yes)
          (property "Reference" "U" (id 0) (at -10.16 16.51 0)
            (effects (font (size 1.27 1.27)) (justify left))
          )
          (property "Value" "Microcontroller_ATSAMD11C14A-SSUT" (id 1) (at 1.27 16.51 0)
            (effects (font (size 1.27 1.27)) (justify left))
          )
          (property "Footprint" "fab:SOIC-14_3.9x8.7mm_P1.27mm" (id 2) (at 0 -26.67 0)
            (effects (font (size 1.27 1.27)) hide)
          )
          (property "Datasheet" "https://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-42363-SAM-D11_Datasheet.pdf" (id 3) (at 0 -17.78 0)
            (effects (font (size 1.27 1.27)) hide)
          )
          (property "ki_keywords" "arm sam d11c 32-bit 48mhz 16kb soic-14" (id 4) (at 0 0 0)
            (effects (font (size 1.27 1.27)) hide)
          )
          (property "ki_description" "IC MCU 32BIT 16KB FLASH 14SOIC" (id 5) (at 0 0 0)
            (effects (font (size 1.27 1.27)) hide)
          )
          (property "ki_fp_filters" "SOIC*3.9x8.7mm*P1.27mm*" (id 6) (at 0 0 0)
            (effects (font (size 1.27 1.27)) hide)
          )
          (symbol "Microcontroller_ATSAMD11C14A-SSUT_0_1"
            (rectangle (start -10.16 15.24) (end 10.16 -15.24)
              (stroke (width 0.254) (type default) (color 0 0 0 0))
              (fill (type background))
            )
          )
          (symbol "Microcontroller_ATSAMD11C14A-SSUT_1_1"
            (pin bidirectional line (at 12.7 2.54 180) (length 2.54)
              (name "PA05" (effects (font (size 1.27 1.27))))
              (number "1" (effects (font (size 1.27 1.27))))
            )
            (pin bidirectional line (at 12.7 -7.62 180) (length 2.54)
              (name "PA25" (effects (font (size 1.27 1.27))))
              (number "10" (effects (font (size 1.27 1.27))))
            )
            (pin power_in line (at 0 -17.78 90) (length 2.54)
              (name "GND" (effects (font (size 1.27 1.27))))
              (number "11" (effects (font (size 1.27 1.27))))
            )
            (pin power_in line (at 0 17.78 270) (length 2.54)
              (name "VDD" (effects (font (size 1.27 1.27))))
              (number "12" (effects (font (size 1.27 1.27))))
            )
            (pin bidirectional line (at 12.7 7.62 180) (length 2.54)
              (name "PA02" (effects (font (size 1.27 1.27))))
              (number "13" (effects (font (size 1.27 1.27))))
            )
            (pin bidirectional line (at 12.7 5.08 180) (length 2.54)
              (name "PA04" (effects (font (size 1.27 1.27))))
              (number "14" (effects (font (size 1.27 1.27))))
            )
            (pin bidirectional line (at -12.7 -5.08 0) (length 2.54)
              (name "PA08/XIN" (effects (font (size 1.27 1.27))))
              (number "2" (effects (font (size 1.27 1.27))))
            )
            (pin bidirectional line (at -12.7 -7.62 0) (length 2.54)
              (name "PA09/XOUT" (effects (font (size 1.27 1.27))))
              (number "3" (effects (font (size 1.27 1.27))))
            )
            (pin bidirectional line (at 12.7 0 180) (length 2.54)
              (name "PA14" (effects (font (size 1.27 1.27))))
              (number "4" (effects (font (size 1.27 1.27))))
            )
            (pin bidirectional line (at 12.7 -2.54 180) (length 2.54)
              (name "PA15" (effects (font (size 1.27 1.27))))
              (number "5" (effects (font (size 1.27 1.27))))
            )
            (pin bidirectional line (at -12.7 7.62 0) (length 2.54)
              (name "PA28/~{RST}" (effects (font (size 1.27 1.27))))
              (number "6" (effects (font (size 1.27 1.27))))
            )
            (pin bidirectional line (at -12.7 2.54 0) (length 2.54)
              (name "PA30/SWCLK" (effects (font (size 1.27 1.27))))
              (number "7" (effects (font (size 1.27 1.27))))
            )
            (pin bidirectional line (at -12.7 0 0) (length 2.54)
              (name "PA31/SWDIO" (effects (font (size 1.27 1.27))))
              (number "8" (effects (font (size 1.27 1.27))))
            )
            (pin bidirectional line (at 12.7 -5.08 180) (length 2.54)
              (name "PA24" (effects (font (size 1.27 1.27))))
              (number "9" (effects (font (size 1.27 1.27))))
            )
          )
        )
        (symbol "fab:Power_+3V3" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes)
          (property "Reference" "#PWR" (id 0) (at 0 -3.81 0)
            (effects (font (size 1.27 1.27)) hide)
          )
          (property "Value" "Power_+3V3" (id 1) (at 0 3.556 0)
            (effects (font (size 1.27 1.27)))
          )
          (property "Footprint" "" (id 2) (at 0 0 0)
            (effects (font (size 1.27 1.27)) hide)
          )
          (property "Datasheet" "" (id 3) (at 0 0 0)
            (effects (font (size 1.27 1.27)) hide)
          )
          (property "ki_keywords" "power-flag" (id 4) (at 0 0 0)
            (effects (font (size 1.27 1.27)) hide)
          )
          (property "ki_description" "Power symbol creates a global label with name \"+3V3\"" (id 5) (at 0 0 0)
            (effects (font (size 1.27 1.27)) hide)
          )
          (symbol "Power_+3V3_0_1"
            (polyline
              (pts
                (xy -0.762 1.27)
                (xy 0 2.54)
              )
              (stroke (width 0) (type default) (color 0 0 0 0))
              (fill (type none))
            )
            (polyline
              (pts
                (xy 0 0)
                (xy 0 2.54)
              )
              (stroke (width 0) (type default) (color 0 0 0 0))
              (fill (type none))
            )
            (polyline
              (pts
                (xy 0 2.54)
                (xy 0.762 1.27)
              )
              (stroke (width 0) (type default) (color 0 0 0 0))
              (fill (type none))
            )
          )
          (symbol "Power_+3V3_1_1"
            (pin power_in line (at 0 0 90) (length 0) hide
              (name "+3V3" (effects (font (size 1.27 1.27))))
              (number "1" (effects (font (size 1.27 1.27))))
            )
          )
        )
        (symbol "fab:Power_+5V" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes)
          (property "Reference" "#PWR" (id 0) (at 0 -3.81 0)
            (effects (font (size 1.27 1.27)) hide)
          )
          (property "Value" "Power_+5V" (id 1) (at 0 3.556 0)
            (effects (font (size 1.27 1.27)))
          )
          (property "Footprint" "" (id 2) (at 0 0 0)
            (effects (font (size 1.27 1.27)) hide)
          )
          (property "Datasheet" "" (id 3) (at 0 0 0)
            (effects (font (size 1.27 1.27)) hide)
          )
          (property "ki_keywords" "power-flag" (id 4) (at 0 0 0)
            (effects (font (size 1.27 1.27)) hide)
          )
          (property "ki_description" "Power symbol creates a global label with name \"+5V\"" (id 5) (at 0 0 0)
            (effects (font (size 1.27 1.27)) hide)
          )
          (symbol "Power_+5V_0_1"
            (polyline
              (pts
                (xy -0.762 1.27)
                (xy 0 2.54)
              )
              (stroke (width 0) (type default) (color 0 0 0 0))
              (fill (type none))
            )
            (polyline
              (pts
                (xy 0 0)
                (xy 0 2.54)
              )
              (stroke (width 0) (type default) (color 0 0 0 0))
              (fill (type none))
            )
            (polyline
              (pts
                (xy 0 2.54)
                (xy 0.762 1.27)
              )
              (stroke (width 0) (type default) (color 0 0 0 0))
              (fill (type none))
            )
          )
          (symbol "Power_+5V_1_1"
            (pin power_in line (at 0 0 90) (length 0) hide
              (name "+5V" (effects (font (size 1.27 1.27))))
              (number "1" (effects (font (size 1.27 1.27))))
            )
          )
        )
        (symbol "fab:Power_GND" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes)
          (property "Reference" "#PWR" (id 0) (at 0 -6.35 0)
            (effects (font (size 1.27 1.27)) hide)
          )
          (property "Value" "Power_GND" (id 1) (at 0 -3.81 0)
            (effects (font (size 1.27 1.27)))
          )
          (property "Footprint" "" (id 2) (at 0 0 0)
            (effects (font (size 1.27 1.27)) hide)
          )
          (property "Datasheet" "" (id 3) (at 0 0 0)
            (effects (font (size 1.27 1.27)) hide)
          )
          (property "ki_keywords" "power-flag" (id 4) (at 0 0 0)
            (effects (font (size 1.27 1.27)) hide)
          )
          (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (id 5) (at 0 0 0)
            (effects (font (size 1.27 1.27)) hide)
          )
          (symbol "Power_GND_0_1"
            (polyline
              (pts
                (xy 0 0)
                (xy 0 -1.27)
                (xy 1.27 -1.27)
                (xy 0 -2.54)
                (xy -1.27 -1.27)
                (xy 0 -1.27)
              )
              (stroke (width 0) (type default) (color 0 0 0 0))
              (fill (type none))
            )
          )
          (symbol "Power_GND_1_1"
            (pin power_in line (at 0 0 270) (length 0) hide
              (name "GND" (effects (font (size 1.27 1.27))))
              (number "1" (effects (font (size 1.27 1.27))))
            )
          )
        )
        (symbol "fab:Regulator_Linear_LM3480-3.3V-100mA" (pin_names (offset 0.254)) (in_bom yes) (on_board yes)
          (property "Reference" "U" (id 0) (at -3.81 3.175 0)
            (effects (font (size 1.27 1.27)))
          )
          (property "Value" "Regulator_Linear_LM3480-3.3V-100mA" (id 1) (at 0 3.175 0)
            (effects (font (size 1.27 1.27)) (justify left))
          )
          (property "Footprint" "fab:SOT-23" (id 2) (at 0 5.715 0)
            (effects (font (size 1.27 1.27) italic) hide)
          )
          (property "Datasheet" "https://www.ti.com/lit/ds/symlink/lm3480.pdf" (id 3) (at 0 0 0)
            (effects (font (size 1.27 1.27)) hide)
          )
          (property "ki_keywords" "ldo linear fixed positive" (id 4) (at 0 0 0)
            (effects (font (size 1.27 1.27)) hide)
          )
          (property "ki_description" "100mA, Quasi Low Dropout Voltage Regulator, 3.3V positive fixed output, SOT-23 package" (id 5) (at 0 0 0)
            (effects (font (size 1.27 1.27)) hide)
          )
          (property "ki_fp_filters" "SOT?23*" (id 6) (at 0 0 0)
            (effects (font (size 1.27 1.27)) hide)
          )
          (symbol "Regulator_Linear_LM3480-3.3V-100mA_0_1"
            (rectangle (start -5.08 1.905) (end 5.08 -5.08)
              (stroke (width 0.254) (type default) (color 0 0 0 0))
              (fill (type background))
            )
          )
          (symbol "Regulator_Linear_LM3480-3.3V-100mA_1_1"
            (pin power_out line (at 7.62 0 180) (length 2.54)
              (name "VO" (effects (font (size 1.27 1.27))))
              (number "1" (effects (font (size 1.27 1.27))))
            )
            (pin power_in line (at -7.62 0 0) (length 2.54)
              (name "VI" (effects (font (size 1.27 1.27))))
              (number "2" (effects (font (size 1.27 1.27))))
            )
            (pin power_in line (at 0 -7.62 90) (length 2.54)
              (name "GND" (effects (font (size 1.27 1.27))))
              (number "3" (effects (font (size 1.27 1.27))))
            )
          )
        )
      )
    
      (junction (at 100.33 71.12) (diameter 0) (color 0 0 0 0)
        (uuid 5280e494-4893-4ca6-a796-20c69b269c6a)
      )
      (junction (at 73.66 71.12) (diameter 0) (color 0 0 0 0)
        (uuid befb29b5-ce4b-4aab-85e9-e28e0326f350)
      )
      (junction (at 87.63 78.74) (diameter 0) (color 0 0 0 0)
        (uuid e0147b3f-ea18-4d99-bfaf-f95b85a0e2f6)
      )
    
      (wire (pts (xy 95.25 71.12) (xy 100.33 71.12))
        (stroke (width 0) (type default) (color 0 0 0 0))
        (uuid 0c4d911f-f4bf-474d-b813-fab717bd4418)
      )
      (wire (pts (xy 62.23 71.12) (xy 73.66 71.12))
        (stroke (width 0) (type default) (color 0 0 0 0))
        (uuid 24399ac7-8f3d-4e06-825a-bb83e4a014b6)
      )
      (wire (pts (xy 87.63 78.74) (xy 100.33 78.74))
        (stroke (width 0) (type default) (color 0 0 0 0))
        (uuid 5dcc37f5-3658-4ad8-9997-22221290e6a5)
      )
      (wire (pts (xy 73.66 78.74) (xy 87.63 78.74))
        (stroke (width 0) (type default) (color 0 0 0 0))
        (uuid 72108bb3-4a3a-447b-b316-7150ef08fd16)
      )
      (wire (pts (xy 121.92 53.34) (xy 129.54 53.34))
        (stroke (width 0) (type default) (color 0 0 0 0))
        (uuid 75d77461-6cfe-4f3d-9213-d5fb4e02a6c9)
      )
      (wire (pts (xy 73.66 71.12) (xy 80.01 71.12))
        (stroke (width 0) (type default) (color 0 0 0 0))
        (uuid 7a164449-6085-4f9a-a434-49b1e7c564d1)
      )
      (wire (pts (xy 100.33 71.12) (xy 114.3 71.12))
        (stroke (width 0) (type default) (color 0 0 0 0))
        (uuid e669b261-cf45-489f-bae7-1627be261357)
      )
    
      (global_label "LED_A" (shape input) (at 177.8 83.82 0) (fields_autoplaced)
        (effects (font (size 1.27 1.27)) (justify left))
        (uuid 0b633b30-89d7-4549-bba1-f799e9f1e13c)
        (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 185.7164 83.7406 0)
          (effects (font (size 1.27 1.27)) (justify left) hide)
        )
      )
      (global_label "D+" (shape input) (at 177.8 96.52 0) (fields_autoplaced)
        (effects (font (size 1.27 1.27)) (justify left))
        (uuid 0e012e18-4b5b-4769-ae7d-b650f0bca858)
        (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 183.0555 96.5994 0)
          (effects (font (size 1.27 1.27)) (justify left) hide)
        )
      )
      (global_label "DIO" (shape input) (at 173.99 135.89 0) (fields_autoplaced)
        (effects (font (size 1.27 1.27)) (justify left))
        (uuid 174881a6-8498-4243-b842-ea6fe03ba2ff)
        (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 179.6083 135.8106 0)
          (effects (font (size 1.27 1.27)) (justify left) hide)
        )
      )
      (global_label "RST" (shape input) (at 153.67 138.43 180) (fields_autoplaced)
        (effects (font (size 1.27 1.27)) (justify right))
        (uuid 5bb7258d-263a-4a16-9939-91ee2427587a)
        (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 147.8098 138.3506 0)
          (effects (font (size 1.27 1.27)) (justify right) hide)
        )
      )
      (global_label "RST" (shape input) (at 152.4 81.28 180) (fields_autoplaced)
        (effects (font (size 1.27 1.27)) (justify right))
        (uuid 680e55ab-5231-4153-a892-b2f8b22b868f)
        (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 146.5398 81.2006 0)
          (effects (font (size 1.27 1.27)) (justify right) hide)
        )
      )
      (global_label "CAPA" (shape input) (at 185.42 86.36 0) (fields_autoplaced)
        (effects (font (size 1.27 1.27)) (justify left))
        (uuid 73db1f05-aa70-476d-bccc-5aaaa3f8dd31)
        (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 192.5502 86.2806 0)
          (effects (font (size 1.27 1.27)) (justify left) hide)
        )
      )
      (global_label "D-" (shape input) (at 132.08 53.34 270) (fields_autoplaced)
        (effects (font (size 1.27 1.27)) (justify right))
        (uuid 7414d656-dd39-46ef-a521-c9f3f1f6c66c)
        (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 132.0006 58.5955 90)
          (effects (font (size 1.27 1.27)) (justify right) hide)
        )
      )
      (global_label "CLK" (shape input) (at 152.4 86.36 180) (fields_autoplaced)
        (effects (font (size 1.27 1.27)) (justify right))
        (uuid 8cc62a30-4fca-4a7a-be68-a179ae5a8404)
        (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 146.4188 86.2806 0)
          (effects (font (size 1.27 1.27)) (justify right) hide)
        )
      )
      (global_label "D-" (shape input) (at 177.8 93.98 0) (fields_autoplaced)
        (effects (font (size 1.27 1.27)) (justify left))
        (uuid 997de59d-3188-4e0f-ac3c-2979f0d9b4b8)
        (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 183.0555 94.0594 0)
          (effects (font (size 1.27 1.27)) (justify left) hide)
        )
      )
      (global_label "LED_C" (shape input) (at 198.12 104.14 270) (fields_autoplaced)
        (effects (font (size 1.27 1.27)) (justify right))
        (uuid 9d3e7d9e-f1a1-4647-8ac3-71e6b7055101)
        (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 198.1994 112.2379 90)
          (effects (font (size 1.27 1.27)) (justify right) hide)
        )
      )
      (global_label "LED_A" (shape input) (at 198.12 88.9 90) (fields_autoplaced)
        (effects (font (size 1.27 1.27)) (justify left))
        (uuid afe116e0-e392-472b-a812-f2ef7fbba3ff)
        (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 198.0406 80.9836 90)
          (effects (font (size 1.27 1.27)) (justify left) hide)
        )
      )
      (global_label "D+" (shape input) (at 134.62 53.34 270) (fields_autoplaced)
        (effects (font (size 1.27 1.27)) (justify right))
        (uuid b5177552-bd6c-48f3-a5b4-c0e4259dda0f)
        (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 134.5406 58.5955 90)
          (effects (font (size 1.27 1.27)) (justify right) hide)
        )
      )
      (global_label "DIO" (shape input) (at 152.4 88.9 180) (fields_autoplaced)
        (effects (font (size 1.27 1.27)) (justify right))
        (uuid d9012c5c-b757-4126-b082-fd80f22590bf)
        (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 146.7817 88.9794 0)
          (effects (font (size 1.27 1.27)) (justify right) hide)
        )
      )
      (global_label "LED_C" (shape input) (at 177.8 81.28 0) (fields_autoplaced)
        (effects (font (size 1.27 1.27)) (justify left))
        (uuid debff818-324e-41e4-8c61-d2af8aeb55bd)
        (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 185.8979 81.2006 0)
          (effects (font (size 1.27 1.27)) (justify left) hide)
        )
      )
      (global_label "CLK" (shape input) (at 153.67 135.89 180) (fields_autoplaced)
        (effects (font (size 1.27 1.27)) (justify right))
        (uuid f6240212-63d9-47cb-9d18-9babecba3ddf)
        (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 147.6888 135.8106 0)
          (effects (font (size 1.27 1.27)) (justify right) hide)
        )
      )
    
      (symbol (lib_id "fab:Power_GND") (at 173.99 138.43 0) (unit 1)
        (in_bom yes) (on_board yes) (fields_autoplaced)
        (uuid 038ae685-fadd-4b4a-a2fc-491a1177ca9d)
        (property "Reference" "#PWR0112" (id 0) (at 173.99 144.78 0)
          (effects (font (size 1.27 1.27)) hide)
        )
        (property "Value" "Power_GND" (id 1) (at 173.99 143.51 0))
        (property "Footprint" "" (id 2) (at 173.99 138.43 0)
          (effects (font (size 1.27 1.27)) hide)
        )
        (property "Datasheet" "" (id 3) (at 173.99 138.43 0)
          (effects (font (size 1.27 1.27)) hide)
        )
        (pin "1" (uuid df1b3382-6c62-409b-a4fe-573228ac19ed))
      )
    
      (symbol (lib_id "fab:Microcontroller_ATSAMD11C14A-SSUT") (at 165.1 88.9 0) (unit 1)
        (in_bom yes) (on_board yes) (fields_autoplaced)
        (uuid 1c5f2b06-dd65-40ca-a36f-d7882ab411c5)
        (property "Reference" "U2" (id 0) (at 167.1194 68.58 0)
          (effects (font (size 1.27 1.27)) (justify left))
        )
        (property "Value" "Microcontroller_ATSAMD11C14A-SSUT" (id 1) (at 167.1194 71.12 0)
          (effects (font (size 1.27 1.27)) (justify left))
        )
        (property "Footprint" "fab:SOIC-14_3.9x8.7mm_P1.27mm" (id 2) (at 165.1 115.57 0)
          (effects (font (size 1.27 1.27)) hide)
        )
        (property "Datasheet" "https://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-42363-SAM-D11_Datasheet.pdf" (id 3) (at 165.1 106.68 0)
          (effects (font (size 1.27 1.27)) hide)
        )
        (pin "1" (uuid cadbff7f-57d8-485a-9ab3-b7a950994c7c))
        (pin "10" (uuid 8000361b-81fd-47e5-a524-21109b036f6c))
        (pin "11" (uuid 856388fb-18d9-48b8-a8f0-8c934a9b3630))
        (pin "12" (uuid 53609c90-137a-4321-8460-00c118c2a9d1))
        (pin "13" (uuid f7ab5afe-1f32-448e-94cd-57886eb9601f))
        (pin "14" (uuid ce5bc57b-f12b-4678-ad8c-7b3dffaf60bb))
        (pin "2" (uuid 25d8ed38-2451-4d4e-855a-33b89acfd0e8))
        (pin "3" (uuid 368e0798-54c0-4134-bbf4-9e85f89f6e4d))
        (pin "4" (uuid 52cd69ba-32ad-451b-9643-72396c445980))
        (pin "5" (uuid ba99ad96-ad7a-4904-b2f3-b5665f325179))
        (pin "6" (uuid 03d5d36d-7d04-4655-9ddd-9b2863c89c7c))
        (pin "7" (uuid 02a23b8e-c710-4b39-9d83-63922652e346))
        (pin "8" (uuid 098ab8c1-1380-40a5-b8a8-396b8356b7d7))
        (pin "9" (uuid a8de82ca-1c04-48ac-9839-de2f36bbf95d))
      )
    
      (symbol (lib_id "fab:Power_+5V") (at 62.23 71.12 0) (unit 1)
        (in_bom yes) (on_board yes) (fields_autoplaced)
        (uuid 2f85ce3f-0ce3-48bb-9922-39b751469afe)
        (property "Reference" "#PWR0101" (id 0) (at 62.23 74.93 0)
          (effects (font (size 1.27 1.27)) hide)
        )
        (property "Value" "Power_+5V" (id 1) (at 62.23 66.04 0))
        (property "Footprint" "" (id 2) (at 62.23 71.12 0)
          (effects (font (size 1.27 1.27)) hide)
        )
        (property "Datasheet" "" (id 3) (at 62.23 71.12 0)
          (effects (font (size 1.27 1.27)) hide)
        )
        (pin "1" (uuid 663cdde4-0ecc-4abf-ada3-2705e7dbaad2))
      )
    
      (symbol (lib_id "fab:Power_+3V3") (at 165.1 71.12 0) (unit 1)
        (in_bom yes) (on_board yes) (fields_autoplaced)
        (uuid 3361482c-ca19-4873-b4a9-88f85f1328a1)
        (property "Reference" "#PWR0108" (id 0) (at 165.1 74.93 0)
          (effects (font (size 1.27 1.27)) hide)
        )
        (property "Value" "Power_+3V3" (id 1) (at 165.1 66.04 0))
        (property "Footprint" "" (id 2) (at 165.1 71.12 0)
          (effects (font (size 1.27 1.27)) hide)
        )
        (property "Datasheet" "" (id 3) (at 165.1 71.12 0)
          (effects (font (size 1.27 1.27)) hide)
        )
        (pin "1" (uuid fed99eb5-430a-467c-b673-21790df80de5))
      )
    
      (symbol (lib_id "Device:R") (at 181.61 86.36 90) (unit 1)
        (in_bom yes) (on_board yes) (fields_autoplaced)
        (uuid 39cca1bd-96d6-42ee-8c69-5de87b57e546)
        (property "Reference" "R2" (id 0) (at 181.61 80.01 90))
        (property "Value" "R" (id 1) (at 181.61 82.55 90))
        (property "Footprint" "fab:R_1206" (id 2) (at 181.61 88.138 90)
          (effects (font (size 1.27 1.27)) hide)
        )
        (property "Datasheet" "~" (id 3) (at 181.61 86.36 0)
          (effects (font (size 1.27 1.27)) hide)
        )
        (pin "1" (uuid 650bb676-81fa-4c22-b009-9b66603eb921))
        (pin "2" (uuid 8f80a3f1-1ae2-4b8d-bd35-7a182c6a8d2e))
      )
    
      (symbol (lib_id "fab:Power_GND") (at 165.1 106.68 0) (unit 1)
        (in_bom yes) (on_board yes) (fields_autoplaced)
        (uuid 428fd061-ea0a-462c-a8fb-5150bbd1d04f)
        (property "Reference" "#PWR0110" (id 0) (at 165.1 113.03 0)
          (effects (font (size 1.27 1.27)) hide)
        )
        (property "Value" "Power_GND" (id 1) (at 165.1 111.76 0))
        (property "Footprint" "" (id 2) (at 165.1 106.68 0)
          (effects (font (size 1.27 1.27)) hide)
        )
        (property "Datasheet" "" (id 3) (at 165.1 106.68 0)
          (effects (font (size 1.27 1.27)) hide)
        )
        (pin "1" (uuid eea26951-4c03-48fe-b4f4-251e10ae0419))
      )
    
      (symbol (lib_id "fab:Conn_PinHeader_2x02_SWD_P2.54mm_Vertical_SMD") (at 163.83 137.16 180) (unit 1)
        (in_bom yes) (on_board yes) (fields_autoplaced)
        (uuid 4a55f4f3-4596-4061-91d2-6036b72881f5)
        (property "Reference" "J3" (id 0) (at 163.83 128.27 0))
        (property "Value" "Conn_PinHeader_2x02_SWD_P2.54mm_Vertical_SMD" (id 1) (at 163.83 130.81 0))
        (property "Footprint" "fab:PinHeader_2x02_SWD_P2.54mm_Vertical_SMD" (id 2) (at 163.83 137.16 0)
          (effects (font (size 1.27 1.27)) hide)
        )
        (property "Datasheet" "https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/95278.pdf" (id 3) (at 163.83 137.16 0)
          (effects (font (size 1.27 1.27)) hide)
        )
        (pin "1" (uuid f0a34e5c-2e7e-4653-86b2-ac950cdd3724))
        (pin "2" (uuid bededdee-3f1a-44ef-96c4-59657d743930))
        (pin "3" (uuid 9644b0a2-cae3-4e14-9b1b-c7bea01e2d59))
        (pin "4" (uuid 50240248-5a56-4d94-827c-5e2e88291360))
      )
    
      (symbol (lib_id "fab:Power_+5V") (at 121.92 53.34 0) (unit 1)
        (in_bom yes) (on_board yes) (fields_autoplaced)
        (uuid 66f033d4-7f4d-4d8b-8047-3c7c415b0219)
        (property "Reference" "#PWR0104" (id 0) (at 121.92 57.15 0)
          (effects (font (size 1.27 1.27)) hide)
        )
        (property "Value" "Power_+5V" (id 1) (at 121.92 48.26 0))
        (property "Footprint" "" (id 2) (at 121.92 53.34 0)
          (effects (font (size 1.27 1.27)) hide)
        )
        (property "Datasheet" "" (id 3) (at 121.92 53.34 0)
          (effects (font (size 1.27 1.27)) hide)
        )
        (pin "1" (uuid 4f44dbb5-7291-4f3d-bac0-3894599fbeae))
      )
    
      (symbol (lib_id "fab:Regulator_Linear_LM3480-3.3V-100mA") (at 87.63 71.12 0) (unit 1)
        (in_bom yes) (on_board yes) (fields_autoplaced)
        (uuid 78dd0937-ee9d-48f7-810d-2995faf42b06)
        (property "Reference" "U1" (id 0) (at 87.63 63.5 0))
        (property "Value" "Regulator_Linear_LM3480-3.3V-100mA" (id 1) (at 87.63 66.04 0))
        (property "Footprint" "fab:SOT-23W" (id 2) (at 87.63 65.405 0)
          (effects (font (size 1.27 1.27) italic) hide)
        )
        (property "Datasheet" "https://www.ti.com/lit/ds/symlink/lm3480.pdf" (id 3) (at 87.63 71.12 0)
          (effects (font (size 1.27 1.27)) hide)
        )
        (pin "1" (uuid 9c6f6ff8-1f53-4f5c-8a2a-517888dc43a2))
        (pin "2" (uuid 16c9feaf-2caf-4dac-9da3-1a18a412111e))
        (pin "3" (uuid af9dc2d2-6192-41e3-9749-a7b7261dc96b))
      )
    
      (symbol (lib_id "Device:R") (at 198.12 92.71 0) (unit 1)
        (in_bom yes) (on_board yes) (fields_autoplaced)
        (uuid 793db082-42ed-4019-b9c9-5a54a4f821e0)
        (property "Reference" "R1" (id 0) (at 200.66 91.4399 0)
          (effects (font (size 1.27 1.27)) (justify left))
        )
        (property "Value" "R" (id 1) (at 200.66 93.9799 0)
          (effects (font (size 1.27 1.27)) (justify left))
        )
        (property "Footprint" "fab:R_1206" (id 2) (at 196.342 92.71 90)
          (effects (font (size 1.27 1.27)) hide)
        )
        (property "Datasheet" "~" (id 3) (at 198.12 92.71 0)
          (effects (font (size 1.27 1.27)) hide)
        )
        (pin "1" (uuid 44055cf7-6109-4262-a448-68840e768524))
        (pin "2" (uuid fc758edc-b25a-45b0-be93-41b063978035))
      )
    
      (symbol (lib_id "fab:Power_+3V3") (at 114.3 71.12 0) (unit 1)
        (in_bom yes) (on_board yes) (fields_autoplaced)
        (uuid 8531299f-0363-423c-9a26-d8d114f39dac)
        (property "Reference" "#PWR0111" (id 0) (at 114.3 74.93 0)
          (effects (font (size 1.27 1.27)) hide)
        )
        (property "Value" "Power_+3V3" (id 1) (at 114.3 66.04 0))
        (property "Footprint" "" (id 2) (at 114.3 71.12 0)
          (effects (font (size 1.27 1.27)) hide)
        )
        (property "Datasheet" "" (id 3) (at 114.3 71.12 0)
          (effects (font (size 1.27 1.27)) hide)
        )
        (pin "1" (uuid 226edbec-3749-4d3b-97ae-65e901554cdf))
      )
    
      (symbol (lib_id "fab:C") (at 73.66 74.93 0) (unit 1)
        (in_bom yes) (on_board yes) (fields_autoplaced)
        (uuid a20728c8-07ac-40ed-b60c-72d07a38f400)
        (property "Reference" "C1" (id 0) (at 77.47 73.6599 0)
          (effects (font (size 1.27 1.27)) (justify left))
        )
        (property "Value" "1uF" (id 1) (at 77.47 76.1999 0)
          (effects (font (size 1.27 1.27)) (justify left))
        )
        (property "Footprint" "fab:C_1206" (id 2) (at 74.6252 78.74 0)
          (effects (font (size 1.27 1.27)) hide)
        )
        (property "Datasheet" "" (id 3) (at 73.66 74.93 0)
          (effects (font (size 1.27 1.27)) hide)
        )
        (pin "1" (uuid 3bd319dd-8733-4580-ac48-6d79711e4c32))
        (pin "2" (uuid cbe7814d-9f21-4c8c-a1c5-a5ccddb70d48))
      )
    
      (symbol (lib_id "fab:LED") (at 198.12 100.33 90) (unit 1)
        (in_bom yes) (on_board yes) (fields_autoplaced)
        (uuid c4a71020-03ce-4f30-a55a-13a246010c50)
        (property "Reference" "D1" (id 0) (at 201.93 100.6601 90)
          (effects (font (size 1.27 1.27)) (justify right))
        )
        (property "Value" "LED" (id 1) (at 201.93 103.2001 90)
          (effects (font (size 1.27 1.27)) (justify right))
        )
        (property "Footprint" "fab:LED_1206" (id 2) (at 198.12 100.33 0)
          (effects (font (size 1.27 1.27)) hide)
        )
        (property "Datasheet" "https://optoelectronics.liteon.com/upload/download/DS-22-98-0002/LTST-C150CKT.pdf" (id 3) (at 198.12 100.33 0)
          (effects (font (size 1.27 1.27)) hide)
        )
        (pin "1" (uuid 9f59631e-0a60-498f-9a2e-609ac427fbf7))
        (pin "2" (uuid 456172db-03b4-4378-936c-bc9704159fc8))
      )
    
      (symbol (lib_id "fab:Conn_USB_A_Plain") (at 133.35 44.45 90) (unit 1)
        (in_bom yes) (on_board yes) (fields_autoplaced)
        (uuid edc78bf5-dcc5-4cd6-aa4e-c01e87f3a3ff)
        (property "Reference" "P1" (id 0) (at 140.97 43.1799 90)
          (effects (font (size 1.27 1.27)) (justify right))
        )
        (property "Value" "Conn_USB_A_Plain" (id 1) (at 140.97 45.7199 90)
          (effects (font (size 1.27 1.27)) (justify right))
        )
        (property "Footprint" "fab:Conn_USB_A_Plain" (id 2) (at 133.35 44.45 0)
          (effects (font (size 1.27 1.27)) hide)
        )
        (property "Datasheet" "" (id 3) (at 133.35 44.45 0)
          (effects (font (size 1.27 1.27)) hide)
        )
        (pin "1" (uuid ca7a9c8a-6fca-454e-9d7c-7e51dae1cc4e))
        (pin "2" (uuid cf8105f4-172a-4a36-a63d-9a225226c745))
        (pin "3" (uuid 0a3024fe-1ac2-4a54-b6fe-0b7bdfe34a98))
        (pin "4" (uuid ce4cbf58-6866-4f48-8ec7-2664e234b707))
      )
    
      (symbol (lib_id "fab:Power_GND") (at 87.63 78.74 0) (unit 1)
        (in_bom yes) (on_board yes) (fields_autoplaced)
        (uuid f0669dce-fc98-43cf-b391-c137ee9617c4)
        (property "Reference" "#PWR0102" (id 0) (at 87.63 85.09 0)
          (effects (font (size 1.27 1.27)) hide)
        )
        (property "Value" "Power_GND" (id 1) (at 87.63 83.82 0))
        (property "Footprint" "" (id 2) (at 87.63 78.74 0)
          (effects (font (size 1.27 1.27)) hide)
        )
        (property "Datasheet" "" (id 3) (at 87.63 78.74 0)
          (effects (font (size 1.27 1.27)) hide)
        )
        (pin "1" (uuid d9486a70-192e-4aa2-b82a-43ac88477cdd))
      )
    
      (symbol (lib_id "fab:Power_GND") (at 137.16 53.34 0) (unit 1)
        (in_bom yes) (on_board yes) (fields_autoplaced)
        (uuid f9ee5e00-0811-48b2-9263-35eab98f8083)
        (property "Reference" "#PWR0103" (id 0) (at 137.16 59.69 0)
          (effects (font (size 1.27 1.27)) hide)
        )
        (property "Value" "Power_GND" (id 1) (at 137.16 58.42 0))
        (property "Footprint" "" (id 2) (at 137.16 53.34 0)
          (effects (font (size 1.27 1.27)) hide)
        )
        (property "Datasheet" "" (id 3) (at 137.16 53.34 0)
          (effects (font (size 1.27 1.27)) hide)
        )
        (pin "1" (uuid 42a07442-6433-4026-95fc-95db33dd8be3))
      )
    
      (symbol (lib_id "fab:C") (at 100.33 74.93 0) (unit 1)
        (in_bom yes) (on_board yes) (fields_autoplaced)
        (uuid fde96c4e-b12c-43f8-9426-6e025c0e4ecc)
        (property "Reference" "C2" (id 0) (at 104.14 73.6599 0)
          (effects (font (size 1.27 1.27)) (justify left))
        )
        (property "Value" "1uF" (id 1) (at 104.14 76.1999 0)
          (effects (font (size 1.27 1.27)) (justify left))
        )