Skip to content
boitarire.kicad_sch 102 KiB
Newer Older
1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000
        (effects (font (size 1.27 1.27)) hide)
      )
      (property "ki_description" "Power symbol creates a global label with name \"-BATT\"" (id 5) (at 0 0 0)
        (effects (font (size 1.27 1.27)) hide)
      )
      (symbol "-BATT_0_1"
        (polyline
          (pts
            (xy 0 0)
            (xy 0 2.54)
          )
          (stroke (width 0)) (fill (type none))
        )
        (polyline
          (pts
            (xy 0.762 1.27)
            (xy -0.762 1.27)
            (xy 0 2.54)
            (xy 0.762 1.27)
          )
          (stroke (width 0)) (fill (type outline))
        )
      )
      (symbol "-BATT_1_1"
        (pin power_in line (at 0 0 90) (length 0) hide
          (name "-BATT" (effects (font (size 1.27 1.27))))
          (number "1" (effects (font (size 1.27 1.27))))
        )
      )
    )
    (symbol "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" "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 "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)) (fill (type none))
        )
      )
      (symbol "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 "power:GNDPWR" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes)
      (property "Reference" "#PWR" (id 0) (at 0 -5.08 0)
        (effects (font (size 1.27 1.27)) hide)
      )
      (property "Value" "GNDPWR" (id 1) (at 0 -3.302 0)
        (effects (font (size 1.27 1.27)))
      )
      (property "Footprint" "" (id 2) (at 0 -1.27 0)
        (effects (font (size 1.27 1.27)) hide)
      )
      (property "Datasheet" "" (id 3) (at 0 -1.27 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 \"GNDPWR\" , power ground" (id 5) (at 0 0 0)
        (effects (font (size 1.27 1.27)) hide)
      )
      (symbol "GNDPWR_0_1"
        (polyline
          (pts
            (xy 0 -1.27)
            (xy 0 0)
          )
          (stroke (width 0)) (fill (type none))
        )
        (polyline
          (pts
            (xy -1.016 -1.27)
            (xy -1.27 -2.032)
            (xy -1.27 -2.032)
          )
          (stroke (width 0.2032)) (fill (type none))
        )
        (polyline
          (pts
            (xy -0.508 -1.27)
            (xy -0.762 -2.032)
            (xy -0.762 -2.032)
          )
          (stroke (width 0.2032)) (fill (type none))
        )
        (polyline
          (pts
            (xy 0 -1.27)
            (xy -0.254 -2.032)
            (xy -0.254 -2.032)
          )
          (stroke (width 0.2032)) (fill (type none))
        )
        (polyline
          (pts
            (xy 0.508 -1.27)
            (xy 0.254 -2.032)
            (xy 0.254 -2.032)
          )
          (stroke (width 0.2032)) (fill (type none))
        )
        (polyline
          (pts
            (xy 1.016 -1.27)
            (xy -1.016 -1.27)
            (xy -1.016 -1.27)
          )
          (stroke (width 0.2032)) (fill (type none))
        )
        (polyline
          (pts
            (xy 1.016 -1.27)
            (xy 0.762 -2.032)
            (xy 0.762 -2.032)
            (xy 0.762 -2.032)
          )
          (stroke (width 0.2032)) (fill (type none))
        )
      )
      (symbol "GNDPWR_1_1"
        (pin power_in line (at 0 0 270) (length 0) hide
          (name "GNDPWR" (effects (font (size 1.27 1.27))))
          (number "1" (effects (font (size 1.27 1.27))))
        )
      )
    )
    (symbol "power:VCC" (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" "VCC" (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 \"VCC\"" (id 5) (at 0 0 0)
        (effects (font (size 1.27 1.27)) hide)
      )
      (symbol "VCC_0_1"
        (polyline
          (pts
            (xy -0.762 1.27)
            (xy 0 2.54)
          )
          (stroke (width 0)) (fill (type none))
        )
        (polyline
          (pts
            (xy 0 0)
            (xy 0 2.54)
          )
          (stroke (width 0)) (fill (type none))
        )
        (polyline
          (pts
            (xy 0 2.54)
            (xy 0.762 1.27)
          )
          (stroke (width 0)) (fill (type none))
        )
      )
      (symbol "VCC_1_1"
        (pin power_in line (at 0 0 90) (length 0) hide
          (name "VCC" (effects (font (size 1.27 1.27))))
          (number "1" (effects (font (size 1.27 1.27))))
        )
      )
    )
  )

  (junction (at 45.085 46.99) (diameter 0.9144) (color 0 0 0 0))
  (junction (at 64.77 114.3) (diameter 0.9144) (color 0 0 0 0))
  (junction (at 80.645 114.3) (diameter 0.9144) (color 0 0 0 0))
  (junction (at 85.725 114.3) (diameter 0.9144) (color 0 0 0 0))
  (junction (at 95.25 105.41) (diameter 0.9144) (color 0 0 0 0))
  (junction (at 95.25 121.92) (diameter 0.9144) (color 0 0 0 0))
  (junction (at 176.53 62.23) (diameter 0.9144) (color 0 0 0 0))
  (junction (at 176.53 69.85) (diameter 0.9144) (color 0 0 0 0))

  (no_connect (at 73.025 67.31) (uuid ab7ce74b-ee2b-4a4c-b809-13360a25bbaa))
  (no_connect (at 73.025 72.39) (uuid ab7ce74b-ee2b-4a4c-b809-13360a25bbaa))
  (no_connect (at 73.025 74.93) (uuid d1e75edf-cf82-445e-95c6-d89447be959e))
  (no_connect (at 73.025 77.47) (uuid d1e75edf-cf82-445e-95c6-d89447be959e))
  (no_connect (at 83.185 34.29) (uuid dc6bfbcc-0a95-4a29-874c-ba0a81e500f9))
  (no_connect (at 88.265 34.29) (uuid 8aff41e1-8e9f-4d0a-86aa-a6a1e18e190b))
  (no_connect (at 98.425 44.45) (uuid 8b8b8863-032b-4ccc-8f2e-ac11a3ef7540))
  (no_connect (at 98.425 46.99) (uuid af056d36-b7ab-4e30-b8a9-b191db0f29ad))
  (no_connect (at 98.425 54.61) (uuid 76949eab-eb9f-46f5-8f27-0eb9eac6fb91))
  (no_connect (at 98.425 59.69) (uuid ab7ce74b-ee2b-4a4c-b809-13360a25bbaa))
  (no_connect (at 98.425 62.23) (uuid ab7ce74b-ee2b-4a4c-b809-13360a25bbaa))
  (no_connect (at 98.425 64.77) (uuid 94232c53-d43d-413e-8072-8de6809aa233))
  (no_connect (at 98.425 67.31) (uuid 94232c53-d43d-413e-8072-8de6809aa233))
  (no_connect (at 98.425 74.93) (uuid ab7ce74b-ee2b-4a4c-b809-13360a25bbaa))
  (no_connect (at 98.425 77.47) (uuid ab7ce74b-ee2b-4a4c-b809-13360a25bbaa))
  (no_connect (at 147.32 38.735) (uuid a91a47b6-45e3-4d69-9025-3333457be20c))
  (no_connect (at 147.32 41.275) (uuid a91a47b6-45e3-4d69-9025-3333457be20c))
  (no_connect (at 147.32 43.815) (uuid a91a47b6-45e3-4d69-9025-3333457be20c))
  (no_connect (at 234.95 36.83) (uuid de0c4f2d-a0c1-4c4c-8db9-6418d1c82091))

  (wire (pts (xy 14.605 52.07) (xy 30.48 52.07))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid ba1ac7c7-58c8-4b38-a99e-c3c87703a3f5)
  )
  (wire (pts (xy 19.05 62.23) (xy 38.735 62.23))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid 808faf7e-d1cb-411e-bb51-cc36110d9f89)
  )
  (wire (pts (xy 24.765 46.99) (xy 30.48 46.99))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid 8c254baf-a078-47c9-aa6d-e4b259b34e6a)
  )
  (wire (pts (xy 38.1 46.99) (xy 45.085 46.99))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid 665975c4-c60d-4f29-8a3e-00c37b6703f5)
  )
  (wire (pts (xy 38.1 52.07) (xy 45.085 52.07))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid 28ac5b6c-fc13-4e74-95cb-400bb70ad3dd)
  )
  (wire (pts (xy 45.085 34.29) (xy 50.165 34.29))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid 5e6f544e-3a87-4537-b227-c6155154a48b)
  )
  (wire (pts (xy 45.085 39.37) (xy 50.165 39.37))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid a62ff7e5-5eb3-4f21-90be-7570600f6e69)
  )
  (wire (pts (xy 45.085 46.99) (xy 73.025 46.99))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid 665975c4-c60d-4f29-8a3e-00c37b6703f5)
  )
  (wire (pts (xy 45.085 52.07) (xy 45.085 46.99))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid 28ac5b6c-fc13-4e74-95cb-400bb70ad3dd)
  )
  (wire (pts (xy 46.355 62.23) (xy 73.025 62.23))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid 45585876-6a02-493c-af45-87a75d8817ec)
  )
  (wire (pts (xy 55.88 52.07) (xy 73.025 52.07))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid 52d4550c-643b-46e2-a9fe-c0c93d2a39db)
  )
  (wire (pts (xy 55.88 54.61) (xy 73.025 54.61))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid ac0153b0-410c-4492-873e-84512e335537)
  )
  (wire (pts (xy 55.88 57.15) (xy 73.025 57.15))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid bb81feff-61e8-44e4-8f92-f27c8f1f9cdc)
  )
  (wire (pts (xy 55.88 59.69) (xy 73.025 59.69))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid ca35b177-f944-4900-b080-5df917f32965)
  )
  (wire (pts (xy 55.88 64.77) (xy 73.025 64.77))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid c7a3e5a9-10e1-416c-89c1-1951c7a7f523)
  )
  (wire (pts (xy 64.77 39.37) (xy 57.785 39.37))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid 010f293e-3467-4bcf-ab72-e71d28abe594)
  )
  (wire (pts (xy 64.77 41.91) (xy 64.77 39.37))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid 010f293e-3467-4bcf-ab72-e71d28abe594)
  )
  (wire (pts (xy 64.77 114.3) (xy 51.435 114.3))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid cbff7501-a654-4529-9dd5-91a0748ba826)
  )
  (wire (pts (xy 64.77 124.46) (xy 64.77 114.3))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid 67d0be7d-2646-42d1-9761-db8c1cb2e3e3)
  )
  (wire (pts (xy 66.04 49.53) (xy 73.025 49.53))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid 5a940b15-4744-425a-81e8-8952d14f8fb6)
  )
  (wire (pts (xy 68.58 34.29) (xy 57.785 34.29))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid 4dabf892-e820-41db-9d1e-90aa15230b7f)
  )
  (wire (pts (xy 68.58 39.37) (xy 68.58 34.29))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid 4dabf892-e820-41db-9d1e-90aa15230b7f)
  )
  (wire (pts (xy 69.85 114.3) (xy 64.77 114.3))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid cbff7501-a654-4529-9dd5-91a0748ba826)
  )
  (wire (pts (xy 69.85 124.46) (xy 64.77 124.46))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid 67d0be7d-2646-42d1-9761-db8c1cb2e3e3)
  )
  (wire (pts (xy 73.025 39.37) (xy 68.58 39.37))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid 4dabf892-e820-41db-9d1e-90aa15230b7f)
  )
  (wire (pts (xy 73.025 41.91) (xy 64.77 41.91))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid 010f293e-3467-4bcf-ab72-e71d28abe594)
  )
  (wire (pts (xy 77.47 114.3) (xy 80.645 114.3))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid 42c7c257-4e58-4d25-b2d0-31753495d957)
  )
  (wire (pts (xy 77.47 124.46) (xy 80.645 124.46))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid 513fea89-84df-4b41-a367-d257330a6748)
  )
  (wire (pts (xy 80.645 114.3) (xy 85.725 114.3))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid 42c7c257-4e58-4d25-b2d0-31753495d957)
  )
  (wire (pts (xy 80.645 124.46) (xy 80.645 114.3))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid 513fea89-84df-4b41-a367-d257330a6748)
  )
  (wire (pts (xy 85.725 85.09) (xy 85.725 87.63))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid 91d5a972-28f6-4dff-9c31-fdef204a47ee)
  )
  (wire (pts (xy 85.725 114.3) (xy 85.725 120.65))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid 55c80eb1-563d-4266-8e54-8a2120bc6ab2)
  )
  (wire (pts (xy 85.725 114.3) (xy 87.63 114.3))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid 42c7c257-4e58-4d25-b2d0-31753495d957)
  )
  (wire (pts (xy 85.725 120.65) (xy 109.22 120.65))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid 55c80eb1-563d-4266-8e54-8a2120bc6ab2)
  )
  (wire (pts (xy 90.805 31.115) (xy 90.805 34.29))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid a34b36ab-f3c8-446c-86b8-13c64b737128)
  )
  (wire (pts (xy 95.25 97.155) (xy 95.25 105.41))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid 0179107b-2475-428d-9452-a330932dabd5)
  )
  (wire (pts (xy 95.25 105.41) (xy 95.25 109.22))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid 0179107b-2475-428d-9452-a330932dabd5)
  )
  (wire (pts (xy 95.25 119.38) (xy 95.25 121.92))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid 4f7dd8ef-4b76-4e3b-8bb1-aa46886a03dc)
  )
  (wire (pts (xy 95.25 121.92) (xy 95.25 124.46))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid 4f7dd8ef-4b76-4e3b-8bb1-aa46886a03dc)
  )
  (wire (pts (xy 98.425 69.85) (xy 105.41 69.85))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid c83a4e35-5f4e-4316-923a-79a55322c4c0)
  )
  (wire (pts (xy 98.425 72.39) (xy 105.41 72.39))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid 44db3796-7a9b-4302-ada3-c557fc8db370)
  )
  (wire (pts (xy 109.22 114.3) (xy 110.49 114.3))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid 55c80eb1-563d-4266-8e54-8a2120bc6ab2)
  )
  (wire (pts (xy 109.22 120.65) (xy 109.22 114.3))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid 55c80eb1-563d-4266-8e54-8a2120bc6ab2)
  )
  (wire (pts (xy 118.11 105.41) (xy 95.25 105.41))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid ac5fd8f9-f9c2-43be-8aba-29e123589e70)
  )
  (wire (pts (xy 118.11 109.22) (xy 118.11 105.41))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid ac5fd8f9-f9c2-43be-8aba-29e123589e70)
  )
  (wire (pts (xy 118.11 119.38) (xy 118.11 121.92))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid 2a3418a2-0037-42f2-92fa-35f2a2b549d5)
  )
  (wire (pts (xy 118.11 121.92) (xy 95.25 121.92))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid 2a3418a2-0037-42f2-92fa-35f2a2b549d5)
  )
  (wire (pts (xy 133.35 105.41) (xy 147.32 105.41))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid 73151e92-9ad5-403a-aee8-3a9c3c148b7e)
  )
  (wire (pts (xy 134.62 67.31) (xy 146.685 67.31))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid d689df2e-8fcc-483f-a71f-3ad56e9ceec3)
  )
  (wire (pts (xy 135.89 107.95) (xy 147.32 107.95))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid 70269300-c42e-4e64-a4a5-02999bf83732)
  )
  (wire (pts (xy 138.43 33.655) (xy 147.32 33.655))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid b3ffc90e-cae9-4da8-a233-1c8c540cf9a3)
  )
  (wire (pts (xy 138.43 36.195) (xy 147.32 36.195))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid bb31673c-ecae-4320-b017-766811d567fd)
  )
  (wire (pts (xy 139.065 28.575) (xy 147.32 28.575))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid 3c6c2489-f0f4-4f78-97b8-9ea127bcd0c1)
  )
  (wire (pts (xy 139.065 31.115) (xy 147.32 31.115))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid aef43846-9c44-4379-a6e4-856f1380db65)
  )
  (wire (pts (xy 140.335 46.355) (xy 147.32 46.355))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid 14a2c095-84e4-499a-8f93-e16fac805cbc)
  )
  (wire (pts (xy 140.335 97.79) (xy 147.32 97.79))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid 0255c38e-af2b-4065-aca5-a7932a1ee3c4)
  )
  (wire (pts (xy 140.335 100.33) (xy 147.32 100.33))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid 86754b8d-0f83-4dd4-9ae7-0aedabd8ca0f)
  )
  (wire (pts (xy 140.335 102.87) (xy 147.32 102.87))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid 04cbe4df-0e17-4599-82e8-6a65e976a79b)
  )
  (wire (pts (xy 144.78 64.77) (xy 146.685 64.77))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid 1712a581-0146-4594-a1ab-92b63bcd3613)
  )
  (wire (pts (xy 144.78 69.85) (xy 146.685 69.85))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid cc9d5905-6d13-4c96-92e0-32935b7934d4)
  )
  (wire (pts (xy 144.78 72.39) (xy 146.685 72.39))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid 3001e2ae-73ed-4671-abad-102d1c828c87)
  )
  (wire (pts (xy 167.005 64.77) (xy 171.45 64.77))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid 811f129c-08de-47ee-bd77-f411da9e077d)
  )
  (wire (pts (xy 167.005 67.31) (xy 171.45 67.31))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid 449e02c7-b4b3-4f4d-8de3-eef3454fb5a2)
  )
  (wire (pts (xy 167.64 97.79) (xy 180.34 97.79))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid c143599f-1475-4582-a57f-ded3c9094ab5)
  )
  (wire (pts (xy 167.64 100.33) (xy 180.34 100.33))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid a54acedf-4f60-4098-97c7-527a0d079d46)
  )
  (wire (pts (xy 171.45 62.23) (xy 171.45 64.77))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid 4fbc18dd-a37b-4a57-8d90-ff8492807421)
  )
  (wire (pts (xy 171.45 67.31) (xy 171.45 69.85))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid 5967b596-5883-4bb9-9c76-d9c0bf44638c)
  )
  (wire (pts (xy 171.45 69.85) (xy 176.53 69.85))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid 5967b596-5883-4bb9-9c76-d9c0bf44638c)
  )
  (wire (pts (xy 176.53 62.23) (xy 171.45 62.23))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid 4fbc18dd-a37b-4a57-8d90-ff8492807421)
  )
  (wire (pts (xy 176.53 62.23) (xy 176.53 63.5))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid c3935a14-8cc0-4d07-bf08-196736430929)
  )
  (wire (pts (xy 176.53 68.58) (xy 176.53 69.85))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid 67a165d5-863d-407a-afbf-54cb61dee19c)
  )
  (wire (pts (xy 176.53 69.85) (xy 182.245 69.85))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid 5967b596-5883-4bb9-9c76-d9c0bf44638c)
  )
  (wire (pts (xy 182.245 62.23) (xy 176.53 62.23))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid 4fbc18dd-a37b-4a57-8d90-ff8492807421)
  )
  (wire (pts (xy 182.245 64.77) (xy 182.245 62.23))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid 4fbc18dd-a37b-4a57-8d90-ff8492807421)
  )
  (wire (pts (xy 182.245 67.31) (xy 183.515 67.31))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid 5967b596-5883-4bb9-9c76-d9c0bf44638c)
  )
  (wire (pts (xy 182.245 69.85) (xy 182.245 67.31))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid 5967b596-5883-4bb9-9c76-d9c0bf44638c)
  )
  (wire (pts (xy 183.515 64.77) (xy 182.245 64.77))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid 4fbc18dd-a37b-4a57-8d90-ff8492807421)
  )
  (wire (pts (xy 203.2 73.025) (xy 222.25 73.025))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid c2506630-3220-4d89-b815-1e63d47ca571)
  )
  (wire (pts (xy 218.44 84.455) (xy 234.95 84.455))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid 430705a1-25df-4ffa-88fc-4ae92e47ca31)
  )
  (wire (pts (xy 218.44 97.155) (xy 234.95 97.155))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid 234e4414-9153-48f2-8141-5a3889703ed1)
  )
  (wire (pts (xy 222.25 24.13) (xy 234.95 24.13))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid b4cf0067-af1d-4339-87b1-3f20de891c55)
  )
  (wire (pts (xy 222.25 26.67) (xy 234.95 26.67))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid a0da9c1d-f5d2-43cf-b4d8-537c51315e8e)
  )
  (wire (pts (xy 222.25 39.37) (xy 234.95 39.37))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid def8bb27-94ef-45cf-be33-a559f960e0fd)
  )
  (wire (pts (xy 222.25 41.91) (xy 234.95 41.91))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid 46c2fe4e-9496-4b8f-a7c8-254596b1b63b)
  )
  (wire (pts (xy 222.25 53.34) (xy 234.95 53.34))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid c3959664-66a6-42ba-a118-c5702a8b7c46)
  )
  (wire (pts (xy 222.25 55.88) (xy 222.25 57.15))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid f3fb479b-b2e7-47e3-aa89-6aea9d899837)
  )
  (wire (pts (xy 222.25 55.88) (xy 234.95 55.88))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid a9a15295-ca27-464a-8f13-a3e145c63593)
  )
  (wire (pts (xy 232.41 73.025) (xy 234.315 73.025))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid 8ad660a5-8042-4eb5-afd8-43f034900cd9)
  )
  (wire (pts (xy 233.045 81.915) (xy 234.95 81.915))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid a419d5bd-73db-4a6b-b5b2-e554951e638b)
  )
  (wire (pts (xy 233.045 86.995) (xy 234.95 86.995))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid 56e146f1-bd58-424a-abc2-f6d95cdeb52f)
  )
  (wire (pts (xy 233.045 94.615) (xy 234.95 94.615))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid 87adbddd-bd2d-42db-aec0-e1299f85ca00)
  )
  (wire (pts (xy 233.045 99.695) (xy 234.95 99.695))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid fb54b757-071f-4d00-9006-2561726d8a6b)
  )

  (label "INT" (at 27.94 46.99 180)
    (effects (font (size 1.27 1.27)) (justify right bottom))
    (uuid 362032f5-6d0a-459f-bbb0-97b92d7a9e05)
  )
  (label "CAP_SENSOR_2" (at 29.21 52.07 180)
    (effects (font (size 1.27 1.27)) (justify right bottom))
    (uuid 15d1b39d-57f3-4180-affe-b1fe23cc1cdc)
  )
  (label "SENSOR_POSITION" (at 36.83 62.23 180)
    (effects (font (size 1.27 1.27)) (justify right bottom))
    (uuid d532ae84-88e7-4501-995f-b1f148d9a6d2)
  )
  (label "TX" (at 47.625 34.29 180)
    (effects (font (size 1.27 1.27)) (justify right bottom))
    (uuid 811ca5d4-53c4-4965-ae4a-556ed2af3da4)
  )
  (label "RX" (at 47.625 39.37 180)
    (effects (font (size 1.27 1.27)) (justify right bottom))
    (uuid f21a7dc6-7b81-4e57-b113-3aa3a968e221)
  )
  (label "GND_AUDIO_SW" (at 67.31 114.3 180)
    (effects (font (size 1.27 1.27)) (justify right bottom))
    (uuid e4e4779d-2ecb-49c0-9534-68ab6095c199)
  )
  (label "CAP_SENSOR_2" (at 70.485 54.61 180)
    (effects (font (size 1.27 1.27)) (justify right bottom))
    (uuid 34aea6a7-1495-44e0-817a-7805716ea8e4)
  )
  (label "CAP_SENSOR_1" (at 70.485 62.23 180)
    (effects (font (size 1.27 1.27)) (justify right bottom))
    (uuid 20edaf26-698c-4c41-a887-4946c183c4f4)
  )
  (label "SENSOR_POSITION" (at 70.485 64.77 180)
    (effects (font (size 1.27 1.27)) (justify right bottom))
    (uuid cb513867-7c80-4475-a286-94a6383ccd43)
  )
  (label "TX" (at 71.12 52.07 180)
    (effects (font (size 1.27 1.27)) (justify right bottom))
    (uuid 453acdb1-57f7-4164-9b1e-6a7ae3b4e4ad)
  )
  (label "RX" (at 71.12 57.15 180)
    (effects (font (size 1.27 1.27)) (justify right bottom))
    (uuid 206c54e2-9cc6-4cbb-a45a-a69393863cf2)
  )
  (label "GND_AUDIO_SW" (at 71.12 59.69 180)
    (effects (font (size 1.27 1.27)) (justify right bottom))
    (uuid 3b4d8709-7368-4f7f-9c7b-4bc486f0c536)
  )
  (label "BUSY" (at 71.755 46.99 180)
    (effects (font (size 1.27 1.27)) (justify right bottom))
    (uuid ca6aca75-d25a-4d1c-ba7d-e1fa4726b407)
  )
  (label "INT" (at 71.755 49.53 180)
    (effects (font (size 1.27 1.27)) (justify right bottom))
    (uuid 8f731e09-63af-42a0-946e-9857fdab0c43)
  )
  (label "GND_AUDIO" (at 95.25 107.315 90)
    (effects (font (size 1.27 1.27)) (justify left bottom))
    (uuid 568b9c6b-88a8-40d5-b1e9-229929cd0097)
  )
  (label "SDA" (at 100.33 69.85 0)
    (effects (font (size 1.27 1.27)) (justify left bottom))
    (uuid 60aae416-43c7-4240-b92e-760d45572213)
  )
  (label "SCL" (at 100.33 72.39 0)
    (effects (font (size 1.27 1.27)) (justify left bottom))
    (uuid 8aa8c6ae-71f3-4313-bbe2-93ad3588b0a8)
  )
  (label "SCL" (at 142.24 33.655 180)
    (effects (font (size 1.27 1.27)) (justify right bottom))
    (uuid 0f419381-1125-4249-86c3-60a73bf529f8)
  )
  (label "SDA" (at 142.24 36.195 180)
    (effects (font (size 1.27 1.27)) (justify right bottom))
    (uuid 2a7dbe0b-6223-400b-91f0-a79fb3317016)
  )
  (label "TX" (at 142.24 100.33 0)
    (effects (font (size 1.27 1.27)) (justify left bottom))
    (uuid e1d98df5-263b-4fd7-8fc0-f6f4f9669d2d)
  )
  (label "RX" (at 142.24 102.87 0)
    (effects (font (size 1.27 1.27)) (justify left bottom))
    (uuid 47049910-bc1c-4f92-a020-e5f856d1f1d6)
  )
  (label "GND_AUDIO" (at 144.145 105.41 180)
    (effects (font (size 1.27 1.27)) (justify right bottom))
    (uuid 2beb0dbc-c210-425d-8713-8c6ff7afd3dd)
  )
  (label "INT" (at 146.05 46.355 180)
    (effects (font (size 1.27 1.27)) (justify right bottom))
    (uuid 0c906a74-9fe2-4aad-b0d6-202a0753e09e)
  )
  (label "BUSY" (at 146.05 97.79 180)
    (effects (font (size 1.27 1.27)) (justify right bottom))
    (uuid a6924e9b-6022-4088-bc99-8ccc11bf3d6b)
  )
  (label "SP-" (at 173.99 97.79 180)
    (effects (font (size 1.27 1.27)) (justify right bottom))
    (uuid 6c2e17ab-7660-49d0-aae1-b63d3f6b391e)
  )
  (label "SP+" (at 173.99 100.33 180)
    (effects (font (size 1.27 1.27)) (justify right bottom))
    (uuid 9424edde-1dad-4a63-9d6c-f258463a9c42)
  )
  (label "SENSOR_POSITION" (at 220.345 73.025 180)
    (effects (font (size 1.27 1.27)) (justify right bottom))
    (uuid aa49bb48-545c-42e1-b201-c0c8a81616db)
  )
  (label "SP-" (at 228.6 39.37 180)
    (effects (font (size 1.27 1.27)) (justify right bottom))
    (uuid 9569abb0-9ded-430d-8126-9e7980c4a76a)
  )
  (label "SP+" (at 228.6 41.91 180)
    (effects (font (size 1.27 1.27)) (justify right bottom))
    (uuid 37b1f89e-8e5d-456c-a03d-cf4eff0c6483)
  )
  (label "CAP_SENSOR_1" (at 233.045 84.455 180)
    (effects (font (size 1.27 1.27)) (justify right bottom))
    (uuid 17bfb9b0-f0fe-485e-b69e-6afc16bad431)
  )
  (label "CAP_SENSOR_2" (at 233.045 97.155 180)
    (effects (font (size 1.27 1.27)) (justify right bottom))
    (uuid d98652e5-a72e-4e04-83d0-380a9e52a541)
  )

  (symbol (lib_id "power:VCC") (at 90.805 31.115 0) (unit 1)
    (in_bom yes) (on_board yes) (fields_autoplaced)
    (uuid aa4491af-1b52-4a57-b83b-8ab80ef85eca)
    (property "Reference" "#PWR02" (id 0) (at 90.805 34.925 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Value" "VCC" (id 1) (at 93.345 30.0354 0)
      (effects (font (size 1.27 1.27)) (justify left))
    )
    (property "Footprint" "" (id 2) (at 90.805 31.115 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Datasheet" "" (id 3) (at 90.805 31.115 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (pin "1" (uuid ab29bb66-4d1f-46f6-956b-bdb5f170cd4c))
  )

  (symbol (lib_id "power:VCC") (at 135.89 107.95 90) (unit 1)
    (in_bom yes) (on_board yes) (fields_autoplaced)
    (uuid 54e45874-66dc-4d9f-9893-89ba9dc33250)
    (property "Reference" "#PWR05" (id 0) (at 139.7 107.95 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Value" "VCC" (id 1) (at 137.795 107.9499 90)
      (effects (font (size 1.27 1.27)) (justify right))
    )
    (property "Footprint" "" (id 2) (at 135.89 107.95 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Datasheet" "" (id 3) (at 135.89 107.95 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (pin "1" (uuid 29669d9e-0080-44c8-88aa-11547af123d2))
  )

  (symbol (lib_id "power:VCC") (at 139.065 28.575 90) (unit 1)
    (in_bom yes) (on_board yes)
    (uuid aec42e4d-ce10-44d6-b660-8f17ebae65b0)
    (property "Reference" "#PWR06" (id 0) (at 142.875 28.575 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Value" "VCC" (id 1) (at 132.08 28.5749 90)
      (effects (font (size 1.27 1.27)) (justify right))
    )
    (property "Footprint" "" (id 2) (at 139.065 28.575 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Datasheet" "" (id 3) (at 139.065 28.575 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (pin "1" (uuid 6306114d-b957-4983-aa21-914d1a17e748))
  )

  (symbol (lib_id "power:+5V") (at 144.78 64.77 90) (unit 1)
    (in_bom yes) (on_board yes) (fields_autoplaced)
    (uuid 5276f17e-650a-4095-8a04-cbb03f0c4530)
    (property "Reference" "#PWR08" (id 0) (at 148.59 64.77 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Value" "+5V" (id 1) (at 141.605 64.7699 90)
      (effects (font (size 1.27 1.27)) (justify left))
    )
    (property "Footprint" "" (id 2) (at 144.78 64.77 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Datasheet" "" (id 3) (at 144.78 64.77 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (pin "1" (uuid 1d18dae8-e2e5-4f63-bcdb-2d44e6ccc18c))
  )

  (symbol (lib_id "power:+BATT") (at 144.78 69.85 90) (unit 1)
    (in_bom yes) (on_board yes) (fields_autoplaced)
    (uuid d4593aea-7e5d-47e6-bb3f-1a6f8c5a9076)
    (property "Reference" "#PWR09" (id 0) (at 148.59 69.85 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Value" "+BATT" (id 1) (at 140.97 69.8499 90)
      (effects (font (size 1.27 1.27)) (justify left))
    )
    (property "Footprint" "" (id 2) (at 144.78 69.85 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Datasheet" "" (id 3) (at 144.78 69.85 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (pin "1" (uuid 1fe29a00-2959-4127-be3b-d580a75ce055))
  )

  (symbol (lib_id "power:-BATT") (at 144.78 72.39 90) (unit 1)
    (in_bom yes) (on_board yes) (fields_autoplaced)
    (uuid e1483d82-5791-45ff-9f45-668a41e6b630)
    (property "Reference" "#PWR010" (id 0) (at 148.59 72.39 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Value" "-BATT" (id 1) (at 140.97 72.3899 90)
      (effects (font (size 1.27 1.27)) (justify left))
    )
    (property "Footprint" "" (id 2) (at 144.78 72.39 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Datasheet" "" (id 3) (at 144.78 72.39 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (pin "1" (uuid 48d75374-838a-4d81-bb36-28560367b1f7))
  )

  (symbol (lib_id "power:VCC") (at 183.515 64.77 270) (unit 1)
    (in_bom yes) (on_board yes) (fields_autoplaced)
    (uuid e038da98-b43d-4f87-aad4-90809784c1d3)
    (property "Reference" "#PWR011" (id 0) (at 179.705 64.77 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Value" "VCC" (id 1) (at 187.325 64.7699 90)
      (effects (font (size 1.27 1.27)) (justify left))
    )
    (property "Footprint" "" (id 2) (at 183.515 64.77 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Datasheet" "" (id 3) (at 183.515 64.77 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (pin "1" (uuid 6536ed76-0d2d-4f6f-a2ca-c388ee8789d1))
  )

  (symbol (lib_id "power:-BATT") (at 222.25 24.13 90) (unit 1)
    (in_bom yes) (on_board yes) (fields_autoplaced)
    (uuid a636b1e8-3441-4680-8492-0ed04a1fb160)
    (property "Reference" "#PWR013" (id 0) (at 226.06 24.13 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Value" "-BATT" (id 1) (at 218.44 24.1299 90)
      (effects (font (size 1.27 1.27)) (justify left))
    )
    (property "Footprint" "" (id 2) (at 222.25 24.13 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Datasheet" "" (id 3) (at 222.25 24.13 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (pin "1" (uuid a9ea3460-9374-4a8d-9e33-b44fb19e5fd9))
  )

  (symbol (lib_id "power:+BATT") (at 222.25 26.67 90) (unit 1)
    (in_bom yes) (on_board yes) (fields_autoplaced)
    (uuid 655c6b62-3960-4c66-bfbd-d29a99c30d16)
    (property "Reference" "#PWR014" (id 0) (at 226.06 26.67 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Value" "+BATT" (id 1) (at 218.44 26.6699 90)
      (effects (font (size 1.27 1.27)) (justify left))
    )
    (property "Footprint" "" (id 2) (at 222.25 26.67 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Datasheet" "" (id 3) (at 222.25 26.67 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (pin "1" (uuid 104a8c93-eab6-45f2-afbd-22377a26c0c1))
  )

  (symbol (lib_id "power:+5V") (at 222.25 53.34 90) (unit 1)
    (in_bom yes) (on_board yes) (fields_autoplaced)
    (uuid a9f835c5-2635-454a-bb0e-8eaf10729810)
    (property "Reference" "#PWR015" (id 0) (at 226.06 53.34 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Value" "+5V" (id 1) (at 219.075 53.3399 90)
      (effects (font (size 1.27 1.27)) (justify left))
    )
    (property "Footprint" "" (id 2) (at 222.25 53.34 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Datasheet" "" (id 3) (at 222.25 53.34 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (pin "1" (uuid 4ef33f9a-7ee6-4072-9fef-ee3604f1641e))
  )

  (symbol (lib_id "power:VCC") (at 233.045 81.915 90) (unit 1)
    (in_bom yes) (on_board yes)
    (uuid be241321-3698-4a95-88da-fbdec1cc343e)
    (property "Reference" "#PWR017" (id 0) (at 236.855 81.915 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Value" "VCC" (id 1) (at 226.06 81.9149 90)
      (effects (font (size 1.27 1.27)) (justify right))
    )
    (property "Footprint" "" (id 2) (at 233.045 81.915 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Datasheet" "" (id 3) (at 233.045 81.915 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (pin "1" (uuid 6eca5c7f-abd1-417e-9025-f3f3dfe84d11))
  )

  (symbol (lib_id "power:VCC") (at 233.045 94.615 90) (unit 1)
    (in_bom yes) (on_board yes)
    (uuid e42fb5f7-9826-4b79-871d-6c921ce9bbec)
    (property "Reference" "#PWR019" (id 0) (at 236.855 94.615 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Value" "VCC" (id 1) (at 226.06 94.6149 90)
      (effects (font (size 1.27 1.27)) (justify right))
    )
    (property "Footprint" "" (id 2) (at 233.045 94.615 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Datasheet" "" (id 3) (at 233.045 94.615 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (pin "1" (uuid ddc6366c-31ca-4707-8040-05f2122c8fe5))
  )

  (symbol (lib_id "power:GNDPWR") (at 134.62 67.31 270) (unit 1)
    (in_bom yes) (on_board yes) (fields_autoplaced)
    (uuid 7a25be51-6188-4b3e-aab2-1dfc692ee3dc)
    (property "Reference" "#PWR04" (id 0) (at 129.54 67.31 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Value" "GNDPWR" (id 1) (at 135.89 67.1829 90)
      (effects (font (size 1.27 1.27)) (justify left))
    )
    (property "Footprint" "" (id 2) (at 133.35 67.31 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Datasheet" "" (id 3) (at 133.35 67.31 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (pin "1" (uuid 412a50ca-b19f-401e-b4ac-16191cff02c1))
  )

  (symbol (lib_id "power:GNDPWR") (at 222.25 57.15 0) (unit 1)
    (in_bom yes) (on_board yes) (fields_autoplaced)
    (uuid 5edd39db-c5b8-4cfa-beb6-b5b8b7ff37ac)
    (property "Reference" "#PWR016" (id 0) (at 222.25 62.23 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Value" "GNDPWR" (id 1) (at 222.123 62.23 0))
    (property "Footprint" "" (id 2) (at 222.25 58.42 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Datasheet" "" (id 3) (at 222.25 58.42 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (pin "1" (uuid a3ec0f20-3006-4ab4-9e54-4f98adff03a7))
  )

  (symbol (lib_id "power:GND") (at 85.725 87.63 0) (unit 1)
    (in_bom yes) (on_board yes) (fields_autoplaced)
    (uuid 631d6022-ff7e-4d40-bc83-56f7d4236b41)
    (property "Reference" "#PWR01" (id 0) (at 85.725 93.98 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Value" "GND" (id 1) (at 85.725 92.71 0))
    (property "Footprint" "" (id 2) (at 85.725 87.63 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Datasheet" "" (id 3) (at 85.725 87.63 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (pin "1" (uuid 8802e80c-5d59-4a4f-88a2-0d3272e3a32f))
  )

  (symbol (lib_id "power:GND") (at 95.25 124.46 0) (unit 1)
    (in_bom yes) (on_board yes) (fields_autoplaced)
    (uuid d171d58a-54b1-4d18-b169-8ab17ff59415)
    (property "Reference" "#PWR03" (id 0) (at 95.25 130.81 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Value" "GND" (id 1) (at 95.25 129.54 0))