Browse Source

Invert stop pin logic according to new schematics

- Invert stop pin logic to use high-side p-mosfet switch
- Update TVS diode symbol
Alexey Edelev 3 years ago
parent
commit
e5a3bbf783

+ 3 - 3
Arduino/eScooterControl/accelerationcontrol.cpp

@@ -59,7 +59,7 @@ AccelerationControl::AccelerationControl() : m_stopState(LOW)
 {
   Wire.begin();
   pinMode(AcceleratorSensorPin, INPUT);
-  pinMode(StopSensorPin, INPUT);
+  pinMode(StopSensorPin, INPUT_PULLUP);
   attachInterrupt(digitalPinToInterrupt(StopSensorPin), []() {
     AccelerationControl::instance()->stop();
   }, CHANGE);
@@ -97,8 +97,8 @@ void AccelerationControl::dispatch()
 
 void AccelerationControl::stop() {
   m_stopState = digitalRead(StopSensorPin);
-  Display::instance()->setStop(m_stopState);
-  if (m_stopState == HIGH) {
+  Display::instance()->setStop(m_stopState == LOW);
+  if (m_stopState == LOW) {
     m_cruiseLevel = 0; //reset cruise when stop
     setAccelerationLevel(0);
   }

+ 0 - 1
Arduino/eScooterControl/buttoncontrol.cpp

@@ -42,7 +42,6 @@ ButtonControl::ButtonControl() : m_triggers(0)
   pinMode(LedPin, OUTPUT);
   pinMode(PowerPin, OUTPUT);
   pinMode(ButtonPin, INPUT_PULLUP);
-  digitalWrite(PowerPin, HIGH);
 }
 
 void ButtonControl::dispatch() {

+ 2 - 0
Arduino/eScooterControl/eScooterControl.ino

@@ -75,6 +75,8 @@ void setup() {
     BatterySensor::instance()->dispatch();
   });
 
+  digitalWrite(PowerPin, HIGH); //Initialization end
+
 //  Serial.println("Init complete");
 }
 

+ 0 - 11
schematic/ECU.b#1

@@ -1125,12 +1125,6 @@ design rules under a new name.</description>
 <attribute name="NAME" x="19.985" y="18" size="1.27" layer="26" rot="MR90" align="bottom-center"/>
 <attribute name="VALUE" x="16.015" y="18" size="1.27" layer="28" rot="MR90" align="top-center"/>
 </element>
-<element name="R6" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="R1206" package3d_urn="urn:adsk.eagle:package:13301/1" value="100" x="2" y="-4" smashed="yes">
-<attribute name="NAME" x="0.73" y="-2.73" size="1.27" layer="25"/>
-<attribute name="SPICEMODEL" value="NONE" x="2" y="-4" size="1.778" layer="27" display="off"/>
-<attribute name="SPICEPREFIX" value="R" x="2" y="-4" size="1.778" layer="27" display="off"/>
-<attribute name="VALUE" x="0.73" y="-6.54" size="1.27" layer="27"/>
-</element>
 </elements>
 <signals>
 <signal name="3V3">
@@ -1314,8 +1308,6 @@ design rules under a new name.</description>
 <wire x1="9.34956875" y1="28.65043125" x2="9.34956875" y2="50.34956875" width="0.6096" layer="1"/>
 <wire x1="7.69" y1="50.4754" x2="7.81583125" y2="50.34956875" width="0.6096" layer="16"/>
 <wire x1="7.81583125" y1="50.34956875" x2="9.34956875" y2="50.34956875" width="0.6096" layer="16"/>
-<contactref element="R6" pad="1"/>
-<wire x1="0.578" y1="-4" x2="22" y2="8.54" width="0" layer="19" extent="1-1"/>
 </signal>
 <signal name="SPEED">
 <contactref element="J2" pad="6"/>
@@ -1461,9 +1453,6 @@ design rules under a new name.</description>
 <wire x1="21.65" y1="38.1" x2="22" y2="37.75" width="0.6096" layer="16"/>
 <wire x1="22" y1="37.75" x2="22" y2="35.422" width="0.6096" layer="16"/>
 </signal>
-<signal name="N$3">
-<contactref element="R6" pad="2"/>
-</signal>
 </signals>
 <mfgpreviewcolors>
 <mfgpreviewcolor name="soldermaskcolor" color="0xC8008000"/>

+ 1 - 1
schematic/ECU.b#2

@@ -898,7 +898,7 @@ design rules under a new name.</description>
 <attribute name="VALUE" x="9" y="54.6433" size="1.27" layer="28" rot="MR0" align="top-center"/>
 <attribute name="VOLTAGE_RATING" value="" x="-24.02" y="-10.81" size="1.778" layer="28" rot="MR0" display="off"/>
 </element>
-<element name="C2" library="Capacitor" library_urn="urn:adsk.eagle:library:16290819" package="CAPC3216X135" package3d_urn="urn:adsk.eagle:package:16290893/2" value="100uF" x="7.69" y="49" smashed="yes" rot="MR270">
+<element name="C2" library="Capacitor" library_urn="urn:adsk.eagle:library:16290819" package="CAPC3216X135" package3d_urn="urn:adsk.eagle:package:16290893/2" value="0.1uF" x="7.69" y="49" smashed="yes" rot="MR270">
 <attribute name="CATEGORY" value="Capacitor" x="75" y="9.63" size="1.778" layer="28" rot="MR270" display="off"/>
 <attribute name="MANUFACTURER" value="" x="75" y="9.63" size="1.778" layer="28" rot="MR270" display="off"/>
 <attribute name="MPN" value="" x="75" y="9.63" size="1.778" layer="28" rot="MR270" display="off"/>

+ 1 - 1
schematic/ECU.b#3

@@ -898,7 +898,7 @@ design rules under a new name.</description>
 <attribute name="VALUE" x="9" y="54.6433" size="1.27" layer="28" rot="MR0" align="top-center"/>
 <attribute name="VOLTAGE_RATING" value="" x="-24.02" y="-10.81" size="1.778" layer="28" rot="MR0" display="off"/>
 </element>
-<element name="C2" library="Capacitor" library_urn="urn:adsk.eagle:library:16290819" package="CAPC3216X135" package3d_urn="urn:adsk.eagle:package:16290893/2" value="0.1uF" x="7.69" y="49" smashed="yes" rot="MR270">
+<element name="C2" library="Capacitor" library_urn="urn:adsk.eagle:library:16290819" package="CAPC3216X135" package3d_urn="urn:adsk.eagle:package:16290893/2" value="100uF" x="7.69" y="49" smashed="yes" rot="MR270">
 <attribute name="CATEGORY" value="Capacitor" x="75" y="9.63" size="1.778" layer="28" rot="MR270" display="off"/>
 <attribute name="MANUFACTURER" value="" x="75" y="9.63" size="1.778" layer="28" rot="MR270" display="off"/>
 <attribute name="MPN" value="" x="75" y="9.63" size="1.778" layer="28" rot="MR270" display="off"/>

+ 1 - 1
schematic/ECU.b#4

@@ -1125,7 +1125,7 @@ design rules under a new name.</description>
 <attribute name="NAME" x="19.985" y="18" size="1.27" layer="26" rot="MR90" align="bottom-center"/>
 <attribute name="VALUE" x="16.015" y="18" size="1.27" layer="28" rot="MR90" align="top-center"/>
 </element>
-<element name="R6" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="R1206" package3d_urn="urn:adsk.eagle:package:13301/1" value="10K" x="2" y="-4" smashed="yes">
+<element name="R6" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="R1206" package3d_urn="urn:adsk.eagle:package:13301/1" value="100" x="2" y="-4" smashed="yes">
 <attribute name="NAME" x="0.73" y="-2.73" size="1.27" layer="25"/>
 <attribute name="SPICEMODEL" value="NONE" x="2" y="-4" size="1.778" layer="27" display="off"/>
 <attribute name="SPICEPREFIX" value="R" x="2" y="-4" size="1.778" layer="27" display="off"/>

+ 11 - 0
schematic/ECU.b#5

@@ -1125,6 +1125,12 @@ design rules under a new name.</description>
 <attribute name="NAME" x="19.985" y="18" size="1.27" layer="26" rot="MR90" align="bottom-center"/>
 <attribute name="VALUE" x="16.015" y="18" size="1.27" layer="28" rot="MR90" align="top-center"/>
 </element>
+<element name="R6" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="R1206" package3d_urn="urn:adsk.eagle:package:13301/1" value="10K" x="2" y="-4" smashed="yes">
+<attribute name="NAME" x="0.73" y="-2.73" size="1.27" layer="25"/>
+<attribute name="SPICEMODEL" value="NONE" x="2" y="-4" size="1.778" layer="27" display="off"/>
+<attribute name="SPICEPREFIX" value="R" x="2" y="-4" size="1.778" layer="27" display="off"/>
+<attribute name="VALUE" x="0.73" y="-6.54" size="1.27" layer="27"/>
+</element>
 </elements>
 <signals>
 <signal name="3V3">
@@ -1308,6 +1314,8 @@ design rules under a new name.</description>
 <wire x1="9.34956875" y1="28.65043125" x2="9.34956875" y2="50.34956875" width="0.6096" layer="1"/>
 <wire x1="7.69" y1="50.4754" x2="7.81583125" y2="50.34956875" width="0.6096" layer="16"/>
 <wire x1="7.81583125" y1="50.34956875" x2="9.34956875" y2="50.34956875" width="0.6096" layer="16"/>
+<contactref element="R6" pad="1"/>
+<wire x1="0.578" y1="-4" x2="22" y2="8.54" width="0" layer="19" extent="1-1"/>
 </signal>
 <signal name="SPEED">
 <contactref element="J2" pad="6"/>
@@ -1453,6 +1461,9 @@ design rules under a new name.</description>
 <wire x1="21.65" y1="38.1" x2="22" y2="37.75" width="0.6096" layer="16"/>
 <wire x1="22" y1="37.75" x2="22" y2="35.422" width="0.6096" layer="16"/>
 </signal>
+<signal name="N$3">
+<contactref element="R6" pad="2"/>
+</signal>
 </signals>
 <mfgpreviewcolors>
 <mfgpreviewcolor name="soldermaskcolor" color="0xC8008000"/>

+ 7 - 7
schematic/ECU.b#6

@@ -1115,11 +1115,11 @@ design rules under a new name.</description>
 <attribute name="NAME" x="13.7" y="67.855" size="1.27" layer="25" align="bottom-center"/>
 <attribute name="VALUE" x="13.7" y="23.585" size="1.27" layer="27" align="top-center"/>
 </element>
-<element name="R3" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="R1206" package3d_urn="urn:adsk.eagle:package:13301/1" value="10K" x="22" y="35" smashed="yes" rot="MR270">
-<attribute name="NAME" x="20.73" y="36.27" size="1.27" layer="26" rot="MR270"/>
-<attribute name="SPICEMODEL" value="NONE" x="22" y="35" size="1.778" layer="28" rot="MR270" display="off"/>
-<attribute name="SPICEPREFIX" value="R" x="22" y="35" size="1.778" layer="28" rot="MR270" display="off"/>
-<attribute name="VALUE" x="24.54" y="36.27" size="1.27" layer="28" rot="MR270"/>
+<element name="R3" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="R1206" package3d_urn="urn:adsk.eagle:package:13301/1" value="10K" x="22" y="34" smashed="yes" rot="MR270">
+<attribute name="NAME" x="20.73" y="35.27" size="1.27" layer="26" rot="MR270"/>
+<attribute name="SPICEMODEL" value="NONE" x="22" y="34" size="1.778" layer="28" rot="MR270" display="off"/>
+<attribute name="SPICEPREFIX" value="R" x="22" y="34" size="1.778" layer="28" rot="MR270" display="off"/>
+<attribute name="VALUE" x="24.54" y="35.27" size="1.27" layer="28" rot="MR270"/>
 </element>
 <element name="D1" library="eScooter" package="DIOM5027X220N" package3d_urn="urn:adsk.eagle:package:21928182/1" value="TVS_DIODESMA" x="18" y="18" smashed="yes" rot="MR90">
 <attribute name="NAME" x="19.985" y="18" size="1.27" layer="26" rot="MR90" align="bottom-center"/>
@@ -1275,7 +1275,7 @@ design rules under a new name.</description>
 <wire x1="20.1" y1="24.85" x2="20.1" y2="22.5" width="0.6096" layer="16"/>
 <contactref element="J1" pad="2"/>
 <contactref element="R3" pad="2"/>
-<wire x1="22" y1="33.578" x2="22" y2="26.75" width="0.6096" layer="16"/>
+<wire x1="22" y1="32.578" x2="22" y2="26.75" width="0.6096" layer="16"/>
 <wire x1="22" y1="26.75" x2="20.1" y2="24.85" width="0.6096" layer="16"/>
 <wire x1="17.04" y1="22.5" x2="18" y2="22.5" width="0.6096" layer="16"/>
 <contactref element="D1" pad="2"/>
@@ -1451,7 +1451,7 @@ design rules under a new name.</description>
 <contactref element="R3" pad="1"/>
 <via x="21.65" y="38.1" extent="1-16" drill="0.35"/>
 <wire x1="21.65" y1="38.1" x2="22" y2="37.75" width="0.6096" layer="16"/>
-<wire x1="22" y1="37.75" x2="22" y2="36.422" width="0.6096" layer="16"/>
+<wire x1="22" y1="37.75" x2="22" y2="35.422" width="0.6096" layer="16"/>
 </signal>
 </signals>
 <mfgpreviewcolors>

+ 0 - 31
schematic/ECU.b#7

@@ -1179,37 +1179,6 @@ design rules under a new name.</description>
 <via x="16" y="28" extent="1-16" drill="0.35"/>
 <contactref element="J1" pad="1"/>
 <contactref element="D1" pad="1"/>
-<wire x1="7.79" y1="64.2" x2="9.54" y2="69.85" width="0" layer="19" extent="16-16"/>
-<wire x1="10.93" y1="62.898" x2="7.79" y2="64.2" width="0" layer="19" extent="16-16"/>
-<wire x1="12" y1="60" x2="10.93" y2="62.898" width="0" layer="19" extent="16-16"/>
-<wire x1="10.1" y1="59.07" x2="12" y2="60" width="0" layer="19" extent="16-16"/>
-<wire x1="10.4754" y1="56.5" x2="10.1" y2="59.07" width="0" layer="19" extent="16-16"/>
-<wire x1="9.78" y1="54.07" x2="10.4754" y2="56.5" width="0" layer="19" extent="16-16"/>
-<wire x1="12" y1="52" x2="9.78" y2="54.07" width="0" layer="19" extent="16-16"/>
-<wire x1="14" y1="56" x2="10.4754" y2="56.5" width="0" layer="19" extent="16-16"/>
-<wire x1="7.69" y1="47.5246" x2="12" y2="52" width="0" layer="19" extent="16-16"/>
-<wire x1="2" y1="50.8" x2="7.69" y2="47.5246" width="0" layer="19" extent="16-16"/>
-<wire x1="17" y1="46" x2="12" y2="52" width="0" layer="19" extent="1-1"/>
-<wire x1="17.21" y1="41.62" x2="17" y2="46" width="0" layer="19" extent="16-16"/>
-<wire x1="14" y1="41" x2="17.21" y2="41.62" width="0" layer="19" extent="16-16"/>
-<wire x1="19.5" y1="49.648" x2="17" y2="46" width="0" layer="19" extent="16-16"/>
-<wire x1="17.07" y1="34.338" x2="17.21" y2="41.62" width="0" layer="19" extent="16-16"/>
-<wire x1="14" y1="33" x2="17.07" y2="34.338" width="0" layer="19" extent="16-16"/>
-<wire x1="16" y1="28" x2="14" y2="33" width="0" layer="19" extent="1-1"/>
-<wire x1="14.5" y1="22.5" x2="16" y2="28" width="0" layer="19" extent="1-1"/>
-<wire x1="14.2606" y1="19.2512" x2="14.5" y2="22.5" width="0" layer="19" extent="1-1"/>
-<wire x1="18" y1="15.9" x2="14.5" y2="22.5" width="0" layer="19" extent="16-16"/>
-<wire x1="14.2606" y1="12.7488" x2="14.2606" y2="19.2512" width="0" layer="19" extent="1-1"/>
-<wire x1="14.81" y1="10.16" x2="14.2606" y2="12.7488" width="0" layer="19" extent="1-1"/>
-<wire x1="18" y1="8.4754" x2="14.81" y2="10.16" width="0" layer="19" extent="1-1"/>
-<wire x1="19" y1="6.22" x2="18" y2="8.4754" width="0" layer="19" extent="1-16"/>
-<wire x1="12.31" y1="7" x2="14.81" y2="10.16" width="0" layer="19" extent="1-1"/>
-<wire x1="9" y1="7" x2="12.31" y2="7" width="0" layer="19" extent="1-1"/>
-<wire x1="3" y1="7.46" x2="9" y2="7" width="0" layer="19" extent="1-1"/>
-<wire x1="3.05" y1="14.56" x2="3" y2="7.46" width="0" layer="19" extent="16-16"/>
-<wire x1="2" y1="58.96" x2="7.79" y2="64.2" width="0" layer="19" extent="16-16"/>
-<wire x1="5.75" y1="30.48" x2="14" y2="33" width="0" layer="19" extent="1-1"/>
-<wire x1="2" y1="40.64" x2="7.69" y2="47.5246" width="0" layer="19" extent="16-16"/>
 </signal>
 <signal name="VIN">
 <contactref element="U1" pad="15"/>

+ 17 - 17
schematic/ECU.b#8

@@ -978,9 +978,9 @@ design rules under a new name.</description>
 <attribute name="NAME" x="10.325" y="9.1" size="1.27" layer="25" rot="R90" align="bottom-center"/>
 <attribute name="VALUE" x="14.295" y="9.1" size="1.27" layer="27" rot="R90" align="top-center"/>
 </element>
-<element name="J1" library="SparkFun-Connectors" library_urn="urn:adsk.eagle:library:513" package="1X02" package3d_urn="urn:adsk.eagle:package:38039/1" value="Break" x="17.5" y="21.5" smashed="yes" rot="R270">
-<attribute name="NAME" x="18.897" y="22.77" size="0.6096" layer="25" font="vector" ratio="20" rot="R270"/>
-<attribute name="VALUE" x="15.468" y="22.77" size="0.6096" layer="27" font="vector" ratio="20" rot="R270"/>
+<element name="J1" library="SparkFun-Connectors" library_urn="urn:adsk.eagle:library:513" package="1X02" package3d_urn="urn:adsk.eagle:package:38039/1" value="Break" x="14.5" y="22.5" smashed="yes">
+<attribute name="NAME" x="13.23" y="23.897" size="0.6096" layer="25" font="vector" ratio="20"/>
+<attribute name="VALUE" x="13.23" y="20.468" size="0.6096" layer="27" font="vector" ratio="20"/>
 </element>
 <element name="J2" library="SparkFun-Connectors" library_urn="urn:adsk.eagle:library:513" package="1X06" package3d_urn="urn:adsk.eagle:package:38009/1" value="COMM" x="22" y="6" smashed="yes" rot="R90">
 <attribute name="NAME" x="20.603" y="4.73" size="0.6096" layer="25" font="vector" ratio="20" rot="R90"/>
@@ -1121,9 +1121,9 @@ design rules under a new name.</description>
 <attribute name="SPICEPREFIX" value="R" x="22" y="35" size="1.778" layer="28" rot="MR270" display="off"/>
 <attribute name="VALUE" x="24.54" y="36.27" size="1.27" layer="28" rot="MR270"/>
 </element>
-<element name="D1" library="eScooter" package="DIOM5027X220N" package3d_urn="urn:adsk.eagle:package:21928182/1" value="TVS_DIODESMA" x="8" y="-4" smashed="yes">
-<attribute name="NAME" x="8" y="-2.015" size="1.27" layer="25" align="bottom-center"/>
-<attribute name="VALUE" x="8" y="-5.985" size="1.27" layer="27" align="top-center"/>
+<element name="D1" library="eScooter" package="DIOM5027X220N" package3d_urn="urn:adsk.eagle:package:21928182/1" value="TVS_DIODESMA" x="18" y="18" smashed="yes" rot="MR90">
+<attribute name="NAME" x="19.985" y="18" size="1.27" layer="26" rot="MR90" align="bottom-center"/>
+<attribute name="VALUE" x="16.015" y="18" size="1.27" layer="28" rot="MR90" align="top-center"/>
 </element>
 </elements>
 <signals>
@@ -1196,8 +1196,9 @@ design rules under a new name.</description>
 <wire x1="17.07" y1="34.338" x2="17.21" y2="41.62" width="0" layer="19" extent="16-16"/>
 <wire x1="14" y1="33" x2="17.07" y2="34.338" width="0" layer="19" extent="16-16"/>
 <wire x1="16" y1="28" x2="14" y2="33" width="0" layer="19" extent="1-1"/>
-<wire x1="17.5" y1="21.5" x2="16" y2="28" width="0" layer="19" extent="1-1"/>
-<wire x1="14.2606" y1="19.2512" x2="17.5" y2="21.5" width="0" layer="19" extent="1-1"/>
+<wire x1="14.5" y1="22.5" x2="16" y2="28" width="0" layer="19" extent="1-1"/>
+<wire x1="14.2606" y1="19.2512" x2="14.5" y2="22.5" width="0" layer="19" extent="1-1"/>
+<wire x1="18" y1="15.9" x2="14.5" y2="22.5" width="0" layer="19" extent="16-16"/>
 <wire x1="14.2606" y1="12.7488" x2="14.2606" y2="19.2512" width="0" layer="19" extent="1-1"/>
 <wire x1="14.81" y1="10.16" x2="14.2606" y2="12.7488" width="0" layer="19" extent="1-1"/>
 <wire x1="18" y1="8.4754" x2="14.81" y2="10.16" width="0" layer="19" extent="1-1"/>
@@ -1209,7 +1210,6 @@ design rules under a new name.</description>
 <wire x1="2" y1="58.96" x2="7.79" y2="64.2" width="0" layer="19" extent="16-16"/>
 <wire x1="5.75" y1="30.48" x2="14" y2="33" width="0" layer="19" extent="1-1"/>
 <wire x1="2" y1="40.64" x2="7.69" y2="47.5246" width="0" layer="19" extent="16-16"/>
-<wire x1="5.9" y1="-4" x2="9" y2="7" width="0" layer="19" extent="1-1"/>
 </signal>
 <signal name="VIN">
 <contactref element="U1" pad="15"/>
@@ -1303,16 +1303,16 @@ design rules under a new name.</description>
 <signal name="STCTL">
 <contactref element="J2" pad="4"/>
 <wire x1="22" y1="13.62" x2="20.1" y2="15.52" width="0.6096" layer="16"/>
-<wire x1="20.1" y1="24.85" x2="20.1" y2="19" width="0.6096" layer="16"/>
+<wire x1="20.1" y1="24.85" x2="20.1" y2="22.5" width="0.6096" layer="16"/>
 <contactref element="J1" pad="2"/>
 <contactref element="R3" pad="2"/>
-<wire x1="20.1" y1="19" x2="20.1" y2="15.52" width="0.6096" layer="16"/>
 <wire x1="22" y1="33.578" x2="22" y2="26.75" width="0.6096" layer="16"/>
 <wire x1="22" y1="26.75" x2="20.1" y2="24.85" width="0.6096" layer="16"/>
-<wire x1="17.5" y1="18.96" x2="20.06" y2="18.96" width="0.6096" layer="16"/>
-<wire x1="20.06" y1="18.96" x2="20.1" y2="19" width="0.6096" layer="16"/>
+<wire x1="17.04" y1="22.5" x2="18" y2="22.5" width="0.6096" layer="16"/>
 <contactref element="D1" pad="2"/>
-<wire x1="10.1" y1="-4" x2="22" y2="13.62" width="0" layer="19" extent="1-1"/>
+<wire x1="18" y1="22.5" x2="20.1" y2="22.5" width="0.6096" layer="16"/>
+<wire x1="18" y1="20.1" x2="18" y2="22.5" width="0.6096" layer="16"/>
+<wire x1="20.1" y1="15.52" x2="20.1" y2="22.5" width="0.6096" layer="16"/>
 </signal>
 <signal name="BTN">
 <contactref element="D3" pad="2"/>
@@ -1329,9 +1329,9 @@ design rules under a new name.</description>
 <contactref element="C2" pad="1"/>
 <via x="5.75" y="50.8" extent="1-16" drill="0.35"/>
 <wire x1="22" y1="8.54" x2="19.5362" y2="11.0038" width="0.6096" layer="1"/>
-<wire x1="19.5362" y1="23.6212375" x2="19.1397875" y2="24" width="0.6096" layer="1"/>
-<wire x1="19.1397875" y1="24" x2="14" y2="24" width="0.6096" layer="1"/>
-<wire x1="14" y1="24" x2="9.34956875" y2="28.65043125" width="0.6096" layer="1"/>
+<wire x1="19.5362" y1="23.6212375" x2="18.0931875" y2="25" width="0.6096" layer="1"/>
+<wire x1="18.0931875" y1="25" x2="13" y2="25" width="0.6096" layer="1"/>
+<wire x1="13" y1="25" x2="9.34956875" y2="28.65043125" width="0.6096" layer="1"/>
 <wire x1="19.5362" y1="11.0038" x2="19.5362" y2="23.6212375" width="0.6096" layer="1"/>
 <wire x1="5.75" y1="50.8" x2="7.3654" y2="50.8" width="0.6096" layer="16"/>
 <wire x1="7.3654" y1="50.8" x2="7.69" y2="50.4754" width="0.6096" layer="16"/>

+ 38 - 0
schematic/ECU.b#9

@@ -1121,6 +1121,10 @@ design rules under a new name.</description>
 <attribute name="SPICEPREFIX" value="R" x="22" y="35" size="1.778" layer="28" rot="MR270" display="off"/>
 <attribute name="VALUE" x="24.54" y="36.27" size="1.27" layer="28" rot="MR270"/>
 </element>
+<element name="D1" library="eScooter" package="DIOM5027X220N" package3d_urn="urn:adsk.eagle:package:21928182/1" value="TVS_DIODESMA" x="8" y="-4" smashed="yes">
+<attribute name="NAME" x="8" y="-2.015" size="1.27" layer="25" align="bottom-center"/>
+<attribute name="VALUE" x="8" y="-5.985" size="1.27" layer="27" align="top-center"/>
+</element>
 </elements>
 <signals>
 <signal name="3V3">
@@ -1174,6 +1178,38 @@ design rules under a new name.</description>
 <via x="14" y="33" extent="1-16" drill="0.35"/>
 <via x="16" y="28" extent="1-16" drill="0.35"/>
 <contactref element="J1" pad="1"/>
+<contactref element="D1" pad="1"/>
+<wire x1="7.79" y1="64.2" x2="9.54" y2="69.85" width="0" layer="19" extent="16-16"/>
+<wire x1="10.93" y1="62.898" x2="7.79" y2="64.2" width="0" layer="19" extent="16-16"/>
+<wire x1="12" y1="60" x2="10.93" y2="62.898" width="0" layer="19" extent="16-16"/>
+<wire x1="10.1" y1="59.07" x2="12" y2="60" width="0" layer="19" extent="16-16"/>
+<wire x1="10.4754" y1="56.5" x2="10.1" y2="59.07" width="0" layer="19" extent="16-16"/>
+<wire x1="9.78" y1="54.07" x2="10.4754" y2="56.5" width="0" layer="19" extent="16-16"/>
+<wire x1="12" y1="52" x2="9.78" y2="54.07" width="0" layer="19" extent="16-16"/>
+<wire x1="14" y1="56" x2="10.4754" y2="56.5" width="0" layer="19" extent="16-16"/>
+<wire x1="7.69" y1="47.5246" x2="12" y2="52" width="0" layer="19" extent="16-16"/>
+<wire x1="2" y1="50.8" x2="7.69" y2="47.5246" width="0" layer="19" extent="16-16"/>
+<wire x1="17" y1="46" x2="12" y2="52" width="0" layer="19" extent="1-1"/>
+<wire x1="17.21" y1="41.62" x2="17" y2="46" width="0" layer="19" extent="16-16"/>
+<wire x1="14" y1="41" x2="17.21" y2="41.62" width="0" layer="19" extent="16-16"/>
+<wire x1="19.5" y1="49.648" x2="17" y2="46" width="0" layer="19" extent="16-16"/>
+<wire x1="17.07" y1="34.338" x2="17.21" y2="41.62" width="0" layer="19" extent="16-16"/>
+<wire x1="14" y1="33" x2="17.07" y2="34.338" width="0" layer="19" extent="16-16"/>
+<wire x1="16" y1="28" x2="14" y2="33" width="0" layer="19" extent="1-1"/>
+<wire x1="17.5" y1="21.5" x2="16" y2="28" width="0" layer="19" extent="1-1"/>
+<wire x1="14.2606" y1="19.2512" x2="17.5" y2="21.5" width="0" layer="19" extent="1-1"/>
+<wire x1="14.2606" y1="12.7488" x2="14.2606" y2="19.2512" width="0" layer="19" extent="1-1"/>
+<wire x1="14.81" y1="10.16" x2="14.2606" y2="12.7488" width="0" layer="19" extent="1-1"/>
+<wire x1="18" y1="8.4754" x2="14.81" y2="10.16" width="0" layer="19" extent="1-1"/>
+<wire x1="19" y1="6.22" x2="18" y2="8.4754" width="0" layer="19" extent="1-16"/>
+<wire x1="12.31" y1="7" x2="14.81" y2="10.16" width="0" layer="19" extent="1-1"/>
+<wire x1="9" y1="7" x2="12.31" y2="7" width="0" layer="19" extent="1-1"/>
+<wire x1="3" y1="7.46" x2="9" y2="7" width="0" layer="19" extent="1-1"/>
+<wire x1="3.05" y1="14.56" x2="3" y2="7.46" width="0" layer="19" extent="16-16"/>
+<wire x1="2" y1="58.96" x2="7.79" y2="64.2" width="0" layer="19" extent="16-16"/>
+<wire x1="5.75" y1="30.48" x2="14" y2="33" width="0" layer="19" extent="1-1"/>
+<wire x1="2" y1="40.64" x2="7.69" y2="47.5246" width="0" layer="19" extent="16-16"/>
+<wire x1="5.9" y1="-4" x2="9" y2="7" width="0" layer="19" extent="1-1"/>
 </signal>
 <signal name="VIN">
 <contactref element="U1" pad="15"/>
@@ -1275,6 +1311,8 @@ design rules under a new name.</description>
 <wire x1="22" y1="26.75" x2="20.1" y2="24.85" width="0.6096" layer="16"/>
 <wire x1="17.5" y1="18.96" x2="20.06" y2="18.96" width="0.6096" layer="16"/>
 <wire x1="20.06" y1="18.96" x2="20.1" y2="19" width="0.6096" layer="16"/>
+<contactref element="D1" pad="2"/>
+<wire x1="10.1" y1="-4" x2="22" y2="13.62" width="0" layer="19" extent="1-1"/>
 </signal>
 <signal name="BTN">
 <contactref element="D3" pad="2"/>

+ 13 - 13
schematic/ECU.brd

@@ -1008,7 +1008,7 @@ design rules under a new name.</description>
 <attribute name="PROD_ID" value="CONN-08437" x="-79.28" y="22.86" size="1.778" layer="27" rot="R270" display="off"/>
 <attribute name="VALUE" x="-0.032" y="52.07" size="0.6096" layer="27" font="vector" ratio="20" rot="R270"/>
 </element>
-<element name="Q1" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" package="SOT23" package3d_urn="urn:adsk.eagle:package:28738/2" value="NMOSFETSOT23" x="6.69" y="65.15" smashed="yes" rot="MR270">
+<element name="Q1" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" package="SOT23" package3d_urn="urn:adsk.eagle:package:28738/2" value="NMOSFET" x="6.69" y="65.15" smashed="yes" rot="MR270">
 <attribute name="CATEGORY" value="Transistor" x="66.38" y="8" size="1.778" layer="28" rot="MR270" display="off"/>
 <attribute name="DESCRIPTION" value="" x="66.38" y="8" size="1.778" layer="28" rot="MR270" display="off"/>
 <attribute name="DRAIN_CURRENT" value="" x="66.38" y="8" size="1.778" layer="28" rot="MR270" display="off"/>
@@ -1022,9 +1022,9 @@ design rules under a new name.</description>
 <attribute name="SUB-CATEGORY" value="MOSFET" x="66.38" y="8" size="1.778" layer="28" rot="MR270" display="off"/>
 <attribute name="THERMALLOSS" value="" x="66.38" y="8" size="1.778" layer="28" rot="MR270" display="off"/>
 <attribute name="TYPE" value="N-Channel" x="66.38" y="8" size="1.778" layer="28" rot="MR270" display="off"/>
-<attribute name="VALUE" x="9.865" y="67.055" size="1.27" layer="28" rot="MR270"/>
+<attribute name="VALUE" value="NMOSFET" x="9.865" y="67.055" size="1.27" layer="28" rot="MR270"/>
 </element>
-<element name="Q2" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" package="SOT23" package3d_urn="urn:adsk.eagle:package:28738/2" value="" x="4" y="15.66" smashed="yes" rot="MR0">
+<element name="Q2" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" package="SOT23" package3d_urn="urn:adsk.eagle:package:28738/2" value="NMOSFET" x="4" y="15.66" smashed="yes" rot="MR0">
 <attribute name="CATEGORY" value="Transistor" x="-21.4" y="-58" size="1.778" layer="28" rot="MR0" display="off"/>
 <attribute name="DESCRIPTION" value="" x="-21.4" y="-58" size="1.778" layer="28" rot="MR0" display="off"/>
 <attribute name="DRAIN_CURRENT" value="" x="-21.4" y="-58" size="1.778" layer="28" rot="MR0" display="off"/>
@@ -1038,25 +1038,25 @@ design rules under a new name.</description>
 <attribute name="SUB-CATEGORY" value="MOSFET" x="-21.4" y="-58" size="1.778" layer="28" rot="MR0" display="off"/>
 <attribute name="THERMALLOSS" value="" x="-21.4" y="-58" size="1.778" layer="28" rot="MR0" display="off"/>
 <attribute name="TYPE" value="N-Channel" x="-21.4" y="-58" size="1.778" layer="28" rot="MR0" display="off"/>
-<attribute name="VALUE" x="5.905" y="12.485" size="1.27" layer="28" rot="MR0"/>
+<attribute name="VALUE" value="NMOSFET" x="5.905" y="12.485" size="1.27" layer="28" rot="MR0"/>
 </element>
-<element name="Q4" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" package="SOT23" package3d_urn="urn:adsk.eagle:package:28738/2" value="" x="2.52" y="23.66" smashed="yes" rot="MR0">
+<element name="Q4" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" package="SOT23" package3d_urn="urn:adsk.eagle:package:28738/2" value="BSS84" x="2.52" y="23.66" smashed="yes" rot="MR0">
 <attribute name="CATEGORY" value="Transistor" x="-27.96" y="-50" size="1.778" layer="28" rot="MR0" display="off"/>
 <attribute name="DESCRIPTION" value="MOSFET P-CH 50V 130MA SOT-23" x="-27.96" y="-50" size="1.778" layer="28" rot="MR0" display="off"/>
-<attribute name="DRAIN_CURRENT" value="" x="-27.96" y="-50" size="1.778" layer="28" rot="MR0" display="off"/>
+<attribute name="DRAIN_CURRENT" value="130mA" x="-27.96" y="-50" size="1.778" layer="28" rot="MR0" display="off"/>
 <attribute name="MANUFACTURER" value="ON Semiconductor" x="-27.96" y="-50" size="1.778" layer="28" rot="MR0" display="off"/>
 <attribute name="MPN" value="BSS84" x="-27.96" y="-50" size="1.778" layer="28" rot="MR0" display="off"/>
 <attribute name="NAME" x="4.425" y="25.565" size="1.27" layer="26" rot="MR0"/>
-<attribute name="OPERATING_TEMP" value="" x="-27.96" y="-50" size="1.778" layer="28" rot="MR0" display="off"/>
-<attribute name="PART_STATUS" value="" x="-27.96" y="-50" size="1.778" layer="28" rot="MR0" display="off"/>
-<attribute name="ROHS_COMPLIANT" value="" x="-27.96" y="-50" size="1.778" layer="28" rot="MR0" display="off"/>
+<attribute name="OPERATING_TEMP" value="-55°C ~ 150°C" x="-27.96" y="-50" size="1.778" layer="28" rot="MR0" display="off"/>
+<attribute name="PART_STATUS" value="Active" x="-27.96" y="-50" size="1.778" layer="28" rot="MR0" display="off"/>
+<attribute name="ROHS_COMPLIANT" value="Yes" x="-27.96" y="-50" size="1.778" layer="28" rot="MR0" display="off"/>
 <attribute name="SERIES" value="" x="-27.96" y="-50" size="1.778" layer="28" rot="MR0" display="off"/>
 <attribute name="SUB-CATEGORY" value="MOSFET" x="-27.96" y="-50" size="1.778" layer="28" rot="MR0" display="off"/>
-<attribute name="THERMALLOSS" value="" x="-27.96" y="-50" size="1.778" layer="28" rot="MR0" display="off"/>
+<attribute name="THERMALLOSS" value="360mW" x="-27.96" y="-50" size="1.778" layer="28" rot="MR0" display="off"/>
 <attribute name="TYPE" value="P-Channel" x="-27.96" y="-50" size="1.778" layer="28" rot="MR0" display="off"/>
-<attribute name="VALUE" x="4.425" y="20.485" size="1.27" layer="28" rot="MR0"/>
+<attribute name="VALUE" value="BSS84" x="4.425" y="20.485" size="1.27" layer="28" rot="MR0"/>
 </element>
-<element name="Q5" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" package="SOT23" package3d_urn="urn:adsk.eagle:package:28738/2" value="NMOSFETSOT23" x="18.31" y="40.67" smashed="yes" rot="MR90">
+<element name="Q5" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" package="SOT23" package3d_urn="urn:adsk.eagle:package:28738/2" value="NMOSFET" x="18.31" y="40.67" smashed="yes" rot="MR90">
 <attribute name="CATEGORY" value="Transistor" x="-49" y="67.34" size="1.778" layer="28" rot="MR90" display="off"/>
 <attribute name="DESCRIPTION" value="" x="-49" y="67.34" size="1.778" layer="28" rot="MR90" display="off"/>
 <attribute name="DRAIN_CURRENT" value="" x="-49" y="67.34" size="1.778" layer="28" rot="MR90" display="off"/>
@@ -1070,7 +1070,7 @@ design rules under a new name.</description>
 <attribute name="SUB-CATEGORY" value="MOSFET" x="-49" y="67.34" size="1.778" layer="28" rot="MR90" display="off"/>
 <attribute name="THERMALLOSS" value="" x="-49" y="67.34" size="1.778" layer="28" rot="MR90" display="off"/>
 <attribute name="TYPE" value="N-Channel" x="-49" y="67.34" size="1.778" layer="28" rot="MR90" display="off"/>
-<attribute name="VALUE" x="15.135" y="38.765" size="1.27" layer="28" rot="MR90"/>
+<attribute name="VALUE" value="NMOSFET" x="15.135" y="38.765" size="1.27" layer="28" rot="MR90"/>
 </element>
 <element name="R1" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" package="R1206" package3d_urn="urn:adsk.eagle:package:13301/1" value="10K" x="19.5" y="51.07" smashed="yes" rot="MR90">
 <attribute name="NAME" x="20.77" y="49.8" size="1.27" layer="26" rot="MR90"/>

+ 191 - 186
schematic/ECU.s#1

@@ -6623,7 +6623,7 @@ grid 2.54 mm</description>
 <packageinstance name="TO92"/>
 </packageinstances>
 </package3d>
-<package3d name="TO220BV" urn="urn:adsk.eagle:package:29484/3" type="model" library_version="4">
+<package3d name="TO220BV" urn="urn:adsk.eagle:package:29484/4" type="model" library_version="5">
 <description>Molded Package
 grid 2.54 mm</description>
 <packageinstances>
@@ -6718,7 +6718,7 @@ grid 2.54 mm</description>
 </symbol>
 </symbols>
 <devicesets>
-<deviceset name="NMOSFET" urn="urn:adsk.eagle:component:16378730/3" prefix="Q" library_version="4">
+<deviceset name="NMOSFET" urn="urn:adsk.eagle:component:16378730/4" prefix="Q" library_version="5">
 <description>&lt;b&gt; N-Channel MOSFET - Generic</description>
 <gates>
 <gate name="G$1" symbol="MFNS" x="-2.54" y="0"/>
@@ -6747,6 +6747,7 @@ grid 2.54 mm</description>
 <attribute name="SUB-CATEGORY" value="MOSFET" constant="no"/>
 <attribute name="THERMALLOSS" value="" constant="no"/>
 <attribute name="TYPE" value="N-Channel" constant="no"/>
+<attribute name="VALUE" value="NMOSFET" constant="no"/>
 </technology>
 <technology name="_">
 <attribute name="CATEGORY" value="Transistor" constant="no"/>
@@ -6761,6 +6762,7 @@ grid 2.54 mm</description>
 <attribute name="SUB-CATEGORY" value="MOSFET" constant="no"/>
 <attribute name="THERMALLOSS" value="" constant="no"/>
 <attribute name="TYPE" value="N-Channel" constant="no"/>
+<attribute name="VALUE" value="NMOSFET" constant="no"/>
 </technology>
 </technologies>
 </device>
@@ -6787,6 +6789,7 @@ grid 2.54 mm</description>
 <attribute name="SUB-CATEGORY" value="MOSFET" constant="no"/>
 <attribute name="THERMALLOSS" value="" constant="no"/>
 <attribute name="TYPE" value="N-Channel" constant="no"/>
+<attribute name="VALUE" value="NMOSFET" constant="no"/>
 </technology>
 </technologies>
 </device>
@@ -6797,7 +6800,7 @@ grid 2.54 mm</description>
 <connect gate="G$1" pin="S" pad="S"/>
 </connects>
 <package3dinstances>
-<package3dinstance package3d_urn="urn:adsk.eagle:package:29484/3"/>
+<package3dinstance package3d_urn="urn:adsk.eagle:package:29484/4"/>
 </package3dinstances>
 <technologies>
 <technology name="_">
@@ -6813,12 +6816,13 @@ grid 2.54 mm</description>
 <attribute name="SUB-CATEGORY" value="MOSFET" constant="no"/>
 <attribute name="THERMALLOSS" value="" constant="no"/>
 <attribute name="TYPE" value="N-Channel" constant="no"/>
+<attribute name="VALUE" value="NMOSFET" constant="no"/>
 </technology>
 </technologies>
 </device>
 </devices>
 </deviceset>
-<deviceset name="PMOSFET_" urn="urn:adsk.eagle:component:16378732/3" prefix="Q" library_version="4">
+<deviceset name="PMOSFET_" urn="urn:adsk.eagle:component:16378732/4" prefix="Q" library_version="5">
 <description>&lt;b&gt;P-Channel MOSFET - Popular parts&lt;/b&gt;</description>
 <gates>
 <gate name="G$1" symbol="MFPS" x="-2.54" y="0"/>
@@ -6837,30 +6841,32 @@ grid 2.54 mm</description>
 <technology name="BSS84">
 <attribute name="CATEGORY" value="Transistor" constant="no"/>
 <attribute name="DESCRIPTION" value="MOSFET P-CH 50V 130MA SOT-23"/>
-<attribute name="DRAIN_CURRENT" value="" constant="no"/>
+<attribute name="DRAIN_CURRENT" value="130mA" constant="no"/>
 <attribute name="MANUFACTURER" value="ON Semiconductor" constant="no"/>
 <attribute name="MPN" value="BSS84" constant="no"/>
-<attribute name="OPERATING_TEMP" value="" constant="no"/>
-<attribute name="PART_STATUS" value="" constant="no"/>
-<attribute name="ROHS_COMPLIANT" value="" constant="no"/>
+<attribute name="OPERATING_TEMP" value="-55°C ~ 150°C" constant="no"/>
+<attribute name="PART_STATUS" value="Active" constant="no"/>
+<attribute name="ROHS_COMPLIANT" value="Yes" constant="no"/>
 <attribute name="SERIES" value="" constant="no"/>
 <attribute name="SUB-CATEGORY" value="MOSFET" constant="no"/>
-<attribute name="THERMALLOSS" value="" constant="no"/>
+<attribute name="THERMALLOSS" value="360mW" constant="no"/>
 <attribute name="TYPE" value="P-Channel" constant="no"/>
+<attribute name="VALUE" value="BSS84" constant="no"/>
 </technology>
 <technology name="IRLML5203">
 <attribute name="CATEGORY" value="Transistor" constant="no"/>
 <attribute name="DESCRIPTION" value="MOSFET P-CH 30V 3A SOT-23" constant="no"/>
-<attribute name="DRAIN_CURRENT" value="" constant="no"/>
+<attribute name="DRAIN_CURRENT" value="3A" constant="no"/>
 <attribute name="MANUFACTURER" value="Infineon Technologies" constant="no"/>
 <attribute name="MPN" value="IRLML5203TRPBF" constant="no"/>
-<attribute name="OPERATING_TEMP" value="" constant="no"/>
-<attribute name="PART_STATUS" value="" constant="no"/>
-<attribute name="ROHS_COMPLIANT" value="" constant="no"/>
+<attribute name="OPERATING_TEMP" value="-55°C ~ 150°C" constant="no"/>
+<attribute name="PART_STATUS" value="Active" constant="no"/>
+<attribute name="ROHS_COMPLIANT" value="Yes" constant="no"/>
 <attribute name="SERIES" value="" constant="no"/>
 <attribute name="SUB-CATEGORY" value="MOSFET" constant="no"/>
-<attribute name="THERMALLOSS" value="" constant="no"/>
+<attribute name="THERMALLOSS" value="1.25W" constant="no"/>
 <attribute name="TYPE" value="P-Channel" constant="no"/>
+<attribute name="VALUE" value="IRLML5203" constant="no"/>
 </technology>
 </technologies>
 </device>
@@ -7267,13 +7273,6 @@ Source: http://www.vishay.com .. dcrcw.pdf</description>
 <packageinstance name="R3225"/>
 </packageinstances>
 </package3d>
-<package3d name="R4527" urn="urn:adsk.eagle:package:13310/1" type="box" library_version="1">
-<description>Package 4527
-Source: http://www.vishay.com/docs/31059/wsrhigh.pdf</description>
-<packageinstances>
-<packageinstance name="R4527"/>
-</packageinstances>
-</package3d>
 <package3d name="R5025" urn="urn:adsk.eagle:package:13308/1" type="box" library_version="1">
 <description>RESISTOR</description>
 <packageinstances>
@@ -7287,6 +7286,13 @@ Source: http://download.siliconexpert.com/pdfs/2005/02/24/Semi_Ap/2/VSH/Resistor
 <packageinstance name="R6332"/>
 </packageinstances>
 </package3d>
+<package3d name="R4527" urn="urn:adsk.eagle:package:13310/2" type="model" library_version="3">
+<description>Package 4527
+Source: http://www.vishay.com/docs/31059/wsrhigh.pdf</description>
+<packageinstances>
+<packageinstance name="R4527"/>
+</packageinstances>
+</package3d>
 </packages3d>
 <symbols>
 <symbol name="R" urn="urn:adsk.eagle:symbol:13232/1" library_version="1">
@@ -7303,7 +7309,7 @@ Source: http://download.siliconexpert.com/pdfs/2005/02/24/Semi_Ap/2/VSH/Resistor
 </symbol>
 </symbols>
 <devicesets>
-<deviceset name="R" urn="urn:adsk.eagle:component:13322/1" prefix="R" uservalue="yes" library_version="1">
+<deviceset name="R" urn="urn:adsk.eagle:component:13322/2" prefix="R" uservalue="yes" library_version="3">
 <description>&lt;B&gt;RESISTOR&lt;/B&gt;, European symbol</description>
 <gates>
 <gate name="G$1" symbol="R" x="0" y="0"/>
@@ -7540,7 +7546,7 @@ Source: http://download.siliconexpert.com/pdfs/2005/02/24/Semi_Ap/2/VSH/Resistor
 <connect gate="G$1" pin="2" pad="2"/>
 </connects>
 <package3dinstances>
-<package3dinstance package3d_urn="urn:adsk.eagle:package:13310/1"/>
+<package3dinstance package3d_urn="urn:adsk.eagle:package:13310/2"/>
 </package3dinstances>
 <technologies>
 <technology name="">
@@ -7666,19 +7672,19 @@ Source: http://download.siliconexpert.com/pdfs/2005/02/24/Semi_Ap/2/VSH/Resistor
 </packages3d>
 <symbols>
 <symbol name="TVS_DIODE">
-<wire x1="0" y1="0" x2="-2.54" y2="2.54" width="0.254" layer="94"/>
-<wire x1="2.54" y1="2.54" x2="0" y2="0" width="0.254" layer="94"/>
-<wire x1="-5.08" y1="-2.54" x2="-2.54" y2="0" width="0.254" layer="94"/>
-<wire x1="-2.54" y1="0" x2="2.54" y2="0" width="0.254" layer="94"/>
-<wire x1="2.54" y1="0" x2="5.08" y2="2.54" width="0.254" layer="94"/>
-<wire x1="0" y1="0" x2="-2.54" y2="-2.54" width="0.254" layer="94"/>
-<wire x1="2.54" y1="-2.54" x2="0" y2="0" width="0.254" layer="94"/>
-<wire x1="-2.54" y1="2.54" x2="2.54" y2="2.54" width="0.254" layer="94"/>
-<wire x1="-2.54" y1="-2.54" x2="2.54" y2="-2.54" width="0.254" layer="94"/>
-<pin name="P$1" x="0" y="7.62" visible="off" length="middle" rot="R270"/>
-<pin name="P$2" x="0" y="-7.62" visible="off" length="middle" rot="R90"/>
-<text x="2.54" y="5.08" size="1.778" layer="95">&gt;NAME</text>
-<text x="2.54" y="-7.62" size="1.778" layer="96">&gt;VALUE</text>
+<wire x1="0" y1="0" x2="-1.27" y2="1.524" width="0.254" layer="94"/>
+<wire x1="1.27" y1="1.524" x2="0" y2="0" width="0.254" layer="94"/>
+<wire x1="-1.778" y1="-0.508" x2="-1.27" y2="0" width="0.254" layer="94"/>
+<wire x1="-1.27" y1="0" x2="1.27" y2="0" width="0.254" layer="94"/>
+<wire x1="1.27" y1="0" x2="1.778" y2="0.508" width="0.254" layer="94"/>
+<wire x1="0" y1="0" x2="-1.27" y2="-1.524" width="0.254" layer="94"/>
+<wire x1="1.27" y1="-1.524" x2="0" y2="0" width="0.254" layer="94"/>
+<wire x1="-1.27" y1="1.524" x2="1.27" y2="1.524" width="0.254" layer="94"/>
+<wire x1="-1.27" y1="-1.524" x2="1.27" y2="-1.524" width="0.254" layer="94"/>
+<pin name="P$1" x="0" y="4.064" visible="off" length="short" rot="R270"/>
+<pin name="P$2" x="0" y="-4.064" visible="off" length="short" rot="R90"/>
+<text x="2.54" y="2.54" size="1.778" layer="95">&gt;NAME</text>
+<text x="2.54" y="-2.54" size="1.778" layer="96">&gt;VALUE</text>
 </symbol>
 <symbol name="ARDUINO">
 <wire x1="-10.16" y1="20.32" x2="-10.16" y2="-20.32" width="0.254" layer="94"/>
@@ -8625,16 +8631,16 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <part name="J5" library="SparkFun-Connectors" library_urn="urn:adsk.eagle:library:513" deviceset="CONN_03" device="" package3d_urn="urn:adsk.eagle:package:38063/1" value="THROTTLE"/>
 <part name="C1" library="Capacitor" library_urn="urn:adsk.eagle:library:16290819" deviceset="C" device="CHIP-1206(3216-METRIC)" package3d_urn="urn:adsk.eagle:package:16290893/2" technology="_" value="0.1uF"/>
 <part name="J6" library="SparkFun-Connectors" library_urn="urn:adsk.eagle:library:513" deviceset="CONN_02" device="" package3d_urn="urn:adsk.eagle:package:38039/1" value="LED"/>
-<part name="Q2" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" deviceset="NMOSFET" device="SOT23" package3d_urn="urn:adsk.eagle:package:28738/2" value=""/>
+<part name="Q2" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" deviceset="NMOSFET" device="SOT23" package3d_urn="urn:adsk.eagle:package:28738/2" value="NMOSFET"/>
 <part name="R2" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="R1206" package3d_urn="urn:adsk.eagle:package:13301/1" value="10K"/>
 <part name="R1" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="R1206" package3d_urn="urn:adsk.eagle:package:13301/1" value="10K"/>
 <part name="D2" library="Diode" library_urn="urn:adsk.eagle:library:16378169" deviceset="DIODE" device="DO-215-AC" package3d_urn="urn:adsk.eagle:package:9427057/2" technology="_" value=""/>
-<part name="Q4" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" deviceset="PMOSFET_" device="" package3d_urn="urn:adsk.eagle:package:28738/2" technology="BSS84" value=""/>
+<part name="Q4" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" deviceset="PMOSFET_" device="" package3d_urn="urn:adsk.eagle:package:28738/2" technology="BSS84" value="BSS84"/>
 <part name="D3" library="Diode" library_urn="urn:adsk.eagle:library:16378169" deviceset="DIODE" device="DO-215-AC" package3d_urn="urn:adsk.eagle:package:9427057/2" technology="_" value=""/>
-<part name="Q5" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" deviceset="NMOSFET" device="SOT23" package3d_urn="urn:adsk.eagle:package:28738/2"/>
+<part name="Q5" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" deviceset="NMOSFET" device="SOT23" package3d_urn="urn:adsk.eagle:package:28738/2" value="NMOSFET"/>
 <part name="J7" library="SparkFun-Connectors" library_urn="urn:adsk.eagle:library:513" deviceset="CONN_06" device="SILK_FEMALE_PTH" package3d_urn="urn:adsk.eagle:package:38009/1" value="SPEED"/>
 <part name="C3" library="Capacitor" library_urn="urn:adsk.eagle:library:16290819" deviceset="C" device="CHIP-1206(3216-METRIC)" package3d_urn="urn:adsk.eagle:package:16290893/2" technology="_" value="0.1uF"/>
-<part name="Q1" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" deviceset="NMOSFET" device="SOT23" package3d_urn="urn:adsk.eagle:package:28738/2"/>
+<part name="Q1" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" deviceset="NMOSFET" device="SOT23" package3d_urn="urn:adsk.eagle:package:28738/2" value="NMOSFET"/>
 <part name="D4" library="eScooter" deviceset="TVS_DIODE" device="SMA" package3d_urn="urn:adsk.eagle:package:21928182/1"/>
 <part name="D6" library="eScooter" deviceset="TVS_DIODE" device="SMA" package3d_urn="urn:adsk.eagle:package:21928182/1"/>
 <part name="D7" library="eScooter" deviceset="TVS_DIODE" device="SMA" package3d_urn="urn:adsk.eagle:package:21928182/1"/>
@@ -8663,49 +8669,49 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <attribute name="VALUE" x="147.32" y="60.706" size="1.778" layer="96" font="vector" rot="R180"/>
 <attribute name="NAME" x="147.32" y="40.132" size="1.778" layer="95" font="vector" rot="R180"/>
 </instance>
-<instance part="J3" gate="G$1" x="144.78" y="7.62" smashed="yes" rot="R180">
-<attribute name="VALUE" x="147.32" y="12.446" size="1.778" layer="96" font="vector" rot="R180"/>
-<attribute name="NAME" x="147.32" y="2.032" size="1.778" layer="95" font="vector" rot="R180"/>
+<instance part="J3" gate="G$1" x="144.78" y="2.54" smashed="yes" rot="R180">
+<attribute name="VALUE" x="147.32" y="7.366" size="1.778" layer="96" font="vector" rot="R180"/>
+<attribute name="NAME" x="147.32" y="-3.048" size="1.778" layer="95" font="vector" rot="R180"/>
 </instance>
-<instance part="J4" gate="G$1" x="38.1" y="109.22" smashed="yes" rot="MR270">
-<attribute name="VALUE" x="43.18" y="112.014" size="1.778" layer="96" font="vector" rot="MR0"/>
-<attribute name="NAME" x="29.972" y="111.76" size="1.778" layer="95" font="vector" rot="MR270"/>
+<instance part="J4" gate="G$1" x="38.1" y="114.3" smashed="yes" rot="MR270">
+<attribute name="VALUE" x="43.18" y="117.094" size="1.778" layer="96" font="vector" rot="MR0"/>
+<attribute name="NAME" x="29.972" y="116.84" size="1.778" layer="95" font="vector" rot="MR270"/>
 </instance>
 <instance part="J5" gate="J$1" x="-68.58" y="83.82" smashed="yes">
 <attribute name="VALUE" x="-73.66" y="89.154" size="1.778" layer="96" font="vector"/>
 <attribute name="NAME" x="-71.12" y="76.708" size="1.778" layer="95" font="vector"/>
 </instance>
-<instance part="C1" gate="G$1" x="0" y="93.98" smashed="yes">
-<attribute name="NAME" x="2.54" y="93.98" size="1.778" layer="95"/>
-<attribute name="VALUE" x="2.54" y="88.9" size="1.778" layer="96"/>
+<instance part="C1" gate="G$1" x="0" y="91.44" smashed="yes">
+<attribute name="NAME" x="2.54" y="91.44" size="1.778" layer="95"/>
+<attribute name="VALUE" x="2.54" y="86.36" size="1.778" layer="96"/>
 </instance>
 <instance part="J6" gate="G$1" x="144.78" y="88.9" smashed="yes" rot="MR0">
 <attribute name="VALUE" x="147.32" y="94.234" size="1.778" layer="96" font="vector" rot="MR0"/>
 <attribute name="NAME" x="147.32" y="84.328" size="1.778" layer="95" font="vector" rot="MR0"/>
 </instance>
-<instance part="Q2" gate="G$1" x="86.36" y="7.62" smashed="yes">
-<attribute name="NAME" x="92.71" y="8.89" size="1.778" layer="95"/>
-<attribute name="VALUE" x="92.71" y="6.35" size="1.778" layer="96"/>
+<instance part="Q2" gate="G$1" x="48.26" y="2.54" smashed="yes">
+<attribute name="NAME" x="54.61" y="3.81" size="1.778" layer="95"/>
+<attribute name="VALUE" x="54.61" y="1.27" size="1.778" layer="96"/>
 </instance>
-<instance part="R2" gate="G$1" x="106.68" y="7.62" smashed="yes">
-<attribute name="NAME" x="102.87" y="9.1186" size="1.778" layer="95"/>
-<attribute name="VALUE" x="102.87" y="4.318" size="1.778" layer="96"/>
+<instance part="R2" gate="G$1" x="68.58" y="2.54" smashed="yes">
+<attribute name="NAME" x="64.77" y="4.0386" size="1.778" layer="95"/>
+<attribute name="VALUE" x="64.77" y="-0.762" size="1.778" layer="96"/>
 </instance>
-<instance part="R1" gate="G$1" x="81.28" y="0" smashed="yes" rot="R180">
-<attribute name="NAME" x="85.09" y="-1.4986" size="1.778" layer="95" rot="R180"/>
-<attribute name="VALUE" x="85.09" y="3.302" size="1.778" layer="96" rot="R180"/>
+<instance part="R1" gate="G$1" x="43.18" y="-5.08" smashed="yes" rot="R180">
+<attribute name="NAME" x="46.99" y="-6.5786" size="1.778" layer="95" rot="R180"/>
+<attribute name="VALUE" x="46.99" y="-1.778" size="1.778" layer="96" rot="R180"/>
 </instance>
-<instance part="D2" gate="G$1" x="99.06" y="-2.54" smashed="yes" rot="R270">
-<attribute name="NAME" x="104.14" y="-2.54" size="1.778" layer="95" rot="R270" align="center"/>
-<attribute name="VALUE" x="93.98" y="-2.54" size="1.778" layer="95" rot="R270" align="center"/>
+<instance part="D2" gate="G$1" x="60.96" y="-7.62" smashed="yes" rot="R270">
+<attribute name="NAME" x="66.04" y="-7.62" size="1.778" layer="95" rot="R270" align="center"/>
+<attribute name="VALUE" x="55.88" y="-7.62" size="1.778" layer="95" rot="R270" align="center"/>
 </instance>
-<instance part="Q4" gate="G$1" x="111.76" y="15.24" smashed="yes" rot="MR180">
-<attribute name="NAME" x="118.11" y="13.97" size="1.778" layer="95" rot="MR180"/>
-<attribute name="VALUE" x="118.11" y="16.51" size="1.778" layer="96" rot="MR180"/>
+<instance part="Q4" gate="G$1" x="73.66" y="10.16" smashed="yes" rot="MR180">
+<attribute name="NAME" x="80.01" y="8.89" size="1.778" layer="95" rot="MR180"/>
+<attribute name="VALUE" x="80.01" y="11.43" size="1.778" layer="96" rot="MR180"/>
 </instance>
-<instance part="D3" gate="G$1" x="81.28" y="-27.94" smashed="yes">
-<attribute name="NAME" x="81.28" y="-22.86" size="1.778" layer="95" align="center"/>
-<attribute name="VALUE" x="81.28" y="-33.02" size="1.778" layer="95" align="center"/>
+<instance part="D3" gate="G$1" x="43.18" y="-33.02" smashed="yes">
+<attribute name="NAME" x="43.18" y="-27.94" size="1.778" layer="95" align="center"/>
+<attribute name="VALUE" x="43.18" y="-38.1" size="1.778" layer="95" align="center"/>
 </instance>
 <instance part="Q5" gate="G$1" x="88.9" y="50.8" smashed="yes" rot="MR0">
 <attribute name="NAME" x="82.55" y="52.07" size="1.778" layer="95" rot="MR0"/>
@@ -8722,16 +8728,16 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <attribute name="NAME" x="128.27" y="85.09" size="1.778" layer="95"/>
 </instance>
 <instance part="D4" gate="D$1" x="-45.72" y="91.44" smashed="yes">
-<attribute name="NAME" x="-43.18" y="96.52" size="1.778" layer="95"/>
+<attribute name="NAME" x="-43.18" y="93.98" size="1.778" layer="95"/>
 </instance>
-<instance part="D6" gate="D$1" x="-7.62" y="43.18" smashed="yes">
-<attribute name="NAME" x="-5.08" y="48.26" size="1.778" layer="95"/>
+<instance part="D6" gate="D$1" x="-7.62" y="40.64" smashed="yes">
+<attribute name="NAME" x="-5.08" y="43.18" size="1.778" layer="95"/>
 </instance>
-<instance part="D7" gate="D$1" x="66.04" y="-2.54" smashed="yes">
-<attribute name="NAME" x="68.58" y="2.54" size="1.778" layer="95"/>
+<instance part="D7" gate="D$1" x="27.94" y="-7.62" smashed="yes">
+<attribute name="NAME" x="30.48" y="-5.08" size="1.778" layer="95"/>
 </instance>
-<instance part="D8" gate="D$1" x="81.28" y="-17.78" smashed="yes" rot="R90">
-<attribute name="NAME" x="76.2" y="-15.24" size="1.778" layer="95" rot="R90"/>
+<instance part="D8" gate="D$1" x="43.18" y="-22.86" smashed="yes" rot="R90">
+<attribute name="NAME" x="40.64" y="-20.32" size="1.778" layer="95" rot="R90"/>
 </instance>
 <instance part="R4" gate="G$1" x="91.44" y="43.18" smashed="yes">
 <attribute name="NAME" x="87.63" y="44.6786" size="1.778" layer="95"/>
@@ -8755,18 +8761,18 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <attribute name="NAME" x="27.94" y="86.36" size="1.778" layer="95"/>
 <attribute name="VALUE" x="20.32" y="40.64" size="1.778" layer="96"/>
 </instance>
-<instance part="S1" gate="G$1" x="88.9" y="-10.16" smashed="yes">
-<attribute name="NAME" x="88.9" y="-8.636" size="1.778" layer="95" font="vector" align="bottom-center"/>
+<instance part="S1" gate="G$1" x="50.8" y="-15.24" smashed="yes">
+<attribute name="NAME" x="50.8" y="-13.716" size="1.778" layer="95" font="vector" align="bottom-center"/>
 </instance>
 <instance part="SG1" gate="G$1" x="-68.58" y="38.1" smashed="yes" rot="R90">
 <attribute name="NAME" x="-74.93" y="35.56" size="1.778" layer="95" rot="R90"/>
 </instance>
-<instance part="R3" gate="G$1" x="101.6" y="27.94" smashed="yes">
-<attribute name="NAME" x="97.79" y="29.4386" size="1.778" layer="95"/>
-<attribute name="VALUE" x="97.79" y="24.638" size="1.778" layer="96"/>
+<instance part="R3" gate="G$1" x="101.6" y="17.78" smashed="yes">
+<attribute name="NAME" x="97.79" y="19.2786" size="1.778" layer="95"/>
+<attribute name="VALUE" x="97.79" y="14.478" size="1.778" layer="96"/>
 </instance>
-<instance part="D1" gate="D$1" x="121.92" y="30.48" smashed="yes">
-<attribute name="NAME" x="124.46" y="35.56" size="1.778" layer="95"/>
+<instance part="D1" gate="D$1" x="121.92" y="27.94" smashed="yes">
+<attribute name="NAME" x="124.46" y="30.48" size="1.778" layer="95"/>
 </instance>
 </instances>
 <busses>
@@ -8784,13 +8790,13 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <pinref part="D6" gate="D$1" pin="P$2"/>
 <wire x1="-12.7" y1="27.94" x2="-7.62" y2="27.94" width="0.1524" layer="91"/>
 <wire x1="-7.62" y1="27.94" x2="0" y2="27.94" width="0.1524" layer="91"/>
-<wire x1="-7.62" y1="35.56" x2="-7.62" y2="27.94" width="0.1524" layer="91"/>
+<wire x1="-7.62" y1="36.576" x2="-7.62" y2="27.94" width="0.1524" layer="91"/>
 <junction x="-7.62" y="27.94"/>
-<wire x1="-12.7" y1="27.94" x2="-12.7" y2="-10.16" width="0.1524" layer="91"/>
+<wire x1="-12.7" y1="27.94" x2="-12.7" y2="-15.24" width="0.1524" layer="91"/>
 <junction x="-12.7" y="27.94"/>
 <pinref part="GND2" gate="1" pin="GND"/>
 <pinref part="J7" gate="G$1" pin="1"/>
-<wire x1="-12.7" y1="-10.16" x2="-12.7" y2="-35.56" width="0.1524" layer="91"/>
+<wire x1="-12.7" y1="-15.24" x2="-12.7" y2="-35.56" width="0.1524" layer="91"/>
 <wire x1="-60.96" y1="66.04" x2="-53.34" y2="66.04" width="0.1524" layer="91"/>
 <label x="-55.88" y="66.04" size="1.778" layer="95" rot="MR0"/>
 <wire x1="-53.34" y1="66.04" x2="-53.34" y2="73.66" width="0.1524" layer="91"/>
@@ -8801,42 +8807,44 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <pinref part="J5" gate="J$1" pin="3"/>
 <wire x1="-60.96" y1="86.36" x2="-53.34" y2="86.36" width="0.1524" layer="91"/>
 <wire x1="-53.34" y1="86.36" x2="-53.34" y2="99.06" width="0.1524" layer="91"/>
-<wire x1="-53.34" y1="99.06" x2="-45.72" y2="99.06" width="0.1524" layer="91"/>
-<wire x1="-45.72" y1="99.06" x2="0" y2="99.06" width="0.1524" layer="91"/>
-<wire x1="0" y1="99.06" x2="0" y2="96.52" width="0.1524" layer="91"/>
+<wire x1="0" y1="99.06" x2="0" y2="93.98" width="0.1524" layer="91"/>
 <pinref part="C1" gate="G$1" pin="1"/>
 <label x="-60.96" y="86.36" size="1.778" layer="95"/>
 <pinref part="D4" gate="D$1" pin="P$1"/>
-<junction x="-45.72" y="99.06"/>
 <wire x1="-53.34" y1="99.06" x2="-78.74" y2="99.06" width="0.1524" layer="91"/>
 <junction x="-53.34" y="99.06"/>
 <wire x1="-78.74" y1="99.06" x2="-78.74" y2="73.66" width="0.1524" layer="91"/>
 <junction x="-78.74" y="73.66"/>
-<wire x1="66.04" y1="-10.16" x2="-12.7" y2="-10.16" width="0.1524" layer="91"/>
-<junction x="-12.7" y="-10.16"/>
+<wire x1="27.94" y1="-15.24" x2="-12.7" y2="-15.24" width="0.1524" layer="91"/>
+<junction x="-12.7" y="-15.24"/>
 <pinref part="R1" gate="G$1" pin="1"/>
 <pinref part="Q2" gate="G$1" pin="S"/>
-<wire x1="73.66" y1="-5.08" x2="88.9" y2="-5.08" width="0.1524" layer="91"/>
-<wire x1="88.9" y1="-5.08" x2="88.9" y2="0" width="0.1524" layer="91"/>
-<label x="55.88" y="-10.16" size="1.778" layer="95"/>
-<wire x1="88.9" y1="0" x2="88.9" y2="2.54" width="0.1524" layer="91"/>
-<wire x1="83.82" y1="-10.16" x2="73.66" y2="-10.16" width="0.1524" layer="91"/>
-<wire x1="73.66" y1="-5.08" x2="73.66" y2="-10.16" width="0.1524" layer="91"/>
-<junction x="73.66" y="-10.16"/>
-<wire x1="73.66" y1="-10.16" x2="66.04" y2="-10.16" width="0.1524" layer="91"/>
-<wire x1="86.36" y1="0" x2="88.9" y2="0" width="0.1524" layer="91"/>
-<junction x="88.9" y="0"/>
+<wire x1="35.56" y1="-10.16" x2="50.8" y2="-10.16" width="0.1524" layer="91"/>
+<wire x1="50.8" y1="-10.16" x2="50.8" y2="-5.08" width="0.1524" layer="91"/>
+<label x="17.78" y="-15.24" size="1.778" layer="95"/>
+<wire x1="50.8" y1="-5.08" x2="50.8" y2="-2.54" width="0.1524" layer="91"/>
+<wire x1="45.72" y1="-15.24" x2="35.56" y2="-15.24" width="0.1524" layer="91"/>
+<wire x1="35.56" y1="-10.16" x2="35.56" y2="-15.24" width="0.1524" layer="91"/>
+<junction x="35.56" y="-15.24"/>
+<wire x1="48.26" y1="-5.08" x2="50.8" y2="-5.08" width="0.1524" layer="91"/>
+<junction x="50.8" y="-5.08"/>
 <pinref part="D7" gate="D$1" pin="P$2"/>
-<junction x="66.04" y="-10.16"/>
 <pinref part="D8" gate="D$1" pin="P$1"/>
-<wire x1="66.04" y1="-10.16" x2="66.04" y2="-17.78" width="0.1524" layer="91"/>
-<wire x1="66.04" y1="-17.78" x2="73.66" y2="-17.78" width="0.1524" layer="91"/>
+<wire x1="27.94" y1="-11.684" x2="27.94" y2="-15.24" width="0.1524" layer="91"/>
+<wire x1="27.94" y1="-15.24" x2="27.94" y2="-22.86" width="0.1524" layer="91"/>
+<wire x1="27.94" y1="-22.86" x2="39.116" y2="-22.86" width="0.1524" layer="91"/>
 <pinref part="U1" gate="G$1" pin="GND"/>
 <wire x1="-66.04" y1="35.56" x2="-66.04" y2="33.02" width="0.1524" layer="91"/>
 <wire x1="-66.04" y1="33.02" x2="-63.5" y2="33.02" width="0.1524" layer="91"/>
 <wire x1="-63.5" y1="33.02" x2="-63.5" y2="38.1" width="0.1524" layer="91"/>
 <pinref part="S1" gate="G$1" pin="1"/>
 <pinref part="SG1" gate="G$1" pin="1"/>
+<wire x1="27.94" y1="-15.24" x2="35.56" y2="-15.24" width="0.1524" layer="91"/>
+<junction x="27.94" y="-15.24"/>
+<wire x1="-53.34" y1="99.06" x2="-45.72" y2="99.06" width="0.1524" layer="91"/>
+<wire x1="-45.72" y1="99.06" x2="-45.72" y2="95.504" width="0.1524" layer="91"/>
+<wire x1="-45.72" y1="99.06" x2="0" y2="99.06" width="0.1524" layer="91"/>
+<junction x="-45.72" y="99.06"/>
 </segment>
 <segment>
 <wire x1="124.46" y1="78.74" x2="124.46" y2="68.58" width="0.1524" layer="91"/>
@@ -8854,37 +8862,38 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <wire x1="154.94" y1="68.58" x2="154.94" y2="30.48" width="0.1524" layer="91"/>
 <pinref part="GND1" gate="1" pin="GND"/>
 <pinref part="J3" gate="G$1" pin="2"/>
-<wire x1="154.94" y1="30.48" x2="154.94" y2="0" width="0.1524" layer="91"/>
-<wire x1="154.94" y1="0" x2="154.94" y2="-38.1" width="0.1524" layer="91"/>
-<wire x1="137.16" y1="5.08" x2="129.54" y2="5.08" width="0.1524" layer="91"/>
-<label x="132.08" y="5.08" size="1.778" layer="95"/>
-<wire x1="129.54" y1="5.08" x2="129.54" y2="0" width="0.1524" layer="91"/>
-<wire x1="129.54" y1="0" x2="154.94" y2="0" width="0.1524" layer="91"/>
-<junction x="154.94" y="0"/>
+<wire x1="154.94" y1="30.48" x2="154.94" y2="-7.62" width="0.1524" layer="91"/>
+<wire x1="154.94" y1="-7.62" x2="154.94" y2="-38.1" width="0.1524" layer="91"/>
+<wire x1="137.16" y1="0" x2="129.54" y2="0" width="0.1524" layer="91"/>
+<label x="132.08" y="0" size="1.778" layer="95"/>
+<wire x1="129.54" y1="0" x2="129.54" y2="-7.62" width="0.1524" layer="91"/>
+<wire x1="129.54" y1="-7.62" x2="154.94" y2="-7.62" width="0.1524" layer="91"/>
+<junction x="154.94" y="-7.62"/>
 <pinref part="Q5" gate="G$1" pin="S"/>
 <wire x1="86.36" y1="45.72" x2="86.36" y2="43.18" width="0.1524" layer="91"/>
 <wire x1="86.36" y1="43.18" x2="86.36" y2="38.1" width="0.1524" layer="91"/>
 <pinref part="R4" gate="G$1" pin="1"/>
 <junction x="86.36" y="43.18"/>
-<wire x1="86.36" y1="38.1" x2="121.92" y2="38.1" width="0.1524" layer="91"/>
 <label x="147.32" y="30.48" size="1.778" layer="95"/>
-<wire x1="121.92" y1="38.1" x2="137.16" y2="38.1" width="0.1524" layer="91"/>
-<wire x1="137.16" y1="38.1" x2="137.16" y2="30.48" width="0.1524" layer="91"/>
-<wire x1="137.16" y1="30.48" x2="154.94" y2="30.48" width="0.1524" layer="91"/>
+<wire x1="121.92" y1="32.004" x2="121.92" y2="38.1" width="0.1524" layer="91"/>
+<wire x1="121.92" y1="38.1" x2="132.08" y2="38.1" width="0.1524" layer="91"/>
+<wire x1="132.08" y1="38.1" x2="132.08" y2="30.48" width="0.1524" layer="91"/>
+<wire x1="132.08" y1="30.48" x2="154.94" y2="30.48" width="0.1524" layer="91"/>
 <junction x="154.94" y="30.48"/>
 <pinref part="J4" gate="G$1" pin="2"/>
-<wire x1="40.64" y1="101.6" x2="40.64" y2="93.98" width="0.1524" layer="91"/>
-<label x="40.64" y="96.52" size="1.778" layer="95" rot="R90"/>
-<wire x1="40.64" y1="93.98" x2="116.84" y2="93.98" width="0.1524" layer="91"/>
-<wire x1="116.84" y1="93.98" x2="116.84" y2="99.06" width="0.1524" layer="91"/>
-<wire x1="116.84" y1="99.06" x2="154.94" y2="99.06" width="0.1524" layer="91"/>
+<wire x1="40.64" y1="106.68" x2="40.64" y2="99.06" width="0.1524" layer="91"/>
+<label x="40.64" y="101.6" size="1.778" layer="95" rot="R90"/>
+<wire x1="40.64" y1="99.06" x2="154.94" y2="99.06" width="0.1524" layer="91"/>
 <wire x1="154.94" y1="99.06" x2="154.94" y2="68.58" width="0.1524" layer="91"/>
 <junction x="154.94" y="68.58"/>
 <pinref part="J1" gate="G$1" pin="1"/>
-<wire x1="137.16" y1="20.32" x2="137.16" y2="30.48" width="0.1524" layer="91"/>
-<junction x="137.16" y="30.48"/>
+<wire x1="137.16" y1="20.32" x2="132.08" y2="20.32" width="0.1524" layer="91"/>
+<wire x1="132.08" y1="20.32" x2="132.08" y2="30.48" width="0.1524" layer="91"/>
+<junction x="132.08" y="30.48"/>
 <pinref part="D1" gate="D$1" pin="P$1"/>
+<wire x1="86.36" y1="38.1" x2="121.92" y2="38.1" width="0.1524" layer="91"/>
 <junction x="121.92" y="38.1"/>
+<label x="132.08" y="20.32" size="1.778" layer="95"/>
 </segment>
 <segment>
 <pinref part="J7" gate="G$1" pin="5"/>
@@ -8900,19 +8909,19 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <label x="10.16" y="45.72" size="1.778" layer="95"/>
 <pinref part="U1" gate="G$1" pin="VIN"/>
 <pinref part="Q4" gate="G$1" pin="D"/>
-<wire x1="114.3" y1="20.32" x2="114.3" y2="22.86" width="0.1524" layer="91"/>
-<wire x1="114.3" y1="22.86" x2="5.08" y2="22.86" width="0.1524" layer="91"/>
-<label x="109.22" y="22.86" size="1.778" layer="95"/>
+<wire x1="76.2" y1="15.24" x2="76.2" y2="22.86" width="0.1524" layer="91"/>
+<wire x1="76.2" y1="22.86" x2="5.08" y2="22.86" width="0.1524" layer="91"/>
+<label x="71.12" y="15.24" size="1.778" layer="95"/>
 <wire x1="5.08" y1="45.72" x2="5.08" y2="22.86" width="0.1524" layer="91"/>
 </segment>
 </net>
 <net name="DIN" class="0">
 <segment>
 <pinref part="J4" gate="G$1" pin="3"/>
-<wire x1="38.1" y1="101.6" x2="38.1" y2="91.44" width="0.1524" layer="91"/>
-<label x="38.1" y="96.52" size="1.778" layer="95" rot="R90"/>
-<wire x1="38.1" y1="91.44" x2="58.42" y2="91.44" width="0.1524" layer="91"/>
-<wire x1="58.42" y1="91.44" x2="58.42" y2="76.2" width="0.1524" layer="91"/>
+<wire x1="38.1" y1="106.68" x2="38.1" y2="96.52" width="0.1524" layer="91"/>
+<label x="38.1" y="101.6" size="1.778" layer="95" rot="R90"/>
+<wire x1="38.1" y1="96.52" x2="58.42" y2="96.52" width="0.1524" layer="91"/>
+<wire x1="58.42" y1="96.52" x2="58.42" y2="76.2" width="0.1524" layer="91"/>
 <label x="45.72" y="76.2" size="1.778" layer="95"/>
 <wire x1="58.42" y1="76.2" x2="45.72" y2="76.2" width="0.1524" layer="91"/>
 <pinref part="U1" gate="G$1" pin="D10"/>
@@ -8921,11 +8930,11 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <net name="CS" class="0">
 <segment>
 <pinref part="J4" gate="G$1" pin="4"/>
-<wire x1="35.56" y1="101.6" x2="35.56" y2="88.9" width="0.1524" layer="91"/>
-<label x="35.56" y="96.52" size="1.778" layer="95" rot="R90"/>
-<wire x1="35.56" y1="88.9" x2="55.88" y2="88.9" width="0.1524" layer="91"/>
+<wire x1="35.56" y1="106.68" x2="35.56" y2="93.98" width="0.1524" layer="91"/>
+<label x="35.56" y="101.6" size="1.778" layer="95" rot="R90"/>
+<wire x1="35.56" y1="93.98" x2="55.88" y2="93.98" width="0.1524" layer="91"/>
 <label x="45.72" y="78.74" size="1.778" layer="95"/>
-<wire x1="55.88" y1="88.9" x2="55.88" y2="78.74" width="0.1524" layer="91"/>
+<wire x1="55.88" y1="93.98" x2="55.88" y2="78.74" width="0.1524" layer="91"/>
 <wire x1="55.88" y1="78.74" x2="45.72" y2="78.74" width="0.1524" layer="91"/>
 <pinref part="U1" gate="G$1" pin="D11"/>
 </segment>
@@ -8933,11 +8942,11 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <net name="CLK" class="0">
 <segment>
 <pinref part="J4" gate="G$1" pin="5"/>
-<wire x1="33.02" y1="101.6" x2="33.02" y2="86.36" width="0.1524" layer="91"/>
-<label x="33.02" y="96.52" size="1.778" layer="95" rot="R90"/>
-<wire x1="33.02" y1="86.36" x2="53.34" y2="86.36" width="0.1524" layer="91"/>
+<wire x1="33.02" y1="106.68" x2="33.02" y2="91.44" width="0.1524" layer="91"/>
+<label x="33.02" y="101.6" size="1.778" layer="95" rot="R90"/>
+<wire x1="33.02" y1="91.44" x2="53.34" y2="91.44" width="0.1524" layer="91"/>
 <label x="45.72" y="81.28" size="1.778" layer="95"/>
-<wire x1="53.34" y1="86.36" x2="53.34" y2="81.28" width="0.1524" layer="91"/>
+<wire x1="53.34" y1="91.44" x2="53.34" y2="81.28" width="0.1524" layer="91"/>
 <wire x1="53.34" y1="81.28" x2="45.72" y2="81.28" width="0.1524" layer="91"/>
 <pinref part="U1" gate="G$1" pin="D12"/>
 </segment>
@@ -8950,8 +8959,8 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 </segment>
 <segment>
 <pinref part="J4" gate="G$1" pin="1"/>
-<wire x1="43.18" y1="101.6" x2="43.18" y2="96.52" width="0.1524" layer="91"/>
-<label x="43.18" y="96.52" size="1.778" layer="95" rot="R90"/>
+<wire x1="43.18" y1="106.68" x2="43.18" y2="101.6" width="0.1524" layer="91"/>
+<label x="43.18" y="101.6" size="1.778" layer="95" rot="R90"/>
 </segment>
 <segment>
 <pinref part="J5" gate="J$1" pin="2"/>
@@ -8964,7 +8973,7 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <wire x1="-60.96" y1="63.5" x2="-50.8" y2="63.5" width="0.1524" layer="91"/>
 <label x="10.16" y="53.34" size="1.778" layer="95"/>
 <wire x1="15.24" y1="53.34" x2="-7.62" y2="53.34" width="0.1524" layer="91"/>
-<wire x1="-7.62" y1="53.34" x2="-7.62" y2="50.8" width="0.1524" layer="91"/>
+<wire x1="-7.62" y1="53.34" x2="-7.62" y2="44.704" width="0.1524" layer="91"/>
 <pinref part="D6" gate="D$1" pin="P$1"/>
 <wire x1="-50.8" y1="71.12" x2="-7.62" y2="71.12" width="0.1524" layer="91"/>
 <wire x1="-7.62" y1="71.12" x2="-7.62" y2="53.34" width="0.1524" layer="91"/>
@@ -8978,16 +8987,15 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <pinref part="J5" gate="J$1" pin="1"/>
 <label x="-60.96" y="81.28" size="1.778" layer="95"/>
 <pinref part="C1" gate="G$1" pin="2"/>
-<wire x1="0" y1="81.28" x2="0" y2="88.9" width="0.1524" layer="91"/>
+<wire x1="0" y1="81.28" x2="0" y2="86.36" width="0.1524" layer="91"/>
 <wire x1="5.08" y1="81.28" x2="5.08" y2="73.66" width="0.1524" layer="91"/>
 <wire x1="5.08" y1="73.66" x2="15.24" y2="73.66" width="0.1524" layer="91"/>
 <label x="10.16" y="73.66" size="1.778" layer="95"/>
-<label x="-33.02" y="83.82" size="1.778" layer="95"/>
 <pinref part="D4" gate="D$1" pin="P$2"/>
 <wire x1="5.08" y1="81.28" x2="0" y2="81.28" width="0.1524" layer="91"/>
 <junction x="0" y="81.28"/>
 <wire x1="-60.96" y1="81.28" x2="-45.72" y2="81.28" width="0.1524" layer="91"/>
-<wire x1="-45.72" y1="81.28" x2="-45.72" y2="83.82" width="0.1524" layer="91"/>
+<wire x1="-45.72" y1="81.28" x2="-45.72" y2="87.376" width="0.1524" layer="91"/>
 <wire x1="-45.72" y1="81.28" x2="0" y2="81.28" width="0.1524" layer="91"/>
 <junction x="-45.72" y="81.28"/>
 <pinref part="U1" gate="G$1" pin="A0"/>
@@ -9033,26 +9041,21 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 </segment>
 <segment>
 <pinref part="J1" gate="G$1" pin="2"/>
-<wire x1="137.16" y1="17.78" x2="127" y2="17.78" width="0.1524" layer="91"/>
-<wire x1="127" y1="17.78" x2="127" y2="22.86" width="0.1524" layer="91"/>
-<wire x1="127" y1="22.86" x2="127" y2="30.48" width="0.1524" layer="91"/>
+<wire x1="137.16" y1="17.78" x2="121.92" y2="17.78" width="0.1524" layer="91"/>
 <pinref part="R3" gate="G$1" pin="2"/>
 <label x="129.54" y="17.78" size="1.778" layer="95"/>
-<wire x1="116.84" y1="27.94" x2="106.68" y2="27.94" width="0.1524" layer="91"/>
-<label x="127" y="30.48" size="1.778" layer="95"/>
+<wire x1="121.92" y1="17.78" x2="106.68" y2="17.78" width="0.1524" layer="91"/>
+<label x="121.92" y="10.16" size="1.778" layer="95"/>
 <pinref part="D1" gate="D$1" pin="P$2"/>
-<wire x1="121.92" y1="22.86" x2="127" y2="22.86" width="0.1524" layer="91"/>
-<junction x="127" y="22.86"/>
-<wire x1="116.84" y1="27.94" x2="116.84" y2="22.86" width="0.1524" layer="91"/>
-<wire x1="116.84" y1="22.86" x2="121.92" y2="22.86" width="0.1524" layer="91"/>
-<junction x="121.92" y="22.86"/>
+<wire x1="121.92" y1="23.876" x2="121.92" y2="17.78" width="0.1524" layer="91"/>
+<junction x="121.92" y="17.78"/>
 </segment>
 </net>
 <net name="BTN" class="0">
 <segment>
 <pinref part="D3" gate="G$1" pin="A"/>
-<label x="55.88" y="-27.94" size="1.778" layer="95"/>
-<wire x1="55.88" y1="-27.94" x2="76.2" y2="-27.94" width="0.1524" layer="91"/>
+<label x="17.78" y="-33.02" size="1.778" layer="95"/>
+<wire x1="17.78" y1="-33.02" x2="38.1" y2="-33.02" width="0.1524" layer="91"/>
 </segment>
 <segment>
 <wire x1="45.72" y1="68.58" x2="53.34" y2="68.58" width="0.1524" layer="91"/>
@@ -9123,15 +9126,16 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <segment>
 <pinref part="Q2" gate="G$1" pin="G"/>
 <pinref part="R1" gate="G$1" pin="2"/>
-<wire x1="83.82" y1="5.08" x2="73.66" y2="5.08" width="0.1524" layer="91"/>
-<label x="55.88" y="5.08" size="1.778" layer="95"/>
-<wire x1="73.66" y1="5.08" x2="66.04" y2="5.08" width="0.1524" layer="91"/>
-<wire x1="66.04" y1="5.08" x2="55.88" y2="5.08" width="0.1524" layer="91"/>
-<wire x1="73.66" y1="5.08" x2="73.66" y2="0" width="0.1524" layer="91"/>
-<junction x="73.66" y="5.08"/>
-<wire x1="73.66" y1="0" x2="76.2" y2="0" width="0.1524" layer="91"/>
+<wire x1="45.72" y1="0" x2="35.56" y2="0" width="0.1524" layer="91"/>
+<label x="17.78" y="0" size="1.778" layer="95"/>
+<wire x1="27.94" y1="-3.556" x2="27.94" y2="0" width="0.1524" layer="91"/>
+<wire x1="27.94" y1="0" x2="17.78" y2="0" width="0.1524" layer="91"/>
+<wire x1="35.56" y1="0" x2="35.56" y2="-5.08" width="0.1524" layer="91"/>
+<junction x="35.56" y="0"/>
+<wire x1="35.56" y1="-5.08" x2="38.1" y2="-5.08" width="0.1524" layer="91"/>
 <pinref part="D7" gate="D$1" pin="P$1"/>
-<junction x="66.04" y="5.08"/>
+<wire x1="27.94" y1="0" x2="35.56" y2="0" width="0.1524" layer="91"/>
+<junction x="27.94" y="0"/>
 </segment>
 <segment>
 <wire x1="45.72" y1="71.12" x2="53.34" y2="71.12" width="0.1524" layer="91"/>
@@ -9148,12 +9152,13 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <segment>
 <pinref part="R2" gate="G$1" pin="2"/>
 <pinref part="Q4" gate="G$1" pin="S"/>
-<wire x1="114.3" y1="10.16" x2="114.3" y2="7.62" width="0.1524" layer="91"/>
-<wire x1="114.3" y1="7.62" x2="111.76" y2="7.62" width="0.1524" layer="91"/>
+<wire x1="76.2" y1="5.08" x2="76.2" y2="2.54" width="0.1524" layer="91"/>
+<wire x1="76.2" y1="2.54" x2="73.66" y2="2.54" width="0.1524" layer="91"/>
 <pinref part="J3" gate="G$1" pin="1"/>
-<wire x1="137.16" y1="7.62" x2="114.3" y2="7.62" width="0.1524" layer="91"/>
-<junction x="114.3" y="7.62"/>
-<label x="119.38" y="7.62" size="1.778" layer="95"/>
+<wire x1="137.16" y1="2.54" x2="76.2" y2="2.54" width="0.1524" layer="91"/>
+<junction x="76.2" y="2.54"/>
+<label x="81.28" y="2.54" size="1.778" layer="95"/>
+<label x="132.08" y="2.54" size="1.778" layer="95"/>
 </segment>
 </net>
 <net name="N$2" class="0">
@@ -9161,30 +9166,30 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <pinref part="Q4" gate="G$1" pin="G"/>
 <pinref part="R2" gate="G$1" pin="1"/>
 <pinref part="Q2" gate="G$1" pin="D"/>
-<wire x1="99.06" y1="12.7" x2="88.9" y2="12.7" width="0.1524" layer="91"/>
-<junction x="99.06" y="12.7"/>
-<wire x1="109.22" y1="12.7" x2="99.06" y2="12.7" width="0.1524" layer="91"/>
+<wire x1="60.96" y1="7.62" x2="50.8" y2="7.62" width="0.1524" layer="91"/>
+<junction x="60.96" y="7.62"/>
+<wire x1="71.12" y1="7.62" x2="60.96" y2="7.62" width="0.1524" layer="91"/>
 <pinref part="D2" gate="G$1" pin="A"/>
-<wire x1="99.06" y1="2.54" x2="99.06" y2="7.62" width="0.1524" layer="91"/>
-<junction x="99.06" y="12.7"/>
-<wire x1="99.06" y1="7.62" x2="99.06" y2="12.7" width="0.1524" layer="91"/>
-<wire x1="101.6" y1="7.62" x2="99.06" y2="7.62" width="0.1524" layer="91"/>
-<junction x="99.06" y="7.62"/>
+<wire x1="60.96" y1="-2.54" x2="60.96" y2="2.54" width="0.1524" layer="91"/>
+<junction x="60.96" y="7.62"/>
+<wire x1="60.96" y1="2.54" x2="60.96" y2="7.62" width="0.1524" layer="91"/>
+<wire x1="63.5" y1="2.54" x2="60.96" y2="2.54" width="0.1524" layer="91"/>
+<junction x="60.96" y="2.54"/>
 </segment>
 </net>
 <net name="N$5" class="0">
 <segment>
 <pinref part="D3" gate="G$1" pin="C"/>
 <pinref part="D2" gate="G$1" pin="C"/>
-<wire x1="86.36" y1="-27.94" x2="99.06" y2="-27.94" width="0.1524" layer="91"/>
-<wire x1="99.06" y1="-10.16" x2="99.06" y2="-7.62" width="0.1524" layer="91"/>
-<wire x1="99.06" y1="-17.78" x2="99.06" y2="-27.94" width="0.1524" layer="91"/>
-<wire x1="99.06" y1="-17.78" x2="88.9" y2="-17.78" width="0.1524" layer="91"/>
-<junction x="99.06" y="-17.78"/>
+<wire x1="48.26" y1="-33.02" x2="60.96" y2="-33.02" width="0.1524" layer="91"/>
+<wire x1="60.96" y1="-15.24" x2="60.96" y2="-12.7" width="0.1524" layer="91"/>
+<wire x1="60.96" y1="-22.86" x2="60.96" y2="-33.02" width="0.1524" layer="91"/>
+<wire x1="60.96" y1="-22.86" x2="47.244" y2="-22.86" width="0.1524" layer="91"/>
+<junction x="60.96" y="-22.86"/>
 <pinref part="D8" gate="D$1" pin="P$2"/>
-<wire x1="99.06" y1="-10.16" x2="93.98" y2="-10.16" width="0.1524" layer="91"/>
-<wire x1="99.06" y1="-10.16" x2="99.06" y2="-17.78" width="0.1524" layer="91"/>
-<junction x="99.06" y="-10.16"/>
+<wire x1="60.96" y1="-15.24" x2="55.88" y2="-15.24" width="0.1524" layer="91"/>
+<wire x1="60.96" y1="-15.24" x2="60.96" y2="-22.86" width="0.1524" layer="91"/>
+<junction x="60.96" y="-15.24"/>
 <pinref part="S1" gate="G$1" pin="2"/>
 </segment>
 </net>
@@ -9224,10 +9229,10 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <net name="ST" class="0">
 <segment>
 <pinref part="U1" gate="G$1" pin="D2"/>
-<wire x1="45.72" y1="55.88" x2="76.2" y2="55.88" width="0.1524" layer="91"/>
-<wire x1="76.2" y1="55.88" x2="76.2" y2="27.94" width="0.1524" layer="91"/>
+<wire x1="45.72" y1="55.88" x2="81.28" y2="55.88" width="0.1524" layer="91"/>
+<wire x1="81.28" y1="55.88" x2="81.28" y2="17.78" width="0.1524" layer="91"/>
 <pinref part="R3" gate="G$1" pin="1"/>
-<wire x1="76.2" y1="27.94" x2="96.52" y2="27.94" width="0.1524" layer="91"/>
+<wire x1="81.28" y1="17.78" x2="96.52" y2="17.78" width="0.1524" layer="91"/>
 <label x="45.72" y="55.88" size="1.778" layer="95"/>
 </segment>
 </net>

+ 172 - 177
schematic/ECU.s#2

@@ -6623,7 +6623,7 @@ grid 2.54 mm</description>
 <packageinstance name="TO92"/>
 </packageinstances>
 </package3d>
-<package3d name="TO220BV" urn="urn:adsk.eagle:package:29484/3" type="model" library_version="4">
+<package3d name="TO220BV" urn="urn:adsk.eagle:package:29484/4" type="model" library_version="5">
 <description>Molded Package
 grid 2.54 mm</description>
 <packageinstances>
@@ -6718,7 +6718,7 @@ grid 2.54 mm</description>
 </symbol>
 </symbols>
 <devicesets>
-<deviceset name="NMOSFET" urn="urn:adsk.eagle:component:16378730/3" prefix="Q" library_version="4">
+<deviceset name="NMOSFET" urn="urn:adsk.eagle:component:16378730/4" prefix="Q" library_version="5">
 <description>&lt;b&gt; N-Channel MOSFET - Generic</description>
 <gates>
 <gate name="G$1" symbol="MFNS" x="-2.54" y="0"/>
@@ -6747,6 +6747,7 @@ grid 2.54 mm</description>
 <attribute name="SUB-CATEGORY" value="MOSFET" constant="no"/>
 <attribute name="THERMALLOSS" value="" constant="no"/>
 <attribute name="TYPE" value="N-Channel" constant="no"/>
+<attribute name="VALUE" value="NMOSFET" constant="no"/>
 </technology>
 <technology name="_">
 <attribute name="CATEGORY" value="Transistor" constant="no"/>
@@ -6761,6 +6762,7 @@ grid 2.54 mm</description>
 <attribute name="SUB-CATEGORY" value="MOSFET" constant="no"/>
 <attribute name="THERMALLOSS" value="" constant="no"/>
 <attribute name="TYPE" value="N-Channel" constant="no"/>
+<attribute name="VALUE" value="NMOSFET" constant="no"/>
 </technology>
 </technologies>
 </device>
@@ -6787,6 +6789,7 @@ grid 2.54 mm</description>
 <attribute name="SUB-CATEGORY" value="MOSFET" constant="no"/>
 <attribute name="THERMALLOSS" value="" constant="no"/>
 <attribute name="TYPE" value="N-Channel" constant="no"/>
+<attribute name="VALUE" value="NMOSFET" constant="no"/>
 </technology>
 </technologies>
 </device>
@@ -6797,7 +6800,7 @@ grid 2.54 mm</description>
 <connect gate="G$1" pin="S" pad="S"/>
 </connects>
 <package3dinstances>
-<package3dinstance package3d_urn="urn:adsk.eagle:package:29484/3"/>
+<package3dinstance package3d_urn="urn:adsk.eagle:package:29484/4"/>
 </package3dinstances>
 <technologies>
 <technology name="_">
@@ -6813,12 +6816,13 @@ grid 2.54 mm</description>
 <attribute name="SUB-CATEGORY" value="MOSFET" constant="no"/>
 <attribute name="THERMALLOSS" value="" constant="no"/>
 <attribute name="TYPE" value="N-Channel" constant="no"/>
+<attribute name="VALUE" value="NMOSFET" constant="no"/>
 </technology>
 </technologies>
 </device>
 </devices>
 </deviceset>
-<deviceset name="PMOSFET_" urn="urn:adsk.eagle:component:16378732/3" prefix="Q" library_version="4">
+<deviceset name="PMOSFET_" urn="urn:adsk.eagle:component:16378732/4" prefix="Q" library_version="5">
 <description>&lt;b&gt;P-Channel MOSFET - Popular parts&lt;/b&gt;</description>
 <gates>
 <gate name="G$1" symbol="MFPS" x="-2.54" y="0"/>
@@ -6837,30 +6841,32 @@ grid 2.54 mm</description>
 <technology name="BSS84">
 <attribute name="CATEGORY" value="Transistor" constant="no"/>
 <attribute name="DESCRIPTION" value="MOSFET P-CH 50V 130MA SOT-23"/>
-<attribute name="DRAIN_CURRENT" value="" constant="no"/>
+<attribute name="DRAIN_CURRENT" value="130mA" constant="no"/>
 <attribute name="MANUFACTURER" value="ON Semiconductor" constant="no"/>
 <attribute name="MPN" value="BSS84" constant="no"/>
-<attribute name="OPERATING_TEMP" value="" constant="no"/>
-<attribute name="PART_STATUS" value="" constant="no"/>
-<attribute name="ROHS_COMPLIANT" value="" constant="no"/>
+<attribute name="OPERATING_TEMP" value="-55°C ~ 150°C" constant="no"/>
+<attribute name="PART_STATUS" value="Active" constant="no"/>
+<attribute name="ROHS_COMPLIANT" value="Yes" constant="no"/>
 <attribute name="SERIES" value="" constant="no"/>
 <attribute name="SUB-CATEGORY" value="MOSFET" constant="no"/>
-<attribute name="THERMALLOSS" value="" constant="no"/>
+<attribute name="THERMALLOSS" value="360mW" constant="no"/>
 <attribute name="TYPE" value="P-Channel" constant="no"/>
+<attribute name="VALUE" value="BSS84" constant="no"/>
 </technology>
 <technology name="IRLML5203">
 <attribute name="CATEGORY" value="Transistor" constant="no"/>
 <attribute name="DESCRIPTION" value="MOSFET P-CH 30V 3A SOT-23" constant="no"/>
-<attribute name="DRAIN_CURRENT" value="" constant="no"/>
+<attribute name="DRAIN_CURRENT" value="3A" constant="no"/>
 <attribute name="MANUFACTURER" value="Infineon Technologies" constant="no"/>
 <attribute name="MPN" value="IRLML5203TRPBF" constant="no"/>
-<attribute name="OPERATING_TEMP" value="" constant="no"/>
-<attribute name="PART_STATUS" value="" constant="no"/>
-<attribute name="ROHS_COMPLIANT" value="" constant="no"/>
+<attribute name="OPERATING_TEMP" value="-55°C ~ 150°C" constant="no"/>
+<attribute name="PART_STATUS" value="Active" constant="no"/>
+<attribute name="ROHS_COMPLIANT" value="Yes" constant="no"/>
 <attribute name="SERIES" value="" constant="no"/>
 <attribute name="SUB-CATEGORY" value="MOSFET" constant="no"/>
-<attribute name="THERMALLOSS" value="" constant="no"/>
+<attribute name="THERMALLOSS" value="1.25W" constant="no"/>
 <attribute name="TYPE" value="P-Channel" constant="no"/>
+<attribute name="VALUE" value="IRLML5203" constant="no"/>
 </technology>
 </technologies>
 </device>
@@ -7267,13 +7273,6 @@ Source: http://www.vishay.com .. dcrcw.pdf</description>
 <packageinstance name="R3225"/>
 </packageinstances>
 </package3d>
-<package3d name="R4527" urn="urn:adsk.eagle:package:13310/1" type="box" library_version="1">
-<description>Package 4527
-Source: http://www.vishay.com/docs/31059/wsrhigh.pdf</description>
-<packageinstances>
-<packageinstance name="R4527"/>
-</packageinstances>
-</package3d>
 <package3d name="R5025" urn="urn:adsk.eagle:package:13308/1" type="box" library_version="1">
 <description>RESISTOR</description>
 <packageinstances>
@@ -7287,6 +7286,13 @@ Source: http://download.siliconexpert.com/pdfs/2005/02/24/Semi_Ap/2/VSH/Resistor
 <packageinstance name="R6332"/>
 </packageinstances>
 </package3d>
+<package3d name="R4527" urn="urn:adsk.eagle:package:13310/2" type="model" library_version="3">
+<description>Package 4527
+Source: http://www.vishay.com/docs/31059/wsrhigh.pdf</description>
+<packageinstances>
+<packageinstance name="R4527"/>
+</packageinstances>
+</package3d>
 </packages3d>
 <symbols>
 <symbol name="R" urn="urn:adsk.eagle:symbol:13232/1" library_version="1">
@@ -7303,7 +7309,7 @@ Source: http://download.siliconexpert.com/pdfs/2005/02/24/Semi_Ap/2/VSH/Resistor
 </symbol>
 </symbols>
 <devicesets>
-<deviceset name="R" urn="urn:adsk.eagle:component:13322/1" prefix="R" uservalue="yes" library_version="1">
+<deviceset name="R" urn="urn:adsk.eagle:component:13322/2" prefix="R" uservalue="yes" library_version="3">
 <description>&lt;B&gt;RESISTOR&lt;/B&gt;, European symbol</description>
 <gates>
 <gate name="G$1" symbol="R" x="0" y="0"/>
@@ -7540,7 +7546,7 @@ Source: http://download.siliconexpert.com/pdfs/2005/02/24/Semi_Ap/2/VSH/Resistor
 <connect gate="G$1" pin="2" pad="2"/>
 </connects>
 <package3dinstances>
-<package3dinstance package3d_urn="urn:adsk.eagle:package:13310/1"/>
+<package3dinstance package3d_urn="urn:adsk.eagle:package:13310/2"/>
 </package3dinstances>
 <technologies>
 <technology name="">
@@ -7666,19 +7672,19 @@ Source: http://download.siliconexpert.com/pdfs/2005/02/24/Semi_Ap/2/VSH/Resistor
 </packages3d>
 <symbols>
 <symbol name="TVS_DIODE">
-<wire x1="0" y1="0" x2="-2.54" y2="2.54" width="0.254" layer="94"/>
-<wire x1="2.54" y1="2.54" x2="0" y2="0" width="0.254" layer="94"/>
-<wire x1="-5.08" y1="-2.54" x2="-2.54" y2="0" width="0.254" layer="94"/>
-<wire x1="-2.54" y1="0" x2="2.54" y2="0" width="0.254" layer="94"/>
-<wire x1="2.54" y1="0" x2="5.08" y2="2.54" width="0.254" layer="94"/>
-<wire x1="0" y1="0" x2="-2.54" y2="-2.54" width="0.254" layer="94"/>
-<wire x1="2.54" y1="-2.54" x2="0" y2="0" width="0.254" layer="94"/>
-<wire x1="-2.54" y1="2.54" x2="2.54" y2="2.54" width="0.254" layer="94"/>
-<wire x1="-2.54" y1="-2.54" x2="2.54" y2="-2.54" width="0.254" layer="94"/>
-<pin name="P$1" x="0" y="7.62" visible="off" length="middle" rot="R270"/>
-<pin name="P$2" x="0" y="-7.62" visible="off" length="middle" rot="R90"/>
-<text x="2.54" y="5.08" size="1.778" layer="95">&gt;NAME</text>
-<text x="2.54" y="-7.62" size="1.778" layer="96">&gt;VALUE</text>
+<wire x1="0" y1="0" x2="-1.27" y2="1.524" width="0.254" layer="94"/>
+<wire x1="1.27" y1="1.524" x2="0" y2="0" width="0.254" layer="94"/>
+<wire x1="-1.778" y1="-0.508" x2="-1.27" y2="0" width="0.254" layer="94"/>
+<wire x1="-1.27" y1="0" x2="1.27" y2="0" width="0.254" layer="94"/>
+<wire x1="1.27" y1="0" x2="1.778" y2="0.508" width="0.254" layer="94"/>
+<wire x1="0" y1="0" x2="-1.27" y2="-1.524" width="0.254" layer="94"/>
+<wire x1="1.27" y1="-1.524" x2="0" y2="0" width="0.254" layer="94"/>
+<wire x1="-1.27" y1="1.524" x2="1.27" y2="1.524" width="0.254" layer="94"/>
+<wire x1="-1.27" y1="-1.524" x2="1.27" y2="-1.524" width="0.254" layer="94"/>
+<pin name="P$1" x="0" y="4.064" visible="off" length="short" rot="R270"/>
+<pin name="P$2" x="0" y="-4.064" visible="off" length="short" rot="R90"/>
+<text x="2.54" y="2.54" size="1.778" layer="95">&gt;NAME</text>
+<text x="2.54" y="-2.54" size="1.778" layer="96">&gt;VALUE</text>
 </symbol>
 <symbol name="ARDUINO">
 <wire x1="-10.16" y1="20.32" x2="-10.16" y2="-20.32" width="0.254" layer="94"/>
@@ -8625,16 +8631,16 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <part name="J5" library="SparkFun-Connectors" library_urn="urn:adsk.eagle:library:513" deviceset="CONN_03" device="" package3d_urn="urn:adsk.eagle:package:38063/1" value="THROTTLE"/>
 <part name="C1" library="Capacitor" library_urn="urn:adsk.eagle:library:16290819" deviceset="C" device="CHIP-1206(3216-METRIC)" package3d_urn="urn:adsk.eagle:package:16290893/2" technology="_" value="0.1uF"/>
 <part name="J6" library="SparkFun-Connectors" library_urn="urn:adsk.eagle:library:513" deviceset="CONN_02" device="" package3d_urn="urn:adsk.eagle:package:38039/1" value="LED"/>
-<part name="Q2" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" deviceset="NMOSFET" device="SOT23" package3d_urn="urn:adsk.eagle:package:28738/2" value=""/>
+<part name="Q2" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" deviceset="NMOSFET" device="SOT23" package3d_urn="urn:adsk.eagle:package:28738/2" value="NMOSFET"/>
 <part name="R2" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="R1206" package3d_urn="urn:adsk.eagle:package:13301/1" value="10K"/>
 <part name="R1" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="R1206" package3d_urn="urn:adsk.eagle:package:13301/1" value="10K"/>
 <part name="D2" library="Diode" library_urn="urn:adsk.eagle:library:16378169" deviceset="DIODE" device="DO-215-AC" package3d_urn="urn:adsk.eagle:package:9427057/2" technology="_" value=""/>
-<part name="Q4" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" deviceset="PMOSFET_" device="" package3d_urn="urn:adsk.eagle:package:28738/2" technology="BSS84" value=""/>
+<part name="Q4" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" deviceset="PMOSFET_" device="" package3d_urn="urn:adsk.eagle:package:28738/2" technology="BSS84" value="BSS84"/>
 <part name="D3" library="Diode" library_urn="urn:adsk.eagle:library:16378169" deviceset="DIODE" device="DO-215-AC" package3d_urn="urn:adsk.eagle:package:9427057/2" technology="_" value=""/>
-<part name="Q5" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" deviceset="NMOSFET" device="SOT23" package3d_urn="urn:adsk.eagle:package:28738/2"/>
+<part name="Q5" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" deviceset="NMOSFET" device="SOT23" package3d_urn="urn:adsk.eagle:package:28738/2" value="NMOSFET"/>
 <part name="J7" library="SparkFun-Connectors" library_urn="urn:adsk.eagle:library:513" deviceset="CONN_06" device="SILK_FEMALE_PTH" package3d_urn="urn:adsk.eagle:package:38009/1" value="SPEED"/>
 <part name="C3" library="Capacitor" library_urn="urn:adsk.eagle:library:16290819" deviceset="C" device="CHIP-1206(3216-METRIC)" package3d_urn="urn:adsk.eagle:package:16290893/2" technology="_" value="0.1uF"/>
-<part name="Q1" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" deviceset="NMOSFET" device="SOT23" package3d_urn="urn:adsk.eagle:package:28738/2"/>
+<part name="Q1" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" deviceset="NMOSFET" device="SOT23" package3d_urn="urn:adsk.eagle:package:28738/2" value="NMOSFET"/>
 <part name="D4" library="eScooter" deviceset="TVS_DIODE" device="SMA" package3d_urn="urn:adsk.eagle:package:21928182/1"/>
 <part name="D6" library="eScooter" deviceset="TVS_DIODE" device="SMA" package3d_urn="urn:adsk.eagle:package:21928182/1"/>
 <part name="D7" library="eScooter" deviceset="TVS_DIODE" device="SMA" package3d_urn="urn:adsk.eagle:package:21928182/1"/>
@@ -8649,7 +8655,6 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <part name="SG1" library="buzzer" deviceset="F/HGP" device="" package3d_urn="urn:adsk.eagle:package:5287/1"/>
 <part name="R3" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="R1206" package3d_urn="urn:adsk.eagle:package:13301/1" value="10K"/>
 <part name="D1" library="eScooter" deviceset="TVS_DIODE" device="SMA" package3d_urn="urn:adsk.eagle:package:21928182/1"/>
-<part name="R6" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="R1206" package3d_urn="urn:adsk.eagle:package:13301/1" value="100"/>
 </parts>
 <sheets>
 <sheet>
@@ -8664,9 +8669,9 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <attribute name="VALUE" x="147.32" y="60.706" size="1.778" layer="96" font="vector" rot="R180"/>
 <attribute name="NAME" x="147.32" y="40.132" size="1.778" layer="95" font="vector" rot="R180"/>
 </instance>
-<instance part="J3" gate="G$1" x="144.78" y="7.62" smashed="yes" rot="R180">
-<attribute name="VALUE" x="147.32" y="12.446" size="1.778" layer="96" font="vector" rot="R180"/>
-<attribute name="NAME" x="147.32" y="2.032" size="1.778" layer="95" font="vector" rot="R180"/>
+<instance part="J3" gate="G$1" x="144.78" y="2.54" smashed="yes" rot="R180">
+<attribute name="VALUE" x="147.32" y="7.366" size="1.778" layer="96" font="vector" rot="R180"/>
+<attribute name="NAME" x="147.32" y="-3.048" size="1.778" layer="95" font="vector" rot="R180"/>
 </instance>
 <instance part="J4" gate="G$1" x="38.1" y="109.22" smashed="yes" rot="MR270">
 <attribute name="VALUE" x="43.18" y="112.014" size="1.778" layer="96" font="vector" rot="MR0"/>
@@ -8676,37 +8681,37 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <attribute name="VALUE" x="-73.66" y="89.154" size="1.778" layer="96" font="vector"/>
 <attribute name="NAME" x="-71.12" y="76.708" size="1.778" layer="95" font="vector"/>
 </instance>
-<instance part="C1" gate="G$1" x="0" y="93.98" smashed="yes">
-<attribute name="NAME" x="2.54" y="93.98" size="1.778" layer="95"/>
-<attribute name="VALUE" x="2.54" y="88.9" size="1.778" layer="96"/>
+<instance part="C1" gate="G$1" x="0" y="91.44" smashed="yes">
+<attribute name="NAME" x="2.54" y="91.44" size="1.778" layer="95"/>
+<attribute name="VALUE" x="2.54" y="86.36" size="1.778" layer="96"/>
 </instance>
 <instance part="J6" gate="G$1" x="144.78" y="88.9" smashed="yes" rot="MR0">
 <attribute name="VALUE" x="147.32" y="94.234" size="1.778" layer="96" font="vector" rot="MR0"/>
 <attribute name="NAME" x="147.32" y="84.328" size="1.778" layer="95" font="vector" rot="MR0"/>
 </instance>
-<instance part="Q2" gate="G$1" x="86.36" y="7.62" smashed="yes">
-<attribute name="NAME" x="92.71" y="8.89" size="1.778" layer="95"/>
-<attribute name="VALUE" x="92.71" y="6.35" size="1.778" layer="96"/>
+<instance part="Q2" gate="G$1" x="48.26" y="2.54" smashed="yes">
+<attribute name="NAME" x="54.61" y="3.81" size="1.778" layer="95"/>
+<attribute name="VALUE" x="54.61" y="1.27" size="1.778" layer="96"/>
 </instance>
-<instance part="R2" gate="G$1" x="106.68" y="7.62" smashed="yes">
-<attribute name="NAME" x="102.87" y="9.1186" size="1.778" layer="95"/>
-<attribute name="VALUE" x="102.87" y="4.318" size="1.778" layer="96"/>
+<instance part="R2" gate="G$1" x="68.58" y="2.54" smashed="yes">
+<attribute name="NAME" x="64.77" y="4.0386" size="1.778" layer="95"/>
+<attribute name="VALUE" x="64.77" y="-0.762" size="1.778" layer="96"/>
 </instance>
-<instance part="R1" gate="G$1" x="81.28" y="0" smashed="yes" rot="R180">
-<attribute name="NAME" x="85.09" y="-1.4986" size="1.778" layer="95" rot="R180"/>
-<attribute name="VALUE" x="85.09" y="3.302" size="1.778" layer="96" rot="R180"/>
+<instance part="R1" gate="G$1" x="43.18" y="-5.08" smashed="yes" rot="R180">
+<attribute name="NAME" x="46.99" y="-6.5786" size="1.778" layer="95" rot="R180"/>
+<attribute name="VALUE" x="46.99" y="-1.778" size="1.778" layer="96" rot="R180"/>
 </instance>
-<instance part="D2" gate="G$1" x="99.06" y="-2.54" smashed="yes" rot="R270">
-<attribute name="NAME" x="104.14" y="-2.54" size="1.778" layer="95" rot="R270" align="center"/>
-<attribute name="VALUE" x="93.98" y="-2.54" size="1.778" layer="95" rot="R270" align="center"/>
+<instance part="D2" gate="G$1" x="60.96" y="-7.62" smashed="yes" rot="R270">
+<attribute name="NAME" x="66.04" y="-7.62" size="1.778" layer="95" rot="R270" align="center"/>
+<attribute name="VALUE" x="55.88" y="-7.62" size="1.778" layer="95" rot="R270" align="center"/>
 </instance>
-<instance part="Q4" gate="G$1" x="111.76" y="15.24" smashed="yes" rot="MR180">
-<attribute name="NAME" x="118.11" y="13.97" size="1.778" layer="95" rot="MR180"/>
-<attribute name="VALUE" x="118.11" y="16.51" size="1.778" layer="96" rot="MR180"/>
+<instance part="Q4" gate="G$1" x="73.66" y="10.16" smashed="yes" rot="MR180">
+<attribute name="NAME" x="80.01" y="8.89" size="1.778" layer="95" rot="MR180"/>
+<attribute name="VALUE" x="80.01" y="11.43" size="1.778" layer="96" rot="MR180"/>
 </instance>
-<instance part="D3" gate="G$1" x="81.28" y="-27.94" smashed="yes">
-<attribute name="NAME" x="81.28" y="-22.86" size="1.778" layer="95" align="center"/>
-<attribute name="VALUE" x="81.28" y="-33.02" size="1.778" layer="95" align="center"/>
+<instance part="D3" gate="G$1" x="43.18" y="-33.02" smashed="yes">
+<attribute name="NAME" x="43.18" y="-27.94" size="1.778" layer="95" align="center"/>
+<attribute name="VALUE" x="43.18" y="-38.1" size="1.778" layer="95" align="center"/>
 </instance>
 <instance part="Q5" gate="G$1" x="88.9" y="50.8" smashed="yes" rot="MR0">
 <attribute name="NAME" x="82.55" y="52.07" size="1.778" layer="95" rot="MR0"/>
@@ -8723,16 +8728,16 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <attribute name="NAME" x="128.27" y="85.09" size="1.778" layer="95"/>
 </instance>
 <instance part="D4" gate="D$1" x="-45.72" y="91.44" smashed="yes">
-<attribute name="NAME" x="-43.18" y="96.52" size="1.778" layer="95"/>
+<attribute name="NAME" x="-43.18" y="93.98" size="1.778" layer="95"/>
 </instance>
-<instance part="D6" gate="D$1" x="-7.62" y="43.18" smashed="yes">
-<attribute name="NAME" x="-5.08" y="48.26" size="1.778" layer="95"/>
+<instance part="D6" gate="D$1" x="-7.62" y="40.64" smashed="yes">
+<attribute name="NAME" x="-5.08" y="43.18" size="1.778" layer="95"/>
 </instance>
-<instance part="D7" gate="D$1" x="66.04" y="-2.54" smashed="yes">
-<attribute name="NAME" x="68.58" y="2.54" size="1.778" layer="95"/>
+<instance part="D7" gate="D$1" x="27.94" y="-7.62" smashed="yes">
+<attribute name="NAME" x="30.48" y="-5.08" size="1.778" layer="95"/>
 </instance>
-<instance part="D8" gate="D$1" x="81.28" y="-17.78" smashed="yes" rot="R90">
-<attribute name="NAME" x="76.2" y="-15.24" size="1.778" layer="95" rot="R90"/>
+<instance part="D8" gate="D$1" x="43.18" y="-22.86" smashed="yes" rot="R90">
+<attribute name="NAME" x="40.64" y="-20.32" size="1.778" layer="95" rot="R90"/>
 </instance>
 <instance part="R4" gate="G$1" x="91.44" y="43.18" smashed="yes">
 <attribute name="NAME" x="87.63" y="44.6786" size="1.778" layer="95"/>
@@ -8756,22 +8761,18 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <attribute name="NAME" x="27.94" y="86.36" size="1.778" layer="95"/>
 <attribute name="VALUE" x="20.32" y="40.64" size="1.778" layer="96"/>
 </instance>
-<instance part="S1" gate="G$1" x="88.9" y="-10.16" smashed="yes">
-<attribute name="NAME" x="88.9" y="-8.636" size="1.778" layer="95" font="vector" align="bottom-center"/>
+<instance part="S1" gate="G$1" x="50.8" y="-15.24" smashed="yes">
+<attribute name="NAME" x="50.8" y="-13.716" size="1.778" layer="95" font="vector" align="bottom-center"/>
 </instance>
 <instance part="SG1" gate="G$1" x="-68.58" y="38.1" smashed="yes" rot="R90">
 <attribute name="NAME" x="-74.93" y="35.56" size="1.778" layer="95" rot="R90"/>
 </instance>
-<instance part="R3" gate="G$1" x="101.6" y="27.94" smashed="yes">
-<attribute name="NAME" x="97.79" y="29.4386" size="1.778" layer="95"/>
-<attribute name="VALUE" x="97.79" y="24.638" size="1.778" layer="96"/>
+<instance part="R3" gate="G$1" x="101.6" y="17.78" smashed="yes">
+<attribute name="NAME" x="97.79" y="19.2786" size="1.778" layer="95"/>
+<attribute name="VALUE" x="97.79" y="14.478" size="1.778" layer="96"/>
 </instance>
-<instance part="D1" gate="D$1" x="121.92" y="30.48" smashed="yes">
-<attribute name="NAME" x="124.46" y="35.56" size="1.778" layer="95"/>
-</instance>
-<instance part="R6" gate="G$1" x="5.08" y="68.58" smashed="yes" rot="R180">
-<attribute name="NAME" x="8.89" y="67.0814" size="1.778" layer="95" rot="R180"/>
-<attribute name="VALUE" x="8.89" y="71.882" size="1.778" layer="96" rot="R180"/>
+<instance part="D1" gate="D$1" x="121.92" y="27.94" smashed="yes">
+<attribute name="NAME" x="124.46" y="30.48" size="1.778" layer="95"/>
 </instance>
 </instances>
 <busses>
@@ -8789,13 +8790,13 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <pinref part="D6" gate="D$1" pin="P$2"/>
 <wire x1="-12.7" y1="27.94" x2="-7.62" y2="27.94" width="0.1524" layer="91"/>
 <wire x1="-7.62" y1="27.94" x2="0" y2="27.94" width="0.1524" layer="91"/>
-<wire x1="-7.62" y1="35.56" x2="-7.62" y2="27.94" width="0.1524" layer="91"/>
+<wire x1="-7.62" y1="36.576" x2="-7.62" y2="27.94" width="0.1524" layer="91"/>
 <junction x="-7.62" y="27.94"/>
-<wire x1="-12.7" y1="27.94" x2="-12.7" y2="-10.16" width="0.1524" layer="91"/>
+<wire x1="-12.7" y1="27.94" x2="-12.7" y2="-15.24" width="0.1524" layer="91"/>
 <junction x="-12.7" y="27.94"/>
 <pinref part="GND2" gate="1" pin="GND"/>
 <pinref part="J7" gate="G$1" pin="1"/>
-<wire x1="-12.7" y1="-10.16" x2="-12.7" y2="-35.56" width="0.1524" layer="91"/>
+<wire x1="-12.7" y1="-15.24" x2="-12.7" y2="-35.56" width="0.1524" layer="91"/>
 <wire x1="-60.96" y1="66.04" x2="-53.34" y2="66.04" width="0.1524" layer="91"/>
 <label x="-55.88" y="66.04" size="1.778" layer="95" rot="MR0"/>
 <wire x1="-53.34" y1="66.04" x2="-53.34" y2="73.66" width="0.1524" layer="91"/>
@@ -8806,42 +8807,44 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <pinref part="J5" gate="J$1" pin="3"/>
 <wire x1="-60.96" y1="86.36" x2="-53.34" y2="86.36" width="0.1524" layer="91"/>
 <wire x1="-53.34" y1="86.36" x2="-53.34" y2="99.06" width="0.1524" layer="91"/>
-<wire x1="-53.34" y1="99.06" x2="-45.72" y2="99.06" width="0.1524" layer="91"/>
-<wire x1="-45.72" y1="99.06" x2="0" y2="99.06" width="0.1524" layer="91"/>
-<wire x1="0" y1="99.06" x2="0" y2="96.52" width="0.1524" layer="91"/>
+<wire x1="0" y1="99.06" x2="0" y2="93.98" width="0.1524" layer="91"/>
 <pinref part="C1" gate="G$1" pin="1"/>
 <label x="-60.96" y="86.36" size="1.778" layer="95"/>
 <pinref part="D4" gate="D$1" pin="P$1"/>
-<junction x="-45.72" y="99.06"/>
 <wire x1="-53.34" y1="99.06" x2="-78.74" y2="99.06" width="0.1524" layer="91"/>
 <junction x="-53.34" y="99.06"/>
 <wire x1="-78.74" y1="99.06" x2="-78.74" y2="73.66" width="0.1524" layer="91"/>
 <junction x="-78.74" y="73.66"/>
-<wire x1="66.04" y1="-10.16" x2="-12.7" y2="-10.16" width="0.1524" layer="91"/>
-<junction x="-12.7" y="-10.16"/>
+<wire x1="27.94" y1="-15.24" x2="-12.7" y2="-15.24" width="0.1524" layer="91"/>
+<junction x="-12.7" y="-15.24"/>
 <pinref part="R1" gate="G$1" pin="1"/>
 <pinref part="Q2" gate="G$1" pin="S"/>
-<wire x1="73.66" y1="-5.08" x2="88.9" y2="-5.08" width="0.1524" layer="91"/>
-<wire x1="88.9" y1="-5.08" x2="88.9" y2="0" width="0.1524" layer="91"/>
-<label x="55.88" y="-10.16" size="1.778" layer="95"/>
-<wire x1="88.9" y1="0" x2="88.9" y2="2.54" width="0.1524" layer="91"/>
-<wire x1="83.82" y1="-10.16" x2="73.66" y2="-10.16" width="0.1524" layer="91"/>
-<wire x1="73.66" y1="-5.08" x2="73.66" y2="-10.16" width="0.1524" layer="91"/>
-<junction x="73.66" y="-10.16"/>
-<wire x1="73.66" y1="-10.16" x2="66.04" y2="-10.16" width="0.1524" layer="91"/>
-<wire x1="86.36" y1="0" x2="88.9" y2="0" width="0.1524" layer="91"/>
-<junction x="88.9" y="0"/>
+<wire x1="35.56" y1="-10.16" x2="50.8" y2="-10.16" width="0.1524" layer="91"/>
+<wire x1="50.8" y1="-10.16" x2="50.8" y2="-5.08" width="0.1524" layer="91"/>
+<label x="17.78" y="-15.24" size="1.778" layer="95"/>
+<wire x1="50.8" y1="-5.08" x2="50.8" y2="-2.54" width="0.1524" layer="91"/>
+<wire x1="45.72" y1="-15.24" x2="35.56" y2="-15.24" width="0.1524" layer="91"/>
+<wire x1="35.56" y1="-10.16" x2="35.56" y2="-15.24" width="0.1524" layer="91"/>
+<junction x="35.56" y="-15.24"/>
+<wire x1="48.26" y1="-5.08" x2="50.8" y2="-5.08" width="0.1524" layer="91"/>
+<junction x="50.8" y="-5.08"/>
 <pinref part="D7" gate="D$1" pin="P$2"/>
-<junction x="66.04" y="-10.16"/>
 <pinref part="D8" gate="D$1" pin="P$1"/>
-<wire x1="66.04" y1="-10.16" x2="66.04" y2="-17.78" width="0.1524" layer="91"/>
-<wire x1="66.04" y1="-17.78" x2="73.66" y2="-17.78" width="0.1524" layer="91"/>
+<wire x1="27.94" y1="-11.684" x2="27.94" y2="-15.24" width="0.1524" layer="91"/>
+<wire x1="27.94" y1="-15.24" x2="27.94" y2="-22.86" width="0.1524" layer="91"/>
+<wire x1="27.94" y1="-22.86" x2="39.116" y2="-22.86" width="0.1524" layer="91"/>
 <pinref part="U1" gate="G$1" pin="GND"/>
 <wire x1="-66.04" y1="35.56" x2="-66.04" y2="33.02" width="0.1524" layer="91"/>
 <wire x1="-66.04" y1="33.02" x2="-63.5" y2="33.02" width="0.1524" layer="91"/>
 <wire x1="-63.5" y1="33.02" x2="-63.5" y2="38.1" width="0.1524" layer="91"/>
 <pinref part="S1" gate="G$1" pin="1"/>
 <pinref part="SG1" gate="G$1" pin="1"/>
+<wire x1="27.94" y1="-15.24" x2="35.56" y2="-15.24" width="0.1524" layer="91"/>
+<junction x="27.94" y="-15.24"/>
+<wire x1="-53.34" y1="99.06" x2="-45.72" y2="99.06" width="0.1524" layer="91"/>
+<wire x1="-45.72" y1="99.06" x2="-45.72" y2="95.504" width="0.1524" layer="91"/>
+<wire x1="-45.72" y1="99.06" x2="0" y2="99.06" width="0.1524" layer="91"/>
+<junction x="-45.72" y="99.06"/>
 </segment>
 <segment>
 <wire x1="124.46" y1="78.74" x2="124.46" y2="68.58" width="0.1524" layer="91"/>
@@ -8859,23 +8862,23 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <wire x1="154.94" y1="68.58" x2="154.94" y2="30.48" width="0.1524" layer="91"/>
 <pinref part="GND1" gate="1" pin="GND"/>
 <pinref part="J3" gate="G$1" pin="2"/>
-<wire x1="154.94" y1="30.48" x2="154.94" y2="0" width="0.1524" layer="91"/>
-<wire x1="154.94" y1="0" x2="154.94" y2="-38.1" width="0.1524" layer="91"/>
-<wire x1="137.16" y1="5.08" x2="129.54" y2="5.08" width="0.1524" layer="91"/>
-<label x="132.08" y="5.08" size="1.778" layer="95"/>
-<wire x1="129.54" y1="5.08" x2="129.54" y2="0" width="0.1524" layer="91"/>
-<wire x1="129.54" y1="0" x2="154.94" y2="0" width="0.1524" layer="91"/>
-<junction x="154.94" y="0"/>
+<wire x1="154.94" y1="30.48" x2="154.94" y2="-7.62" width="0.1524" layer="91"/>
+<wire x1="154.94" y1="-7.62" x2="154.94" y2="-38.1" width="0.1524" layer="91"/>
+<wire x1="137.16" y1="0" x2="129.54" y2="0" width="0.1524" layer="91"/>
+<label x="132.08" y="0" size="1.778" layer="95"/>
+<wire x1="129.54" y1="0" x2="129.54" y2="-7.62" width="0.1524" layer="91"/>
+<wire x1="129.54" y1="-7.62" x2="154.94" y2="-7.62" width="0.1524" layer="91"/>
+<junction x="154.94" y="-7.62"/>
 <pinref part="Q5" gate="G$1" pin="S"/>
 <wire x1="86.36" y1="45.72" x2="86.36" y2="43.18" width="0.1524" layer="91"/>
 <wire x1="86.36" y1="43.18" x2="86.36" y2="38.1" width="0.1524" layer="91"/>
 <pinref part="R4" gate="G$1" pin="1"/>
 <junction x="86.36" y="43.18"/>
-<wire x1="86.36" y1="38.1" x2="121.92" y2="38.1" width="0.1524" layer="91"/>
 <label x="147.32" y="30.48" size="1.778" layer="95"/>
-<wire x1="121.92" y1="38.1" x2="137.16" y2="38.1" width="0.1524" layer="91"/>
-<wire x1="137.16" y1="38.1" x2="137.16" y2="30.48" width="0.1524" layer="91"/>
-<wire x1="137.16" y1="30.48" x2="154.94" y2="30.48" width="0.1524" layer="91"/>
+<wire x1="121.92" y1="32.004" x2="121.92" y2="38.1" width="0.1524" layer="91"/>
+<wire x1="121.92" y1="38.1" x2="132.08" y2="38.1" width="0.1524" layer="91"/>
+<wire x1="132.08" y1="38.1" x2="132.08" y2="30.48" width="0.1524" layer="91"/>
+<wire x1="132.08" y1="30.48" x2="154.94" y2="30.48" width="0.1524" layer="91"/>
 <junction x="154.94" y="30.48"/>
 <pinref part="J4" gate="G$1" pin="2"/>
 <wire x1="40.64" y1="101.6" x2="40.64" y2="93.98" width="0.1524" layer="91"/>
@@ -8886,10 +8889,13 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <wire x1="154.94" y1="99.06" x2="154.94" y2="68.58" width="0.1524" layer="91"/>
 <junction x="154.94" y="68.58"/>
 <pinref part="J1" gate="G$1" pin="1"/>
-<wire x1="137.16" y1="20.32" x2="137.16" y2="30.48" width="0.1524" layer="91"/>
-<junction x="137.16" y="30.48"/>
+<wire x1="137.16" y1="20.32" x2="132.08" y2="20.32" width="0.1524" layer="91"/>
+<wire x1="132.08" y1="20.32" x2="132.08" y2="30.48" width="0.1524" layer="91"/>
+<junction x="132.08" y="30.48"/>
 <pinref part="D1" gate="D$1" pin="P$1"/>
+<wire x1="86.36" y1="38.1" x2="121.92" y2="38.1" width="0.1524" layer="91"/>
 <junction x="121.92" y="38.1"/>
+<label x="132.08" y="20.32" size="1.778" layer="95"/>
 </segment>
 <segment>
 <pinref part="J7" gate="G$1" pin="5"/>
@@ -8905,9 +8911,9 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <label x="10.16" y="45.72" size="1.778" layer="95"/>
 <pinref part="U1" gate="G$1" pin="VIN"/>
 <pinref part="Q4" gate="G$1" pin="D"/>
-<wire x1="114.3" y1="20.32" x2="114.3" y2="22.86" width="0.1524" layer="91"/>
-<wire x1="114.3" y1="22.86" x2="5.08" y2="22.86" width="0.1524" layer="91"/>
-<label x="109.22" y="22.86" size="1.778" layer="95"/>
+<wire x1="76.2" y1="15.24" x2="76.2" y2="22.86" width="0.1524" layer="91"/>
+<wire x1="76.2" y1="22.86" x2="5.08" y2="22.86" width="0.1524" layer="91"/>
+<label x="71.12" y="15.24" size="1.778" layer="95"/>
 <wire x1="5.08" y1="45.72" x2="5.08" y2="22.86" width="0.1524" layer="91"/>
 </segment>
 </net>
@@ -8969,7 +8975,7 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <wire x1="-60.96" y1="63.5" x2="-50.8" y2="63.5" width="0.1524" layer="91"/>
 <label x="10.16" y="53.34" size="1.778" layer="95"/>
 <wire x1="15.24" y1="53.34" x2="-7.62" y2="53.34" width="0.1524" layer="91"/>
-<wire x1="-7.62" y1="53.34" x2="-7.62" y2="50.8" width="0.1524" layer="91"/>
+<wire x1="-7.62" y1="53.34" x2="-7.62" y2="44.704" width="0.1524" layer="91"/>
 <pinref part="D6" gate="D$1" pin="P$1"/>
 <wire x1="-50.8" y1="71.12" x2="-7.62" y2="71.12" width="0.1524" layer="91"/>
 <wire x1="-7.62" y1="71.12" x2="-7.62" y2="53.34" width="0.1524" layer="91"/>
@@ -8983,16 +8989,15 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <pinref part="J5" gate="J$1" pin="1"/>
 <label x="-60.96" y="81.28" size="1.778" layer="95"/>
 <pinref part="C1" gate="G$1" pin="2"/>
-<wire x1="0" y1="81.28" x2="0" y2="88.9" width="0.1524" layer="91"/>
+<wire x1="0" y1="81.28" x2="0" y2="86.36" width="0.1524" layer="91"/>
 <wire x1="5.08" y1="81.28" x2="5.08" y2="73.66" width="0.1524" layer="91"/>
 <wire x1="5.08" y1="73.66" x2="15.24" y2="73.66" width="0.1524" layer="91"/>
 <label x="10.16" y="73.66" size="1.778" layer="95"/>
-<label x="-33.02" y="83.82" size="1.778" layer="95"/>
 <pinref part="D4" gate="D$1" pin="P$2"/>
 <wire x1="5.08" y1="81.28" x2="0" y2="81.28" width="0.1524" layer="91"/>
 <junction x="0" y="81.28"/>
 <wire x1="-60.96" y1="81.28" x2="-45.72" y2="81.28" width="0.1524" layer="91"/>
-<wire x1="-45.72" y1="81.28" x2="-45.72" y2="83.82" width="0.1524" layer="91"/>
+<wire x1="-45.72" y1="81.28" x2="-45.72" y2="87.376" width="0.1524" layer="91"/>
 <wire x1="-45.72" y1="81.28" x2="0" y2="81.28" width="0.1524" layer="91"/>
 <junction x="-45.72" y="81.28"/>
 <pinref part="U1" gate="G$1" pin="A0"/>
@@ -9038,26 +9043,21 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 </segment>
 <segment>
 <pinref part="J1" gate="G$1" pin="2"/>
-<wire x1="137.16" y1="17.78" x2="127" y2="17.78" width="0.1524" layer="91"/>
-<wire x1="127" y1="17.78" x2="127" y2="22.86" width="0.1524" layer="91"/>
-<wire x1="127" y1="22.86" x2="127" y2="30.48" width="0.1524" layer="91"/>
+<wire x1="137.16" y1="17.78" x2="121.92" y2="17.78" width="0.1524" layer="91"/>
 <pinref part="R3" gate="G$1" pin="2"/>
 <label x="129.54" y="17.78" size="1.778" layer="95"/>
-<wire x1="116.84" y1="27.94" x2="106.68" y2="27.94" width="0.1524" layer="91"/>
-<label x="127" y="30.48" size="1.778" layer="95"/>
+<wire x1="121.92" y1="17.78" x2="106.68" y2="17.78" width="0.1524" layer="91"/>
+<label x="121.92" y="10.16" size="1.778" layer="95"/>
 <pinref part="D1" gate="D$1" pin="P$2"/>
-<wire x1="121.92" y1="22.86" x2="127" y2="22.86" width="0.1524" layer="91"/>
-<junction x="127" y="22.86"/>
-<wire x1="116.84" y1="27.94" x2="116.84" y2="22.86" width="0.1524" layer="91"/>
-<wire x1="116.84" y1="22.86" x2="121.92" y2="22.86" width="0.1524" layer="91"/>
-<junction x="121.92" y="22.86"/>
+<wire x1="121.92" y1="23.876" x2="121.92" y2="17.78" width="0.1524" layer="91"/>
+<junction x="121.92" y="17.78"/>
 </segment>
 </net>
 <net name="BTN" class="0">
 <segment>
 <pinref part="D3" gate="G$1" pin="A"/>
-<label x="55.88" y="-27.94" size="1.778" layer="95"/>
-<wire x1="55.88" y1="-27.94" x2="76.2" y2="-27.94" width="0.1524" layer="91"/>
+<label x="17.78" y="-33.02" size="1.778" layer="95"/>
+<wire x1="17.78" y1="-33.02" x2="38.1" y2="-33.02" width="0.1524" layer="91"/>
 </segment>
 <segment>
 <wire x1="45.72" y1="68.58" x2="53.34" y2="68.58" width="0.1524" layer="91"/>
@@ -9067,10 +9067,9 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 </net>
 <net name="BAT" class="0">
 <segment>
-<wire x1="15.24" y1="68.58" x2="10.16" y2="68.58" width="0.1524" layer="91"/>
+<wire x1="15.24" y1="68.58" x2="7.62" y2="68.58" width="0.1524" layer="91"/>
 <label x="10.16" y="68.58" size="1.778" layer="95"/>
 <pinref part="U1" gate="G$1" pin="A2"/>
-<pinref part="R6" gate="G$1" pin="1"/>
 </segment>
 <segment>
 <pinref part="J2" gate="G$1" pin="2"/>
@@ -9129,15 +9128,16 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <segment>
 <pinref part="Q2" gate="G$1" pin="G"/>
 <pinref part="R1" gate="G$1" pin="2"/>
-<wire x1="83.82" y1="5.08" x2="73.66" y2="5.08" width="0.1524" layer="91"/>
-<label x="55.88" y="5.08" size="1.778" layer="95"/>
-<wire x1="73.66" y1="5.08" x2="66.04" y2="5.08" width="0.1524" layer="91"/>
-<wire x1="66.04" y1="5.08" x2="55.88" y2="5.08" width="0.1524" layer="91"/>
-<wire x1="73.66" y1="5.08" x2="73.66" y2="0" width="0.1524" layer="91"/>
-<junction x="73.66" y="5.08"/>
-<wire x1="73.66" y1="0" x2="76.2" y2="0" width="0.1524" layer="91"/>
+<wire x1="45.72" y1="0" x2="35.56" y2="0" width="0.1524" layer="91"/>
+<label x="17.78" y="0" size="1.778" layer="95"/>
+<wire x1="27.94" y1="-3.556" x2="27.94" y2="0" width="0.1524" layer="91"/>
+<wire x1="27.94" y1="0" x2="17.78" y2="0" width="0.1524" layer="91"/>
+<wire x1="35.56" y1="0" x2="35.56" y2="-5.08" width="0.1524" layer="91"/>
+<junction x="35.56" y="0"/>
+<wire x1="35.56" y1="-5.08" x2="38.1" y2="-5.08" width="0.1524" layer="91"/>
 <pinref part="D7" gate="D$1" pin="P$1"/>
-<junction x="66.04" y="5.08"/>
+<wire x1="27.94" y1="0" x2="35.56" y2="0" width="0.1524" layer="91"/>
+<junction x="27.94" y="0"/>
 </segment>
 <segment>
 <wire x1="45.72" y1="71.12" x2="53.34" y2="71.12" width="0.1524" layer="91"/>
@@ -9154,12 +9154,13 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <segment>
 <pinref part="R2" gate="G$1" pin="2"/>
 <pinref part="Q4" gate="G$1" pin="S"/>
-<wire x1="114.3" y1="10.16" x2="114.3" y2="7.62" width="0.1524" layer="91"/>
-<wire x1="114.3" y1="7.62" x2="111.76" y2="7.62" width="0.1524" layer="91"/>
+<wire x1="76.2" y1="5.08" x2="76.2" y2="2.54" width="0.1524" layer="91"/>
+<wire x1="76.2" y1="2.54" x2="73.66" y2="2.54" width="0.1524" layer="91"/>
 <pinref part="J3" gate="G$1" pin="1"/>
-<wire x1="137.16" y1="7.62" x2="114.3" y2="7.62" width="0.1524" layer="91"/>
-<junction x="114.3" y="7.62"/>
-<label x="119.38" y="7.62" size="1.778" layer="95"/>
+<wire x1="137.16" y1="2.54" x2="76.2" y2="2.54" width="0.1524" layer="91"/>
+<junction x="76.2" y="2.54"/>
+<label x="81.28" y="2.54" size="1.778" layer="95"/>
+<label x="132.08" y="2.54" size="1.778" layer="95"/>
 </segment>
 </net>
 <net name="N$2" class="0">
@@ -9167,30 +9168,30 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <pinref part="Q4" gate="G$1" pin="G"/>
 <pinref part="R2" gate="G$1" pin="1"/>
 <pinref part="Q2" gate="G$1" pin="D"/>
-<wire x1="99.06" y1="12.7" x2="88.9" y2="12.7" width="0.1524" layer="91"/>
-<junction x="99.06" y="12.7"/>
-<wire x1="109.22" y1="12.7" x2="99.06" y2="12.7" width="0.1524" layer="91"/>
+<wire x1="60.96" y1="7.62" x2="50.8" y2="7.62" width="0.1524" layer="91"/>
+<junction x="60.96" y="7.62"/>
+<wire x1="71.12" y1="7.62" x2="60.96" y2="7.62" width="0.1524" layer="91"/>
 <pinref part="D2" gate="G$1" pin="A"/>
-<wire x1="99.06" y1="2.54" x2="99.06" y2="7.62" width="0.1524" layer="91"/>
-<junction x="99.06" y="12.7"/>
-<wire x1="99.06" y1="7.62" x2="99.06" y2="12.7" width="0.1524" layer="91"/>
-<wire x1="101.6" y1="7.62" x2="99.06" y2="7.62" width="0.1524" layer="91"/>
-<junction x="99.06" y="7.62"/>
+<wire x1="60.96" y1="-2.54" x2="60.96" y2="2.54" width="0.1524" layer="91"/>
+<junction x="60.96" y="7.62"/>
+<wire x1="60.96" y1="2.54" x2="60.96" y2="7.62" width="0.1524" layer="91"/>
+<wire x1="63.5" y1="2.54" x2="60.96" y2="2.54" width="0.1524" layer="91"/>
+<junction x="60.96" y="2.54"/>
 </segment>
 </net>
 <net name="N$5" class="0">
 <segment>
 <pinref part="D3" gate="G$1" pin="C"/>
 <pinref part="D2" gate="G$1" pin="C"/>
-<wire x1="86.36" y1="-27.94" x2="99.06" y2="-27.94" width="0.1524" layer="91"/>
-<wire x1="99.06" y1="-10.16" x2="99.06" y2="-7.62" width="0.1524" layer="91"/>
-<wire x1="99.06" y1="-17.78" x2="99.06" y2="-27.94" width="0.1524" layer="91"/>
-<wire x1="99.06" y1="-17.78" x2="88.9" y2="-17.78" width="0.1524" layer="91"/>
-<junction x="99.06" y="-17.78"/>
+<wire x1="48.26" y1="-33.02" x2="60.96" y2="-33.02" width="0.1524" layer="91"/>
+<wire x1="60.96" y1="-15.24" x2="60.96" y2="-12.7" width="0.1524" layer="91"/>
+<wire x1="60.96" y1="-22.86" x2="60.96" y2="-33.02" width="0.1524" layer="91"/>
+<wire x1="60.96" y1="-22.86" x2="47.244" y2="-22.86" width="0.1524" layer="91"/>
+<junction x="60.96" y="-22.86"/>
 <pinref part="D8" gate="D$1" pin="P$2"/>
-<wire x1="99.06" y1="-10.16" x2="93.98" y2="-10.16" width="0.1524" layer="91"/>
-<wire x1="99.06" y1="-10.16" x2="99.06" y2="-17.78" width="0.1524" layer="91"/>
-<junction x="99.06" y="-10.16"/>
+<wire x1="60.96" y1="-15.24" x2="55.88" y2="-15.24" width="0.1524" layer="91"/>
+<wire x1="60.96" y1="-15.24" x2="60.96" y2="-22.86" width="0.1524" layer="91"/>
+<junction x="60.96" y="-15.24"/>
 <pinref part="S1" gate="G$1" pin="2"/>
 </segment>
 </net>
@@ -9230,19 +9231,13 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <net name="ST" class="0">
 <segment>
 <pinref part="U1" gate="G$1" pin="D2"/>
-<wire x1="45.72" y1="55.88" x2="76.2" y2="55.88" width="0.1524" layer="91"/>
-<wire x1="76.2" y1="55.88" x2="76.2" y2="27.94" width="0.1524" layer="91"/>
+<wire x1="45.72" y1="55.88" x2="81.28" y2="55.88" width="0.1524" layer="91"/>
+<wire x1="81.28" y1="55.88" x2="81.28" y2="17.78" width="0.1524" layer="91"/>
 <pinref part="R3" gate="G$1" pin="1"/>
-<wire x1="76.2" y1="27.94" x2="96.52" y2="27.94" width="0.1524" layer="91"/>
+<wire x1="81.28" y1="17.78" x2="96.52" y2="17.78" width="0.1524" layer="91"/>
 <label x="45.72" y="55.88" size="1.778" layer="95"/>
 </segment>
 </net>
-<net name="N$3" class="0">
-<segment>
-<pinref part="R6" gate="G$1" pin="2"/>
-<wire x1="0" y1="68.58" x2="-5.08" y2="68.58" width="0.1524" layer="91"/>
-</segment>
-</net>
 </nets>
 </sheet>
 </sheets>

+ 173 - 178
schematic/ECU.s#3

@@ -6623,7 +6623,7 @@ grid 2.54 mm</description>
 <packageinstance name="TO92"/>
 </packageinstances>
 </package3d>
-<package3d name="TO220BV" urn="urn:adsk.eagle:package:29484/3" type="model" library_version="4">
+<package3d name="TO220BV" urn="urn:adsk.eagle:package:29484/4" type="model" library_version="5">
 <description>Molded Package
 grid 2.54 mm</description>
 <packageinstances>
@@ -6718,7 +6718,7 @@ grid 2.54 mm</description>
 </symbol>
 </symbols>
 <devicesets>
-<deviceset name="NMOSFET" urn="urn:adsk.eagle:component:16378730/3" prefix="Q" library_version="4">
+<deviceset name="NMOSFET" urn="urn:adsk.eagle:component:16378730/4" prefix="Q" library_version="5">
 <description>&lt;b&gt; N-Channel MOSFET - Generic</description>
 <gates>
 <gate name="G$1" symbol="MFNS" x="-2.54" y="0"/>
@@ -6747,6 +6747,7 @@ grid 2.54 mm</description>
 <attribute name="SUB-CATEGORY" value="MOSFET" constant="no"/>
 <attribute name="THERMALLOSS" value="" constant="no"/>
 <attribute name="TYPE" value="N-Channel" constant="no"/>
+<attribute name="VALUE" value="NMOSFET" constant="no"/>
 </technology>
 <technology name="_">
 <attribute name="CATEGORY" value="Transistor" constant="no"/>
@@ -6761,6 +6762,7 @@ grid 2.54 mm</description>
 <attribute name="SUB-CATEGORY" value="MOSFET" constant="no"/>
 <attribute name="THERMALLOSS" value="" constant="no"/>
 <attribute name="TYPE" value="N-Channel" constant="no"/>
+<attribute name="VALUE" value="NMOSFET" constant="no"/>
 </technology>
 </technologies>
 </device>
@@ -6787,6 +6789,7 @@ grid 2.54 mm</description>
 <attribute name="SUB-CATEGORY" value="MOSFET" constant="no"/>
 <attribute name="THERMALLOSS" value="" constant="no"/>
 <attribute name="TYPE" value="N-Channel" constant="no"/>
+<attribute name="VALUE" value="NMOSFET" constant="no"/>
 </technology>
 </technologies>
 </device>
@@ -6797,7 +6800,7 @@ grid 2.54 mm</description>
 <connect gate="G$1" pin="S" pad="S"/>
 </connects>
 <package3dinstances>
-<package3dinstance package3d_urn="urn:adsk.eagle:package:29484/3"/>
+<package3dinstance package3d_urn="urn:adsk.eagle:package:29484/4"/>
 </package3dinstances>
 <technologies>
 <technology name="_">
@@ -6813,12 +6816,13 @@ grid 2.54 mm</description>
 <attribute name="SUB-CATEGORY" value="MOSFET" constant="no"/>
 <attribute name="THERMALLOSS" value="" constant="no"/>
 <attribute name="TYPE" value="N-Channel" constant="no"/>
+<attribute name="VALUE" value="NMOSFET" constant="no"/>
 </technology>
 </technologies>
 </device>
 </devices>
 </deviceset>
-<deviceset name="PMOSFET_" urn="urn:adsk.eagle:component:16378732/3" prefix="Q" library_version="4">
+<deviceset name="PMOSFET_" urn="urn:adsk.eagle:component:16378732/4" prefix="Q" library_version="5">
 <description>&lt;b&gt;P-Channel MOSFET - Popular parts&lt;/b&gt;</description>
 <gates>
 <gate name="G$1" symbol="MFPS" x="-2.54" y="0"/>
@@ -6837,30 +6841,32 @@ grid 2.54 mm</description>
 <technology name="BSS84">
 <attribute name="CATEGORY" value="Transistor" constant="no"/>
 <attribute name="DESCRIPTION" value="MOSFET P-CH 50V 130MA SOT-23"/>
-<attribute name="DRAIN_CURRENT" value="" constant="no"/>
+<attribute name="DRAIN_CURRENT" value="130mA" constant="no"/>
 <attribute name="MANUFACTURER" value="ON Semiconductor" constant="no"/>
 <attribute name="MPN" value="BSS84" constant="no"/>
-<attribute name="OPERATING_TEMP" value="" constant="no"/>
-<attribute name="PART_STATUS" value="" constant="no"/>
-<attribute name="ROHS_COMPLIANT" value="" constant="no"/>
+<attribute name="OPERATING_TEMP" value="-55°C ~ 150°C" constant="no"/>
+<attribute name="PART_STATUS" value="Active" constant="no"/>
+<attribute name="ROHS_COMPLIANT" value="Yes" constant="no"/>
 <attribute name="SERIES" value="" constant="no"/>
 <attribute name="SUB-CATEGORY" value="MOSFET" constant="no"/>
-<attribute name="THERMALLOSS" value="" constant="no"/>
+<attribute name="THERMALLOSS" value="360mW" constant="no"/>
 <attribute name="TYPE" value="P-Channel" constant="no"/>
+<attribute name="VALUE" value="BSS84" constant="no"/>
 </technology>
 <technology name="IRLML5203">
 <attribute name="CATEGORY" value="Transistor" constant="no"/>
 <attribute name="DESCRIPTION" value="MOSFET P-CH 30V 3A SOT-23" constant="no"/>
-<attribute name="DRAIN_CURRENT" value="" constant="no"/>
+<attribute name="DRAIN_CURRENT" value="3A" constant="no"/>
 <attribute name="MANUFACTURER" value="Infineon Technologies" constant="no"/>
 <attribute name="MPN" value="IRLML5203TRPBF" constant="no"/>
-<attribute name="OPERATING_TEMP" value="" constant="no"/>
-<attribute name="PART_STATUS" value="" constant="no"/>
-<attribute name="ROHS_COMPLIANT" value="" constant="no"/>
+<attribute name="OPERATING_TEMP" value="-55°C ~ 150°C" constant="no"/>
+<attribute name="PART_STATUS" value="Active" constant="no"/>
+<attribute name="ROHS_COMPLIANT" value="Yes" constant="no"/>
 <attribute name="SERIES" value="" constant="no"/>
 <attribute name="SUB-CATEGORY" value="MOSFET" constant="no"/>
-<attribute name="THERMALLOSS" value="" constant="no"/>
+<attribute name="THERMALLOSS" value="1.25W" constant="no"/>
 <attribute name="TYPE" value="P-Channel" constant="no"/>
+<attribute name="VALUE" value="IRLML5203" constant="no"/>
 </technology>
 </technologies>
 </device>
@@ -7267,13 +7273,6 @@ Source: http://www.vishay.com .. dcrcw.pdf</description>
 <packageinstance name="R3225"/>
 </packageinstances>
 </package3d>
-<package3d name="R4527" urn="urn:adsk.eagle:package:13310/1" type="box" library_version="1">
-<description>Package 4527
-Source: http://www.vishay.com/docs/31059/wsrhigh.pdf</description>
-<packageinstances>
-<packageinstance name="R4527"/>
-</packageinstances>
-</package3d>
 <package3d name="R5025" urn="urn:adsk.eagle:package:13308/1" type="box" library_version="1">
 <description>RESISTOR</description>
 <packageinstances>
@@ -7287,6 +7286,13 @@ Source: http://download.siliconexpert.com/pdfs/2005/02/24/Semi_Ap/2/VSH/Resistor
 <packageinstance name="R6332"/>
 </packageinstances>
 </package3d>
+<package3d name="R4527" urn="urn:adsk.eagle:package:13310/2" type="model" library_version="3">
+<description>Package 4527
+Source: http://www.vishay.com/docs/31059/wsrhigh.pdf</description>
+<packageinstances>
+<packageinstance name="R4527"/>
+</packageinstances>
+</package3d>
 </packages3d>
 <symbols>
 <symbol name="R" urn="urn:adsk.eagle:symbol:13232/1" library_version="1">
@@ -7303,7 +7309,7 @@ Source: http://download.siliconexpert.com/pdfs/2005/02/24/Semi_Ap/2/VSH/Resistor
 </symbol>
 </symbols>
 <devicesets>
-<deviceset name="R" urn="urn:adsk.eagle:component:13322/1" prefix="R" uservalue="yes" library_version="1">
+<deviceset name="R" urn="urn:adsk.eagle:component:13322/2" prefix="R" uservalue="yes" library_version="3">
 <description>&lt;B&gt;RESISTOR&lt;/B&gt;, European symbol</description>
 <gates>
 <gate name="G$1" symbol="R" x="0" y="0"/>
@@ -7540,7 +7546,7 @@ Source: http://download.siliconexpert.com/pdfs/2005/02/24/Semi_Ap/2/VSH/Resistor
 <connect gate="G$1" pin="2" pad="2"/>
 </connects>
 <package3dinstances>
-<package3dinstance package3d_urn="urn:adsk.eagle:package:13310/1"/>
+<package3dinstance package3d_urn="urn:adsk.eagle:package:13310/2"/>
 </package3dinstances>
 <technologies>
 <technology name="">
@@ -7666,19 +7672,19 @@ Source: http://download.siliconexpert.com/pdfs/2005/02/24/Semi_Ap/2/VSH/Resistor
 </packages3d>
 <symbols>
 <symbol name="TVS_DIODE">
-<wire x1="0" y1="0" x2="-2.54" y2="2.54" width="0.254" layer="94"/>
-<wire x1="2.54" y1="2.54" x2="0" y2="0" width="0.254" layer="94"/>
-<wire x1="-5.08" y1="-2.54" x2="-2.54" y2="0" width="0.254" layer="94"/>
-<wire x1="-2.54" y1="0" x2="2.54" y2="0" width="0.254" layer="94"/>
-<wire x1="2.54" y1="0" x2="5.08" y2="2.54" width="0.254" layer="94"/>
-<wire x1="0" y1="0" x2="-2.54" y2="-2.54" width="0.254" layer="94"/>
-<wire x1="2.54" y1="-2.54" x2="0" y2="0" width="0.254" layer="94"/>
-<wire x1="-2.54" y1="2.54" x2="2.54" y2="2.54" width="0.254" layer="94"/>
-<wire x1="-2.54" y1="-2.54" x2="2.54" y2="-2.54" width="0.254" layer="94"/>
-<pin name="P$1" x="0" y="7.62" visible="off" length="middle" rot="R270"/>
-<pin name="P$2" x="0" y="-7.62" visible="off" length="middle" rot="R90"/>
-<text x="2.54" y="5.08" size="1.778" layer="95">&gt;NAME</text>
-<text x="2.54" y="-7.62" size="1.778" layer="96">&gt;VALUE</text>
+<wire x1="0" y1="0" x2="-1.27" y2="1.524" width="0.254" layer="94"/>
+<wire x1="1.27" y1="1.524" x2="0" y2="0" width="0.254" layer="94"/>
+<wire x1="-1.778" y1="-0.508" x2="-1.27" y2="0" width="0.254" layer="94"/>
+<wire x1="-1.27" y1="0" x2="1.27" y2="0" width="0.254" layer="94"/>
+<wire x1="1.27" y1="0" x2="1.778" y2="0.508" width="0.254" layer="94"/>
+<wire x1="0" y1="0" x2="-1.27" y2="-1.524" width="0.254" layer="94"/>
+<wire x1="1.27" y1="-1.524" x2="0" y2="0" width="0.254" layer="94"/>
+<wire x1="-1.27" y1="1.524" x2="1.27" y2="1.524" width="0.254" layer="94"/>
+<wire x1="-1.27" y1="-1.524" x2="1.27" y2="-1.524" width="0.254" layer="94"/>
+<pin name="P$1" x="0" y="4.064" visible="off" length="short" rot="R270"/>
+<pin name="P$2" x="0" y="-4.064" visible="off" length="short" rot="R90"/>
+<text x="2.54" y="2.54" size="1.778" layer="95">&gt;NAME</text>
+<text x="2.54" y="-2.54" size="1.778" layer="96">&gt;VALUE</text>
 </symbol>
 <symbol name="ARDUINO">
 <wire x1="-10.16" y1="20.32" x2="-10.16" y2="-20.32" width="0.254" layer="94"/>
@@ -8625,23 +8631,23 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <part name="J5" library="SparkFun-Connectors" library_urn="urn:adsk.eagle:library:513" deviceset="CONN_03" device="" package3d_urn="urn:adsk.eagle:package:38063/1" value="THROTTLE"/>
 <part name="C1" library="Capacitor" library_urn="urn:adsk.eagle:library:16290819" deviceset="C" device="CHIP-1206(3216-METRIC)" package3d_urn="urn:adsk.eagle:package:16290893/2" technology="_" value="0.1uF"/>
 <part name="J6" library="SparkFun-Connectors" library_urn="urn:adsk.eagle:library:513" deviceset="CONN_02" device="" package3d_urn="urn:adsk.eagle:package:38039/1" value="LED"/>
-<part name="Q2" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" deviceset="NMOSFET" device="SOT23" package3d_urn="urn:adsk.eagle:package:28738/2" value=""/>
+<part name="Q2" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" deviceset="NMOSFET" device="SOT23" package3d_urn="urn:adsk.eagle:package:28738/2" value="NMOSFET"/>
 <part name="R2" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="R1206" package3d_urn="urn:adsk.eagle:package:13301/1" value="10K"/>
 <part name="R1" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="R1206" package3d_urn="urn:adsk.eagle:package:13301/1" value="10K"/>
 <part name="D2" library="Diode" library_urn="urn:adsk.eagle:library:16378169" deviceset="DIODE" device="DO-215-AC" package3d_urn="urn:adsk.eagle:package:9427057/2" technology="_" value=""/>
-<part name="Q4" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" deviceset="PMOSFET_" device="" package3d_urn="urn:adsk.eagle:package:28738/2" technology="BSS84" value=""/>
+<part name="Q4" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" deviceset="PMOSFET_" device="" package3d_urn="urn:adsk.eagle:package:28738/2" technology="BSS84" value="BSS84"/>
 <part name="D3" library="Diode" library_urn="urn:adsk.eagle:library:16378169" deviceset="DIODE" device="DO-215-AC" package3d_urn="urn:adsk.eagle:package:9427057/2" technology="_" value=""/>
-<part name="Q5" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" deviceset="NMOSFET" device="SOT23" package3d_urn="urn:adsk.eagle:package:28738/2"/>
+<part name="Q5" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" deviceset="NMOSFET" device="SOT23" package3d_urn="urn:adsk.eagle:package:28738/2" value="NMOSFET"/>
 <part name="J7" library="SparkFun-Connectors" library_urn="urn:adsk.eagle:library:513" deviceset="CONN_06" device="SILK_FEMALE_PTH" package3d_urn="urn:adsk.eagle:package:38009/1" value="SPEED"/>
 <part name="C3" library="Capacitor" library_urn="urn:adsk.eagle:library:16290819" deviceset="C" device="CHIP-1206(3216-METRIC)" package3d_urn="urn:adsk.eagle:package:16290893/2" technology="_" value="0.1uF"/>
-<part name="Q1" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" deviceset="NMOSFET" device="SOT23" package3d_urn="urn:adsk.eagle:package:28738/2"/>
+<part name="Q1" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" deviceset="NMOSFET" device="SOT23" package3d_urn="urn:adsk.eagle:package:28738/2" value="NMOSFET"/>
 <part name="D4" library="eScooter" deviceset="TVS_DIODE" device="SMA" package3d_urn="urn:adsk.eagle:package:21928182/1"/>
 <part name="D6" library="eScooter" deviceset="TVS_DIODE" device="SMA" package3d_urn="urn:adsk.eagle:package:21928182/1"/>
 <part name="D7" library="eScooter" deviceset="TVS_DIODE" device="SMA" package3d_urn="urn:adsk.eagle:package:21928182/1"/>
 <part name="D8" library="eScooter" deviceset="TVS_DIODE" device="SMA" package3d_urn="urn:adsk.eagle:package:21928182/1"/>
 <part name="R4" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="R1206" package3d_urn="urn:adsk.eagle:package:13301/1" value="10K"/>
 <part name="R5" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="R1206" package3d_urn="urn:adsk.eagle:package:13301/1" value="10K"/>
-<part name="C2" library="Capacitor" library_urn="urn:adsk.eagle:library:16290819" deviceset="C" device="CHIP-1206(3216-METRIC)" package3d_urn="urn:adsk.eagle:package:16290893/2" technology="_" value="100uF"/>
+<part name="C2" library="Capacitor" library_urn="urn:adsk.eagle:library:16290819" deviceset="C" device="CHIP-1206(3216-METRIC)" package3d_urn="urn:adsk.eagle:package:16290893/2" technology="_" value="0.1uF"/>
 <part name="GND1" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="GND" device=""/>
 <part name="GND2" library="supply1" library_urn="urn:adsk.eagle:library:371" deviceset="GND" device=""/>
 <part name="U1" library="eScooter" deviceset="ARDUINO" device="ARDUINO_NANO" package3d_urn="urn:adsk.eagle:package:21849926/1" value="Arduino Nano Every"/>
@@ -8649,7 +8655,6 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <part name="SG1" library="buzzer" deviceset="F/HGP" device="" package3d_urn="urn:adsk.eagle:package:5287/1"/>
 <part name="R3" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="R1206" package3d_urn="urn:adsk.eagle:package:13301/1" value="10K"/>
 <part name="D1" library="eScooter" deviceset="TVS_DIODE" device="SMA" package3d_urn="urn:adsk.eagle:package:21928182/1"/>
-<part name="R6" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="R1206" package3d_urn="urn:adsk.eagle:package:13301/1" value="100"/>
 </parts>
 <sheets>
 <sheet>
@@ -8664,9 +8669,9 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <attribute name="VALUE" x="147.32" y="60.706" size="1.778" layer="96" font="vector" rot="R180"/>
 <attribute name="NAME" x="147.32" y="40.132" size="1.778" layer="95" font="vector" rot="R180"/>
 </instance>
-<instance part="J3" gate="G$1" x="144.78" y="7.62" smashed="yes" rot="R180">
-<attribute name="VALUE" x="147.32" y="12.446" size="1.778" layer="96" font="vector" rot="R180"/>
-<attribute name="NAME" x="147.32" y="2.032" size="1.778" layer="95" font="vector" rot="R180"/>
+<instance part="J3" gate="G$1" x="144.78" y="2.54" smashed="yes" rot="R180">
+<attribute name="VALUE" x="147.32" y="7.366" size="1.778" layer="96" font="vector" rot="R180"/>
+<attribute name="NAME" x="147.32" y="-3.048" size="1.778" layer="95" font="vector" rot="R180"/>
 </instance>
 <instance part="J4" gate="G$1" x="38.1" y="109.22" smashed="yes" rot="MR270">
 <attribute name="VALUE" x="43.18" y="112.014" size="1.778" layer="96" font="vector" rot="MR0"/>
@@ -8676,37 +8681,37 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <attribute name="VALUE" x="-73.66" y="89.154" size="1.778" layer="96" font="vector"/>
 <attribute name="NAME" x="-71.12" y="76.708" size="1.778" layer="95" font="vector"/>
 </instance>
-<instance part="C1" gate="G$1" x="0" y="93.98" smashed="yes">
-<attribute name="NAME" x="2.54" y="93.98" size="1.778" layer="95"/>
-<attribute name="VALUE" x="2.54" y="88.9" size="1.778" layer="96"/>
+<instance part="C1" gate="G$1" x="0" y="91.44" smashed="yes">
+<attribute name="NAME" x="2.54" y="91.44" size="1.778" layer="95"/>
+<attribute name="VALUE" x="2.54" y="86.36" size="1.778" layer="96"/>
 </instance>
 <instance part="J6" gate="G$1" x="144.78" y="88.9" smashed="yes" rot="MR0">
 <attribute name="VALUE" x="147.32" y="94.234" size="1.778" layer="96" font="vector" rot="MR0"/>
 <attribute name="NAME" x="147.32" y="84.328" size="1.778" layer="95" font="vector" rot="MR0"/>
 </instance>
-<instance part="Q2" gate="G$1" x="86.36" y="7.62" smashed="yes">
-<attribute name="NAME" x="92.71" y="8.89" size="1.778" layer="95"/>
-<attribute name="VALUE" x="92.71" y="6.35" size="1.778" layer="96"/>
+<instance part="Q2" gate="G$1" x="48.26" y="2.54" smashed="yes">
+<attribute name="NAME" x="54.61" y="3.81" size="1.778" layer="95"/>
+<attribute name="VALUE" x="54.61" y="1.27" size="1.778" layer="96"/>
 </instance>
-<instance part="R2" gate="G$1" x="106.68" y="7.62" smashed="yes">
-<attribute name="NAME" x="102.87" y="9.1186" size="1.778" layer="95"/>
-<attribute name="VALUE" x="102.87" y="4.318" size="1.778" layer="96"/>
+<instance part="R2" gate="G$1" x="68.58" y="2.54" smashed="yes">
+<attribute name="NAME" x="64.77" y="4.0386" size="1.778" layer="95"/>
+<attribute name="VALUE" x="64.77" y="-0.762" size="1.778" layer="96"/>
 </instance>
-<instance part="R1" gate="G$1" x="81.28" y="0" smashed="yes" rot="R180">
-<attribute name="NAME" x="85.09" y="-1.4986" size="1.778" layer="95" rot="R180"/>
-<attribute name="VALUE" x="85.09" y="3.302" size="1.778" layer="96" rot="R180"/>
+<instance part="R1" gate="G$1" x="43.18" y="-5.08" smashed="yes" rot="R180">
+<attribute name="NAME" x="46.99" y="-6.5786" size="1.778" layer="95" rot="R180"/>
+<attribute name="VALUE" x="46.99" y="-1.778" size="1.778" layer="96" rot="R180"/>
 </instance>
-<instance part="D2" gate="G$1" x="99.06" y="-2.54" smashed="yes" rot="R270">
-<attribute name="NAME" x="104.14" y="-2.54" size="1.778" layer="95" rot="R270" align="center"/>
-<attribute name="VALUE" x="93.98" y="-2.54" size="1.778" layer="95" rot="R270" align="center"/>
+<instance part="D2" gate="G$1" x="60.96" y="-7.62" smashed="yes" rot="R270">
+<attribute name="NAME" x="66.04" y="-7.62" size="1.778" layer="95" rot="R270" align="center"/>
+<attribute name="VALUE" x="55.88" y="-7.62" size="1.778" layer="95" rot="R270" align="center"/>
 </instance>
-<instance part="Q4" gate="G$1" x="111.76" y="15.24" smashed="yes" rot="MR180">
-<attribute name="NAME" x="118.11" y="13.97" size="1.778" layer="95" rot="MR180"/>
-<attribute name="VALUE" x="118.11" y="16.51" size="1.778" layer="96" rot="MR180"/>
+<instance part="Q4" gate="G$1" x="73.66" y="10.16" smashed="yes" rot="MR180">
+<attribute name="NAME" x="80.01" y="8.89" size="1.778" layer="95" rot="MR180"/>
+<attribute name="VALUE" x="80.01" y="11.43" size="1.778" layer="96" rot="MR180"/>
 </instance>
-<instance part="D3" gate="G$1" x="81.28" y="-27.94" smashed="yes">
-<attribute name="NAME" x="81.28" y="-22.86" size="1.778" layer="95" align="center"/>
-<attribute name="VALUE" x="81.28" y="-33.02" size="1.778" layer="95" align="center"/>
+<instance part="D3" gate="G$1" x="43.18" y="-33.02" smashed="yes">
+<attribute name="NAME" x="43.18" y="-27.94" size="1.778" layer="95" align="center"/>
+<attribute name="VALUE" x="43.18" y="-38.1" size="1.778" layer="95" align="center"/>
 </instance>
 <instance part="Q5" gate="G$1" x="88.9" y="50.8" smashed="yes" rot="MR0">
 <attribute name="NAME" x="82.55" y="52.07" size="1.778" layer="95" rot="MR0"/>
@@ -8723,16 +8728,16 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <attribute name="NAME" x="128.27" y="85.09" size="1.778" layer="95"/>
 </instance>
 <instance part="D4" gate="D$1" x="-45.72" y="91.44" smashed="yes">
-<attribute name="NAME" x="-43.18" y="96.52" size="1.778" layer="95"/>
+<attribute name="NAME" x="-43.18" y="93.98" size="1.778" layer="95"/>
 </instance>
-<instance part="D6" gate="D$1" x="-7.62" y="43.18" smashed="yes">
-<attribute name="NAME" x="-5.08" y="48.26" size="1.778" layer="95"/>
+<instance part="D6" gate="D$1" x="-7.62" y="40.64" smashed="yes">
+<attribute name="NAME" x="-5.08" y="43.18" size="1.778" layer="95"/>
 </instance>
-<instance part="D7" gate="D$1" x="66.04" y="-2.54" smashed="yes">
-<attribute name="NAME" x="68.58" y="2.54" size="1.778" layer="95"/>
+<instance part="D7" gate="D$1" x="27.94" y="-7.62" smashed="yes">
+<attribute name="NAME" x="30.48" y="-5.08" size="1.778" layer="95"/>
 </instance>
-<instance part="D8" gate="D$1" x="81.28" y="-17.78" smashed="yes" rot="R90">
-<attribute name="NAME" x="76.2" y="-15.24" size="1.778" layer="95" rot="R90"/>
+<instance part="D8" gate="D$1" x="43.18" y="-22.86" smashed="yes" rot="R90">
+<attribute name="NAME" x="40.64" y="-20.32" size="1.778" layer="95" rot="R90"/>
 </instance>
 <instance part="R4" gate="G$1" x="91.44" y="43.18" smashed="yes">
 <attribute name="NAME" x="87.63" y="44.6786" size="1.778" layer="95"/>
@@ -8756,22 +8761,18 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <attribute name="NAME" x="27.94" y="86.36" size="1.778" layer="95"/>
 <attribute name="VALUE" x="20.32" y="40.64" size="1.778" layer="96"/>
 </instance>
-<instance part="S1" gate="G$1" x="88.9" y="-10.16" smashed="yes">
-<attribute name="NAME" x="88.9" y="-8.636" size="1.778" layer="95" font="vector" align="bottom-center"/>
+<instance part="S1" gate="G$1" x="50.8" y="-15.24" smashed="yes">
+<attribute name="NAME" x="50.8" y="-13.716" size="1.778" layer="95" font="vector" align="bottom-center"/>
 </instance>
 <instance part="SG1" gate="G$1" x="-68.58" y="38.1" smashed="yes" rot="R90">
 <attribute name="NAME" x="-74.93" y="35.56" size="1.778" layer="95" rot="R90"/>
 </instance>
-<instance part="R3" gate="G$1" x="101.6" y="27.94" smashed="yes">
-<attribute name="NAME" x="97.79" y="29.4386" size="1.778" layer="95"/>
-<attribute name="VALUE" x="97.79" y="24.638" size="1.778" layer="96"/>
+<instance part="R3" gate="G$1" x="101.6" y="17.78" smashed="yes">
+<attribute name="NAME" x="97.79" y="19.2786" size="1.778" layer="95"/>
+<attribute name="VALUE" x="97.79" y="14.478" size="1.778" layer="96"/>
 </instance>
-<instance part="D1" gate="D$1" x="121.92" y="30.48" smashed="yes">
-<attribute name="NAME" x="124.46" y="35.56" size="1.778" layer="95"/>
-</instance>
-<instance part="R6" gate="G$1" x="5.08" y="68.58" smashed="yes" rot="R180">
-<attribute name="NAME" x="8.89" y="67.0814" size="1.778" layer="95" rot="R180"/>
-<attribute name="VALUE" x="8.89" y="71.882" size="1.778" layer="96" rot="R180"/>
+<instance part="D1" gate="D$1" x="121.92" y="27.94" smashed="yes">
+<attribute name="NAME" x="124.46" y="30.48" size="1.778" layer="95"/>
 </instance>
 </instances>
 <busses>
@@ -8789,13 +8790,13 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <pinref part="D6" gate="D$1" pin="P$2"/>
 <wire x1="-12.7" y1="27.94" x2="-7.62" y2="27.94" width="0.1524" layer="91"/>
 <wire x1="-7.62" y1="27.94" x2="0" y2="27.94" width="0.1524" layer="91"/>
-<wire x1="-7.62" y1="35.56" x2="-7.62" y2="27.94" width="0.1524" layer="91"/>
+<wire x1="-7.62" y1="36.576" x2="-7.62" y2="27.94" width="0.1524" layer="91"/>
 <junction x="-7.62" y="27.94"/>
-<wire x1="-12.7" y1="27.94" x2="-12.7" y2="-10.16" width="0.1524" layer="91"/>
+<wire x1="-12.7" y1="27.94" x2="-12.7" y2="-15.24" width="0.1524" layer="91"/>
 <junction x="-12.7" y="27.94"/>
 <pinref part="GND2" gate="1" pin="GND"/>
 <pinref part="J7" gate="G$1" pin="1"/>
-<wire x1="-12.7" y1="-10.16" x2="-12.7" y2="-35.56" width="0.1524" layer="91"/>
+<wire x1="-12.7" y1="-15.24" x2="-12.7" y2="-35.56" width="0.1524" layer="91"/>
 <wire x1="-60.96" y1="66.04" x2="-53.34" y2="66.04" width="0.1524" layer="91"/>
 <label x="-55.88" y="66.04" size="1.778" layer="95" rot="MR0"/>
 <wire x1="-53.34" y1="66.04" x2="-53.34" y2="73.66" width="0.1524" layer="91"/>
@@ -8806,42 +8807,44 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <pinref part="J5" gate="J$1" pin="3"/>
 <wire x1="-60.96" y1="86.36" x2="-53.34" y2="86.36" width="0.1524" layer="91"/>
 <wire x1="-53.34" y1="86.36" x2="-53.34" y2="99.06" width="0.1524" layer="91"/>
-<wire x1="-53.34" y1="99.06" x2="-45.72" y2="99.06" width="0.1524" layer="91"/>
-<wire x1="-45.72" y1="99.06" x2="0" y2="99.06" width="0.1524" layer="91"/>
-<wire x1="0" y1="99.06" x2="0" y2="96.52" width="0.1524" layer="91"/>
+<wire x1="0" y1="99.06" x2="0" y2="93.98" width="0.1524" layer="91"/>
 <pinref part="C1" gate="G$1" pin="1"/>
 <label x="-60.96" y="86.36" size="1.778" layer="95"/>
 <pinref part="D4" gate="D$1" pin="P$1"/>
-<junction x="-45.72" y="99.06"/>
 <wire x1="-53.34" y1="99.06" x2="-78.74" y2="99.06" width="0.1524" layer="91"/>
 <junction x="-53.34" y="99.06"/>
 <wire x1="-78.74" y1="99.06" x2="-78.74" y2="73.66" width="0.1524" layer="91"/>
 <junction x="-78.74" y="73.66"/>
-<wire x1="66.04" y1="-10.16" x2="-12.7" y2="-10.16" width="0.1524" layer="91"/>
-<junction x="-12.7" y="-10.16"/>
+<wire x1="27.94" y1="-15.24" x2="-12.7" y2="-15.24" width="0.1524" layer="91"/>
+<junction x="-12.7" y="-15.24"/>
 <pinref part="R1" gate="G$1" pin="1"/>
 <pinref part="Q2" gate="G$1" pin="S"/>
-<wire x1="73.66" y1="-5.08" x2="88.9" y2="-5.08" width="0.1524" layer="91"/>
-<wire x1="88.9" y1="-5.08" x2="88.9" y2="0" width="0.1524" layer="91"/>
-<label x="55.88" y="-10.16" size="1.778" layer="95"/>
-<wire x1="88.9" y1="0" x2="88.9" y2="2.54" width="0.1524" layer="91"/>
-<wire x1="83.82" y1="-10.16" x2="73.66" y2="-10.16" width="0.1524" layer="91"/>
-<wire x1="73.66" y1="-5.08" x2="73.66" y2="-10.16" width="0.1524" layer="91"/>
-<junction x="73.66" y="-10.16"/>
-<wire x1="73.66" y1="-10.16" x2="66.04" y2="-10.16" width="0.1524" layer="91"/>
-<wire x1="86.36" y1="0" x2="88.9" y2="0" width="0.1524" layer="91"/>
-<junction x="88.9" y="0"/>
+<wire x1="35.56" y1="-10.16" x2="50.8" y2="-10.16" width="0.1524" layer="91"/>
+<wire x1="50.8" y1="-10.16" x2="50.8" y2="-5.08" width="0.1524" layer="91"/>
+<label x="17.78" y="-15.24" size="1.778" layer="95"/>
+<wire x1="50.8" y1="-5.08" x2="50.8" y2="-2.54" width="0.1524" layer="91"/>
+<wire x1="45.72" y1="-15.24" x2="35.56" y2="-15.24" width="0.1524" layer="91"/>
+<wire x1="35.56" y1="-10.16" x2="35.56" y2="-15.24" width="0.1524" layer="91"/>
+<junction x="35.56" y="-15.24"/>
+<wire x1="48.26" y1="-5.08" x2="50.8" y2="-5.08" width="0.1524" layer="91"/>
+<junction x="50.8" y="-5.08"/>
 <pinref part="D7" gate="D$1" pin="P$2"/>
-<junction x="66.04" y="-10.16"/>
 <pinref part="D8" gate="D$1" pin="P$1"/>
-<wire x1="66.04" y1="-10.16" x2="66.04" y2="-17.78" width="0.1524" layer="91"/>
-<wire x1="66.04" y1="-17.78" x2="73.66" y2="-17.78" width="0.1524" layer="91"/>
+<wire x1="27.94" y1="-11.684" x2="27.94" y2="-15.24" width="0.1524" layer="91"/>
+<wire x1="27.94" y1="-15.24" x2="27.94" y2="-22.86" width="0.1524" layer="91"/>
+<wire x1="27.94" y1="-22.86" x2="39.116" y2="-22.86" width="0.1524" layer="91"/>
 <pinref part="U1" gate="G$1" pin="GND"/>
 <wire x1="-66.04" y1="35.56" x2="-66.04" y2="33.02" width="0.1524" layer="91"/>
 <wire x1="-66.04" y1="33.02" x2="-63.5" y2="33.02" width="0.1524" layer="91"/>
 <wire x1="-63.5" y1="33.02" x2="-63.5" y2="38.1" width="0.1524" layer="91"/>
 <pinref part="S1" gate="G$1" pin="1"/>
 <pinref part="SG1" gate="G$1" pin="1"/>
+<wire x1="27.94" y1="-15.24" x2="35.56" y2="-15.24" width="0.1524" layer="91"/>
+<junction x="27.94" y="-15.24"/>
+<wire x1="-53.34" y1="99.06" x2="-45.72" y2="99.06" width="0.1524" layer="91"/>
+<wire x1="-45.72" y1="99.06" x2="-45.72" y2="95.504" width="0.1524" layer="91"/>
+<wire x1="-45.72" y1="99.06" x2="0" y2="99.06" width="0.1524" layer="91"/>
+<junction x="-45.72" y="99.06"/>
 </segment>
 <segment>
 <wire x1="124.46" y1="78.74" x2="124.46" y2="68.58" width="0.1524" layer="91"/>
@@ -8859,23 +8862,23 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <wire x1="154.94" y1="68.58" x2="154.94" y2="30.48" width="0.1524" layer="91"/>
 <pinref part="GND1" gate="1" pin="GND"/>
 <pinref part="J3" gate="G$1" pin="2"/>
-<wire x1="154.94" y1="30.48" x2="154.94" y2="0" width="0.1524" layer="91"/>
-<wire x1="154.94" y1="0" x2="154.94" y2="-38.1" width="0.1524" layer="91"/>
-<wire x1="137.16" y1="5.08" x2="129.54" y2="5.08" width="0.1524" layer="91"/>
-<label x="132.08" y="5.08" size="1.778" layer="95"/>
-<wire x1="129.54" y1="5.08" x2="129.54" y2="0" width="0.1524" layer="91"/>
-<wire x1="129.54" y1="0" x2="154.94" y2="0" width="0.1524" layer="91"/>
-<junction x="154.94" y="0"/>
+<wire x1="154.94" y1="30.48" x2="154.94" y2="-7.62" width="0.1524" layer="91"/>
+<wire x1="154.94" y1="-7.62" x2="154.94" y2="-38.1" width="0.1524" layer="91"/>
+<wire x1="137.16" y1="0" x2="129.54" y2="0" width="0.1524" layer="91"/>
+<label x="132.08" y="0" size="1.778" layer="95"/>
+<wire x1="129.54" y1="0" x2="129.54" y2="-7.62" width="0.1524" layer="91"/>
+<wire x1="129.54" y1="-7.62" x2="154.94" y2="-7.62" width="0.1524" layer="91"/>
+<junction x="154.94" y="-7.62"/>
 <pinref part="Q5" gate="G$1" pin="S"/>
 <wire x1="86.36" y1="45.72" x2="86.36" y2="43.18" width="0.1524" layer="91"/>
 <wire x1="86.36" y1="43.18" x2="86.36" y2="38.1" width="0.1524" layer="91"/>
 <pinref part="R4" gate="G$1" pin="1"/>
 <junction x="86.36" y="43.18"/>
-<wire x1="86.36" y1="38.1" x2="121.92" y2="38.1" width="0.1524" layer="91"/>
 <label x="147.32" y="30.48" size="1.778" layer="95"/>
-<wire x1="121.92" y1="38.1" x2="137.16" y2="38.1" width="0.1524" layer="91"/>
-<wire x1="137.16" y1="38.1" x2="137.16" y2="30.48" width="0.1524" layer="91"/>
-<wire x1="137.16" y1="30.48" x2="154.94" y2="30.48" width="0.1524" layer="91"/>
+<wire x1="121.92" y1="32.004" x2="121.92" y2="38.1" width="0.1524" layer="91"/>
+<wire x1="121.92" y1="38.1" x2="132.08" y2="38.1" width="0.1524" layer="91"/>
+<wire x1="132.08" y1="38.1" x2="132.08" y2="30.48" width="0.1524" layer="91"/>
+<wire x1="132.08" y1="30.48" x2="154.94" y2="30.48" width="0.1524" layer="91"/>
 <junction x="154.94" y="30.48"/>
 <pinref part="J4" gate="G$1" pin="2"/>
 <wire x1="40.64" y1="101.6" x2="40.64" y2="93.98" width="0.1524" layer="91"/>
@@ -8886,10 +8889,13 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <wire x1="154.94" y1="99.06" x2="154.94" y2="68.58" width="0.1524" layer="91"/>
 <junction x="154.94" y="68.58"/>
 <pinref part="J1" gate="G$1" pin="1"/>
-<wire x1="137.16" y1="20.32" x2="137.16" y2="30.48" width="0.1524" layer="91"/>
-<junction x="137.16" y="30.48"/>
+<wire x1="137.16" y1="20.32" x2="132.08" y2="20.32" width="0.1524" layer="91"/>
+<wire x1="132.08" y1="20.32" x2="132.08" y2="30.48" width="0.1524" layer="91"/>
+<junction x="132.08" y="30.48"/>
 <pinref part="D1" gate="D$1" pin="P$1"/>
+<wire x1="86.36" y1="38.1" x2="121.92" y2="38.1" width="0.1524" layer="91"/>
 <junction x="121.92" y="38.1"/>
+<label x="132.08" y="20.32" size="1.778" layer="95"/>
 </segment>
 <segment>
 <pinref part="J7" gate="G$1" pin="5"/>
@@ -8905,9 +8911,9 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <label x="10.16" y="45.72" size="1.778" layer="95"/>
 <pinref part="U1" gate="G$1" pin="VIN"/>
 <pinref part="Q4" gate="G$1" pin="D"/>
-<wire x1="114.3" y1="20.32" x2="114.3" y2="22.86" width="0.1524" layer="91"/>
-<wire x1="114.3" y1="22.86" x2="5.08" y2="22.86" width="0.1524" layer="91"/>
-<label x="109.22" y="22.86" size="1.778" layer="95"/>
+<wire x1="76.2" y1="15.24" x2="76.2" y2="22.86" width="0.1524" layer="91"/>
+<wire x1="76.2" y1="22.86" x2="5.08" y2="22.86" width="0.1524" layer="91"/>
+<label x="71.12" y="15.24" size="1.778" layer="95"/>
 <wire x1="5.08" y1="45.72" x2="5.08" y2="22.86" width="0.1524" layer="91"/>
 </segment>
 </net>
@@ -8969,7 +8975,7 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <wire x1="-60.96" y1="63.5" x2="-50.8" y2="63.5" width="0.1524" layer="91"/>
 <label x="10.16" y="53.34" size="1.778" layer="95"/>
 <wire x1="15.24" y1="53.34" x2="-7.62" y2="53.34" width="0.1524" layer="91"/>
-<wire x1="-7.62" y1="53.34" x2="-7.62" y2="50.8" width="0.1524" layer="91"/>
+<wire x1="-7.62" y1="53.34" x2="-7.62" y2="44.704" width="0.1524" layer="91"/>
 <pinref part="D6" gate="D$1" pin="P$1"/>
 <wire x1="-50.8" y1="71.12" x2="-7.62" y2="71.12" width="0.1524" layer="91"/>
 <wire x1="-7.62" y1="71.12" x2="-7.62" y2="53.34" width="0.1524" layer="91"/>
@@ -8983,16 +8989,15 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <pinref part="J5" gate="J$1" pin="1"/>
 <label x="-60.96" y="81.28" size="1.778" layer="95"/>
 <pinref part="C1" gate="G$1" pin="2"/>
-<wire x1="0" y1="81.28" x2="0" y2="88.9" width="0.1524" layer="91"/>
+<wire x1="0" y1="81.28" x2="0" y2="86.36" width="0.1524" layer="91"/>
 <wire x1="5.08" y1="81.28" x2="5.08" y2="73.66" width="0.1524" layer="91"/>
 <wire x1="5.08" y1="73.66" x2="15.24" y2="73.66" width="0.1524" layer="91"/>
 <label x="10.16" y="73.66" size="1.778" layer="95"/>
-<label x="-33.02" y="83.82" size="1.778" layer="95"/>
 <pinref part="D4" gate="D$1" pin="P$2"/>
 <wire x1="5.08" y1="81.28" x2="0" y2="81.28" width="0.1524" layer="91"/>
 <junction x="0" y="81.28"/>
 <wire x1="-60.96" y1="81.28" x2="-45.72" y2="81.28" width="0.1524" layer="91"/>
-<wire x1="-45.72" y1="81.28" x2="-45.72" y2="83.82" width="0.1524" layer="91"/>
+<wire x1="-45.72" y1="81.28" x2="-45.72" y2="87.376" width="0.1524" layer="91"/>
 <wire x1="-45.72" y1="81.28" x2="0" y2="81.28" width="0.1524" layer="91"/>
 <junction x="-45.72" y="81.28"/>
 <pinref part="U1" gate="G$1" pin="A0"/>
@@ -9038,26 +9043,21 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 </segment>
 <segment>
 <pinref part="J1" gate="G$1" pin="2"/>
-<wire x1="137.16" y1="17.78" x2="127" y2="17.78" width="0.1524" layer="91"/>
-<wire x1="127" y1="17.78" x2="127" y2="22.86" width="0.1524" layer="91"/>
-<wire x1="127" y1="22.86" x2="127" y2="30.48" width="0.1524" layer="91"/>
+<wire x1="137.16" y1="17.78" x2="121.92" y2="17.78" width="0.1524" layer="91"/>
 <pinref part="R3" gate="G$1" pin="2"/>
 <label x="129.54" y="17.78" size="1.778" layer="95"/>
-<wire x1="116.84" y1="27.94" x2="106.68" y2="27.94" width="0.1524" layer="91"/>
-<label x="127" y="30.48" size="1.778" layer="95"/>
+<wire x1="121.92" y1="17.78" x2="106.68" y2="17.78" width="0.1524" layer="91"/>
+<label x="121.92" y="10.16" size="1.778" layer="95"/>
 <pinref part="D1" gate="D$1" pin="P$2"/>
-<wire x1="121.92" y1="22.86" x2="127" y2="22.86" width="0.1524" layer="91"/>
-<junction x="127" y="22.86"/>
-<wire x1="116.84" y1="27.94" x2="116.84" y2="22.86" width="0.1524" layer="91"/>
-<wire x1="116.84" y1="22.86" x2="121.92" y2="22.86" width="0.1524" layer="91"/>
-<junction x="121.92" y="22.86"/>
+<wire x1="121.92" y1="23.876" x2="121.92" y2="17.78" width="0.1524" layer="91"/>
+<junction x="121.92" y="17.78"/>
 </segment>
 </net>
 <net name="BTN" class="0">
 <segment>
 <pinref part="D3" gate="G$1" pin="A"/>
-<label x="55.88" y="-27.94" size="1.778" layer="95"/>
-<wire x1="55.88" y1="-27.94" x2="76.2" y2="-27.94" width="0.1524" layer="91"/>
+<label x="17.78" y="-33.02" size="1.778" layer="95"/>
+<wire x1="17.78" y1="-33.02" x2="38.1" y2="-33.02" width="0.1524" layer="91"/>
 </segment>
 <segment>
 <wire x1="45.72" y1="68.58" x2="53.34" y2="68.58" width="0.1524" layer="91"/>
@@ -9067,10 +9067,9 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 </net>
 <net name="BAT" class="0">
 <segment>
-<wire x1="15.24" y1="68.58" x2="10.16" y2="68.58" width="0.1524" layer="91"/>
+<wire x1="15.24" y1="68.58" x2="7.62" y2="68.58" width="0.1524" layer="91"/>
 <label x="10.16" y="68.58" size="1.778" layer="95"/>
 <pinref part="U1" gate="G$1" pin="A2"/>
-<pinref part="R6" gate="G$1" pin="1"/>
 </segment>
 <segment>
 <pinref part="J2" gate="G$1" pin="2"/>
@@ -9129,15 +9128,16 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <segment>
 <pinref part="Q2" gate="G$1" pin="G"/>
 <pinref part="R1" gate="G$1" pin="2"/>
-<wire x1="83.82" y1="5.08" x2="73.66" y2="5.08" width="0.1524" layer="91"/>
-<label x="55.88" y="5.08" size="1.778" layer="95"/>
-<wire x1="73.66" y1="5.08" x2="66.04" y2="5.08" width="0.1524" layer="91"/>
-<wire x1="66.04" y1="5.08" x2="55.88" y2="5.08" width="0.1524" layer="91"/>
-<wire x1="73.66" y1="5.08" x2="73.66" y2="0" width="0.1524" layer="91"/>
-<junction x="73.66" y="5.08"/>
-<wire x1="73.66" y1="0" x2="76.2" y2="0" width="0.1524" layer="91"/>
+<wire x1="45.72" y1="0" x2="35.56" y2="0" width="0.1524" layer="91"/>
+<label x="17.78" y="0" size="1.778" layer="95"/>
+<wire x1="27.94" y1="-3.556" x2="27.94" y2="0" width="0.1524" layer="91"/>
+<wire x1="27.94" y1="0" x2="17.78" y2="0" width="0.1524" layer="91"/>
+<wire x1="35.56" y1="0" x2="35.56" y2="-5.08" width="0.1524" layer="91"/>
+<junction x="35.56" y="0"/>
+<wire x1="35.56" y1="-5.08" x2="38.1" y2="-5.08" width="0.1524" layer="91"/>
 <pinref part="D7" gate="D$1" pin="P$1"/>
-<junction x="66.04" y="5.08"/>
+<wire x1="27.94" y1="0" x2="35.56" y2="0" width="0.1524" layer="91"/>
+<junction x="27.94" y="0"/>
 </segment>
 <segment>
 <wire x1="45.72" y1="71.12" x2="53.34" y2="71.12" width="0.1524" layer="91"/>
@@ -9154,12 +9154,13 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <segment>
 <pinref part="R2" gate="G$1" pin="2"/>
 <pinref part="Q4" gate="G$1" pin="S"/>
-<wire x1="114.3" y1="10.16" x2="114.3" y2="7.62" width="0.1524" layer="91"/>
-<wire x1="114.3" y1="7.62" x2="111.76" y2="7.62" width="0.1524" layer="91"/>
+<wire x1="76.2" y1="5.08" x2="76.2" y2="2.54" width="0.1524" layer="91"/>
+<wire x1="76.2" y1="2.54" x2="73.66" y2="2.54" width="0.1524" layer="91"/>
 <pinref part="J3" gate="G$1" pin="1"/>
-<wire x1="137.16" y1="7.62" x2="114.3" y2="7.62" width="0.1524" layer="91"/>
-<junction x="114.3" y="7.62"/>
-<label x="119.38" y="7.62" size="1.778" layer="95"/>
+<wire x1="137.16" y1="2.54" x2="76.2" y2="2.54" width="0.1524" layer="91"/>
+<junction x="76.2" y="2.54"/>
+<label x="81.28" y="2.54" size="1.778" layer="95"/>
+<label x="132.08" y="2.54" size="1.778" layer="95"/>
 </segment>
 </net>
 <net name="N$2" class="0">
@@ -9167,30 +9168,30 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <pinref part="Q4" gate="G$1" pin="G"/>
 <pinref part="R2" gate="G$1" pin="1"/>
 <pinref part="Q2" gate="G$1" pin="D"/>
-<wire x1="99.06" y1="12.7" x2="88.9" y2="12.7" width="0.1524" layer="91"/>
-<junction x="99.06" y="12.7"/>
-<wire x1="109.22" y1="12.7" x2="99.06" y2="12.7" width="0.1524" layer="91"/>
+<wire x1="60.96" y1="7.62" x2="50.8" y2="7.62" width="0.1524" layer="91"/>
+<junction x="60.96" y="7.62"/>
+<wire x1="71.12" y1="7.62" x2="60.96" y2="7.62" width="0.1524" layer="91"/>
 <pinref part="D2" gate="G$1" pin="A"/>
-<wire x1="99.06" y1="2.54" x2="99.06" y2="7.62" width="0.1524" layer="91"/>
-<junction x="99.06" y="12.7"/>
-<wire x1="99.06" y1="7.62" x2="99.06" y2="12.7" width="0.1524" layer="91"/>
-<wire x1="101.6" y1="7.62" x2="99.06" y2="7.62" width="0.1524" layer="91"/>
-<junction x="99.06" y="7.62"/>
+<wire x1="60.96" y1="-2.54" x2="60.96" y2="2.54" width="0.1524" layer="91"/>
+<junction x="60.96" y="7.62"/>
+<wire x1="60.96" y1="2.54" x2="60.96" y2="7.62" width="0.1524" layer="91"/>
+<wire x1="63.5" y1="2.54" x2="60.96" y2="2.54" width="0.1524" layer="91"/>
+<junction x="60.96" y="2.54"/>
 </segment>
 </net>
 <net name="N$5" class="0">
 <segment>
 <pinref part="D3" gate="G$1" pin="C"/>
 <pinref part="D2" gate="G$1" pin="C"/>
-<wire x1="86.36" y1="-27.94" x2="99.06" y2="-27.94" width="0.1524" layer="91"/>
-<wire x1="99.06" y1="-10.16" x2="99.06" y2="-7.62" width="0.1524" layer="91"/>
-<wire x1="99.06" y1="-17.78" x2="99.06" y2="-27.94" width="0.1524" layer="91"/>
-<wire x1="99.06" y1="-17.78" x2="88.9" y2="-17.78" width="0.1524" layer="91"/>
-<junction x="99.06" y="-17.78"/>
+<wire x1="48.26" y1="-33.02" x2="60.96" y2="-33.02" width="0.1524" layer="91"/>
+<wire x1="60.96" y1="-15.24" x2="60.96" y2="-12.7" width="0.1524" layer="91"/>
+<wire x1="60.96" y1="-22.86" x2="60.96" y2="-33.02" width="0.1524" layer="91"/>
+<wire x1="60.96" y1="-22.86" x2="47.244" y2="-22.86" width="0.1524" layer="91"/>
+<junction x="60.96" y="-22.86"/>
 <pinref part="D8" gate="D$1" pin="P$2"/>
-<wire x1="99.06" y1="-10.16" x2="93.98" y2="-10.16" width="0.1524" layer="91"/>
-<wire x1="99.06" y1="-10.16" x2="99.06" y2="-17.78" width="0.1524" layer="91"/>
-<junction x="99.06" y="-10.16"/>
+<wire x1="60.96" y1="-15.24" x2="55.88" y2="-15.24" width="0.1524" layer="91"/>
+<wire x1="60.96" y1="-15.24" x2="60.96" y2="-22.86" width="0.1524" layer="91"/>
+<junction x="60.96" y="-15.24"/>
 <pinref part="S1" gate="G$1" pin="2"/>
 </segment>
 </net>
@@ -9230,19 +9231,13 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <net name="ST" class="0">
 <segment>
 <pinref part="U1" gate="G$1" pin="D2"/>
-<wire x1="45.72" y1="55.88" x2="76.2" y2="55.88" width="0.1524" layer="91"/>
-<wire x1="76.2" y1="55.88" x2="76.2" y2="27.94" width="0.1524" layer="91"/>
+<wire x1="45.72" y1="55.88" x2="78.74" y2="55.88" width="0.1524" layer="91"/>
+<wire x1="78.74" y1="55.88" x2="78.74" y2="17.78" width="0.1524" layer="91"/>
 <pinref part="R3" gate="G$1" pin="1"/>
-<wire x1="76.2" y1="27.94" x2="96.52" y2="27.94" width="0.1524" layer="91"/>
+<wire x1="78.74" y1="17.78" x2="96.52" y2="17.78" width="0.1524" layer="91"/>
 <label x="45.72" y="55.88" size="1.778" layer="95"/>
 </segment>
 </net>
-<net name="N$3" class="0">
-<segment>
-<pinref part="R6" gate="G$1" pin="2"/>
-<wire x1="0" y1="68.58" x2="-5.08" y2="68.58" width="0.1524" layer="91"/>
-</segment>
-</net>
 </nets>
 </sheet>
 </sheets>

+ 167 - 172
schematic/ECU.s#4

@@ -6623,7 +6623,7 @@ grid 2.54 mm</description>
 <packageinstance name="TO92"/>
 </packageinstances>
 </package3d>
-<package3d name="TO220BV" urn="urn:adsk.eagle:package:29484/3" type="model" library_version="4">
+<package3d name="TO220BV" urn="urn:adsk.eagle:package:29484/4" type="model" library_version="5">
 <description>Molded Package
 grid 2.54 mm</description>
 <packageinstances>
@@ -6718,7 +6718,7 @@ grid 2.54 mm</description>
 </symbol>
 </symbols>
 <devicesets>
-<deviceset name="NMOSFET" urn="urn:adsk.eagle:component:16378730/3" prefix="Q" library_version="4">
+<deviceset name="NMOSFET" urn="urn:adsk.eagle:component:16378730/4" prefix="Q" library_version="5">
 <description>&lt;b&gt; N-Channel MOSFET - Generic</description>
 <gates>
 <gate name="G$1" symbol="MFNS" x="-2.54" y="0"/>
@@ -6747,6 +6747,7 @@ grid 2.54 mm</description>
 <attribute name="SUB-CATEGORY" value="MOSFET" constant="no"/>
 <attribute name="THERMALLOSS" value="" constant="no"/>
 <attribute name="TYPE" value="N-Channel" constant="no"/>
+<attribute name="VALUE" value="NMOSFET" constant="no"/>
 </technology>
 <technology name="_">
 <attribute name="CATEGORY" value="Transistor" constant="no"/>
@@ -6761,6 +6762,7 @@ grid 2.54 mm</description>
 <attribute name="SUB-CATEGORY" value="MOSFET" constant="no"/>
 <attribute name="THERMALLOSS" value="" constant="no"/>
 <attribute name="TYPE" value="N-Channel" constant="no"/>
+<attribute name="VALUE" value="NMOSFET" constant="no"/>
 </technology>
 </technologies>
 </device>
@@ -6787,6 +6789,7 @@ grid 2.54 mm</description>
 <attribute name="SUB-CATEGORY" value="MOSFET" constant="no"/>
 <attribute name="THERMALLOSS" value="" constant="no"/>
 <attribute name="TYPE" value="N-Channel" constant="no"/>
+<attribute name="VALUE" value="NMOSFET" constant="no"/>
 </technology>
 </technologies>
 </device>
@@ -6797,7 +6800,7 @@ grid 2.54 mm</description>
 <connect gate="G$1" pin="S" pad="S"/>
 </connects>
 <package3dinstances>
-<package3dinstance package3d_urn="urn:adsk.eagle:package:29484/3"/>
+<package3dinstance package3d_urn="urn:adsk.eagle:package:29484/4"/>
 </package3dinstances>
 <technologies>
 <technology name="_">
@@ -6813,12 +6816,13 @@ grid 2.54 mm</description>
 <attribute name="SUB-CATEGORY" value="MOSFET" constant="no"/>
 <attribute name="THERMALLOSS" value="" constant="no"/>
 <attribute name="TYPE" value="N-Channel" constant="no"/>
+<attribute name="VALUE" value="NMOSFET" constant="no"/>
 </technology>
 </technologies>
 </device>
 </devices>
 </deviceset>
-<deviceset name="PMOSFET_" urn="urn:adsk.eagle:component:16378732/3" prefix="Q" library_version="4">
+<deviceset name="PMOSFET_" urn="urn:adsk.eagle:component:16378732/4" prefix="Q" library_version="5">
 <description>&lt;b&gt;P-Channel MOSFET - Popular parts&lt;/b&gt;</description>
 <gates>
 <gate name="G$1" symbol="MFPS" x="-2.54" y="0"/>
@@ -6837,30 +6841,32 @@ grid 2.54 mm</description>
 <technology name="BSS84">
 <attribute name="CATEGORY" value="Transistor" constant="no"/>
 <attribute name="DESCRIPTION" value="MOSFET P-CH 50V 130MA SOT-23"/>
-<attribute name="DRAIN_CURRENT" value="" constant="no"/>
+<attribute name="DRAIN_CURRENT" value="130mA" constant="no"/>
 <attribute name="MANUFACTURER" value="ON Semiconductor" constant="no"/>
 <attribute name="MPN" value="BSS84" constant="no"/>
-<attribute name="OPERATING_TEMP" value="" constant="no"/>
-<attribute name="PART_STATUS" value="" constant="no"/>
-<attribute name="ROHS_COMPLIANT" value="" constant="no"/>
+<attribute name="OPERATING_TEMP" value="-55°C ~ 150°C" constant="no"/>
+<attribute name="PART_STATUS" value="Active" constant="no"/>
+<attribute name="ROHS_COMPLIANT" value="Yes" constant="no"/>
 <attribute name="SERIES" value="" constant="no"/>
 <attribute name="SUB-CATEGORY" value="MOSFET" constant="no"/>
-<attribute name="THERMALLOSS" value="" constant="no"/>
+<attribute name="THERMALLOSS" value="360mW" constant="no"/>
 <attribute name="TYPE" value="P-Channel" constant="no"/>
+<attribute name="VALUE" value="BSS84" constant="no"/>
 </technology>
 <technology name="IRLML5203">
 <attribute name="CATEGORY" value="Transistor" constant="no"/>
 <attribute name="DESCRIPTION" value="MOSFET P-CH 30V 3A SOT-23" constant="no"/>
-<attribute name="DRAIN_CURRENT" value="" constant="no"/>
+<attribute name="DRAIN_CURRENT" value="3A" constant="no"/>
 <attribute name="MANUFACTURER" value="Infineon Technologies" constant="no"/>
 <attribute name="MPN" value="IRLML5203TRPBF" constant="no"/>
-<attribute name="OPERATING_TEMP" value="" constant="no"/>
-<attribute name="PART_STATUS" value="" constant="no"/>
-<attribute name="ROHS_COMPLIANT" value="" constant="no"/>
+<attribute name="OPERATING_TEMP" value="-55°C ~ 150°C" constant="no"/>
+<attribute name="PART_STATUS" value="Active" constant="no"/>
+<attribute name="ROHS_COMPLIANT" value="Yes" constant="no"/>
 <attribute name="SERIES" value="" constant="no"/>
 <attribute name="SUB-CATEGORY" value="MOSFET" constant="no"/>
-<attribute name="THERMALLOSS" value="" constant="no"/>
+<attribute name="THERMALLOSS" value="1.25W" constant="no"/>
 <attribute name="TYPE" value="P-Channel" constant="no"/>
+<attribute name="VALUE" value="IRLML5203" constant="no"/>
 </technology>
 </technologies>
 </device>
@@ -7267,13 +7273,6 @@ Source: http://www.vishay.com .. dcrcw.pdf</description>
 <packageinstance name="R3225"/>
 </packageinstances>
 </package3d>
-<package3d name="R4527" urn="urn:adsk.eagle:package:13310/1" type="box" library_version="1">
-<description>Package 4527
-Source: http://www.vishay.com/docs/31059/wsrhigh.pdf</description>
-<packageinstances>
-<packageinstance name="R4527"/>
-</packageinstances>
-</package3d>
 <package3d name="R5025" urn="urn:adsk.eagle:package:13308/1" type="box" library_version="1">
 <description>RESISTOR</description>
 <packageinstances>
@@ -7287,6 +7286,13 @@ Source: http://download.siliconexpert.com/pdfs/2005/02/24/Semi_Ap/2/VSH/Resistor
 <packageinstance name="R6332"/>
 </packageinstances>
 </package3d>
+<package3d name="R4527" urn="urn:adsk.eagle:package:13310/2" type="model" library_version="3">
+<description>Package 4527
+Source: http://www.vishay.com/docs/31059/wsrhigh.pdf</description>
+<packageinstances>
+<packageinstance name="R4527"/>
+</packageinstances>
+</package3d>
 </packages3d>
 <symbols>
 <symbol name="R" urn="urn:adsk.eagle:symbol:13232/1" library_version="1">
@@ -7303,7 +7309,7 @@ Source: http://download.siliconexpert.com/pdfs/2005/02/24/Semi_Ap/2/VSH/Resistor
 </symbol>
 </symbols>
 <devicesets>
-<deviceset name="R" urn="urn:adsk.eagle:component:13322/1" prefix="R" uservalue="yes" library_version="1">
+<deviceset name="R" urn="urn:adsk.eagle:component:13322/2" prefix="R" uservalue="yes" library_version="3">
 <description>&lt;B&gt;RESISTOR&lt;/B&gt;, European symbol</description>
 <gates>
 <gate name="G$1" symbol="R" x="0" y="0"/>
@@ -7540,7 +7546,7 @@ Source: http://download.siliconexpert.com/pdfs/2005/02/24/Semi_Ap/2/VSH/Resistor
 <connect gate="G$1" pin="2" pad="2"/>
 </connects>
 <package3dinstances>
-<package3dinstance package3d_urn="urn:adsk.eagle:package:13310/1"/>
+<package3dinstance package3d_urn="urn:adsk.eagle:package:13310/2"/>
 </package3dinstances>
 <technologies>
 <technology name="">
@@ -7666,19 +7672,19 @@ Source: http://download.siliconexpert.com/pdfs/2005/02/24/Semi_Ap/2/VSH/Resistor
 </packages3d>
 <symbols>
 <symbol name="TVS_DIODE">
-<wire x1="0" y1="0" x2="-2.54" y2="2.54" width="0.254" layer="94"/>
-<wire x1="2.54" y1="2.54" x2="0" y2="0" width="0.254" layer="94"/>
-<wire x1="-5.08" y1="-2.54" x2="-2.54" y2="0" width="0.254" layer="94"/>
-<wire x1="-2.54" y1="0" x2="2.54" y2="0" width="0.254" layer="94"/>
-<wire x1="2.54" y1="0" x2="5.08" y2="2.54" width="0.254" layer="94"/>
-<wire x1="0" y1="0" x2="-2.54" y2="-2.54" width="0.254" layer="94"/>
-<wire x1="2.54" y1="-2.54" x2="0" y2="0" width="0.254" layer="94"/>
-<wire x1="-2.54" y1="2.54" x2="2.54" y2="2.54" width="0.254" layer="94"/>
-<wire x1="-2.54" y1="-2.54" x2="2.54" y2="-2.54" width="0.254" layer="94"/>
-<pin name="P$1" x="0" y="7.62" visible="off" length="middle" rot="R270"/>
-<pin name="P$2" x="0" y="-7.62" visible="off" length="middle" rot="R90"/>
-<text x="2.54" y="5.08" size="1.778" layer="95">&gt;NAME</text>
-<text x="2.54" y="-7.62" size="1.778" layer="96">&gt;VALUE</text>
+<wire x1="0" y1="0" x2="-1.27" y2="1.524" width="0.254" layer="94"/>
+<wire x1="1.27" y1="1.524" x2="0" y2="0" width="0.254" layer="94"/>
+<wire x1="-1.778" y1="-0.508" x2="-1.27" y2="0" width="0.254" layer="94"/>
+<wire x1="-1.27" y1="0" x2="1.27" y2="0" width="0.254" layer="94"/>
+<wire x1="1.27" y1="0" x2="1.778" y2="0.508" width="0.254" layer="94"/>
+<wire x1="0" y1="0" x2="-1.27" y2="-1.524" width="0.254" layer="94"/>
+<wire x1="1.27" y1="-1.524" x2="0" y2="0" width="0.254" layer="94"/>
+<wire x1="-1.27" y1="1.524" x2="1.27" y2="1.524" width="0.254" layer="94"/>
+<wire x1="-1.27" y1="-1.524" x2="1.27" y2="-1.524" width="0.254" layer="94"/>
+<pin name="P$1" x="0" y="4.064" visible="off" length="short" rot="R270"/>
+<pin name="P$2" x="0" y="-4.064" visible="off" length="short" rot="R90"/>
+<text x="2.54" y="2.54" size="1.778" layer="95">&gt;NAME</text>
+<text x="2.54" y="-2.54" size="1.778" layer="96">&gt;VALUE</text>
 </symbol>
 <symbol name="ARDUINO">
 <wire x1="-10.16" y1="20.32" x2="-10.16" y2="-20.32" width="0.254" layer="94"/>
@@ -8625,16 +8631,16 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <part name="J5" library="SparkFun-Connectors" library_urn="urn:adsk.eagle:library:513" deviceset="CONN_03" device="" package3d_urn="urn:adsk.eagle:package:38063/1" value="THROTTLE"/>
 <part name="C1" library="Capacitor" library_urn="urn:adsk.eagle:library:16290819" deviceset="C" device="CHIP-1206(3216-METRIC)" package3d_urn="urn:adsk.eagle:package:16290893/2" technology="_" value="0.1uF"/>
 <part name="J6" library="SparkFun-Connectors" library_urn="urn:adsk.eagle:library:513" deviceset="CONN_02" device="" package3d_urn="urn:adsk.eagle:package:38039/1" value="LED"/>
-<part name="Q2" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" deviceset="NMOSFET" device="SOT23" package3d_urn="urn:adsk.eagle:package:28738/2" value=""/>
+<part name="Q2" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" deviceset="NMOSFET" device="SOT23" package3d_urn="urn:adsk.eagle:package:28738/2" value="NMOSFET"/>
 <part name="R2" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="R1206" package3d_urn="urn:adsk.eagle:package:13301/1" value="10K"/>
 <part name="R1" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="R1206" package3d_urn="urn:adsk.eagle:package:13301/1" value="10K"/>
 <part name="D2" library="Diode" library_urn="urn:adsk.eagle:library:16378169" deviceset="DIODE" device="DO-215-AC" package3d_urn="urn:adsk.eagle:package:9427057/2" technology="_" value=""/>
-<part name="Q4" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" deviceset="PMOSFET_" device="" package3d_urn="urn:adsk.eagle:package:28738/2" technology="BSS84" value=""/>
+<part name="Q4" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" deviceset="PMOSFET_" device="" package3d_urn="urn:adsk.eagle:package:28738/2" technology="BSS84" value="BSS84"/>
 <part name="D3" library="Diode" library_urn="urn:adsk.eagle:library:16378169" deviceset="DIODE" device="DO-215-AC" package3d_urn="urn:adsk.eagle:package:9427057/2" technology="_" value=""/>
-<part name="Q5" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" deviceset="NMOSFET" device="SOT23" package3d_urn="urn:adsk.eagle:package:28738/2"/>
+<part name="Q5" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" deviceset="NMOSFET" device="SOT23" package3d_urn="urn:adsk.eagle:package:28738/2" value="NMOSFET"/>
 <part name="J7" library="SparkFun-Connectors" library_urn="urn:adsk.eagle:library:513" deviceset="CONN_06" device="SILK_FEMALE_PTH" package3d_urn="urn:adsk.eagle:package:38009/1" value="SPEED"/>
 <part name="C3" library="Capacitor" library_urn="urn:adsk.eagle:library:16290819" deviceset="C" device="CHIP-1206(3216-METRIC)" package3d_urn="urn:adsk.eagle:package:16290893/2" technology="_" value="0.1uF"/>
-<part name="Q1" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" deviceset="NMOSFET" device="SOT23" package3d_urn="urn:adsk.eagle:package:28738/2"/>
+<part name="Q1" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" deviceset="NMOSFET" device="SOT23" package3d_urn="urn:adsk.eagle:package:28738/2" value="NMOSFET"/>
 <part name="D4" library="eScooter" deviceset="TVS_DIODE" device="SMA" package3d_urn="urn:adsk.eagle:package:21928182/1"/>
 <part name="D6" library="eScooter" deviceset="TVS_DIODE" device="SMA" package3d_urn="urn:adsk.eagle:package:21928182/1"/>
 <part name="D7" library="eScooter" deviceset="TVS_DIODE" device="SMA" package3d_urn="urn:adsk.eagle:package:21928182/1"/>
@@ -8649,7 +8655,6 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <part name="SG1" library="buzzer" deviceset="F/HGP" device="" package3d_urn="urn:adsk.eagle:package:5287/1"/>
 <part name="R3" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="R1206" package3d_urn="urn:adsk.eagle:package:13301/1" value="10K"/>
 <part name="D1" library="eScooter" deviceset="TVS_DIODE" device="SMA" package3d_urn="urn:adsk.eagle:package:21928182/1"/>
-<part name="R6" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="R1206" package3d_urn="urn:adsk.eagle:package:13301/1" value="100"/>
 </parts>
 <sheets>
 <sheet>
@@ -8664,9 +8669,9 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <attribute name="VALUE" x="147.32" y="60.706" size="1.778" layer="96" font="vector" rot="R180"/>
 <attribute name="NAME" x="147.32" y="40.132" size="1.778" layer="95" font="vector" rot="R180"/>
 </instance>
-<instance part="J3" gate="G$1" x="144.78" y="7.62" smashed="yes" rot="R180">
-<attribute name="VALUE" x="147.32" y="12.446" size="1.778" layer="96" font="vector" rot="R180"/>
-<attribute name="NAME" x="147.32" y="2.032" size="1.778" layer="95" font="vector" rot="R180"/>
+<instance part="J3" gate="G$1" x="144.78" y="2.54" smashed="yes" rot="R180">
+<attribute name="VALUE" x="147.32" y="7.366" size="1.778" layer="96" font="vector" rot="R180"/>
+<attribute name="NAME" x="147.32" y="-3.048" size="1.778" layer="95" font="vector" rot="R180"/>
 </instance>
 <instance part="J4" gate="G$1" x="38.1" y="109.22" smashed="yes" rot="MR270">
 <attribute name="VALUE" x="43.18" y="112.014" size="1.778" layer="96" font="vector" rot="MR0"/>
@@ -8684,29 +8689,29 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <attribute name="VALUE" x="147.32" y="94.234" size="1.778" layer="96" font="vector" rot="MR0"/>
 <attribute name="NAME" x="147.32" y="84.328" size="1.778" layer="95" font="vector" rot="MR0"/>
 </instance>
-<instance part="Q2" gate="G$1" x="86.36" y="7.62" smashed="yes">
-<attribute name="NAME" x="92.71" y="8.89" size="1.778" layer="95"/>
-<attribute name="VALUE" x="92.71" y="6.35" size="1.778" layer="96"/>
+<instance part="Q2" gate="G$1" x="48.26" y="2.54" smashed="yes">
+<attribute name="NAME" x="54.61" y="3.81" size="1.778" layer="95"/>
+<attribute name="VALUE" x="54.61" y="1.27" size="1.778" layer="96"/>
 </instance>
-<instance part="R2" gate="G$1" x="106.68" y="7.62" smashed="yes">
-<attribute name="NAME" x="102.87" y="9.1186" size="1.778" layer="95"/>
-<attribute name="VALUE" x="102.87" y="4.318" size="1.778" layer="96"/>
+<instance part="R2" gate="G$1" x="68.58" y="2.54" smashed="yes">
+<attribute name="NAME" x="64.77" y="4.0386" size="1.778" layer="95"/>
+<attribute name="VALUE" x="64.77" y="-0.762" size="1.778" layer="96"/>
 </instance>
-<instance part="R1" gate="G$1" x="81.28" y="0" smashed="yes" rot="R180">
-<attribute name="NAME" x="85.09" y="-1.4986" size="1.778" layer="95" rot="R180"/>
-<attribute name="VALUE" x="85.09" y="3.302" size="1.778" layer="96" rot="R180"/>
+<instance part="R1" gate="G$1" x="43.18" y="-5.08" smashed="yes" rot="R180">
+<attribute name="NAME" x="46.99" y="-6.5786" size="1.778" layer="95" rot="R180"/>
+<attribute name="VALUE" x="46.99" y="-1.778" size="1.778" layer="96" rot="R180"/>
 </instance>
-<instance part="D2" gate="G$1" x="99.06" y="-2.54" smashed="yes" rot="R270">
-<attribute name="NAME" x="104.14" y="-2.54" size="1.778" layer="95" rot="R270" align="center"/>
-<attribute name="VALUE" x="93.98" y="-2.54" size="1.778" layer="95" rot="R270" align="center"/>
+<instance part="D2" gate="G$1" x="60.96" y="-7.62" smashed="yes" rot="R270">
+<attribute name="NAME" x="66.04" y="-7.62" size="1.778" layer="95" rot="R270" align="center"/>
+<attribute name="VALUE" x="55.88" y="-7.62" size="1.778" layer="95" rot="R270" align="center"/>
 </instance>
-<instance part="Q4" gate="G$1" x="111.76" y="15.24" smashed="yes" rot="MR180">
-<attribute name="NAME" x="118.11" y="13.97" size="1.778" layer="95" rot="MR180"/>
-<attribute name="VALUE" x="118.11" y="16.51" size="1.778" layer="96" rot="MR180"/>
+<instance part="Q4" gate="G$1" x="73.66" y="10.16" smashed="yes" rot="MR180">
+<attribute name="NAME" x="80.01" y="8.89" size="1.778" layer="95" rot="MR180"/>
+<attribute name="VALUE" x="80.01" y="11.43" size="1.778" layer="96" rot="MR180"/>
 </instance>
-<instance part="D3" gate="G$1" x="81.28" y="-27.94" smashed="yes">
-<attribute name="NAME" x="81.28" y="-22.86" size="1.778" layer="95" align="center"/>
-<attribute name="VALUE" x="81.28" y="-33.02" size="1.778" layer="95" align="center"/>
+<instance part="D3" gate="G$1" x="43.18" y="-33.02" smashed="yes">
+<attribute name="NAME" x="43.18" y="-27.94" size="1.778" layer="95" align="center"/>
+<attribute name="VALUE" x="43.18" y="-38.1" size="1.778" layer="95" align="center"/>
 </instance>
 <instance part="Q5" gate="G$1" x="88.9" y="50.8" smashed="yes" rot="MR0">
 <attribute name="NAME" x="82.55" y="52.07" size="1.778" layer="95" rot="MR0"/>
@@ -8723,16 +8728,16 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <attribute name="NAME" x="128.27" y="85.09" size="1.778" layer="95"/>
 </instance>
 <instance part="D4" gate="D$1" x="-45.72" y="91.44" smashed="yes">
-<attribute name="NAME" x="-43.18" y="96.52" size="1.778" layer="95"/>
+<attribute name="NAME" x="-43.18" y="93.98" size="1.778" layer="95"/>
 </instance>
-<instance part="D6" gate="D$1" x="-7.62" y="43.18" smashed="yes">
-<attribute name="NAME" x="-5.08" y="48.26" size="1.778" layer="95"/>
+<instance part="D6" gate="D$1" x="-7.62" y="40.64" smashed="yes">
+<attribute name="NAME" x="-5.08" y="43.18" size="1.778" layer="95"/>
 </instance>
-<instance part="D7" gate="D$1" x="66.04" y="-2.54" smashed="yes">
-<attribute name="NAME" x="68.58" y="2.54" size="1.778" layer="95"/>
+<instance part="D7" gate="D$1" x="27.94" y="-7.62" smashed="yes">
+<attribute name="NAME" x="30.48" y="-5.08" size="1.778" layer="95"/>
 </instance>
-<instance part="D8" gate="D$1" x="81.28" y="-17.78" smashed="yes" rot="R90">
-<attribute name="NAME" x="76.2" y="-15.24" size="1.778" layer="95" rot="R90"/>
+<instance part="D8" gate="D$1" x="43.18" y="-22.86" smashed="yes" rot="R90">
+<attribute name="NAME" x="40.64" y="-20.32" size="1.778" layer="95" rot="R90"/>
 </instance>
 <instance part="R4" gate="G$1" x="91.44" y="43.18" smashed="yes">
 <attribute name="NAME" x="87.63" y="44.6786" size="1.778" layer="95"/>
@@ -8756,22 +8761,18 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <attribute name="NAME" x="27.94" y="86.36" size="1.778" layer="95"/>
 <attribute name="VALUE" x="20.32" y="40.64" size="1.778" layer="96"/>
 </instance>
-<instance part="S1" gate="G$1" x="88.9" y="-10.16" smashed="yes">
-<attribute name="NAME" x="88.9" y="-8.636" size="1.778" layer="95" font="vector" align="bottom-center"/>
+<instance part="S1" gate="G$1" x="50.8" y="-15.24" smashed="yes">
+<attribute name="NAME" x="50.8" y="-13.716" size="1.778" layer="95" font="vector" align="bottom-center"/>
 </instance>
 <instance part="SG1" gate="G$1" x="-68.58" y="38.1" smashed="yes" rot="R90">
 <attribute name="NAME" x="-74.93" y="35.56" size="1.778" layer="95" rot="R90"/>
 </instance>
-<instance part="R3" gate="G$1" x="101.6" y="27.94" smashed="yes">
-<attribute name="NAME" x="97.79" y="29.4386" size="1.778" layer="95"/>
-<attribute name="VALUE" x="97.79" y="24.638" size="1.778" layer="96"/>
+<instance part="R3" gate="G$1" x="101.6" y="17.78" smashed="yes">
+<attribute name="NAME" x="97.79" y="19.2786" size="1.778" layer="95"/>
+<attribute name="VALUE" x="97.79" y="14.478" size="1.778" layer="96"/>
 </instance>
-<instance part="D1" gate="D$1" x="121.92" y="30.48" smashed="yes">
-<attribute name="NAME" x="124.46" y="35.56" size="1.778" layer="95"/>
-</instance>
-<instance part="R6" gate="G$1" x="5.08" y="68.58" smashed="yes" rot="R180">
-<attribute name="NAME" x="8.89" y="67.0814" size="1.778" layer="95" rot="R180"/>
-<attribute name="VALUE" x="8.89" y="71.882" size="1.778" layer="96" rot="R180"/>
+<instance part="D1" gate="D$1" x="121.92" y="27.94" smashed="yes">
+<attribute name="NAME" x="124.46" y="30.48" size="1.778" layer="95"/>
 </instance>
 </instances>
 <busses>
@@ -8789,13 +8790,13 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <pinref part="D6" gate="D$1" pin="P$2"/>
 <wire x1="-12.7" y1="27.94" x2="-7.62" y2="27.94" width="0.1524" layer="91"/>
 <wire x1="-7.62" y1="27.94" x2="0" y2="27.94" width="0.1524" layer="91"/>
-<wire x1="-7.62" y1="35.56" x2="-7.62" y2="27.94" width="0.1524" layer="91"/>
+<wire x1="-7.62" y1="36.576" x2="-7.62" y2="27.94" width="0.1524" layer="91"/>
 <junction x="-7.62" y="27.94"/>
-<wire x1="-12.7" y1="27.94" x2="-12.7" y2="-10.16" width="0.1524" layer="91"/>
+<wire x1="-12.7" y1="27.94" x2="-12.7" y2="-15.24" width="0.1524" layer="91"/>
 <junction x="-12.7" y="27.94"/>
 <pinref part="GND2" gate="1" pin="GND"/>
 <pinref part="J7" gate="G$1" pin="1"/>
-<wire x1="-12.7" y1="-10.16" x2="-12.7" y2="-35.56" width="0.1524" layer="91"/>
+<wire x1="-12.7" y1="-15.24" x2="-12.7" y2="-35.56" width="0.1524" layer="91"/>
 <wire x1="-60.96" y1="66.04" x2="-53.34" y2="66.04" width="0.1524" layer="91"/>
 <label x="-55.88" y="66.04" size="1.778" layer="95" rot="MR0"/>
 <wire x1="-53.34" y1="66.04" x2="-53.34" y2="73.66" width="0.1524" layer="91"/>
@@ -8806,42 +8807,44 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <pinref part="J5" gate="J$1" pin="3"/>
 <wire x1="-60.96" y1="86.36" x2="-53.34" y2="86.36" width="0.1524" layer="91"/>
 <wire x1="-53.34" y1="86.36" x2="-53.34" y2="99.06" width="0.1524" layer="91"/>
-<wire x1="-53.34" y1="99.06" x2="-45.72" y2="99.06" width="0.1524" layer="91"/>
-<wire x1="-45.72" y1="99.06" x2="0" y2="99.06" width="0.1524" layer="91"/>
 <wire x1="0" y1="99.06" x2="0" y2="96.52" width="0.1524" layer="91"/>
 <pinref part="C1" gate="G$1" pin="1"/>
 <label x="-60.96" y="86.36" size="1.778" layer="95"/>
 <pinref part="D4" gate="D$1" pin="P$1"/>
-<junction x="-45.72" y="99.06"/>
 <wire x1="-53.34" y1="99.06" x2="-78.74" y2="99.06" width="0.1524" layer="91"/>
 <junction x="-53.34" y="99.06"/>
 <wire x1="-78.74" y1="99.06" x2="-78.74" y2="73.66" width="0.1524" layer="91"/>
 <junction x="-78.74" y="73.66"/>
-<wire x1="66.04" y1="-10.16" x2="-12.7" y2="-10.16" width="0.1524" layer="91"/>
-<junction x="-12.7" y="-10.16"/>
+<wire x1="27.94" y1="-15.24" x2="-12.7" y2="-15.24" width="0.1524" layer="91"/>
+<junction x="-12.7" y="-15.24"/>
 <pinref part="R1" gate="G$1" pin="1"/>
 <pinref part="Q2" gate="G$1" pin="S"/>
-<wire x1="73.66" y1="-5.08" x2="88.9" y2="-5.08" width="0.1524" layer="91"/>
-<wire x1="88.9" y1="-5.08" x2="88.9" y2="0" width="0.1524" layer="91"/>
-<label x="55.88" y="-10.16" size="1.778" layer="95"/>
-<wire x1="88.9" y1="0" x2="88.9" y2="2.54" width="0.1524" layer="91"/>
-<wire x1="83.82" y1="-10.16" x2="73.66" y2="-10.16" width="0.1524" layer="91"/>
-<wire x1="73.66" y1="-5.08" x2="73.66" y2="-10.16" width="0.1524" layer="91"/>
-<junction x="73.66" y="-10.16"/>
-<wire x1="73.66" y1="-10.16" x2="66.04" y2="-10.16" width="0.1524" layer="91"/>
-<wire x1="86.36" y1="0" x2="88.9" y2="0" width="0.1524" layer="91"/>
-<junction x="88.9" y="0"/>
+<wire x1="35.56" y1="-10.16" x2="50.8" y2="-10.16" width="0.1524" layer="91"/>
+<wire x1="50.8" y1="-10.16" x2="50.8" y2="-5.08" width="0.1524" layer="91"/>
+<label x="17.78" y="-15.24" size="1.778" layer="95"/>
+<wire x1="50.8" y1="-5.08" x2="50.8" y2="-2.54" width="0.1524" layer="91"/>
+<wire x1="45.72" y1="-15.24" x2="35.56" y2="-15.24" width="0.1524" layer="91"/>
+<wire x1="35.56" y1="-10.16" x2="35.56" y2="-15.24" width="0.1524" layer="91"/>
+<junction x="35.56" y="-15.24"/>
+<wire x1="48.26" y1="-5.08" x2="50.8" y2="-5.08" width="0.1524" layer="91"/>
+<junction x="50.8" y="-5.08"/>
 <pinref part="D7" gate="D$1" pin="P$2"/>
-<junction x="66.04" y="-10.16"/>
 <pinref part="D8" gate="D$1" pin="P$1"/>
-<wire x1="66.04" y1="-10.16" x2="66.04" y2="-17.78" width="0.1524" layer="91"/>
-<wire x1="66.04" y1="-17.78" x2="73.66" y2="-17.78" width="0.1524" layer="91"/>
+<wire x1="27.94" y1="-11.684" x2="27.94" y2="-15.24" width="0.1524" layer="91"/>
+<wire x1="27.94" y1="-15.24" x2="27.94" y2="-22.86" width="0.1524" layer="91"/>
+<wire x1="27.94" y1="-22.86" x2="39.116" y2="-22.86" width="0.1524" layer="91"/>
 <pinref part="U1" gate="G$1" pin="GND"/>
 <wire x1="-66.04" y1="35.56" x2="-66.04" y2="33.02" width="0.1524" layer="91"/>
 <wire x1="-66.04" y1="33.02" x2="-63.5" y2="33.02" width="0.1524" layer="91"/>
 <wire x1="-63.5" y1="33.02" x2="-63.5" y2="38.1" width="0.1524" layer="91"/>
 <pinref part="S1" gate="G$1" pin="1"/>
 <pinref part="SG1" gate="G$1" pin="1"/>
+<wire x1="27.94" y1="-15.24" x2="35.56" y2="-15.24" width="0.1524" layer="91"/>
+<junction x="27.94" y="-15.24"/>
+<wire x1="-53.34" y1="99.06" x2="-45.72" y2="99.06" width="0.1524" layer="91"/>
+<wire x1="-45.72" y1="99.06" x2="-45.72" y2="95.504" width="0.1524" layer="91"/>
+<wire x1="-45.72" y1="99.06" x2="0" y2="99.06" width="0.1524" layer="91"/>
+<junction x="-45.72" y="99.06"/>
 </segment>
 <segment>
 <wire x1="124.46" y1="78.74" x2="124.46" y2="68.58" width="0.1524" layer="91"/>
@@ -8859,23 +8862,23 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <wire x1="154.94" y1="68.58" x2="154.94" y2="30.48" width="0.1524" layer="91"/>
 <pinref part="GND1" gate="1" pin="GND"/>
 <pinref part="J3" gate="G$1" pin="2"/>
-<wire x1="154.94" y1="30.48" x2="154.94" y2="0" width="0.1524" layer="91"/>
-<wire x1="154.94" y1="0" x2="154.94" y2="-38.1" width="0.1524" layer="91"/>
-<wire x1="137.16" y1="5.08" x2="129.54" y2="5.08" width="0.1524" layer="91"/>
-<label x="132.08" y="5.08" size="1.778" layer="95"/>
-<wire x1="129.54" y1="5.08" x2="129.54" y2="0" width="0.1524" layer="91"/>
-<wire x1="129.54" y1="0" x2="154.94" y2="0" width="0.1524" layer="91"/>
-<junction x="154.94" y="0"/>
+<wire x1="154.94" y1="30.48" x2="154.94" y2="-7.62" width="0.1524" layer="91"/>
+<wire x1="154.94" y1="-7.62" x2="154.94" y2="-38.1" width="0.1524" layer="91"/>
+<wire x1="137.16" y1="0" x2="129.54" y2="0" width="0.1524" layer="91"/>
+<label x="132.08" y="0" size="1.778" layer="95"/>
+<wire x1="129.54" y1="0" x2="129.54" y2="-7.62" width="0.1524" layer="91"/>
+<wire x1="129.54" y1="-7.62" x2="154.94" y2="-7.62" width="0.1524" layer="91"/>
+<junction x="154.94" y="-7.62"/>
 <pinref part="Q5" gate="G$1" pin="S"/>
 <wire x1="86.36" y1="45.72" x2="86.36" y2="43.18" width="0.1524" layer="91"/>
 <wire x1="86.36" y1="43.18" x2="86.36" y2="38.1" width="0.1524" layer="91"/>
 <pinref part="R4" gate="G$1" pin="1"/>
 <junction x="86.36" y="43.18"/>
-<wire x1="86.36" y1="38.1" x2="121.92" y2="38.1" width="0.1524" layer="91"/>
 <label x="147.32" y="30.48" size="1.778" layer="95"/>
-<wire x1="121.92" y1="38.1" x2="137.16" y2="38.1" width="0.1524" layer="91"/>
-<wire x1="137.16" y1="38.1" x2="137.16" y2="30.48" width="0.1524" layer="91"/>
-<wire x1="137.16" y1="30.48" x2="154.94" y2="30.48" width="0.1524" layer="91"/>
+<wire x1="121.92" y1="32.004" x2="121.92" y2="38.1" width="0.1524" layer="91"/>
+<wire x1="121.92" y1="38.1" x2="132.08" y2="38.1" width="0.1524" layer="91"/>
+<wire x1="132.08" y1="38.1" x2="132.08" y2="30.48" width="0.1524" layer="91"/>
+<wire x1="132.08" y1="30.48" x2="154.94" y2="30.48" width="0.1524" layer="91"/>
 <junction x="154.94" y="30.48"/>
 <pinref part="J4" gate="G$1" pin="2"/>
 <wire x1="40.64" y1="101.6" x2="40.64" y2="93.98" width="0.1524" layer="91"/>
@@ -8886,10 +8889,13 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <wire x1="154.94" y1="99.06" x2="154.94" y2="68.58" width="0.1524" layer="91"/>
 <junction x="154.94" y="68.58"/>
 <pinref part="J1" gate="G$1" pin="1"/>
-<wire x1="137.16" y1="20.32" x2="137.16" y2="30.48" width="0.1524" layer="91"/>
-<junction x="137.16" y="30.48"/>
+<wire x1="137.16" y1="20.32" x2="132.08" y2="20.32" width="0.1524" layer="91"/>
+<wire x1="132.08" y1="20.32" x2="132.08" y2="30.48" width="0.1524" layer="91"/>
+<junction x="132.08" y="30.48"/>
 <pinref part="D1" gate="D$1" pin="P$1"/>
+<wire x1="86.36" y1="38.1" x2="121.92" y2="38.1" width="0.1524" layer="91"/>
 <junction x="121.92" y="38.1"/>
+<label x="132.08" y="20.32" size="1.778" layer="95"/>
 </segment>
 <segment>
 <pinref part="J7" gate="G$1" pin="5"/>
@@ -8905,9 +8911,9 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <label x="10.16" y="45.72" size="1.778" layer="95"/>
 <pinref part="U1" gate="G$1" pin="VIN"/>
 <pinref part="Q4" gate="G$1" pin="D"/>
-<wire x1="114.3" y1="20.32" x2="114.3" y2="22.86" width="0.1524" layer="91"/>
-<wire x1="114.3" y1="22.86" x2="5.08" y2="22.86" width="0.1524" layer="91"/>
-<label x="109.22" y="22.86" size="1.778" layer="95"/>
+<wire x1="76.2" y1="15.24" x2="76.2" y2="22.86" width="0.1524" layer="91"/>
+<wire x1="76.2" y1="22.86" x2="5.08" y2="22.86" width="0.1524" layer="91"/>
+<label x="71.12" y="15.24" size="1.778" layer="95"/>
 <wire x1="5.08" y1="45.72" x2="5.08" y2="22.86" width="0.1524" layer="91"/>
 </segment>
 </net>
@@ -8969,7 +8975,7 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <wire x1="-60.96" y1="63.5" x2="-50.8" y2="63.5" width="0.1524" layer="91"/>
 <label x="10.16" y="53.34" size="1.778" layer="95"/>
 <wire x1="15.24" y1="53.34" x2="-7.62" y2="53.34" width="0.1524" layer="91"/>
-<wire x1="-7.62" y1="53.34" x2="-7.62" y2="50.8" width="0.1524" layer="91"/>
+<wire x1="-7.62" y1="53.34" x2="-7.62" y2="44.704" width="0.1524" layer="91"/>
 <pinref part="D6" gate="D$1" pin="P$1"/>
 <wire x1="-50.8" y1="71.12" x2="-7.62" y2="71.12" width="0.1524" layer="91"/>
 <wire x1="-7.62" y1="71.12" x2="-7.62" y2="53.34" width="0.1524" layer="91"/>
@@ -8987,12 +8993,11 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <wire x1="5.08" y1="81.28" x2="5.08" y2="73.66" width="0.1524" layer="91"/>
 <wire x1="5.08" y1="73.66" x2="15.24" y2="73.66" width="0.1524" layer="91"/>
 <label x="10.16" y="73.66" size="1.778" layer="95"/>
-<label x="-33.02" y="83.82" size="1.778" layer="95"/>
 <pinref part="D4" gate="D$1" pin="P$2"/>
 <wire x1="5.08" y1="81.28" x2="0" y2="81.28" width="0.1524" layer="91"/>
 <junction x="0" y="81.28"/>
 <wire x1="-60.96" y1="81.28" x2="-45.72" y2="81.28" width="0.1524" layer="91"/>
-<wire x1="-45.72" y1="81.28" x2="-45.72" y2="83.82" width="0.1524" layer="91"/>
+<wire x1="-45.72" y1="81.28" x2="-45.72" y2="87.376" width="0.1524" layer="91"/>
 <wire x1="-45.72" y1="81.28" x2="0" y2="81.28" width="0.1524" layer="91"/>
 <junction x="-45.72" y="81.28"/>
 <pinref part="U1" gate="G$1" pin="A0"/>
@@ -9038,26 +9043,21 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 </segment>
 <segment>
 <pinref part="J1" gate="G$1" pin="2"/>
-<wire x1="137.16" y1="17.78" x2="127" y2="17.78" width="0.1524" layer="91"/>
-<wire x1="127" y1="17.78" x2="127" y2="22.86" width="0.1524" layer="91"/>
-<wire x1="127" y1="22.86" x2="127" y2="30.48" width="0.1524" layer="91"/>
+<wire x1="137.16" y1="17.78" x2="121.92" y2="17.78" width="0.1524" layer="91"/>
 <pinref part="R3" gate="G$1" pin="2"/>
 <label x="129.54" y="17.78" size="1.778" layer="95"/>
-<wire x1="116.84" y1="27.94" x2="106.68" y2="27.94" width="0.1524" layer="91"/>
-<label x="127" y="30.48" size="1.778" layer="95"/>
+<wire x1="121.92" y1="17.78" x2="106.68" y2="17.78" width="0.1524" layer="91"/>
+<label x="121.92" y="10.16" size="1.778" layer="95"/>
 <pinref part="D1" gate="D$1" pin="P$2"/>
-<wire x1="121.92" y1="22.86" x2="127" y2="22.86" width="0.1524" layer="91"/>
-<junction x="127" y="22.86"/>
-<wire x1="116.84" y1="27.94" x2="116.84" y2="22.86" width="0.1524" layer="91"/>
-<wire x1="116.84" y1="22.86" x2="121.92" y2="22.86" width="0.1524" layer="91"/>
-<junction x="121.92" y="22.86"/>
+<wire x1="121.92" y1="23.876" x2="121.92" y2="17.78" width="0.1524" layer="91"/>
+<junction x="121.92" y="17.78"/>
 </segment>
 </net>
 <net name="BTN" class="0">
 <segment>
 <pinref part="D3" gate="G$1" pin="A"/>
-<label x="55.88" y="-27.94" size="1.778" layer="95"/>
-<wire x1="55.88" y1="-27.94" x2="76.2" y2="-27.94" width="0.1524" layer="91"/>
+<label x="17.78" y="-33.02" size="1.778" layer="95"/>
+<wire x1="17.78" y1="-33.02" x2="38.1" y2="-33.02" width="0.1524" layer="91"/>
 </segment>
 <segment>
 <wire x1="45.72" y1="68.58" x2="53.34" y2="68.58" width="0.1524" layer="91"/>
@@ -9067,10 +9067,9 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 </net>
 <net name="BAT" class="0">
 <segment>
-<wire x1="15.24" y1="68.58" x2="10.16" y2="68.58" width="0.1524" layer="91"/>
+<wire x1="15.24" y1="68.58" x2="7.62" y2="68.58" width="0.1524" layer="91"/>
 <label x="10.16" y="68.58" size="1.778" layer="95"/>
 <pinref part="U1" gate="G$1" pin="A2"/>
-<pinref part="R6" gate="G$1" pin="1"/>
 </segment>
 <segment>
 <pinref part="J2" gate="G$1" pin="2"/>
@@ -9129,15 +9128,16 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <segment>
 <pinref part="Q2" gate="G$1" pin="G"/>
 <pinref part="R1" gate="G$1" pin="2"/>
-<wire x1="83.82" y1="5.08" x2="73.66" y2="5.08" width="0.1524" layer="91"/>
-<label x="55.88" y="5.08" size="1.778" layer="95"/>
-<wire x1="73.66" y1="5.08" x2="66.04" y2="5.08" width="0.1524" layer="91"/>
-<wire x1="66.04" y1="5.08" x2="55.88" y2="5.08" width="0.1524" layer="91"/>
-<wire x1="73.66" y1="5.08" x2="73.66" y2="0" width="0.1524" layer="91"/>
-<junction x="73.66" y="5.08"/>
-<wire x1="73.66" y1="0" x2="76.2" y2="0" width="0.1524" layer="91"/>
+<wire x1="45.72" y1="0" x2="35.56" y2="0" width="0.1524" layer="91"/>
+<label x="17.78" y="0" size="1.778" layer="95"/>
+<wire x1="27.94" y1="-3.556" x2="27.94" y2="0" width="0.1524" layer="91"/>
+<wire x1="27.94" y1="0" x2="17.78" y2="0" width="0.1524" layer="91"/>
+<wire x1="35.56" y1="0" x2="35.56" y2="-5.08" width="0.1524" layer="91"/>
+<junction x="35.56" y="0"/>
+<wire x1="35.56" y1="-5.08" x2="38.1" y2="-5.08" width="0.1524" layer="91"/>
 <pinref part="D7" gate="D$1" pin="P$1"/>
-<junction x="66.04" y="5.08"/>
+<wire x1="27.94" y1="0" x2="35.56" y2="0" width="0.1524" layer="91"/>
+<junction x="27.94" y="0"/>
 </segment>
 <segment>
 <wire x1="45.72" y1="71.12" x2="53.34" y2="71.12" width="0.1524" layer="91"/>
@@ -9154,12 +9154,13 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <segment>
 <pinref part="R2" gate="G$1" pin="2"/>
 <pinref part="Q4" gate="G$1" pin="S"/>
-<wire x1="114.3" y1="10.16" x2="114.3" y2="7.62" width="0.1524" layer="91"/>
-<wire x1="114.3" y1="7.62" x2="111.76" y2="7.62" width="0.1524" layer="91"/>
+<wire x1="76.2" y1="5.08" x2="76.2" y2="2.54" width="0.1524" layer="91"/>
+<wire x1="76.2" y1="2.54" x2="73.66" y2="2.54" width="0.1524" layer="91"/>
 <pinref part="J3" gate="G$1" pin="1"/>
-<wire x1="137.16" y1="7.62" x2="114.3" y2="7.62" width="0.1524" layer="91"/>
-<junction x="114.3" y="7.62"/>
-<label x="119.38" y="7.62" size="1.778" layer="95"/>
+<wire x1="137.16" y1="2.54" x2="76.2" y2="2.54" width="0.1524" layer="91"/>
+<junction x="76.2" y="2.54"/>
+<label x="81.28" y="2.54" size="1.778" layer="95"/>
+<label x="132.08" y="2.54" size="1.778" layer="95"/>
 </segment>
 </net>
 <net name="N$2" class="0">
@@ -9167,30 +9168,30 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <pinref part="Q4" gate="G$1" pin="G"/>
 <pinref part="R2" gate="G$1" pin="1"/>
 <pinref part="Q2" gate="G$1" pin="D"/>
-<wire x1="99.06" y1="12.7" x2="88.9" y2="12.7" width="0.1524" layer="91"/>
-<junction x="99.06" y="12.7"/>
-<wire x1="109.22" y1="12.7" x2="99.06" y2="12.7" width="0.1524" layer="91"/>
+<wire x1="60.96" y1="7.62" x2="50.8" y2="7.62" width="0.1524" layer="91"/>
+<junction x="60.96" y="7.62"/>
+<wire x1="71.12" y1="7.62" x2="60.96" y2="7.62" width="0.1524" layer="91"/>
 <pinref part="D2" gate="G$1" pin="A"/>
-<wire x1="99.06" y1="2.54" x2="99.06" y2="7.62" width="0.1524" layer="91"/>
-<junction x="99.06" y="12.7"/>
-<wire x1="99.06" y1="7.62" x2="99.06" y2="12.7" width="0.1524" layer="91"/>
-<wire x1="101.6" y1="7.62" x2="99.06" y2="7.62" width="0.1524" layer="91"/>
-<junction x="99.06" y="7.62"/>
+<wire x1="60.96" y1="-2.54" x2="60.96" y2="2.54" width="0.1524" layer="91"/>
+<junction x="60.96" y="7.62"/>
+<wire x1="60.96" y1="2.54" x2="60.96" y2="7.62" width="0.1524" layer="91"/>
+<wire x1="63.5" y1="2.54" x2="60.96" y2="2.54" width="0.1524" layer="91"/>
+<junction x="60.96" y="2.54"/>
 </segment>
 </net>
 <net name="N$5" class="0">
 <segment>
 <pinref part="D3" gate="G$1" pin="C"/>
 <pinref part="D2" gate="G$1" pin="C"/>
-<wire x1="86.36" y1="-27.94" x2="99.06" y2="-27.94" width="0.1524" layer="91"/>
-<wire x1="99.06" y1="-10.16" x2="99.06" y2="-7.62" width="0.1524" layer="91"/>
-<wire x1="99.06" y1="-17.78" x2="99.06" y2="-27.94" width="0.1524" layer="91"/>
-<wire x1="99.06" y1="-17.78" x2="88.9" y2="-17.78" width="0.1524" layer="91"/>
-<junction x="99.06" y="-17.78"/>
+<wire x1="48.26" y1="-33.02" x2="60.96" y2="-33.02" width="0.1524" layer="91"/>
+<wire x1="60.96" y1="-15.24" x2="60.96" y2="-12.7" width="0.1524" layer="91"/>
+<wire x1="60.96" y1="-22.86" x2="60.96" y2="-33.02" width="0.1524" layer="91"/>
+<wire x1="60.96" y1="-22.86" x2="47.244" y2="-22.86" width="0.1524" layer="91"/>
+<junction x="60.96" y="-22.86"/>
 <pinref part="D8" gate="D$1" pin="P$2"/>
-<wire x1="99.06" y1="-10.16" x2="93.98" y2="-10.16" width="0.1524" layer="91"/>
-<wire x1="99.06" y1="-10.16" x2="99.06" y2="-17.78" width="0.1524" layer="91"/>
-<junction x="99.06" y="-10.16"/>
+<wire x1="60.96" y1="-15.24" x2="55.88" y2="-15.24" width="0.1524" layer="91"/>
+<wire x1="60.96" y1="-15.24" x2="60.96" y2="-22.86" width="0.1524" layer="91"/>
+<junction x="60.96" y="-15.24"/>
 <pinref part="S1" gate="G$1" pin="2"/>
 </segment>
 </net>
@@ -9230,19 +9231,13 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <net name="ST" class="0">
 <segment>
 <pinref part="U1" gate="G$1" pin="D2"/>
-<wire x1="45.72" y1="55.88" x2="76.2" y2="55.88" width="0.1524" layer="91"/>
-<wire x1="76.2" y1="55.88" x2="76.2" y2="27.94" width="0.1524" layer="91"/>
+<wire x1="45.72" y1="55.88" x2="78.74" y2="55.88" width="0.1524" layer="91"/>
+<wire x1="78.74" y1="55.88" x2="78.74" y2="17.78" width="0.1524" layer="91"/>
 <pinref part="R3" gate="G$1" pin="1"/>
-<wire x1="76.2" y1="27.94" x2="96.52" y2="27.94" width="0.1524" layer="91"/>
+<wire x1="78.74" y1="17.78" x2="96.52" y2="17.78" width="0.1524" layer="91"/>
 <label x="45.72" y="55.88" size="1.778" layer="95"/>
 </segment>
 </net>
-<net name="N$3" class="0">
-<segment>
-<pinref part="R6" gate="G$1" pin="2"/>
-<wire x1="0" y1="68.58" x2="-5.08" y2="68.58" width="0.1524" layer="91"/>
-</segment>
-</net>
 </nets>
 </sheet>
 </sheets>

+ 166 - 172
schematic/ECU.s#5

@@ -6623,7 +6623,7 @@ grid 2.54 mm</description>
 <packageinstance name="TO92"/>
 </packageinstances>
 </package3d>
-<package3d name="TO220BV" urn="urn:adsk.eagle:package:29484/3" type="model" library_version="4">
+<package3d name="TO220BV" urn="urn:adsk.eagle:package:29484/4" type="model" library_version="5">
 <description>Molded Package
 grid 2.54 mm</description>
 <packageinstances>
@@ -6718,7 +6718,7 @@ grid 2.54 mm</description>
 </symbol>
 </symbols>
 <devicesets>
-<deviceset name="NMOSFET" urn="urn:adsk.eagle:component:16378730/3" prefix="Q" library_version="4">
+<deviceset name="NMOSFET" urn="urn:adsk.eagle:component:16378730/4" prefix="Q" library_version="5">
 <description>&lt;b&gt; N-Channel MOSFET - Generic</description>
 <gates>
 <gate name="G$1" symbol="MFNS" x="-2.54" y="0"/>
@@ -6747,6 +6747,7 @@ grid 2.54 mm</description>
 <attribute name="SUB-CATEGORY" value="MOSFET" constant="no"/>
 <attribute name="THERMALLOSS" value="" constant="no"/>
 <attribute name="TYPE" value="N-Channel" constant="no"/>
+<attribute name="VALUE" value="NMOSFET" constant="no"/>
 </technology>
 <technology name="_">
 <attribute name="CATEGORY" value="Transistor" constant="no"/>
@@ -6761,6 +6762,7 @@ grid 2.54 mm</description>
 <attribute name="SUB-CATEGORY" value="MOSFET" constant="no"/>
 <attribute name="THERMALLOSS" value="" constant="no"/>
 <attribute name="TYPE" value="N-Channel" constant="no"/>
+<attribute name="VALUE" value="NMOSFET" constant="no"/>
 </technology>
 </technologies>
 </device>
@@ -6787,6 +6789,7 @@ grid 2.54 mm</description>
 <attribute name="SUB-CATEGORY" value="MOSFET" constant="no"/>
 <attribute name="THERMALLOSS" value="" constant="no"/>
 <attribute name="TYPE" value="N-Channel" constant="no"/>
+<attribute name="VALUE" value="NMOSFET" constant="no"/>
 </technology>
 </technologies>
 </device>
@@ -6797,7 +6800,7 @@ grid 2.54 mm</description>
 <connect gate="G$1" pin="S" pad="S"/>
 </connects>
 <package3dinstances>
-<package3dinstance package3d_urn="urn:adsk.eagle:package:29484/3"/>
+<package3dinstance package3d_urn="urn:adsk.eagle:package:29484/4"/>
 </package3dinstances>
 <technologies>
 <technology name="_">
@@ -6813,12 +6816,13 @@ grid 2.54 mm</description>
 <attribute name="SUB-CATEGORY" value="MOSFET" constant="no"/>
 <attribute name="THERMALLOSS" value="" constant="no"/>
 <attribute name="TYPE" value="N-Channel" constant="no"/>
+<attribute name="VALUE" value="NMOSFET" constant="no"/>
 </technology>
 </technologies>
 </device>
 </devices>
 </deviceset>
-<deviceset name="PMOSFET_" urn="urn:adsk.eagle:component:16378732/3" prefix="Q" library_version="4">
+<deviceset name="PMOSFET_" urn="urn:adsk.eagle:component:16378732/4" prefix="Q" library_version="5">
 <description>&lt;b&gt;P-Channel MOSFET - Popular parts&lt;/b&gt;</description>
 <gates>
 <gate name="G$1" symbol="MFPS" x="-2.54" y="0"/>
@@ -6837,30 +6841,32 @@ grid 2.54 mm</description>
 <technology name="BSS84">
 <attribute name="CATEGORY" value="Transistor" constant="no"/>
 <attribute name="DESCRIPTION" value="MOSFET P-CH 50V 130MA SOT-23"/>
-<attribute name="DRAIN_CURRENT" value="" constant="no"/>
+<attribute name="DRAIN_CURRENT" value="130mA" constant="no"/>
 <attribute name="MANUFACTURER" value="ON Semiconductor" constant="no"/>
 <attribute name="MPN" value="BSS84" constant="no"/>
-<attribute name="OPERATING_TEMP" value="" constant="no"/>
-<attribute name="PART_STATUS" value="" constant="no"/>
-<attribute name="ROHS_COMPLIANT" value="" constant="no"/>
+<attribute name="OPERATING_TEMP" value="-55°C ~ 150°C" constant="no"/>
+<attribute name="PART_STATUS" value="Active" constant="no"/>
+<attribute name="ROHS_COMPLIANT" value="Yes" constant="no"/>
 <attribute name="SERIES" value="" constant="no"/>
 <attribute name="SUB-CATEGORY" value="MOSFET" constant="no"/>
-<attribute name="THERMALLOSS" value="" constant="no"/>
+<attribute name="THERMALLOSS" value="360mW" constant="no"/>
 <attribute name="TYPE" value="P-Channel" constant="no"/>
+<attribute name="VALUE" value="BSS84" constant="no"/>
 </technology>
 <technology name="IRLML5203">
 <attribute name="CATEGORY" value="Transistor" constant="no"/>
 <attribute name="DESCRIPTION" value="MOSFET P-CH 30V 3A SOT-23" constant="no"/>
-<attribute name="DRAIN_CURRENT" value="" constant="no"/>
+<attribute name="DRAIN_CURRENT" value="3A" constant="no"/>
 <attribute name="MANUFACTURER" value="Infineon Technologies" constant="no"/>
 <attribute name="MPN" value="IRLML5203TRPBF" constant="no"/>
-<attribute name="OPERATING_TEMP" value="" constant="no"/>
-<attribute name="PART_STATUS" value="" constant="no"/>
-<attribute name="ROHS_COMPLIANT" value="" constant="no"/>
+<attribute name="OPERATING_TEMP" value="-55°C ~ 150°C" constant="no"/>
+<attribute name="PART_STATUS" value="Active" constant="no"/>
+<attribute name="ROHS_COMPLIANT" value="Yes" constant="no"/>
 <attribute name="SERIES" value="" constant="no"/>
 <attribute name="SUB-CATEGORY" value="MOSFET" constant="no"/>
-<attribute name="THERMALLOSS" value="" constant="no"/>
+<attribute name="THERMALLOSS" value="1.25W" constant="no"/>
 <attribute name="TYPE" value="P-Channel" constant="no"/>
+<attribute name="VALUE" value="IRLML5203" constant="no"/>
 </technology>
 </technologies>
 </device>
@@ -7267,13 +7273,6 @@ Source: http://www.vishay.com .. dcrcw.pdf</description>
 <packageinstance name="R3225"/>
 </packageinstances>
 </package3d>
-<package3d name="R4527" urn="urn:adsk.eagle:package:13310/1" type="box" library_version="1">
-<description>Package 4527
-Source: http://www.vishay.com/docs/31059/wsrhigh.pdf</description>
-<packageinstances>
-<packageinstance name="R4527"/>
-</packageinstances>
-</package3d>
 <package3d name="R5025" urn="urn:adsk.eagle:package:13308/1" type="box" library_version="1">
 <description>RESISTOR</description>
 <packageinstances>
@@ -7287,6 +7286,13 @@ Source: http://download.siliconexpert.com/pdfs/2005/02/24/Semi_Ap/2/VSH/Resistor
 <packageinstance name="R6332"/>
 </packageinstances>
 </package3d>
+<package3d name="R4527" urn="urn:adsk.eagle:package:13310/2" type="model" library_version="3">
+<description>Package 4527
+Source: http://www.vishay.com/docs/31059/wsrhigh.pdf</description>
+<packageinstances>
+<packageinstance name="R4527"/>
+</packageinstances>
+</package3d>
 </packages3d>
 <symbols>
 <symbol name="R" urn="urn:adsk.eagle:symbol:13232/1" library_version="1">
@@ -7303,7 +7309,7 @@ Source: http://download.siliconexpert.com/pdfs/2005/02/24/Semi_Ap/2/VSH/Resistor
 </symbol>
 </symbols>
 <devicesets>
-<deviceset name="R" urn="urn:adsk.eagle:component:13322/1" prefix="R" uservalue="yes" library_version="1">
+<deviceset name="R" urn="urn:adsk.eagle:component:13322/2" prefix="R" uservalue="yes" library_version="3">
 <description>&lt;B&gt;RESISTOR&lt;/B&gt;, European symbol</description>
 <gates>
 <gate name="G$1" symbol="R" x="0" y="0"/>
@@ -7540,7 +7546,7 @@ Source: http://download.siliconexpert.com/pdfs/2005/02/24/Semi_Ap/2/VSH/Resistor
 <connect gate="G$1" pin="2" pad="2"/>
 </connects>
 <package3dinstances>
-<package3dinstance package3d_urn="urn:adsk.eagle:package:13310/1"/>
+<package3dinstance package3d_urn="urn:adsk.eagle:package:13310/2"/>
 </package3dinstances>
 <technologies>
 <technology name="">
@@ -7666,19 +7672,19 @@ Source: http://download.siliconexpert.com/pdfs/2005/02/24/Semi_Ap/2/VSH/Resistor
 </packages3d>
 <symbols>
 <symbol name="TVS_DIODE">
-<wire x1="0" y1="0" x2="-2.54" y2="2.54" width="0.254" layer="94"/>
-<wire x1="2.54" y1="2.54" x2="0" y2="0" width="0.254" layer="94"/>
-<wire x1="-5.08" y1="-2.54" x2="-2.54" y2="0" width="0.254" layer="94"/>
-<wire x1="-2.54" y1="0" x2="2.54" y2="0" width="0.254" layer="94"/>
-<wire x1="2.54" y1="0" x2="5.08" y2="2.54" width="0.254" layer="94"/>
-<wire x1="0" y1="0" x2="-2.54" y2="-2.54" width="0.254" layer="94"/>
-<wire x1="2.54" y1="-2.54" x2="0" y2="0" width="0.254" layer="94"/>
-<wire x1="-2.54" y1="2.54" x2="2.54" y2="2.54" width="0.254" layer="94"/>
-<wire x1="-2.54" y1="-2.54" x2="2.54" y2="-2.54" width="0.254" layer="94"/>
-<pin name="P$1" x="0" y="7.62" visible="off" length="middle" rot="R270"/>
-<pin name="P$2" x="0" y="-7.62" visible="off" length="middle" rot="R90"/>
-<text x="2.54" y="5.08" size="1.778" layer="95">&gt;NAME</text>
-<text x="2.54" y="-7.62" size="1.778" layer="96">&gt;VALUE</text>
+<wire x1="0" y1="0" x2="-1.27" y2="1.524" width="0.254" layer="94"/>
+<wire x1="1.27" y1="1.524" x2="0" y2="0" width="0.254" layer="94"/>
+<wire x1="-1.778" y1="-0.508" x2="-1.27" y2="0" width="0.254" layer="94"/>
+<wire x1="-1.27" y1="0" x2="1.27" y2="0" width="0.254" layer="94"/>
+<wire x1="1.27" y1="0" x2="1.778" y2="0.508" width="0.254" layer="94"/>
+<wire x1="0" y1="0" x2="-1.27" y2="-1.524" width="0.254" layer="94"/>
+<wire x1="1.27" y1="-1.524" x2="0" y2="0" width="0.254" layer="94"/>
+<wire x1="-1.27" y1="1.524" x2="1.27" y2="1.524" width="0.254" layer="94"/>
+<wire x1="-1.27" y1="-1.524" x2="1.27" y2="-1.524" width="0.254" layer="94"/>
+<pin name="P$1" x="0" y="4.064" visible="off" length="short" rot="R270"/>
+<pin name="P$2" x="0" y="-4.064" visible="off" length="short" rot="R90"/>
+<text x="2.54" y="2.54" size="1.778" layer="95">&gt;NAME</text>
+<text x="2.54" y="-2.54" size="1.778" layer="96">&gt;VALUE</text>
 </symbol>
 <symbol name="ARDUINO">
 <wire x1="-10.16" y1="20.32" x2="-10.16" y2="-20.32" width="0.254" layer="94"/>
@@ -8625,16 +8631,16 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <part name="J5" library="SparkFun-Connectors" library_urn="urn:adsk.eagle:library:513" deviceset="CONN_03" device="" package3d_urn="urn:adsk.eagle:package:38063/1" value="THROTTLE"/>
 <part name="C1" library="Capacitor" library_urn="urn:adsk.eagle:library:16290819" deviceset="C" device="CHIP-1206(3216-METRIC)" package3d_urn="urn:adsk.eagle:package:16290893/2" technology="_" value="0.1uF"/>
 <part name="J6" library="SparkFun-Connectors" library_urn="urn:adsk.eagle:library:513" deviceset="CONN_02" device="" package3d_urn="urn:adsk.eagle:package:38039/1" value="LED"/>
-<part name="Q2" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" deviceset="NMOSFET" device="SOT23" package3d_urn="urn:adsk.eagle:package:28738/2" value=""/>
+<part name="Q2" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" deviceset="NMOSFET" device="SOT23" package3d_urn="urn:adsk.eagle:package:28738/2" value="NMOSFET"/>
 <part name="R2" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="R1206" package3d_urn="urn:adsk.eagle:package:13301/1" value="10K"/>
 <part name="R1" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="R1206" package3d_urn="urn:adsk.eagle:package:13301/1" value="10K"/>
 <part name="D2" library="Diode" library_urn="urn:adsk.eagle:library:16378169" deviceset="DIODE" device="DO-215-AC" package3d_urn="urn:adsk.eagle:package:9427057/2" technology="_" value=""/>
-<part name="Q4" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" deviceset="PMOSFET_" device="" package3d_urn="urn:adsk.eagle:package:28738/2" technology="BSS84" value=""/>
+<part name="Q4" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" deviceset="PMOSFET_" device="" package3d_urn="urn:adsk.eagle:package:28738/2" technology="BSS84" value="BSS84"/>
 <part name="D3" library="Diode" library_urn="urn:adsk.eagle:library:16378169" deviceset="DIODE" device="DO-215-AC" package3d_urn="urn:adsk.eagle:package:9427057/2" technology="_" value=""/>
-<part name="Q5" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" deviceset="NMOSFET" device="SOT23" package3d_urn="urn:adsk.eagle:package:28738/2"/>
+<part name="Q5" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" deviceset="NMOSFET" device="SOT23" package3d_urn="urn:adsk.eagle:package:28738/2" value="NMOSFET"/>
 <part name="J7" library="SparkFun-Connectors" library_urn="urn:adsk.eagle:library:513" deviceset="CONN_06" device="SILK_FEMALE_PTH" package3d_urn="urn:adsk.eagle:package:38009/1" value="SPEED"/>
 <part name="C3" library="Capacitor" library_urn="urn:adsk.eagle:library:16290819" deviceset="C" device="CHIP-1206(3216-METRIC)" package3d_urn="urn:adsk.eagle:package:16290893/2" technology="_" value="0.1uF"/>
-<part name="Q1" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" deviceset="NMOSFET" device="SOT23" package3d_urn="urn:adsk.eagle:package:28738/2"/>
+<part name="Q1" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" deviceset="NMOSFET" device="SOT23" package3d_urn="urn:adsk.eagle:package:28738/2" value="NMOSFET"/>
 <part name="D4" library="eScooter" deviceset="TVS_DIODE" device="SMA" package3d_urn="urn:adsk.eagle:package:21928182/1"/>
 <part name="D6" library="eScooter" deviceset="TVS_DIODE" device="SMA" package3d_urn="urn:adsk.eagle:package:21928182/1"/>
 <part name="D7" library="eScooter" deviceset="TVS_DIODE" device="SMA" package3d_urn="urn:adsk.eagle:package:21928182/1"/>
@@ -8649,7 +8655,6 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <part name="SG1" library="buzzer" deviceset="F/HGP" device="" package3d_urn="urn:adsk.eagle:package:5287/1"/>
 <part name="R3" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="R1206" package3d_urn="urn:adsk.eagle:package:13301/1" value="10K"/>
 <part name="D1" library="eScooter" deviceset="TVS_DIODE" device="SMA" package3d_urn="urn:adsk.eagle:package:21928182/1"/>
-<part name="R6" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="R1206" package3d_urn="urn:adsk.eagle:package:13301/1" value="10K"/>
 </parts>
 <sheets>
 <sheet>
@@ -8664,9 +8669,9 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <attribute name="VALUE" x="147.32" y="60.706" size="1.778" layer="96" font="vector" rot="R180"/>
 <attribute name="NAME" x="147.32" y="40.132" size="1.778" layer="95" font="vector" rot="R180"/>
 </instance>
-<instance part="J3" gate="G$1" x="144.78" y="7.62" smashed="yes" rot="R180">
-<attribute name="VALUE" x="147.32" y="12.446" size="1.778" layer="96" font="vector" rot="R180"/>
-<attribute name="NAME" x="147.32" y="2.032" size="1.778" layer="95" font="vector" rot="R180"/>
+<instance part="J3" gate="G$1" x="144.78" y="2.54" smashed="yes" rot="R180">
+<attribute name="VALUE" x="147.32" y="7.366" size="1.778" layer="96" font="vector" rot="R180"/>
+<attribute name="NAME" x="147.32" y="-3.048" size="1.778" layer="95" font="vector" rot="R180"/>
 </instance>
 <instance part="J4" gate="G$1" x="38.1" y="109.22" smashed="yes" rot="MR270">
 <attribute name="VALUE" x="43.18" y="112.014" size="1.778" layer="96" font="vector" rot="MR0"/>
@@ -8684,29 +8689,29 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <attribute name="VALUE" x="147.32" y="94.234" size="1.778" layer="96" font="vector" rot="MR0"/>
 <attribute name="NAME" x="147.32" y="84.328" size="1.778" layer="95" font="vector" rot="MR0"/>
 </instance>
-<instance part="Q2" gate="G$1" x="86.36" y="7.62" smashed="yes">
-<attribute name="NAME" x="92.71" y="8.89" size="1.778" layer="95"/>
-<attribute name="VALUE" x="92.71" y="6.35" size="1.778" layer="96"/>
+<instance part="Q2" gate="G$1" x="48.26" y="2.54" smashed="yes">
+<attribute name="NAME" x="54.61" y="3.81" size="1.778" layer="95"/>
+<attribute name="VALUE" x="54.61" y="1.27" size="1.778" layer="96"/>
 </instance>
-<instance part="R2" gate="G$1" x="106.68" y="7.62" smashed="yes">
-<attribute name="NAME" x="102.87" y="9.1186" size="1.778" layer="95"/>
-<attribute name="VALUE" x="102.87" y="4.318" size="1.778" layer="96"/>
+<instance part="R2" gate="G$1" x="68.58" y="2.54" smashed="yes">
+<attribute name="NAME" x="64.77" y="4.0386" size="1.778" layer="95"/>
+<attribute name="VALUE" x="64.77" y="-0.762" size="1.778" layer="96"/>
 </instance>
-<instance part="R1" gate="G$1" x="81.28" y="0" smashed="yes" rot="R180">
-<attribute name="NAME" x="85.09" y="-1.4986" size="1.778" layer="95" rot="R180"/>
-<attribute name="VALUE" x="85.09" y="3.302" size="1.778" layer="96" rot="R180"/>
+<instance part="R1" gate="G$1" x="43.18" y="-5.08" smashed="yes" rot="R180">
+<attribute name="NAME" x="46.99" y="-6.5786" size="1.778" layer="95" rot="R180"/>
+<attribute name="VALUE" x="46.99" y="-1.778" size="1.778" layer="96" rot="R180"/>
 </instance>
-<instance part="D2" gate="G$1" x="99.06" y="-2.54" smashed="yes" rot="R270">
-<attribute name="NAME" x="104.14" y="-2.54" size="1.778" layer="95" rot="R270" align="center"/>
-<attribute name="VALUE" x="93.98" y="-2.54" size="1.778" layer="95" rot="R270" align="center"/>
+<instance part="D2" gate="G$1" x="60.96" y="-7.62" smashed="yes" rot="R270">
+<attribute name="NAME" x="66.04" y="-7.62" size="1.778" layer="95" rot="R270" align="center"/>
+<attribute name="VALUE" x="55.88" y="-7.62" size="1.778" layer="95" rot="R270" align="center"/>
 </instance>
-<instance part="Q4" gate="G$1" x="111.76" y="15.24" smashed="yes" rot="MR180">
-<attribute name="NAME" x="118.11" y="13.97" size="1.778" layer="95" rot="MR180"/>
-<attribute name="VALUE" x="118.11" y="16.51" size="1.778" layer="96" rot="MR180"/>
+<instance part="Q4" gate="G$1" x="73.66" y="10.16" smashed="yes" rot="MR180">
+<attribute name="NAME" x="80.01" y="8.89" size="1.778" layer="95" rot="MR180"/>
+<attribute name="VALUE" x="80.01" y="11.43" size="1.778" layer="96" rot="MR180"/>
 </instance>
-<instance part="D3" gate="G$1" x="81.28" y="-27.94" smashed="yes">
-<attribute name="NAME" x="81.28" y="-22.86" size="1.778" layer="95" align="center"/>
-<attribute name="VALUE" x="81.28" y="-33.02" size="1.778" layer="95" align="center"/>
+<instance part="D3" gate="G$1" x="43.18" y="-33.02" smashed="yes">
+<attribute name="NAME" x="43.18" y="-27.94" size="1.778" layer="95" align="center"/>
+<attribute name="VALUE" x="43.18" y="-38.1" size="1.778" layer="95" align="center"/>
 </instance>
 <instance part="Q5" gate="G$1" x="88.9" y="50.8" smashed="yes" rot="MR0">
 <attribute name="NAME" x="82.55" y="52.07" size="1.778" layer="95" rot="MR0"/>
@@ -8723,16 +8728,16 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <attribute name="NAME" x="128.27" y="85.09" size="1.778" layer="95"/>
 </instance>
 <instance part="D4" gate="D$1" x="-45.72" y="91.44" smashed="yes">
-<attribute name="NAME" x="-43.18" y="96.52" size="1.778" layer="95"/>
+<attribute name="NAME" x="-43.18" y="93.98" size="1.778" layer="95"/>
 </instance>
-<instance part="D6" gate="D$1" x="-7.62" y="43.18" smashed="yes">
-<attribute name="NAME" x="-5.08" y="48.26" size="1.778" layer="95"/>
+<instance part="D6" gate="D$1" x="-7.62" y="40.64" smashed="yes">
+<attribute name="NAME" x="-5.08" y="43.18" size="1.778" layer="95"/>
 </instance>
-<instance part="D7" gate="D$1" x="66.04" y="-2.54" smashed="yes">
-<attribute name="NAME" x="68.58" y="2.54" size="1.778" layer="95"/>
+<instance part="D7" gate="D$1" x="27.94" y="-7.62" smashed="yes">
+<attribute name="NAME" x="30.48" y="-5.08" size="1.778" layer="95"/>
 </instance>
-<instance part="D8" gate="D$1" x="81.28" y="-17.78" smashed="yes" rot="R90">
-<attribute name="NAME" x="76.2" y="-15.24" size="1.778" layer="95" rot="R90"/>
+<instance part="D8" gate="D$1" x="43.18" y="-22.86" smashed="yes" rot="R90">
+<attribute name="NAME" x="40.64" y="-20.32" size="1.778" layer="95" rot="R90"/>
 </instance>
 <instance part="R4" gate="G$1" x="91.44" y="43.18" smashed="yes">
 <attribute name="NAME" x="87.63" y="44.6786" size="1.778" layer="95"/>
@@ -8756,22 +8761,18 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <attribute name="NAME" x="27.94" y="86.36" size="1.778" layer="95"/>
 <attribute name="VALUE" x="20.32" y="40.64" size="1.778" layer="96"/>
 </instance>
-<instance part="S1" gate="G$1" x="88.9" y="-10.16" smashed="yes">
-<attribute name="NAME" x="88.9" y="-8.636" size="1.778" layer="95" font="vector" align="bottom-center"/>
+<instance part="S1" gate="G$1" x="50.8" y="-15.24" smashed="yes">
+<attribute name="NAME" x="50.8" y="-13.716" size="1.778" layer="95" font="vector" align="bottom-center"/>
 </instance>
 <instance part="SG1" gate="G$1" x="-68.58" y="38.1" smashed="yes" rot="R90">
 <attribute name="NAME" x="-74.93" y="35.56" size="1.778" layer="95" rot="R90"/>
 </instance>
-<instance part="R3" gate="G$1" x="101.6" y="27.94" smashed="yes">
-<attribute name="NAME" x="97.79" y="29.4386" size="1.778" layer="95"/>
-<attribute name="VALUE" x="97.79" y="24.638" size="1.778" layer="96"/>
+<instance part="R3" gate="G$1" x="101.6" y="17.78" smashed="yes">
+<attribute name="NAME" x="97.79" y="19.2786" size="1.778" layer="95"/>
+<attribute name="VALUE" x="97.79" y="14.478" size="1.778" layer="96"/>
 </instance>
-<instance part="D1" gate="D$1" x="121.92" y="30.48" smashed="yes">
-<attribute name="NAME" x="124.46" y="35.56" size="1.778" layer="95"/>
-</instance>
-<instance part="R6" gate="G$1" x="5.08" y="68.58" smashed="yes" rot="R180">
-<attribute name="NAME" x="8.89" y="67.0814" size="1.778" layer="95" rot="R180"/>
-<attribute name="VALUE" x="8.89" y="71.882" size="1.778" layer="96" rot="R180"/>
+<instance part="D1" gate="D$1" x="121.92" y="27.94" smashed="yes">
+<attribute name="NAME" x="124.46" y="30.48" size="1.778" layer="95"/>
 </instance>
 </instances>
 <busses>
@@ -8789,13 +8790,13 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <pinref part="D6" gate="D$1" pin="P$2"/>
 <wire x1="-12.7" y1="27.94" x2="-7.62" y2="27.94" width="0.1524" layer="91"/>
 <wire x1="-7.62" y1="27.94" x2="0" y2="27.94" width="0.1524" layer="91"/>
-<wire x1="-7.62" y1="35.56" x2="-7.62" y2="27.94" width="0.1524" layer="91"/>
+<wire x1="-7.62" y1="36.576" x2="-7.62" y2="27.94" width="0.1524" layer="91"/>
 <junction x="-7.62" y="27.94"/>
-<wire x1="-12.7" y1="27.94" x2="-12.7" y2="-10.16" width="0.1524" layer="91"/>
+<wire x1="-12.7" y1="27.94" x2="-12.7" y2="-15.24" width="0.1524" layer="91"/>
 <junction x="-12.7" y="27.94"/>
 <pinref part="GND2" gate="1" pin="GND"/>
 <pinref part="J7" gate="G$1" pin="1"/>
-<wire x1="-12.7" y1="-10.16" x2="-12.7" y2="-35.56" width="0.1524" layer="91"/>
+<wire x1="-12.7" y1="-15.24" x2="-12.7" y2="-35.56" width="0.1524" layer="91"/>
 <wire x1="-60.96" y1="66.04" x2="-53.34" y2="66.04" width="0.1524" layer="91"/>
 <label x="-55.88" y="66.04" size="1.778" layer="95" rot="MR0"/>
 <wire x1="-53.34" y1="66.04" x2="-53.34" y2="73.66" width="0.1524" layer="91"/>
@@ -8806,42 +8807,44 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <pinref part="J5" gate="J$1" pin="3"/>
 <wire x1="-60.96" y1="86.36" x2="-53.34" y2="86.36" width="0.1524" layer="91"/>
 <wire x1="-53.34" y1="86.36" x2="-53.34" y2="99.06" width="0.1524" layer="91"/>
-<wire x1="-53.34" y1="99.06" x2="-45.72" y2="99.06" width="0.1524" layer="91"/>
-<wire x1="-45.72" y1="99.06" x2="0" y2="99.06" width="0.1524" layer="91"/>
 <wire x1="0" y1="99.06" x2="0" y2="96.52" width="0.1524" layer="91"/>
 <pinref part="C1" gate="G$1" pin="1"/>
 <label x="-60.96" y="86.36" size="1.778" layer="95"/>
 <pinref part="D4" gate="D$1" pin="P$1"/>
-<junction x="-45.72" y="99.06"/>
 <wire x1="-53.34" y1="99.06" x2="-78.74" y2="99.06" width="0.1524" layer="91"/>
 <junction x="-53.34" y="99.06"/>
 <wire x1="-78.74" y1="99.06" x2="-78.74" y2="73.66" width="0.1524" layer="91"/>
 <junction x="-78.74" y="73.66"/>
-<wire x1="66.04" y1="-10.16" x2="-12.7" y2="-10.16" width="0.1524" layer="91"/>
-<junction x="-12.7" y="-10.16"/>
+<wire x1="27.94" y1="-15.24" x2="-12.7" y2="-15.24" width="0.1524" layer="91"/>
+<junction x="-12.7" y="-15.24"/>
 <pinref part="R1" gate="G$1" pin="1"/>
 <pinref part="Q2" gate="G$1" pin="S"/>
-<wire x1="73.66" y1="-5.08" x2="88.9" y2="-5.08" width="0.1524" layer="91"/>
-<wire x1="88.9" y1="-5.08" x2="88.9" y2="0" width="0.1524" layer="91"/>
-<label x="55.88" y="-10.16" size="1.778" layer="95"/>
-<wire x1="88.9" y1="0" x2="88.9" y2="2.54" width="0.1524" layer="91"/>
-<wire x1="83.82" y1="-10.16" x2="73.66" y2="-10.16" width="0.1524" layer="91"/>
-<wire x1="73.66" y1="-5.08" x2="73.66" y2="-10.16" width="0.1524" layer="91"/>
-<junction x="73.66" y="-10.16"/>
-<wire x1="73.66" y1="-10.16" x2="66.04" y2="-10.16" width="0.1524" layer="91"/>
-<wire x1="86.36" y1="0" x2="88.9" y2="0" width="0.1524" layer="91"/>
-<junction x="88.9" y="0"/>
+<wire x1="35.56" y1="-10.16" x2="50.8" y2="-10.16" width="0.1524" layer="91"/>
+<wire x1="50.8" y1="-10.16" x2="50.8" y2="-5.08" width="0.1524" layer="91"/>
+<label x="17.78" y="-15.24" size="1.778" layer="95"/>
+<wire x1="50.8" y1="-5.08" x2="50.8" y2="-2.54" width="0.1524" layer="91"/>
+<wire x1="45.72" y1="-15.24" x2="35.56" y2="-15.24" width="0.1524" layer="91"/>
+<wire x1="35.56" y1="-10.16" x2="35.56" y2="-15.24" width="0.1524" layer="91"/>
+<junction x="35.56" y="-15.24"/>
+<wire x1="48.26" y1="-5.08" x2="50.8" y2="-5.08" width="0.1524" layer="91"/>
+<junction x="50.8" y="-5.08"/>
 <pinref part="D7" gate="D$1" pin="P$2"/>
-<junction x="66.04" y="-10.16"/>
 <pinref part="D8" gate="D$1" pin="P$1"/>
-<wire x1="66.04" y1="-10.16" x2="66.04" y2="-17.78" width="0.1524" layer="91"/>
-<wire x1="66.04" y1="-17.78" x2="73.66" y2="-17.78" width="0.1524" layer="91"/>
+<wire x1="27.94" y1="-11.684" x2="27.94" y2="-15.24" width="0.1524" layer="91"/>
+<wire x1="27.94" y1="-15.24" x2="27.94" y2="-22.86" width="0.1524" layer="91"/>
+<wire x1="27.94" y1="-22.86" x2="39.116" y2="-22.86" width="0.1524" layer="91"/>
 <pinref part="U1" gate="G$1" pin="GND"/>
 <wire x1="-66.04" y1="35.56" x2="-66.04" y2="33.02" width="0.1524" layer="91"/>
 <wire x1="-66.04" y1="33.02" x2="-63.5" y2="33.02" width="0.1524" layer="91"/>
 <wire x1="-63.5" y1="33.02" x2="-63.5" y2="38.1" width="0.1524" layer="91"/>
 <pinref part="S1" gate="G$1" pin="1"/>
 <pinref part="SG1" gate="G$1" pin="1"/>
+<wire x1="27.94" y1="-15.24" x2="35.56" y2="-15.24" width="0.1524" layer="91"/>
+<junction x="27.94" y="-15.24"/>
+<wire x1="-53.34" y1="99.06" x2="-45.72" y2="99.06" width="0.1524" layer="91"/>
+<wire x1="-45.72" y1="99.06" x2="-45.72" y2="95.504" width="0.1524" layer="91"/>
+<wire x1="-45.72" y1="99.06" x2="0" y2="99.06" width="0.1524" layer="91"/>
+<junction x="-45.72" y="99.06"/>
 </segment>
 <segment>
 <wire x1="124.46" y1="78.74" x2="124.46" y2="68.58" width="0.1524" layer="91"/>
@@ -8859,23 +8862,23 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <wire x1="154.94" y1="68.58" x2="154.94" y2="30.48" width="0.1524" layer="91"/>
 <pinref part="GND1" gate="1" pin="GND"/>
 <pinref part="J3" gate="G$1" pin="2"/>
-<wire x1="154.94" y1="30.48" x2="154.94" y2="0" width="0.1524" layer="91"/>
-<wire x1="154.94" y1="0" x2="154.94" y2="-38.1" width="0.1524" layer="91"/>
-<wire x1="137.16" y1="5.08" x2="129.54" y2="5.08" width="0.1524" layer="91"/>
-<label x="132.08" y="5.08" size="1.778" layer="95"/>
-<wire x1="129.54" y1="5.08" x2="129.54" y2="0" width="0.1524" layer="91"/>
-<wire x1="129.54" y1="0" x2="154.94" y2="0" width="0.1524" layer="91"/>
-<junction x="154.94" y="0"/>
+<wire x1="154.94" y1="30.48" x2="154.94" y2="-7.62" width="0.1524" layer="91"/>
+<wire x1="154.94" y1="-7.62" x2="154.94" y2="-38.1" width="0.1524" layer="91"/>
+<wire x1="137.16" y1="0" x2="129.54" y2="0" width="0.1524" layer="91"/>
+<label x="132.08" y="0" size="1.778" layer="95"/>
+<wire x1="129.54" y1="0" x2="129.54" y2="-7.62" width="0.1524" layer="91"/>
+<wire x1="129.54" y1="-7.62" x2="154.94" y2="-7.62" width="0.1524" layer="91"/>
+<junction x="154.94" y="-7.62"/>
 <pinref part="Q5" gate="G$1" pin="S"/>
 <wire x1="86.36" y1="45.72" x2="86.36" y2="43.18" width="0.1524" layer="91"/>
 <wire x1="86.36" y1="43.18" x2="86.36" y2="38.1" width="0.1524" layer="91"/>
 <pinref part="R4" gate="G$1" pin="1"/>
 <junction x="86.36" y="43.18"/>
-<wire x1="86.36" y1="38.1" x2="121.92" y2="38.1" width="0.1524" layer="91"/>
 <label x="147.32" y="30.48" size="1.778" layer="95"/>
-<wire x1="121.92" y1="38.1" x2="137.16" y2="38.1" width="0.1524" layer="91"/>
-<wire x1="137.16" y1="38.1" x2="137.16" y2="30.48" width="0.1524" layer="91"/>
-<wire x1="137.16" y1="30.48" x2="154.94" y2="30.48" width="0.1524" layer="91"/>
+<wire x1="121.92" y1="32.004" x2="121.92" y2="38.1" width="0.1524" layer="91"/>
+<wire x1="121.92" y1="38.1" x2="132.08" y2="38.1" width="0.1524" layer="91"/>
+<wire x1="132.08" y1="38.1" x2="132.08" y2="30.48" width="0.1524" layer="91"/>
+<wire x1="132.08" y1="30.48" x2="154.94" y2="30.48" width="0.1524" layer="91"/>
 <junction x="154.94" y="30.48"/>
 <pinref part="J4" gate="G$1" pin="2"/>
 <wire x1="40.64" y1="101.6" x2="40.64" y2="93.98" width="0.1524" layer="91"/>
@@ -8886,10 +8889,13 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <wire x1="154.94" y1="99.06" x2="154.94" y2="68.58" width="0.1524" layer="91"/>
 <junction x="154.94" y="68.58"/>
 <pinref part="J1" gate="G$1" pin="1"/>
-<wire x1="137.16" y1="20.32" x2="137.16" y2="30.48" width="0.1524" layer="91"/>
-<junction x="137.16" y="30.48"/>
+<wire x1="137.16" y1="20.32" x2="132.08" y2="20.32" width="0.1524" layer="91"/>
+<wire x1="132.08" y1="20.32" x2="132.08" y2="30.48" width="0.1524" layer="91"/>
+<junction x="132.08" y="30.48"/>
 <pinref part="D1" gate="D$1" pin="P$1"/>
+<wire x1="86.36" y1="38.1" x2="121.92" y2="38.1" width="0.1524" layer="91"/>
 <junction x="121.92" y="38.1"/>
+<label x="132.08" y="20.32" size="1.778" layer="95"/>
 </segment>
 <segment>
 <pinref part="J7" gate="G$1" pin="5"/>
@@ -8905,9 +8911,9 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <label x="10.16" y="45.72" size="1.778" layer="95"/>
 <pinref part="U1" gate="G$1" pin="VIN"/>
 <pinref part="Q4" gate="G$1" pin="D"/>
-<wire x1="114.3" y1="20.32" x2="114.3" y2="22.86" width="0.1524" layer="91"/>
-<wire x1="114.3" y1="22.86" x2="5.08" y2="22.86" width="0.1524" layer="91"/>
-<label x="109.22" y="22.86" size="1.778" layer="95"/>
+<wire x1="76.2" y1="15.24" x2="76.2" y2="22.86" width="0.1524" layer="91"/>
+<wire x1="76.2" y1="22.86" x2="5.08" y2="22.86" width="0.1524" layer="91"/>
+<label x="71.12" y="15.24" size="1.778" layer="95"/>
 <wire x1="5.08" y1="45.72" x2="5.08" y2="22.86" width="0.1524" layer="91"/>
 </segment>
 </net>
@@ -8969,7 +8975,7 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <wire x1="-60.96" y1="63.5" x2="-50.8" y2="63.5" width="0.1524" layer="91"/>
 <label x="10.16" y="53.34" size="1.778" layer="95"/>
 <wire x1="15.24" y1="53.34" x2="-7.62" y2="53.34" width="0.1524" layer="91"/>
-<wire x1="-7.62" y1="53.34" x2="-7.62" y2="50.8" width="0.1524" layer="91"/>
+<wire x1="-7.62" y1="53.34" x2="-7.62" y2="44.704" width="0.1524" layer="91"/>
 <pinref part="D6" gate="D$1" pin="P$1"/>
 <wire x1="-50.8" y1="71.12" x2="-7.62" y2="71.12" width="0.1524" layer="91"/>
 <wire x1="-7.62" y1="71.12" x2="-7.62" y2="53.34" width="0.1524" layer="91"/>
@@ -8987,12 +8993,11 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <wire x1="5.08" y1="81.28" x2="5.08" y2="73.66" width="0.1524" layer="91"/>
 <wire x1="5.08" y1="73.66" x2="15.24" y2="73.66" width="0.1524" layer="91"/>
 <label x="10.16" y="73.66" size="1.778" layer="95"/>
-<label x="-33.02" y="83.82" size="1.778" layer="95"/>
 <pinref part="D4" gate="D$1" pin="P$2"/>
 <wire x1="5.08" y1="81.28" x2="0" y2="81.28" width="0.1524" layer="91"/>
 <junction x="0" y="81.28"/>
 <wire x1="-60.96" y1="81.28" x2="-45.72" y2="81.28" width="0.1524" layer="91"/>
-<wire x1="-45.72" y1="81.28" x2="-45.72" y2="83.82" width="0.1524" layer="91"/>
+<wire x1="-45.72" y1="81.28" x2="-45.72" y2="87.376" width="0.1524" layer="91"/>
 <wire x1="-45.72" y1="81.28" x2="0" y2="81.28" width="0.1524" layer="91"/>
 <junction x="-45.72" y="81.28"/>
 <pinref part="U1" gate="G$1" pin="A0"/>
@@ -9038,26 +9043,21 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 </segment>
 <segment>
 <pinref part="J1" gate="G$1" pin="2"/>
-<wire x1="137.16" y1="17.78" x2="127" y2="17.78" width="0.1524" layer="91"/>
-<wire x1="127" y1="17.78" x2="127" y2="22.86" width="0.1524" layer="91"/>
-<wire x1="127" y1="22.86" x2="127" y2="30.48" width="0.1524" layer="91"/>
+<wire x1="137.16" y1="17.78" x2="121.92" y2="17.78" width="0.1524" layer="91"/>
 <pinref part="R3" gate="G$1" pin="2"/>
 <label x="129.54" y="17.78" size="1.778" layer="95"/>
-<wire x1="116.84" y1="27.94" x2="106.68" y2="27.94" width="0.1524" layer="91"/>
-<label x="127" y="30.48" size="1.778" layer="95"/>
+<wire x1="121.92" y1="17.78" x2="106.68" y2="17.78" width="0.1524" layer="91"/>
+<label x="121.92" y="10.16" size="1.778" layer="95"/>
 <pinref part="D1" gate="D$1" pin="P$2"/>
-<wire x1="121.92" y1="22.86" x2="127" y2="22.86" width="0.1524" layer="91"/>
-<junction x="127" y="22.86"/>
-<wire x1="116.84" y1="27.94" x2="116.84" y2="22.86" width="0.1524" layer="91"/>
-<wire x1="116.84" y1="22.86" x2="121.92" y2="22.86" width="0.1524" layer="91"/>
-<junction x="121.92" y="22.86"/>
+<wire x1="121.92" y1="23.876" x2="121.92" y2="17.78" width="0.1524" layer="91"/>
+<junction x="121.92" y="17.78"/>
 </segment>
 </net>
 <net name="BTN" class="0">
 <segment>
 <pinref part="D3" gate="G$1" pin="A"/>
-<label x="55.88" y="-27.94" size="1.778" layer="95"/>
-<wire x1="55.88" y1="-27.94" x2="76.2" y2="-27.94" width="0.1524" layer="91"/>
+<label x="17.78" y="-33.02" size="1.778" layer="95"/>
+<wire x1="17.78" y1="-33.02" x2="38.1" y2="-33.02" width="0.1524" layer="91"/>
 </segment>
 <segment>
 <wire x1="45.72" y1="68.58" x2="53.34" y2="68.58" width="0.1524" layer="91"/>
@@ -9067,10 +9067,9 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 </net>
 <net name="BAT" class="0">
 <segment>
-<wire x1="15.24" y1="68.58" x2="10.16" y2="68.58" width="0.1524" layer="91"/>
+<wire x1="15.24" y1="68.58" x2="7.62" y2="68.58" width="0.1524" layer="91"/>
 <label x="10.16" y="68.58" size="1.778" layer="95"/>
 <pinref part="U1" gate="G$1" pin="A2"/>
-<pinref part="R6" gate="G$1" pin="1"/>
 </segment>
 <segment>
 <pinref part="J2" gate="G$1" pin="2"/>
@@ -9129,15 +9128,16 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <segment>
 <pinref part="Q2" gate="G$1" pin="G"/>
 <pinref part="R1" gate="G$1" pin="2"/>
-<wire x1="83.82" y1="5.08" x2="73.66" y2="5.08" width="0.1524" layer="91"/>
-<label x="55.88" y="5.08" size="1.778" layer="95"/>
-<wire x1="73.66" y1="5.08" x2="66.04" y2="5.08" width="0.1524" layer="91"/>
-<wire x1="66.04" y1="5.08" x2="55.88" y2="5.08" width="0.1524" layer="91"/>
-<wire x1="73.66" y1="5.08" x2="73.66" y2="0" width="0.1524" layer="91"/>
-<junction x="73.66" y="5.08"/>
-<wire x1="73.66" y1="0" x2="76.2" y2="0" width="0.1524" layer="91"/>
+<wire x1="45.72" y1="0" x2="35.56" y2="0" width="0.1524" layer="91"/>
+<label x="17.78" y="0" size="1.778" layer="95"/>
+<wire x1="27.94" y1="-3.556" x2="27.94" y2="0" width="0.1524" layer="91"/>
+<wire x1="27.94" y1="0" x2="17.78" y2="0" width="0.1524" layer="91"/>
+<wire x1="35.56" y1="0" x2="35.56" y2="-5.08" width="0.1524" layer="91"/>
+<junction x="35.56" y="0"/>
+<wire x1="35.56" y1="-5.08" x2="38.1" y2="-5.08" width="0.1524" layer="91"/>
 <pinref part="D7" gate="D$1" pin="P$1"/>
-<junction x="66.04" y="5.08"/>
+<wire x1="27.94" y1="0" x2="35.56" y2="0" width="0.1524" layer="91"/>
+<junction x="27.94" y="0"/>
 </segment>
 <segment>
 <wire x1="45.72" y1="71.12" x2="53.34" y2="71.12" width="0.1524" layer="91"/>
@@ -9154,12 +9154,12 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <segment>
 <pinref part="R2" gate="G$1" pin="2"/>
 <pinref part="Q4" gate="G$1" pin="S"/>
-<wire x1="114.3" y1="10.16" x2="114.3" y2="7.62" width="0.1524" layer="91"/>
-<wire x1="114.3" y1="7.62" x2="111.76" y2="7.62" width="0.1524" layer="91"/>
+<wire x1="76.2" y1="5.08" x2="76.2" y2="2.54" width="0.1524" layer="91"/>
+<wire x1="76.2" y1="2.54" x2="73.66" y2="2.54" width="0.1524" layer="91"/>
 <pinref part="J3" gate="G$1" pin="1"/>
-<wire x1="137.16" y1="7.62" x2="114.3" y2="7.62" width="0.1524" layer="91"/>
-<junction x="114.3" y="7.62"/>
-<label x="119.38" y="7.62" size="1.778" layer="95"/>
+<wire x1="137.16" y1="2.54" x2="76.2" y2="2.54" width="0.1524" layer="91"/>
+<junction x="76.2" y="2.54"/>
+<label x="81.28" y="2.54" size="1.778" layer="95"/>
 </segment>
 </net>
 <net name="N$2" class="0">
@@ -9167,30 +9167,30 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <pinref part="Q4" gate="G$1" pin="G"/>
 <pinref part="R2" gate="G$1" pin="1"/>
 <pinref part="Q2" gate="G$1" pin="D"/>
-<wire x1="99.06" y1="12.7" x2="88.9" y2="12.7" width="0.1524" layer="91"/>
-<junction x="99.06" y="12.7"/>
-<wire x1="109.22" y1="12.7" x2="99.06" y2="12.7" width="0.1524" layer="91"/>
+<wire x1="60.96" y1="7.62" x2="50.8" y2="7.62" width="0.1524" layer="91"/>
+<junction x="60.96" y="7.62"/>
+<wire x1="71.12" y1="7.62" x2="60.96" y2="7.62" width="0.1524" layer="91"/>
 <pinref part="D2" gate="G$1" pin="A"/>
-<wire x1="99.06" y1="2.54" x2="99.06" y2="7.62" width="0.1524" layer="91"/>
-<junction x="99.06" y="12.7"/>
-<wire x1="99.06" y1="7.62" x2="99.06" y2="12.7" width="0.1524" layer="91"/>
-<wire x1="101.6" y1="7.62" x2="99.06" y2="7.62" width="0.1524" layer="91"/>
-<junction x="99.06" y="7.62"/>
+<wire x1="60.96" y1="-2.54" x2="60.96" y2="2.54" width="0.1524" layer="91"/>
+<junction x="60.96" y="7.62"/>
+<wire x1="60.96" y1="2.54" x2="60.96" y2="7.62" width="0.1524" layer="91"/>
+<wire x1="63.5" y1="2.54" x2="60.96" y2="2.54" width="0.1524" layer="91"/>
+<junction x="60.96" y="2.54"/>
 </segment>
 </net>
 <net name="N$5" class="0">
 <segment>
 <pinref part="D3" gate="G$1" pin="C"/>
 <pinref part="D2" gate="G$1" pin="C"/>
-<wire x1="86.36" y1="-27.94" x2="99.06" y2="-27.94" width="0.1524" layer="91"/>
-<wire x1="99.06" y1="-10.16" x2="99.06" y2="-7.62" width="0.1524" layer="91"/>
-<wire x1="99.06" y1="-17.78" x2="99.06" y2="-27.94" width="0.1524" layer="91"/>
-<wire x1="99.06" y1="-17.78" x2="88.9" y2="-17.78" width="0.1524" layer="91"/>
-<junction x="99.06" y="-17.78"/>
+<wire x1="48.26" y1="-33.02" x2="60.96" y2="-33.02" width="0.1524" layer="91"/>
+<wire x1="60.96" y1="-15.24" x2="60.96" y2="-12.7" width="0.1524" layer="91"/>
+<wire x1="60.96" y1="-22.86" x2="60.96" y2="-33.02" width="0.1524" layer="91"/>
+<wire x1="60.96" y1="-22.86" x2="47.244" y2="-22.86" width="0.1524" layer="91"/>
+<junction x="60.96" y="-22.86"/>
 <pinref part="D8" gate="D$1" pin="P$2"/>
-<wire x1="99.06" y1="-10.16" x2="93.98" y2="-10.16" width="0.1524" layer="91"/>
-<wire x1="99.06" y1="-10.16" x2="99.06" y2="-17.78" width="0.1524" layer="91"/>
-<junction x="99.06" y="-10.16"/>
+<wire x1="60.96" y1="-15.24" x2="55.88" y2="-15.24" width="0.1524" layer="91"/>
+<wire x1="60.96" y1="-15.24" x2="60.96" y2="-22.86" width="0.1524" layer="91"/>
+<junction x="60.96" y="-15.24"/>
 <pinref part="S1" gate="G$1" pin="2"/>
 </segment>
 </net>
@@ -9230,19 +9230,13 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <net name="ST" class="0">
 <segment>
 <pinref part="U1" gate="G$1" pin="D2"/>
-<wire x1="45.72" y1="55.88" x2="76.2" y2="55.88" width="0.1524" layer="91"/>
-<wire x1="76.2" y1="55.88" x2="76.2" y2="27.94" width="0.1524" layer="91"/>
+<wire x1="45.72" y1="55.88" x2="78.74" y2="55.88" width="0.1524" layer="91"/>
+<wire x1="78.74" y1="55.88" x2="78.74" y2="17.78" width="0.1524" layer="91"/>
 <pinref part="R3" gate="G$1" pin="1"/>
-<wire x1="76.2" y1="27.94" x2="96.52" y2="27.94" width="0.1524" layer="91"/>
+<wire x1="78.74" y1="17.78" x2="96.52" y2="17.78" width="0.1524" layer="91"/>
 <label x="45.72" y="55.88" size="1.778" layer="95"/>
 </segment>
 </net>
-<net name="N$3" class="0">
-<segment>
-<pinref part="R6" gate="G$1" pin="2"/>
-<wire x1="0" y1="68.58" x2="-5.08" y2="68.58" width="0.1524" layer="91"/>
-</segment>
-</net>
 </nets>
 </sheet>
 </sheets>

+ 166 - 172
schematic/ECU.s#6

@@ -6623,7 +6623,7 @@ grid 2.54 mm</description>
 <packageinstance name="TO92"/>
 </packageinstances>
 </package3d>
-<package3d name="TO220BV" urn="urn:adsk.eagle:package:29484/3" type="model" library_version="4">
+<package3d name="TO220BV" urn="urn:adsk.eagle:package:29484/4" type="model" library_version="5">
 <description>Molded Package
 grid 2.54 mm</description>
 <packageinstances>
@@ -6718,7 +6718,7 @@ grid 2.54 mm</description>
 </symbol>
 </symbols>
 <devicesets>
-<deviceset name="NMOSFET" urn="urn:adsk.eagle:component:16378730/3" prefix="Q" library_version="4">
+<deviceset name="NMOSFET" urn="urn:adsk.eagle:component:16378730/4" prefix="Q" library_version="5">
 <description>&lt;b&gt; N-Channel MOSFET - Generic</description>
 <gates>
 <gate name="G$1" symbol="MFNS" x="-2.54" y="0"/>
@@ -6747,6 +6747,7 @@ grid 2.54 mm</description>
 <attribute name="SUB-CATEGORY" value="MOSFET" constant="no"/>
 <attribute name="THERMALLOSS" value="" constant="no"/>
 <attribute name="TYPE" value="N-Channel" constant="no"/>
+<attribute name="VALUE" value="NMOSFET" constant="no"/>
 </technology>
 <technology name="_">
 <attribute name="CATEGORY" value="Transistor" constant="no"/>
@@ -6761,6 +6762,7 @@ grid 2.54 mm</description>
 <attribute name="SUB-CATEGORY" value="MOSFET" constant="no"/>
 <attribute name="THERMALLOSS" value="" constant="no"/>
 <attribute name="TYPE" value="N-Channel" constant="no"/>
+<attribute name="VALUE" value="NMOSFET" constant="no"/>
 </technology>
 </technologies>
 </device>
@@ -6787,6 +6789,7 @@ grid 2.54 mm</description>
 <attribute name="SUB-CATEGORY" value="MOSFET" constant="no"/>
 <attribute name="THERMALLOSS" value="" constant="no"/>
 <attribute name="TYPE" value="N-Channel" constant="no"/>
+<attribute name="VALUE" value="NMOSFET" constant="no"/>
 </technology>
 </technologies>
 </device>
@@ -6797,7 +6800,7 @@ grid 2.54 mm</description>
 <connect gate="G$1" pin="S" pad="S"/>
 </connects>
 <package3dinstances>
-<package3dinstance package3d_urn="urn:adsk.eagle:package:29484/3"/>
+<package3dinstance package3d_urn="urn:adsk.eagle:package:29484/4"/>
 </package3dinstances>
 <technologies>
 <technology name="_">
@@ -6813,12 +6816,13 @@ grid 2.54 mm</description>
 <attribute name="SUB-CATEGORY" value="MOSFET" constant="no"/>
 <attribute name="THERMALLOSS" value="" constant="no"/>
 <attribute name="TYPE" value="N-Channel" constant="no"/>
+<attribute name="VALUE" value="NMOSFET" constant="no"/>
 </technology>
 </technologies>
 </device>
 </devices>
 </deviceset>
-<deviceset name="PMOSFET_" urn="urn:adsk.eagle:component:16378732/3" prefix="Q" library_version="4">
+<deviceset name="PMOSFET_" urn="urn:adsk.eagle:component:16378732/4" prefix="Q" library_version="5">
 <description>&lt;b&gt;P-Channel MOSFET - Popular parts&lt;/b&gt;</description>
 <gates>
 <gate name="G$1" symbol="MFPS" x="-2.54" y="0"/>
@@ -6837,30 +6841,32 @@ grid 2.54 mm</description>
 <technology name="BSS84">
 <attribute name="CATEGORY" value="Transistor" constant="no"/>
 <attribute name="DESCRIPTION" value="MOSFET P-CH 50V 130MA SOT-23"/>
-<attribute name="DRAIN_CURRENT" value="" constant="no"/>
+<attribute name="DRAIN_CURRENT" value="130mA" constant="no"/>
 <attribute name="MANUFACTURER" value="ON Semiconductor" constant="no"/>
 <attribute name="MPN" value="BSS84" constant="no"/>
-<attribute name="OPERATING_TEMP" value="" constant="no"/>
-<attribute name="PART_STATUS" value="" constant="no"/>
-<attribute name="ROHS_COMPLIANT" value="" constant="no"/>
+<attribute name="OPERATING_TEMP" value="-55°C ~ 150°C" constant="no"/>
+<attribute name="PART_STATUS" value="Active" constant="no"/>
+<attribute name="ROHS_COMPLIANT" value="Yes" constant="no"/>
 <attribute name="SERIES" value="" constant="no"/>
 <attribute name="SUB-CATEGORY" value="MOSFET" constant="no"/>
-<attribute name="THERMALLOSS" value="" constant="no"/>
+<attribute name="THERMALLOSS" value="360mW" constant="no"/>
 <attribute name="TYPE" value="P-Channel" constant="no"/>
+<attribute name="VALUE" value="BSS84" constant="no"/>
 </technology>
 <technology name="IRLML5203">
 <attribute name="CATEGORY" value="Transistor" constant="no"/>
 <attribute name="DESCRIPTION" value="MOSFET P-CH 30V 3A SOT-23" constant="no"/>
-<attribute name="DRAIN_CURRENT" value="" constant="no"/>
+<attribute name="DRAIN_CURRENT" value="3A" constant="no"/>
 <attribute name="MANUFACTURER" value="Infineon Technologies" constant="no"/>
 <attribute name="MPN" value="IRLML5203TRPBF" constant="no"/>
-<attribute name="OPERATING_TEMP" value="" constant="no"/>
-<attribute name="PART_STATUS" value="" constant="no"/>
-<attribute name="ROHS_COMPLIANT" value="" constant="no"/>
+<attribute name="OPERATING_TEMP" value="-55°C ~ 150°C" constant="no"/>
+<attribute name="PART_STATUS" value="Active" constant="no"/>
+<attribute name="ROHS_COMPLIANT" value="Yes" constant="no"/>
 <attribute name="SERIES" value="" constant="no"/>
 <attribute name="SUB-CATEGORY" value="MOSFET" constant="no"/>
-<attribute name="THERMALLOSS" value="" constant="no"/>
+<attribute name="THERMALLOSS" value="1.25W" constant="no"/>
 <attribute name="TYPE" value="P-Channel" constant="no"/>
+<attribute name="VALUE" value="IRLML5203" constant="no"/>
 </technology>
 </technologies>
 </device>
@@ -7267,13 +7273,6 @@ Source: http://www.vishay.com .. dcrcw.pdf</description>
 <packageinstance name="R3225"/>
 </packageinstances>
 </package3d>
-<package3d name="R4527" urn="urn:adsk.eagle:package:13310/1" type="box" library_version="1">
-<description>Package 4527
-Source: http://www.vishay.com/docs/31059/wsrhigh.pdf</description>
-<packageinstances>
-<packageinstance name="R4527"/>
-</packageinstances>
-</package3d>
 <package3d name="R5025" urn="urn:adsk.eagle:package:13308/1" type="box" library_version="1">
 <description>RESISTOR</description>
 <packageinstances>
@@ -7287,6 +7286,13 @@ Source: http://download.siliconexpert.com/pdfs/2005/02/24/Semi_Ap/2/VSH/Resistor
 <packageinstance name="R6332"/>
 </packageinstances>
 </package3d>
+<package3d name="R4527" urn="urn:adsk.eagle:package:13310/2" type="model" library_version="3">
+<description>Package 4527
+Source: http://www.vishay.com/docs/31059/wsrhigh.pdf</description>
+<packageinstances>
+<packageinstance name="R4527"/>
+</packageinstances>
+</package3d>
 </packages3d>
 <symbols>
 <symbol name="R" urn="urn:adsk.eagle:symbol:13232/1" library_version="1">
@@ -7303,7 +7309,7 @@ Source: http://download.siliconexpert.com/pdfs/2005/02/24/Semi_Ap/2/VSH/Resistor
 </symbol>
 </symbols>
 <devicesets>
-<deviceset name="R" urn="urn:adsk.eagle:component:13322/1" prefix="R" uservalue="yes" library_version="1">
+<deviceset name="R" urn="urn:adsk.eagle:component:13322/2" prefix="R" uservalue="yes" library_version="3">
 <description>&lt;B&gt;RESISTOR&lt;/B&gt;, European symbol</description>
 <gates>
 <gate name="G$1" symbol="R" x="0" y="0"/>
@@ -7540,7 +7546,7 @@ Source: http://download.siliconexpert.com/pdfs/2005/02/24/Semi_Ap/2/VSH/Resistor
 <connect gate="G$1" pin="2" pad="2"/>
 </connects>
 <package3dinstances>
-<package3dinstance package3d_urn="urn:adsk.eagle:package:13310/1"/>
+<package3dinstance package3d_urn="urn:adsk.eagle:package:13310/2"/>
 </package3dinstances>
 <technologies>
 <technology name="">
@@ -7666,19 +7672,19 @@ Source: http://download.siliconexpert.com/pdfs/2005/02/24/Semi_Ap/2/VSH/Resistor
 </packages3d>
 <symbols>
 <symbol name="TVS_DIODE">
-<wire x1="0" y1="0" x2="-2.54" y2="2.54" width="0.254" layer="94"/>
-<wire x1="2.54" y1="2.54" x2="0" y2="0" width="0.254" layer="94"/>
-<wire x1="-5.08" y1="-2.54" x2="-2.54" y2="0" width="0.254" layer="94"/>
-<wire x1="-2.54" y1="0" x2="2.54" y2="0" width="0.254" layer="94"/>
-<wire x1="2.54" y1="0" x2="5.08" y2="2.54" width="0.254" layer="94"/>
-<wire x1="0" y1="0" x2="-2.54" y2="-2.54" width="0.254" layer="94"/>
-<wire x1="2.54" y1="-2.54" x2="0" y2="0" width="0.254" layer="94"/>
-<wire x1="-2.54" y1="2.54" x2="2.54" y2="2.54" width="0.254" layer="94"/>
-<wire x1="-2.54" y1="-2.54" x2="2.54" y2="-2.54" width="0.254" layer="94"/>
-<pin name="P$1" x="0" y="7.62" visible="off" length="middle" rot="R270"/>
-<pin name="P$2" x="0" y="-7.62" visible="off" length="middle" rot="R90"/>
-<text x="2.54" y="5.08" size="1.778" layer="95">&gt;NAME</text>
-<text x="2.54" y="-7.62" size="1.778" layer="96">&gt;VALUE</text>
+<wire x1="0" y1="0" x2="-1.27" y2="1.524" width="0.254" layer="94"/>
+<wire x1="1.27" y1="1.524" x2="0" y2="0" width="0.254" layer="94"/>
+<wire x1="-1.778" y1="-0.508" x2="-1.27" y2="0" width="0.254" layer="94"/>
+<wire x1="-1.27" y1="0" x2="1.27" y2="0" width="0.254" layer="94"/>
+<wire x1="1.27" y1="0" x2="1.778" y2="0.508" width="0.254" layer="94"/>
+<wire x1="0" y1="0" x2="-1.27" y2="-1.524" width="0.254" layer="94"/>
+<wire x1="1.27" y1="-1.524" x2="0" y2="0" width="0.254" layer="94"/>
+<wire x1="-1.27" y1="1.524" x2="1.27" y2="1.524" width="0.254" layer="94"/>
+<wire x1="-1.27" y1="-1.524" x2="1.27" y2="-1.524" width="0.254" layer="94"/>
+<pin name="P$1" x="0" y="4.064" visible="off" length="short" rot="R270"/>
+<pin name="P$2" x="0" y="-4.064" visible="off" length="short" rot="R90"/>
+<text x="2.54" y="2.54" size="1.778" layer="95">&gt;NAME</text>
+<text x="2.54" y="-2.54" size="1.778" layer="96">&gt;VALUE</text>
 </symbol>
 <symbol name="ARDUINO">
 <wire x1="-10.16" y1="20.32" x2="-10.16" y2="-20.32" width="0.254" layer="94"/>
@@ -8625,16 +8631,16 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <part name="J5" library="SparkFun-Connectors" library_urn="urn:adsk.eagle:library:513" deviceset="CONN_03" device="" package3d_urn="urn:adsk.eagle:package:38063/1" value="THROTTLE"/>
 <part name="C1" library="Capacitor" library_urn="urn:adsk.eagle:library:16290819" deviceset="C" device="CHIP-1206(3216-METRIC)" package3d_urn="urn:adsk.eagle:package:16290893/2" technology="_" value="0.1uF"/>
 <part name="J6" library="SparkFun-Connectors" library_urn="urn:adsk.eagle:library:513" deviceset="CONN_02" device="" package3d_urn="urn:adsk.eagle:package:38039/1" value="LED"/>
-<part name="Q2" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" deviceset="NMOSFET" device="SOT23" package3d_urn="urn:adsk.eagle:package:28738/2" value=""/>
+<part name="Q2" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" deviceset="NMOSFET" device="SOT23" package3d_urn="urn:adsk.eagle:package:28738/2" value="NMOSFET"/>
 <part name="R2" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="R1206" package3d_urn="urn:adsk.eagle:package:13301/1" value="10K"/>
 <part name="R1" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="R1206" package3d_urn="urn:adsk.eagle:package:13301/1" value="10K"/>
 <part name="D2" library="Diode" library_urn="urn:adsk.eagle:library:16378169" deviceset="DIODE" device="DO-215-AC" package3d_urn="urn:adsk.eagle:package:9427057/2" technology="_" value=""/>
-<part name="Q4" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" deviceset="PMOSFET_" device="" package3d_urn="urn:adsk.eagle:package:28738/2" technology="BSS84" value=""/>
+<part name="Q4" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" deviceset="PMOSFET_" device="" package3d_urn="urn:adsk.eagle:package:28738/2" technology="BSS84" value="BSS84"/>
 <part name="D3" library="Diode" library_urn="urn:adsk.eagle:library:16378169" deviceset="DIODE" device="DO-215-AC" package3d_urn="urn:adsk.eagle:package:9427057/2" technology="_" value=""/>
-<part name="Q5" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" deviceset="NMOSFET" device="SOT23" package3d_urn="urn:adsk.eagle:package:28738/2"/>
+<part name="Q5" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" deviceset="NMOSFET" device="SOT23" package3d_urn="urn:adsk.eagle:package:28738/2" value="NMOSFET"/>
 <part name="J7" library="SparkFun-Connectors" library_urn="urn:adsk.eagle:library:513" deviceset="CONN_06" device="SILK_FEMALE_PTH" package3d_urn="urn:adsk.eagle:package:38009/1" value="SPEED"/>
 <part name="C3" library="Capacitor" library_urn="urn:adsk.eagle:library:16290819" deviceset="C" device="CHIP-1206(3216-METRIC)" package3d_urn="urn:adsk.eagle:package:16290893/2" technology="_" value="0.1uF"/>
-<part name="Q1" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" deviceset="NMOSFET" device="SOT23" package3d_urn="urn:adsk.eagle:package:28738/2"/>
+<part name="Q1" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" deviceset="NMOSFET" device="SOT23" package3d_urn="urn:adsk.eagle:package:28738/2" value="NMOSFET"/>
 <part name="D4" library="eScooter" deviceset="TVS_DIODE" device="SMA" package3d_urn="urn:adsk.eagle:package:21928182/1"/>
 <part name="D6" library="eScooter" deviceset="TVS_DIODE" device="SMA" package3d_urn="urn:adsk.eagle:package:21928182/1"/>
 <part name="D7" library="eScooter" deviceset="TVS_DIODE" device="SMA" package3d_urn="urn:adsk.eagle:package:21928182/1"/>
@@ -8649,7 +8655,6 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <part name="SG1" library="buzzer" deviceset="F/HGP" device="" package3d_urn="urn:adsk.eagle:package:5287/1"/>
 <part name="R3" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="R1206" package3d_urn="urn:adsk.eagle:package:13301/1" value="10K"/>
 <part name="D1" library="eScooter" deviceset="TVS_DIODE" device="SMA" package3d_urn="urn:adsk.eagle:package:21928182/1"/>
-<part name="R6" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="R1206" package3d_urn="urn:adsk.eagle:package:13301/1" value="10K"/>
 </parts>
 <sheets>
 <sheet>
@@ -8664,9 +8669,9 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <attribute name="VALUE" x="147.32" y="60.706" size="1.778" layer="96" font="vector" rot="R180"/>
 <attribute name="NAME" x="147.32" y="40.132" size="1.778" layer="95" font="vector" rot="R180"/>
 </instance>
-<instance part="J3" gate="G$1" x="144.78" y="7.62" smashed="yes" rot="R180">
-<attribute name="VALUE" x="147.32" y="12.446" size="1.778" layer="96" font="vector" rot="R180"/>
-<attribute name="NAME" x="147.32" y="2.032" size="1.778" layer="95" font="vector" rot="R180"/>
+<instance part="J3" gate="G$1" x="144.78" y="2.54" smashed="yes" rot="R180">
+<attribute name="VALUE" x="147.32" y="7.366" size="1.778" layer="96" font="vector" rot="R180"/>
+<attribute name="NAME" x="147.32" y="-3.048" size="1.778" layer="95" font="vector" rot="R180"/>
 </instance>
 <instance part="J4" gate="G$1" x="38.1" y="109.22" smashed="yes" rot="MR270">
 <attribute name="VALUE" x="43.18" y="112.014" size="1.778" layer="96" font="vector" rot="MR0"/>
@@ -8684,29 +8689,29 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <attribute name="VALUE" x="147.32" y="94.234" size="1.778" layer="96" font="vector" rot="MR0"/>
 <attribute name="NAME" x="147.32" y="84.328" size="1.778" layer="95" font="vector" rot="MR0"/>
 </instance>
-<instance part="Q2" gate="G$1" x="86.36" y="7.62" smashed="yes">
-<attribute name="NAME" x="92.71" y="8.89" size="1.778" layer="95"/>
-<attribute name="VALUE" x="92.71" y="6.35" size="1.778" layer="96"/>
+<instance part="Q2" gate="G$1" x="48.26" y="2.54" smashed="yes">
+<attribute name="NAME" x="54.61" y="3.81" size="1.778" layer="95"/>
+<attribute name="VALUE" x="54.61" y="1.27" size="1.778" layer="96"/>
 </instance>
-<instance part="R2" gate="G$1" x="106.68" y="7.62" smashed="yes">
-<attribute name="NAME" x="102.87" y="9.1186" size="1.778" layer="95"/>
-<attribute name="VALUE" x="102.87" y="4.318" size="1.778" layer="96"/>
+<instance part="R2" gate="G$1" x="68.58" y="2.54" smashed="yes">
+<attribute name="NAME" x="64.77" y="4.0386" size="1.778" layer="95"/>
+<attribute name="VALUE" x="64.77" y="-0.762" size="1.778" layer="96"/>
 </instance>
-<instance part="R1" gate="G$1" x="81.28" y="0" smashed="yes" rot="R180">
-<attribute name="NAME" x="85.09" y="-1.4986" size="1.778" layer="95" rot="R180"/>
-<attribute name="VALUE" x="85.09" y="3.302" size="1.778" layer="96" rot="R180"/>
+<instance part="R1" gate="G$1" x="43.18" y="-5.08" smashed="yes" rot="R180">
+<attribute name="NAME" x="46.99" y="-6.5786" size="1.778" layer="95" rot="R180"/>
+<attribute name="VALUE" x="46.99" y="-1.778" size="1.778" layer="96" rot="R180"/>
 </instance>
-<instance part="D2" gate="G$1" x="99.06" y="-2.54" smashed="yes" rot="R270">
-<attribute name="NAME" x="104.14" y="-2.54" size="1.778" layer="95" rot="R270" align="center"/>
-<attribute name="VALUE" x="93.98" y="-2.54" size="1.778" layer="95" rot="R270" align="center"/>
+<instance part="D2" gate="G$1" x="60.96" y="-7.62" smashed="yes" rot="R270">
+<attribute name="NAME" x="66.04" y="-7.62" size="1.778" layer="95" rot="R270" align="center"/>
+<attribute name="VALUE" x="55.88" y="-7.62" size="1.778" layer="95" rot="R270" align="center"/>
 </instance>
-<instance part="Q4" gate="G$1" x="111.76" y="15.24" smashed="yes" rot="MR180">
-<attribute name="NAME" x="118.11" y="13.97" size="1.778" layer="95" rot="MR180"/>
-<attribute name="VALUE" x="118.11" y="16.51" size="1.778" layer="96" rot="MR180"/>
+<instance part="Q4" gate="G$1" x="73.66" y="10.16" smashed="yes" rot="MR180">
+<attribute name="NAME" x="80.01" y="8.89" size="1.778" layer="95" rot="MR180"/>
+<attribute name="VALUE" x="80.01" y="11.43" size="1.778" layer="96" rot="MR180"/>
 </instance>
-<instance part="D3" gate="G$1" x="81.28" y="-27.94" smashed="yes">
-<attribute name="NAME" x="81.28" y="-22.86" size="1.778" layer="95" align="center"/>
-<attribute name="VALUE" x="81.28" y="-33.02" size="1.778" layer="95" align="center"/>
+<instance part="D3" gate="G$1" x="43.18" y="-33.02" smashed="yes">
+<attribute name="NAME" x="43.18" y="-27.94" size="1.778" layer="95" align="center"/>
+<attribute name="VALUE" x="43.18" y="-38.1" size="1.778" layer="95" align="center"/>
 </instance>
 <instance part="Q5" gate="G$1" x="88.9" y="50.8" smashed="yes" rot="MR0">
 <attribute name="NAME" x="82.55" y="52.07" size="1.778" layer="95" rot="MR0"/>
@@ -8723,16 +8728,16 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <attribute name="NAME" x="128.27" y="85.09" size="1.778" layer="95"/>
 </instance>
 <instance part="D4" gate="D$1" x="-45.72" y="91.44" smashed="yes">
-<attribute name="NAME" x="-43.18" y="96.52" size="1.778" layer="95"/>
+<attribute name="NAME" x="-43.18" y="93.98" size="1.778" layer="95"/>
 </instance>
-<instance part="D6" gate="D$1" x="-7.62" y="43.18" smashed="yes">
-<attribute name="NAME" x="-5.08" y="48.26" size="1.778" layer="95"/>
+<instance part="D6" gate="D$1" x="-7.62" y="40.64" smashed="yes">
+<attribute name="NAME" x="-5.08" y="43.18" size="1.778" layer="95"/>
 </instance>
-<instance part="D7" gate="D$1" x="66.04" y="-2.54" smashed="yes">
-<attribute name="NAME" x="68.58" y="2.54" size="1.778" layer="95"/>
+<instance part="D7" gate="D$1" x="27.94" y="-7.62" smashed="yes">
+<attribute name="NAME" x="30.48" y="-5.08" size="1.778" layer="95"/>
 </instance>
-<instance part="D8" gate="D$1" x="81.28" y="-17.78" smashed="yes" rot="R90">
-<attribute name="NAME" x="76.2" y="-15.24" size="1.778" layer="95" rot="R90"/>
+<instance part="D8" gate="D$1" x="43.18" y="-22.86" smashed="yes" rot="R90">
+<attribute name="NAME" x="40.64" y="-20.32" size="1.778" layer="95" rot="R90"/>
 </instance>
 <instance part="R4" gate="G$1" x="91.44" y="43.18" smashed="yes">
 <attribute name="NAME" x="87.63" y="44.6786" size="1.778" layer="95"/>
@@ -8756,22 +8761,18 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <attribute name="NAME" x="27.94" y="86.36" size="1.778" layer="95"/>
 <attribute name="VALUE" x="20.32" y="40.64" size="1.778" layer="96"/>
 </instance>
-<instance part="S1" gate="G$1" x="88.9" y="-10.16" smashed="yes">
-<attribute name="NAME" x="88.9" y="-8.636" size="1.778" layer="95" font="vector" align="bottom-center"/>
+<instance part="S1" gate="G$1" x="50.8" y="-15.24" smashed="yes">
+<attribute name="NAME" x="50.8" y="-13.716" size="1.778" layer="95" font="vector" align="bottom-center"/>
 </instance>
 <instance part="SG1" gate="G$1" x="-68.58" y="38.1" smashed="yes" rot="R90">
 <attribute name="NAME" x="-74.93" y="35.56" size="1.778" layer="95" rot="R90"/>
 </instance>
-<instance part="R3" gate="G$1" x="101.6" y="27.94" smashed="yes">
-<attribute name="NAME" x="97.79" y="29.4386" size="1.778" layer="95"/>
-<attribute name="VALUE" x="97.79" y="24.638" size="1.778" layer="96"/>
+<instance part="R3" gate="G$1" x="101.6" y="17.78" smashed="yes">
+<attribute name="NAME" x="97.79" y="19.2786" size="1.778" layer="95"/>
+<attribute name="VALUE" x="97.79" y="14.478" size="1.778" layer="96"/>
 </instance>
-<instance part="D1" gate="D$1" x="121.92" y="30.48" smashed="yes">
-<attribute name="NAME" x="124.46" y="35.56" size="1.778" layer="95"/>
-</instance>
-<instance part="R6" gate="G$1" x="5.08" y="68.58" smashed="yes" rot="R180">
-<attribute name="NAME" x="8.89" y="67.0814" size="1.778" layer="95" rot="R180"/>
-<attribute name="VALUE" x="8.89" y="71.882" size="1.778" layer="96" rot="R180"/>
+<instance part="D1" gate="D$1" x="121.92" y="27.94" smashed="yes">
+<attribute name="NAME" x="124.46" y="33.02" size="1.778" layer="95"/>
 </instance>
 </instances>
 <busses>
@@ -8789,13 +8790,13 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <pinref part="D6" gate="D$1" pin="P$2"/>
 <wire x1="-12.7" y1="27.94" x2="-7.62" y2="27.94" width="0.1524" layer="91"/>
 <wire x1="-7.62" y1="27.94" x2="0" y2="27.94" width="0.1524" layer="91"/>
-<wire x1="-7.62" y1="35.56" x2="-7.62" y2="27.94" width="0.1524" layer="91"/>
+<wire x1="-7.62" y1="36.576" x2="-7.62" y2="27.94" width="0.1524" layer="91"/>
 <junction x="-7.62" y="27.94"/>
-<wire x1="-12.7" y1="27.94" x2="-12.7" y2="-10.16" width="0.1524" layer="91"/>
+<wire x1="-12.7" y1="27.94" x2="-12.7" y2="-15.24" width="0.1524" layer="91"/>
 <junction x="-12.7" y="27.94"/>
 <pinref part="GND2" gate="1" pin="GND"/>
 <pinref part="J7" gate="G$1" pin="1"/>
-<wire x1="-12.7" y1="-10.16" x2="-12.7" y2="-35.56" width="0.1524" layer="91"/>
+<wire x1="-12.7" y1="-15.24" x2="-12.7" y2="-35.56" width="0.1524" layer="91"/>
 <wire x1="-60.96" y1="66.04" x2="-53.34" y2="66.04" width="0.1524" layer="91"/>
 <label x="-55.88" y="66.04" size="1.778" layer="95" rot="MR0"/>
 <wire x1="-53.34" y1="66.04" x2="-53.34" y2="73.66" width="0.1524" layer="91"/>
@@ -8806,42 +8807,44 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <pinref part="J5" gate="J$1" pin="3"/>
 <wire x1="-60.96" y1="86.36" x2="-53.34" y2="86.36" width="0.1524" layer="91"/>
 <wire x1="-53.34" y1="86.36" x2="-53.34" y2="99.06" width="0.1524" layer="91"/>
-<wire x1="-53.34" y1="99.06" x2="-45.72" y2="99.06" width="0.1524" layer="91"/>
-<wire x1="-45.72" y1="99.06" x2="0" y2="99.06" width="0.1524" layer="91"/>
 <wire x1="0" y1="99.06" x2="0" y2="96.52" width="0.1524" layer="91"/>
 <pinref part="C1" gate="G$1" pin="1"/>
 <label x="-60.96" y="86.36" size="1.778" layer="95"/>
 <pinref part="D4" gate="D$1" pin="P$1"/>
-<junction x="-45.72" y="99.06"/>
 <wire x1="-53.34" y1="99.06" x2="-78.74" y2="99.06" width="0.1524" layer="91"/>
 <junction x="-53.34" y="99.06"/>
 <wire x1="-78.74" y1="99.06" x2="-78.74" y2="73.66" width="0.1524" layer="91"/>
 <junction x="-78.74" y="73.66"/>
-<wire x1="66.04" y1="-10.16" x2="-12.7" y2="-10.16" width="0.1524" layer="91"/>
-<junction x="-12.7" y="-10.16"/>
+<wire x1="27.94" y1="-15.24" x2="-12.7" y2="-15.24" width="0.1524" layer="91"/>
+<junction x="-12.7" y="-15.24"/>
 <pinref part="R1" gate="G$1" pin="1"/>
 <pinref part="Q2" gate="G$1" pin="S"/>
-<wire x1="73.66" y1="-5.08" x2="88.9" y2="-5.08" width="0.1524" layer="91"/>
-<wire x1="88.9" y1="-5.08" x2="88.9" y2="0" width="0.1524" layer="91"/>
-<label x="55.88" y="-10.16" size="1.778" layer="95"/>
-<wire x1="88.9" y1="0" x2="88.9" y2="2.54" width="0.1524" layer="91"/>
-<wire x1="83.82" y1="-10.16" x2="73.66" y2="-10.16" width="0.1524" layer="91"/>
-<wire x1="73.66" y1="-5.08" x2="73.66" y2="-10.16" width="0.1524" layer="91"/>
-<junction x="73.66" y="-10.16"/>
-<wire x1="73.66" y1="-10.16" x2="66.04" y2="-10.16" width="0.1524" layer="91"/>
-<wire x1="86.36" y1="0" x2="88.9" y2="0" width="0.1524" layer="91"/>
-<junction x="88.9" y="0"/>
+<wire x1="35.56" y1="-10.16" x2="50.8" y2="-10.16" width="0.1524" layer="91"/>
+<wire x1="50.8" y1="-10.16" x2="50.8" y2="-5.08" width="0.1524" layer="91"/>
+<label x="17.78" y="-15.24" size="1.778" layer="95"/>
+<wire x1="50.8" y1="-5.08" x2="50.8" y2="-2.54" width="0.1524" layer="91"/>
+<wire x1="45.72" y1="-15.24" x2="35.56" y2="-15.24" width="0.1524" layer="91"/>
+<wire x1="35.56" y1="-10.16" x2="35.56" y2="-15.24" width="0.1524" layer="91"/>
+<junction x="35.56" y="-15.24"/>
+<wire x1="48.26" y1="-5.08" x2="50.8" y2="-5.08" width="0.1524" layer="91"/>
+<junction x="50.8" y="-5.08"/>
 <pinref part="D7" gate="D$1" pin="P$2"/>
-<junction x="66.04" y="-10.16"/>
 <pinref part="D8" gate="D$1" pin="P$1"/>
-<wire x1="66.04" y1="-10.16" x2="66.04" y2="-17.78" width="0.1524" layer="91"/>
-<wire x1="66.04" y1="-17.78" x2="73.66" y2="-17.78" width="0.1524" layer="91"/>
+<wire x1="27.94" y1="-11.684" x2="27.94" y2="-15.24" width="0.1524" layer="91"/>
+<wire x1="27.94" y1="-15.24" x2="27.94" y2="-22.86" width="0.1524" layer="91"/>
+<wire x1="27.94" y1="-22.86" x2="39.116" y2="-22.86" width="0.1524" layer="91"/>
 <pinref part="U1" gate="G$1" pin="GND"/>
 <wire x1="-66.04" y1="35.56" x2="-66.04" y2="33.02" width="0.1524" layer="91"/>
 <wire x1="-66.04" y1="33.02" x2="-63.5" y2="33.02" width="0.1524" layer="91"/>
 <wire x1="-63.5" y1="33.02" x2="-63.5" y2="38.1" width="0.1524" layer="91"/>
 <pinref part="S1" gate="G$1" pin="1"/>
 <pinref part="SG1" gate="G$1" pin="1"/>
+<wire x1="27.94" y1="-15.24" x2="35.56" y2="-15.24" width="0.1524" layer="91"/>
+<junction x="27.94" y="-15.24"/>
+<wire x1="-53.34" y1="99.06" x2="-45.72" y2="99.06" width="0.1524" layer="91"/>
+<wire x1="-45.72" y1="99.06" x2="-45.72" y2="95.504" width="0.1524" layer="91"/>
+<wire x1="-45.72" y1="99.06" x2="0" y2="99.06" width="0.1524" layer="91"/>
+<junction x="-45.72" y="99.06"/>
 </segment>
 <segment>
 <wire x1="124.46" y1="78.74" x2="124.46" y2="68.58" width="0.1524" layer="91"/>
@@ -8859,23 +8862,23 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <wire x1="154.94" y1="68.58" x2="154.94" y2="30.48" width="0.1524" layer="91"/>
 <pinref part="GND1" gate="1" pin="GND"/>
 <pinref part="J3" gate="G$1" pin="2"/>
-<wire x1="154.94" y1="30.48" x2="154.94" y2="0" width="0.1524" layer="91"/>
-<wire x1="154.94" y1="0" x2="154.94" y2="-38.1" width="0.1524" layer="91"/>
-<wire x1="137.16" y1="5.08" x2="129.54" y2="5.08" width="0.1524" layer="91"/>
-<label x="132.08" y="5.08" size="1.778" layer="95"/>
-<wire x1="129.54" y1="5.08" x2="129.54" y2="0" width="0.1524" layer="91"/>
-<wire x1="129.54" y1="0" x2="154.94" y2="0" width="0.1524" layer="91"/>
-<junction x="154.94" y="0"/>
+<wire x1="154.94" y1="30.48" x2="154.94" y2="-7.62" width="0.1524" layer="91"/>
+<wire x1="154.94" y1="-7.62" x2="154.94" y2="-38.1" width="0.1524" layer="91"/>
+<wire x1="137.16" y1="0" x2="129.54" y2="0" width="0.1524" layer="91"/>
+<label x="132.08" y="0" size="1.778" layer="95"/>
+<wire x1="129.54" y1="0" x2="129.54" y2="-7.62" width="0.1524" layer="91"/>
+<wire x1="129.54" y1="-7.62" x2="154.94" y2="-7.62" width="0.1524" layer="91"/>
+<junction x="154.94" y="-7.62"/>
 <pinref part="Q5" gate="G$1" pin="S"/>
 <wire x1="86.36" y1="45.72" x2="86.36" y2="43.18" width="0.1524" layer="91"/>
 <wire x1="86.36" y1="43.18" x2="86.36" y2="38.1" width="0.1524" layer="91"/>
 <pinref part="R4" gate="G$1" pin="1"/>
 <junction x="86.36" y="43.18"/>
-<wire x1="86.36" y1="38.1" x2="121.92" y2="38.1" width="0.1524" layer="91"/>
 <label x="147.32" y="30.48" size="1.778" layer="95"/>
-<wire x1="121.92" y1="38.1" x2="137.16" y2="38.1" width="0.1524" layer="91"/>
-<wire x1="137.16" y1="38.1" x2="137.16" y2="30.48" width="0.1524" layer="91"/>
-<wire x1="137.16" y1="30.48" x2="154.94" y2="30.48" width="0.1524" layer="91"/>
+<wire x1="121.92" y1="32.004" x2="121.92" y2="38.1" width="0.1524" layer="91"/>
+<wire x1="121.92" y1="38.1" x2="132.08" y2="38.1" width="0.1524" layer="91"/>
+<wire x1="132.08" y1="38.1" x2="132.08" y2="30.48" width="0.1524" layer="91"/>
+<wire x1="132.08" y1="30.48" x2="154.94" y2="30.48" width="0.1524" layer="91"/>
 <junction x="154.94" y="30.48"/>
 <pinref part="J4" gate="G$1" pin="2"/>
 <wire x1="40.64" y1="101.6" x2="40.64" y2="93.98" width="0.1524" layer="91"/>
@@ -8886,10 +8889,13 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <wire x1="154.94" y1="99.06" x2="154.94" y2="68.58" width="0.1524" layer="91"/>
 <junction x="154.94" y="68.58"/>
 <pinref part="J1" gate="G$1" pin="1"/>
-<wire x1="137.16" y1="20.32" x2="137.16" y2="30.48" width="0.1524" layer="91"/>
-<junction x="137.16" y="30.48"/>
+<wire x1="137.16" y1="20.32" x2="132.08" y2="20.32" width="0.1524" layer="91"/>
+<wire x1="132.08" y1="20.32" x2="132.08" y2="30.48" width="0.1524" layer="91"/>
+<junction x="132.08" y="30.48"/>
 <pinref part="D1" gate="D$1" pin="P$1"/>
+<wire x1="86.36" y1="38.1" x2="121.92" y2="38.1" width="0.1524" layer="91"/>
 <junction x="121.92" y="38.1"/>
+<label x="132.08" y="20.32" size="1.778" layer="95"/>
 </segment>
 <segment>
 <pinref part="J7" gate="G$1" pin="5"/>
@@ -8905,9 +8911,9 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <label x="10.16" y="45.72" size="1.778" layer="95"/>
 <pinref part="U1" gate="G$1" pin="VIN"/>
 <pinref part="Q4" gate="G$1" pin="D"/>
-<wire x1="114.3" y1="20.32" x2="114.3" y2="22.86" width="0.1524" layer="91"/>
-<wire x1="114.3" y1="22.86" x2="5.08" y2="22.86" width="0.1524" layer="91"/>
-<label x="109.22" y="22.86" size="1.778" layer="95"/>
+<wire x1="76.2" y1="15.24" x2="76.2" y2="22.86" width="0.1524" layer="91"/>
+<wire x1="76.2" y1="22.86" x2="5.08" y2="22.86" width="0.1524" layer="91"/>
+<label x="71.12" y="15.24" size="1.778" layer="95"/>
 <wire x1="5.08" y1="45.72" x2="5.08" y2="22.86" width="0.1524" layer="91"/>
 </segment>
 </net>
@@ -8969,7 +8975,7 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <wire x1="-60.96" y1="63.5" x2="-50.8" y2="63.5" width="0.1524" layer="91"/>
 <label x="10.16" y="53.34" size="1.778" layer="95"/>
 <wire x1="15.24" y1="53.34" x2="-7.62" y2="53.34" width="0.1524" layer="91"/>
-<wire x1="-7.62" y1="53.34" x2="-7.62" y2="50.8" width="0.1524" layer="91"/>
+<wire x1="-7.62" y1="53.34" x2="-7.62" y2="44.704" width="0.1524" layer="91"/>
 <pinref part="D6" gate="D$1" pin="P$1"/>
 <wire x1="-50.8" y1="71.12" x2="-7.62" y2="71.12" width="0.1524" layer="91"/>
 <wire x1="-7.62" y1="71.12" x2="-7.62" y2="53.34" width="0.1524" layer="91"/>
@@ -8987,12 +8993,11 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <wire x1="5.08" y1="81.28" x2="5.08" y2="73.66" width="0.1524" layer="91"/>
 <wire x1="5.08" y1="73.66" x2="15.24" y2="73.66" width="0.1524" layer="91"/>
 <label x="10.16" y="73.66" size="1.778" layer="95"/>
-<label x="-33.02" y="83.82" size="1.778" layer="95"/>
 <pinref part="D4" gate="D$1" pin="P$2"/>
 <wire x1="5.08" y1="81.28" x2="0" y2="81.28" width="0.1524" layer="91"/>
 <junction x="0" y="81.28"/>
 <wire x1="-60.96" y1="81.28" x2="-45.72" y2="81.28" width="0.1524" layer="91"/>
-<wire x1="-45.72" y1="81.28" x2="-45.72" y2="83.82" width="0.1524" layer="91"/>
+<wire x1="-45.72" y1="81.28" x2="-45.72" y2="87.376" width="0.1524" layer="91"/>
 <wire x1="-45.72" y1="81.28" x2="0" y2="81.28" width="0.1524" layer="91"/>
 <junction x="-45.72" y="81.28"/>
 <pinref part="U1" gate="G$1" pin="A0"/>
@@ -9038,26 +9043,21 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 </segment>
 <segment>
 <pinref part="J1" gate="G$1" pin="2"/>
-<wire x1="137.16" y1="17.78" x2="127" y2="17.78" width="0.1524" layer="91"/>
-<wire x1="127" y1="17.78" x2="127" y2="22.86" width="0.1524" layer="91"/>
-<wire x1="127" y1="22.86" x2="127" y2="30.48" width="0.1524" layer="91"/>
+<wire x1="137.16" y1="17.78" x2="121.92" y2="17.78" width="0.1524" layer="91"/>
 <pinref part="R3" gate="G$1" pin="2"/>
 <label x="129.54" y="17.78" size="1.778" layer="95"/>
-<wire x1="116.84" y1="27.94" x2="106.68" y2="27.94" width="0.1524" layer="91"/>
-<label x="127" y="30.48" size="1.778" layer="95"/>
+<wire x1="121.92" y1="17.78" x2="106.68" y2="17.78" width="0.1524" layer="91"/>
+<label x="121.92" y="10.16" size="1.778" layer="95"/>
 <pinref part="D1" gate="D$1" pin="P$2"/>
-<wire x1="121.92" y1="22.86" x2="127" y2="22.86" width="0.1524" layer="91"/>
-<junction x="127" y="22.86"/>
-<wire x1="116.84" y1="27.94" x2="116.84" y2="22.86" width="0.1524" layer="91"/>
-<wire x1="116.84" y1="22.86" x2="121.92" y2="22.86" width="0.1524" layer="91"/>
-<junction x="121.92" y="22.86"/>
+<wire x1="121.92" y1="23.876" x2="121.92" y2="17.78" width="0.1524" layer="91"/>
+<junction x="121.92" y="17.78"/>
 </segment>
 </net>
 <net name="BTN" class="0">
 <segment>
 <pinref part="D3" gate="G$1" pin="A"/>
-<label x="55.88" y="-27.94" size="1.778" layer="95"/>
-<wire x1="55.88" y1="-27.94" x2="76.2" y2="-27.94" width="0.1524" layer="91"/>
+<label x="17.78" y="-33.02" size="1.778" layer="95"/>
+<wire x1="17.78" y1="-33.02" x2="38.1" y2="-33.02" width="0.1524" layer="91"/>
 </segment>
 <segment>
 <wire x1="45.72" y1="68.58" x2="53.34" y2="68.58" width="0.1524" layer="91"/>
@@ -9067,10 +9067,9 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 </net>
 <net name="BAT" class="0">
 <segment>
-<wire x1="15.24" y1="68.58" x2="10.16" y2="68.58" width="0.1524" layer="91"/>
+<wire x1="15.24" y1="68.58" x2="7.62" y2="68.58" width="0.1524" layer="91"/>
 <label x="10.16" y="68.58" size="1.778" layer="95"/>
 <pinref part="U1" gate="G$1" pin="A2"/>
-<pinref part="R6" gate="G$1" pin="1"/>
 </segment>
 <segment>
 <pinref part="J2" gate="G$1" pin="2"/>
@@ -9129,15 +9128,16 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <segment>
 <pinref part="Q2" gate="G$1" pin="G"/>
 <pinref part="R1" gate="G$1" pin="2"/>
-<wire x1="83.82" y1="5.08" x2="73.66" y2="5.08" width="0.1524" layer="91"/>
-<label x="55.88" y="5.08" size="1.778" layer="95"/>
-<wire x1="73.66" y1="5.08" x2="66.04" y2="5.08" width="0.1524" layer="91"/>
-<wire x1="66.04" y1="5.08" x2="55.88" y2="5.08" width="0.1524" layer="91"/>
-<wire x1="73.66" y1="5.08" x2="73.66" y2="0" width="0.1524" layer="91"/>
-<junction x="73.66" y="5.08"/>
-<wire x1="73.66" y1="0" x2="76.2" y2="0" width="0.1524" layer="91"/>
+<wire x1="45.72" y1="0" x2="35.56" y2="0" width="0.1524" layer="91"/>
+<label x="17.78" y="0" size="1.778" layer="95"/>
+<wire x1="27.94" y1="-3.556" x2="27.94" y2="0" width="0.1524" layer="91"/>
+<wire x1="27.94" y1="0" x2="17.78" y2="0" width="0.1524" layer="91"/>
+<wire x1="35.56" y1="0" x2="35.56" y2="-5.08" width="0.1524" layer="91"/>
+<junction x="35.56" y="0"/>
+<wire x1="35.56" y1="-5.08" x2="38.1" y2="-5.08" width="0.1524" layer="91"/>
 <pinref part="D7" gate="D$1" pin="P$1"/>
-<junction x="66.04" y="5.08"/>
+<wire x1="27.94" y1="0" x2="35.56" y2="0" width="0.1524" layer="91"/>
+<junction x="27.94" y="0"/>
 </segment>
 <segment>
 <wire x1="45.72" y1="71.12" x2="53.34" y2="71.12" width="0.1524" layer="91"/>
@@ -9154,12 +9154,12 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <segment>
 <pinref part="R2" gate="G$1" pin="2"/>
 <pinref part="Q4" gate="G$1" pin="S"/>
-<wire x1="114.3" y1="10.16" x2="114.3" y2="7.62" width="0.1524" layer="91"/>
-<wire x1="114.3" y1="7.62" x2="111.76" y2="7.62" width="0.1524" layer="91"/>
+<wire x1="76.2" y1="5.08" x2="76.2" y2="2.54" width="0.1524" layer="91"/>
+<wire x1="76.2" y1="2.54" x2="73.66" y2="2.54" width="0.1524" layer="91"/>
 <pinref part="J3" gate="G$1" pin="1"/>
-<wire x1="137.16" y1="7.62" x2="114.3" y2="7.62" width="0.1524" layer="91"/>
-<junction x="114.3" y="7.62"/>
-<label x="119.38" y="7.62" size="1.778" layer="95"/>
+<wire x1="137.16" y1="2.54" x2="76.2" y2="2.54" width="0.1524" layer="91"/>
+<junction x="76.2" y="2.54"/>
+<label x="81.28" y="2.54" size="1.778" layer="95"/>
 </segment>
 </net>
 <net name="N$2" class="0">
@@ -9167,30 +9167,30 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <pinref part="Q4" gate="G$1" pin="G"/>
 <pinref part="R2" gate="G$1" pin="1"/>
 <pinref part="Q2" gate="G$1" pin="D"/>
-<wire x1="99.06" y1="12.7" x2="88.9" y2="12.7" width="0.1524" layer="91"/>
-<junction x="99.06" y="12.7"/>
-<wire x1="109.22" y1="12.7" x2="99.06" y2="12.7" width="0.1524" layer="91"/>
+<wire x1="60.96" y1="7.62" x2="50.8" y2="7.62" width="0.1524" layer="91"/>
+<junction x="60.96" y="7.62"/>
+<wire x1="71.12" y1="7.62" x2="60.96" y2="7.62" width="0.1524" layer="91"/>
 <pinref part="D2" gate="G$1" pin="A"/>
-<wire x1="99.06" y1="2.54" x2="99.06" y2="7.62" width="0.1524" layer="91"/>
-<junction x="99.06" y="12.7"/>
-<wire x1="99.06" y1="7.62" x2="99.06" y2="12.7" width="0.1524" layer="91"/>
-<wire x1="101.6" y1="7.62" x2="99.06" y2="7.62" width="0.1524" layer="91"/>
-<junction x="99.06" y="7.62"/>
+<wire x1="60.96" y1="-2.54" x2="60.96" y2="2.54" width="0.1524" layer="91"/>
+<junction x="60.96" y="7.62"/>
+<wire x1="60.96" y1="2.54" x2="60.96" y2="7.62" width="0.1524" layer="91"/>
+<wire x1="63.5" y1="2.54" x2="60.96" y2="2.54" width="0.1524" layer="91"/>
+<junction x="60.96" y="2.54"/>
 </segment>
 </net>
 <net name="N$5" class="0">
 <segment>
 <pinref part="D3" gate="G$1" pin="C"/>
 <pinref part="D2" gate="G$1" pin="C"/>
-<wire x1="86.36" y1="-27.94" x2="99.06" y2="-27.94" width="0.1524" layer="91"/>
-<wire x1="99.06" y1="-10.16" x2="99.06" y2="-7.62" width="0.1524" layer="91"/>
-<wire x1="99.06" y1="-17.78" x2="99.06" y2="-27.94" width="0.1524" layer="91"/>
-<wire x1="99.06" y1="-17.78" x2="88.9" y2="-17.78" width="0.1524" layer="91"/>
-<junction x="99.06" y="-17.78"/>
+<wire x1="48.26" y1="-33.02" x2="60.96" y2="-33.02" width="0.1524" layer="91"/>
+<wire x1="60.96" y1="-15.24" x2="60.96" y2="-12.7" width="0.1524" layer="91"/>
+<wire x1="60.96" y1="-22.86" x2="60.96" y2="-33.02" width="0.1524" layer="91"/>
+<wire x1="60.96" y1="-22.86" x2="47.244" y2="-22.86" width="0.1524" layer="91"/>
+<junction x="60.96" y="-22.86"/>
 <pinref part="D8" gate="D$1" pin="P$2"/>
-<wire x1="99.06" y1="-10.16" x2="93.98" y2="-10.16" width="0.1524" layer="91"/>
-<wire x1="99.06" y1="-10.16" x2="99.06" y2="-17.78" width="0.1524" layer="91"/>
-<junction x="99.06" y="-10.16"/>
+<wire x1="60.96" y1="-15.24" x2="55.88" y2="-15.24" width="0.1524" layer="91"/>
+<wire x1="60.96" y1="-15.24" x2="60.96" y2="-22.86" width="0.1524" layer="91"/>
+<junction x="60.96" y="-15.24"/>
 <pinref part="S1" gate="G$1" pin="2"/>
 </segment>
 </net>
@@ -9230,19 +9230,13 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <net name="ST" class="0">
 <segment>
 <pinref part="U1" gate="G$1" pin="D2"/>
-<wire x1="45.72" y1="55.88" x2="76.2" y2="55.88" width="0.1524" layer="91"/>
-<wire x1="76.2" y1="55.88" x2="76.2" y2="27.94" width="0.1524" layer="91"/>
+<wire x1="45.72" y1="55.88" x2="78.74" y2="55.88" width="0.1524" layer="91"/>
+<wire x1="78.74" y1="55.88" x2="78.74" y2="17.78" width="0.1524" layer="91"/>
 <pinref part="R3" gate="G$1" pin="1"/>
-<wire x1="76.2" y1="27.94" x2="96.52" y2="27.94" width="0.1524" layer="91"/>
+<wire x1="78.74" y1="17.78" x2="96.52" y2="17.78" width="0.1524" layer="91"/>
 <label x="45.72" y="55.88" size="1.778" layer="95"/>
 </segment>
 </net>
-<net name="N$3" class="0">
-<segment>
-<pinref part="R6" gate="G$1" pin="2"/>
-<wire x1="0" y1="68.58" x2="-5.08" y2="68.58" width="0.1524" layer="91"/>
-</segment>
-</net>
 </nets>
 </sheet>
 </sheets>

+ 165 - 171
schematic/ECU.s#7

@@ -6623,7 +6623,7 @@ grid 2.54 mm</description>
 <packageinstance name="TO92"/>
 </packageinstances>
 </package3d>
-<package3d name="TO220BV" urn="urn:adsk.eagle:package:29484/3" type="model" library_version="4">
+<package3d name="TO220BV" urn="urn:adsk.eagle:package:29484/4" type="model" library_version="5">
 <description>Molded Package
 grid 2.54 mm</description>
 <packageinstances>
@@ -6718,7 +6718,7 @@ grid 2.54 mm</description>
 </symbol>
 </symbols>
 <devicesets>
-<deviceset name="NMOSFET" urn="urn:adsk.eagle:component:16378730/3" prefix="Q" library_version="4">
+<deviceset name="NMOSFET" urn="urn:adsk.eagle:component:16378730/4" prefix="Q" library_version="5">
 <description>&lt;b&gt; N-Channel MOSFET - Generic</description>
 <gates>
 <gate name="G$1" symbol="MFNS" x="-2.54" y="0"/>
@@ -6747,6 +6747,7 @@ grid 2.54 mm</description>
 <attribute name="SUB-CATEGORY" value="MOSFET" constant="no"/>
 <attribute name="THERMALLOSS" value="" constant="no"/>
 <attribute name="TYPE" value="N-Channel" constant="no"/>
+<attribute name="VALUE" value="NMOSFET" constant="no"/>
 </technology>
 <technology name="_">
 <attribute name="CATEGORY" value="Transistor" constant="no"/>
@@ -6761,6 +6762,7 @@ grid 2.54 mm</description>
 <attribute name="SUB-CATEGORY" value="MOSFET" constant="no"/>
 <attribute name="THERMALLOSS" value="" constant="no"/>
 <attribute name="TYPE" value="N-Channel" constant="no"/>
+<attribute name="VALUE" value="NMOSFET" constant="no"/>
 </technology>
 </technologies>
 </device>
@@ -6787,6 +6789,7 @@ grid 2.54 mm</description>
 <attribute name="SUB-CATEGORY" value="MOSFET" constant="no"/>
 <attribute name="THERMALLOSS" value="" constant="no"/>
 <attribute name="TYPE" value="N-Channel" constant="no"/>
+<attribute name="VALUE" value="NMOSFET" constant="no"/>
 </technology>
 </technologies>
 </device>
@@ -6797,7 +6800,7 @@ grid 2.54 mm</description>
 <connect gate="G$1" pin="S" pad="S"/>
 </connects>
 <package3dinstances>
-<package3dinstance package3d_urn="urn:adsk.eagle:package:29484/3"/>
+<package3dinstance package3d_urn="urn:adsk.eagle:package:29484/4"/>
 </package3dinstances>
 <technologies>
 <technology name="_">
@@ -6813,12 +6816,13 @@ grid 2.54 mm</description>
 <attribute name="SUB-CATEGORY" value="MOSFET" constant="no"/>
 <attribute name="THERMALLOSS" value="" constant="no"/>
 <attribute name="TYPE" value="N-Channel" constant="no"/>
+<attribute name="VALUE" value="NMOSFET" constant="no"/>
 </technology>
 </technologies>
 </device>
 </devices>
 </deviceset>
-<deviceset name="PMOSFET_" urn="urn:adsk.eagle:component:16378732/3" prefix="Q" library_version="4">
+<deviceset name="PMOSFET_" urn="urn:adsk.eagle:component:16378732/4" prefix="Q" library_version="5">
 <description>&lt;b&gt;P-Channel MOSFET - Popular parts&lt;/b&gt;</description>
 <gates>
 <gate name="G$1" symbol="MFPS" x="-2.54" y="0"/>
@@ -6837,30 +6841,32 @@ grid 2.54 mm</description>
 <technology name="BSS84">
 <attribute name="CATEGORY" value="Transistor" constant="no"/>
 <attribute name="DESCRIPTION" value="MOSFET P-CH 50V 130MA SOT-23"/>
-<attribute name="DRAIN_CURRENT" value="" constant="no"/>
+<attribute name="DRAIN_CURRENT" value="130mA" constant="no"/>
 <attribute name="MANUFACTURER" value="ON Semiconductor" constant="no"/>
 <attribute name="MPN" value="BSS84" constant="no"/>
-<attribute name="OPERATING_TEMP" value="" constant="no"/>
-<attribute name="PART_STATUS" value="" constant="no"/>
-<attribute name="ROHS_COMPLIANT" value="" constant="no"/>
+<attribute name="OPERATING_TEMP" value="-55°C ~ 150°C" constant="no"/>
+<attribute name="PART_STATUS" value="Active" constant="no"/>
+<attribute name="ROHS_COMPLIANT" value="Yes" constant="no"/>
 <attribute name="SERIES" value="" constant="no"/>
 <attribute name="SUB-CATEGORY" value="MOSFET" constant="no"/>
-<attribute name="THERMALLOSS" value="" constant="no"/>
+<attribute name="THERMALLOSS" value="360mW" constant="no"/>
 <attribute name="TYPE" value="P-Channel" constant="no"/>
+<attribute name="VALUE" value="BSS84" constant="no"/>
 </technology>
 <technology name="IRLML5203">
 <attribute name="CATEGORY" value="Transistor" constant="no"/>
 <attribute name="DESCRIPTION" value="MOSFET P-CH 30V 3A SOT-23" constant="no"/>
-<attribute name="DRAIN_CURRENT" value="" constant="no"/>
+<attribute name="DRAIN_CURRENT" value="3A" constant="no"/>
 <attribute name="MANUFACTURER" value="Infineon Technologies" constant="no"/>
 <attribute name="MPN" value="IRLML5203TRPBF" constant="no"/>
-<attribute name="OPERATING_TEMP" value="" constant="no"/>
-<attribute name="PART_STATUS" value="" constant="no"/>
-<attribute name="ROHS_COMPLIANT" value="" constant="no"/>
+<attribute name="OPERATING_TEMP" value="-55°C ~ 150°C" constant="no"/>
+<attribute name="PART_STATUS" value="Active" constant="no"/>
+<attribute name="ROHS_COMPLIANT" value="Yes" constant="no"/>
 <attribute name="SERIES" value="" constant="no"/>
 <attribute name="SUB-CATEGORY" value="MOSFET" constant="no"/>
-<attribute name="THERMALLOSS" value="" constant="no"/>
+<attribute name="THERMALLOSS" value="1.25W" constant="no"/>
 <attribute name="TYPE" value="P-Channel" constant="no"/>
+<attribute name="VALUE" value="IRLML5203" constant="no"/>
 </technology>
 </technologies>
 </device>
@@ -7267,13 +7273,6 @@ Source: http://www.vishay.com .. dcrcw.pdf</description>
 <packageinstance name="R3225"/>
 </packageinstances>
 </package3d>
-<package3d name="R4527" urn="urn:adsk.eagle:package:13310/1" type="box" library_version="1">
-<description>Package 4527
-Source: http://www.vishay.com/docs/31059/wsrhigh.pdf</description>
-<packageinstances>
-<packageinstance name="R4527"/>
-</packageinstances>
-</package3d>
 <package3d name="R5025" urn="urn:adsk.eagle:package:13308/1" type="box" library_version="1">
 <description>RESISTOR</description>
 <packageinstances>
@@ -7287,6 +7286,13 @@ Source: http://download.siliconexpert.com/pdfs/2005/02/24/Semi_Ap/2/VSH/Resistor
 <packageinstance name="R6332"/>
 </packageinstances>
 </package3d>
+<package3d name="R4527" urn="urn:adsk.eagle:package:13310/2" type="model" library_version="3">
+<description>Package 4527
+Source: http://www.vishay.com/docs/31059/wsrhigh.pdf</description>
+<packageinstances>
+<packageinstance name="R4527"/>
+</packageinstances>
+</package3d>
 </packages3d>
 <symbols>
 <symbol name="R" urn="urn:adsk.eagle:symbol:13232/1" library_version="1">
@@ -7303,7 +7309,7 @@ Source: http://download.siliconexpert.com/pdfs/2005/02/24/Semi_Ap/2/VSH/Resistor
 </symbol>
 </symbols>
 <devicesets>
-<deviceset name="R" urn="urn:adsk.eagle:component:13322/1" prefix="R" uservalue="yes" library_version="1">
+<deviceset name="R" urn="urn:adsk.eagle:component:13322/2" prefix="R" uservalue="yes" library_version="3">
 <description>&lt;B&gt;RESISTOR&lt;/B&gt;, European symbol</description>
 <gates>
 <gate name="G$1" symbol="R" x="0" y="0"/>
@@ -7540,7 +7546,7 @@ Source: http://download.siliconexpert.com/pdfs/2005/02/24/Semi_Ap/2/VSH/Resistor
 <connect gate="G$1" pin="2" pad="2"/>
 </connects>
 <package3dinstances>
-<package3dinstance package3d_urn="urn:adsk.eagle:package:13310/1"/>
+<package3dinstance package3d_urn="urn:adsk.eagle:package:13310/2"/>
 </package3dinstances>
 <technologies>
 <technology name="">
@@ -7666,19 +7672,19 @@ Source: http://download.siliconexpert.com/pdfs/2005/02/24/Semi_Ap/2/VSH/Resistor
 </packages3d>
 <symbols>
 <symbol name="TVS_DIODE">
-<wire x1="0" y1="0" x2="-2.54" y2="2.54" width="0.254" layer="94"/>
-<wire x1="2.54" y1="2.54" x2="0" y2="0" width="0.254" layer="94"/>
-<wire x1="-5.08" y1="-2.54" x2="-2.54" y2="0" width="0.254" layer="94"/>
-<wire x1="-2.54" y1="0" x2="2.54" y2="0" width="0.254" layer="94"/>
-<wire x1="2.54" y1="0" x2="5.08" y2="2.54" width="0.254" layer="94"/>
-<wire x1="0" y1="0" x2="-2.54" y2="-2.54" width="0.254" layer="94"/>
-<wire x1="2.54" y1="-2.54" x2="0" y2="0" width="0.254" layer="94"/>
-<wire x1="-2.54" y1="2.54" x2="2.54" y2="2.54" width="0.254" layer="94"/>
-<wire x1="-2.54" y1="-2.54" x2="2.54" y2="-2.54" width="0.254" layer="94"/>
-<pin name="P$1" x="0" y="7.62" visible="off" length="middle" rot="R270"/>
-<pin name="P$2" x="0" y="-7.62" visible="off" length="middle" rot="R90"/>
-<text x="2.54" y="5.08" size="1.778" layer="95">&gt;NAME</text>
-<text x="2.54" y="-7.62" size="1.778" layer="96">&gt;VALUE</text>
+<wire x1="0" y1="0" x2="-1.27" y2="1.524" width="0.254" layer="94"/>
+<wire x1="1.27" y1="1.524" x2="0" y2="0" width="0.254" layer="94"/>
+<wire x1="-1.778" y1="-0.508" x2="-1.27" y2="0" width="0.254" layer="94"/>
+<wire x1="-1.27" y1="0" x2="1.27" y2="0" width="0.254" layer="94"/>
+<wire x1="1.27" y1="0" x2="1.778" y2="0.508" width="0.254" layer="94"/>
+<wire x1="0" y1="0" x2="-1.27" y2="-1.524" width="0.254" layer="94"/>
+<wire x1="1.27" y1="-1.524" x2="0" y2="0" width="0.254" layer="94"/>
+<wire x1="-1.27" y1="1.524" x2="1.27" y2="1.524" width="0.254" layer="94"/>
+<wire x1="-1.27" y1="-1.524" x2="1.27" y2="-1.524" width="0.254" layer="94"/>
+<pin name="P$1" x="0" y="4.064" visible="off" length="short" rot="R270"/>
+<pin name="P$2" x="0" y="-4.064" visible="off" length="short" rot="R90"/>
+<text x="2.54" y="2.54" size="1.778" layer="95">&gt;NAME</text>
+<text x="2.54" y="-2.54" size="1.778" layer="96">&gt;VALUE</text>
 </symbol>
 <symbol name="ARDUINO">
 <wire x1="-10.16" y1="20.32" x2="-10.16" y2="-20.32" width="0.254" layer="94"/>
@@ -8625,16 +8631,16 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <part name="J5" library="SparkFun-Connectors" library_urn="urn:adsk.eagle:library:513" deviceset="CONN_03" device="" package3d_urn="urn:adsk.eagle:package:38063/1" value="THROTTLE"/>
 <part name="C1" library="Capacitor" library_urn="urn:adsk.eagle:library:16290819" deviceset="C" device="CHIP-1206(3216-METRIC)" package3d_urn="urn:adsk.eagle:package:16290893/2" technology="_" value="0.1uF"/>
 <part name="J6" library="SparkFun-Connectors" library_urn="urn:adsk.eagle:library:513" deviceset="CONN_02" device="" package3d_urn="urn:adsk.eagle:package:38039/1" value="LED"/>
-<part name="Q2" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" deviceset="NMOSFET" device="SOT23" package3d_urn="urn:adsk.eagle:package:28738/2" value=""/>
+<part name="Q2" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" deviceset="NMOSFET" device="SOT23" package3d_urn="urn:adsk.eagle:package:28738/2" value="NMOSFET"/>
 <part name="R2" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="R1206" package3d_urn="urn:adsk.eagle:package:13301/1" value="10K"/>
 <part name="R1" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="R1206" package3d_urn="urn:adsk.eagle:package:13301/1" value="10K"/>
 <part name="D2" library="Diode" library_urn="urn:adsk.eagle:library:16378169" deviceset="DIODE" device="DO-215-AC" package3d_urn="urn:adsk.eagle:package:9427057/2" technology="_" value=""/>
-<part name="Q4" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" deviceset="PMOSFET_" device="" package3d_urn="urn:adsk.eagle:package:28738/2" technology="BSS84" value=""/>
+<part name="Q4" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" deviceset="PMOSFET_" device="" package3d_urn="urn:adsk.eagle:package:28738/2" technology="BSS84" value="BSS84"/>
 <part name="D3" library="Diode" library_urn="urn:adsk.eagle:library:16378169" deviceset="DIODE" device="DO-215-AC" package3d_urn="urn:adsk.eagle:package:9427057/2" technology="_" value=""/>
-<part name="Q5" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" deviceset="NMOSFET" device="SOT23" package3d_urn="urn:adsk.eagle:package:28738/2"/>
+<part name="Q5" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" deviceset="NMOSFET" device="SOT23" package3d_urn="urn:adsk.eagle:package:28738/2" value="NMOSFET"/>
 <part name="J7" library="SparkFun-Connectors" library_urn="urn:adsk.eagle:library:513" deviceset="CONN_06" device="SILK_FEMALE_PTH" package3d_urn="urn:adsk.eagle:package:38009/1" value="SPEED"/>
 <part name="C3" library="Capacitor" library_urn="urn:adsk.eagle:library:16290819" deviceset="C" device="CHIP-1206(3216-METRIC)" package3d_urn="urn:adsk.eagle:package:16290893/2" technology="_" value="0.1uF"/>
-<part name="Q1" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" deviceset="NMOSFET" device="SOT23" package3d_urn="urn:adsk.eagle:package:28738/2"/>
+<part name="Q1" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" deviceset="NMOSFET" device="SOT23" package3d_urn="urn:adsk.eagle:package:28738/2" value="NMOSFET"/>
 <part name="D4" library="eScooter" deviceset="TVS_DIODE" device="SMA" package3d_urn="urn:adsk.eagle:package:21928182/1"/>
 <part name="D6" library="eScooter" deviceset="TVS_DIODE" device="SMA" package3d_urn="urn:adsk.eagle:package:21928182/1"/>
 <part name="D7" library="eScooter" deviceset="TVS_DIODE" device="SMA" package3d_urn="urn:adsk.eagle:package:21928182/1"/>
@@ -8649,7 +8655,6 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <part name="SG1" library="buzzer" deviceset="F/HGP" device="" package3d_urn="urn:adsk.eagle:package:5287/1"/>
 <part name="R3" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="R1206" package3d_urn="urn:adsk.eagle:package:13301/1" value="10K"/>
 <part name="D1" library="eScooter" deviceset="TVS_DIODE" device="SMA" package3d_urn="urn:adsk.eagle:package:21928182/1"/>
-<part name="R6" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="R1206" package3d_urn="urn:adsk.eagle:package:13301/1" value="10K"/>
 </parts>
 <sheets>
 <sheet>
@@ -8664,9 +8669,9 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <attribute name="VALUE" x="147.32" y="60.706" size="1.778" layer="96" font="vector" rot="R180"/>
 <attribute name="NAME" x="147.32" y="40.132" size="1.778" layer="95" font="vector" rot="R180"/>
 </instance>
-<instance part="J3" gate="G$1" x="144.78" y="7.62" smashed="yes" rot="R180">
-<attribute name="VALUE" x="147.32" y="12.446" size="1.778" layer="96" font="vector" rot="R180"/>
-<attribute name="NAME" x="147.32" y="2.032" size="1.778" layer="95" font="vector" rot="R180"/>
+<instance part="J3" gate="G$1" x="144.78" y="2.54" smashed="yes" rot="R180">
+<attribute name="VALUE" x="147.32" y="7.366" size="1.778" layer="96" font="vector" rot="R180"/>
+<attribute name="NAME" x="147.32" y="-3.048" size="1.778" layer="95" font="vector" rot="R180"/>
 </instance>
 <instance part="J4" gate="G$1" x="38.1" y="109.22" smashed="yes" rot="MR270">
 <attribute name="VALUE" x="43.18" y="112.014" size="1.778" layer="96" font="vector" rot="MR0"/>
@@ -8684,29 +8689,29 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <attribute name="VALUE" x="147.32" y="94.234" size="1.778" layer="96" font="vector" rot="MR0"/>
 <attribute name="NAME" x="147.32" y="84.328" size="1.778" layer="95" font="vector" rot="MR0"/>
 </instance>
-<instance part="Q2" gate="G$1" x="86.36" y="7.62" smashed="yes">
-<attribute name="NAME" x="92.71" y="8.89" size="1.778" layer="95"/>
-<attribute name="VALUE" x="92.71" y="6.35" size="1.778" layer="96"/>
+<instance part="Q2" gate="G$1" x="48.26" y="2.54" smashed="yes">
+<attribute name="NAME" x="54.61" y="3.81" size="1.778" layer="95"/>
+<attribute name="VALUE" x="54.61" y="1.27" size="1.778" layer="96"/>
 </instance>
-<instance part="R2" gate="G$1" x="106.68" y="7.62" smashed="yes">
-<attribute name="NAME" x="102.87" y="9.1186" size="1.778" layer="95"/>
-<attribute name="VALUE" x="102.87" y="4.318" size="1.778" layer="96"/>
+<instance part="R2" gate="G$1" x="68.58" y="2.54" smashed="yes">
+<attribute name="NAME" x="64.77" y="4.0386" size="1.778" layer="95"/>
+<attribute name="VALUE" x="64.77" y="-0.762" size="1.778" layer="96"/>
 </instance>
-<instance part="R1" gate="G$1" x="81.28" y="0" smashed="yes" rot="R180">
-<attribute name="NAME" x="85.09" y="-1.4986" size="1.778" layer="95" rot="R180"/>
-<attribute name="VALUE" x="85.09" y="3.302" size="1.778" layer="96" rot="R180"/>
+<instance part="R1" gate="G$1" x="43.18" y="-5.08" smashed="yes" rot="R180">
+<attribute name="NAME" x="46.99" y="-6.5786" size="1.778" layer="95" rot="R180"/>
+<attribute name="VALUE" x="46.99" y="-1.778" size="1.778" layer="96" rot="R180"/>
 </instance>
-<instance part="D2" gate="G$1" x="99.06" y="-2.54" smashed="yes" rot="R270">
-<attribute name="NAME" x="104.14" y="-2.54" size="1.778" layer="95" rot="R270" align="center"/>
-<attribute name="VALUE" x="93.98" y="-2.54" size="1.778" layer="95" rot="R270" align="center"/>
+<instance part="D2" gate="G$1" x="60.96" y="-7.62" smashed="yes" rot="R270">
+<attribute name="NAME" x="66.04" y="-7.62" size="1.778" layer="95" rot="R270" align="center"/>
+<attribute name="VALUE" x="55.88" y="-7.62" size="1.778" layer="95" rot="R270" align="center"/>
 </instance>
-<instance part="Q4" gate="G$1" x="111.76" y="15.24" smashed="yes" rot="MR180">
-<attribute name="NAME" x="118.11" y="13.97" size="1.778" layer="95" rot="MR180"/>
-<attribute name="VALUE" x="118.11" y="16.51" size="1.778" layer="96" rot="MR180"/>
+<instance part="Q4" gate="G$1" x="73.66" y="10.16" smashed="yes" rot="MR180">
+<attribute name="NAME" x="80.01" y="8.89" size="1.778" layer="95" rot="MR180"/>
+<attribute name="VALUE" x="80.01" y="11.43" size="1.778" layer="96" rot="MR180"/>
 </instance>
-<instance part="D3" gate="G$1" x="81.28" y="-27.94" smashed="yes">
-<attribute name="NAME" x="81.28" y="-22.86" size="1.778" layer="95" align="center"/>
-<attribute name="VALUE" x="81.28" y="-33.02" size="1.778" layer="95" align="center"/>
+<instance part="D3" gate="G$1" x="43.18" y="-33.02" smashed="yes">
+<attribute name="NAME" x="43.18" y="-27.94" size="1.778" layer="95" align="center"/>
+<attribute name="VALUE" x="43.18" y="-38.1" size="1.778" layer="95" align="center"/>
 </instance>
 <instance part="Q5" gate="G$1" x="88.9" y="50.8" smashed="yes" rot="MR0">
 <attribute name="NAME" x="82.55" y="52.07" size="1.778" layer="95" rot="MR0"/>
@@ -8723,16 +8728,16 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <attribute name="NAME" x="128.27" y="85.09" size="1.778" layer="95"/>
 </instance>
 <instance part="D4" gate="D$1" x="-45.72" y="91.44" smashed="yes">
-<attribute name="NAME" x="-43.18" y="96.52" size="1.778" layer="95"/>
+<attribute name="NAME" x="-43.18" y="93.98" size="1.778" layer="95"/>
 </instance>
-<instance part="D6" gate="D$1" x="-7.62" y="43.18" smashed="yes">
-<attribute name="NAME" x="-5.08" y="48.26" size="1.778" layer="95"/>
+<instance part="D6" gate="D$1" x="-7.62" y="40.64" smashed="yes">
+<attribute name="NAME" x="-5.08" y="43.18" size="1.778" layer="95"/>
 </instance>
-<instance part="D7" gate="D$1" x="66.04" y="-2.54" smashed="yes">
-<attribute name="NAME" x="68.58" y="2.54" size="1.778" layer="95"/>
+<instance part="D7" gate="D$1" x="27.94" y="-7.62" smashed="yes">
+<attribute name="NAME" x="30.48" y="-2.54" size="1.778" layer="95"/>
 </instance>
-<instance part="D8" gate="D$1" x="81.28" y="-17.78" smashed="yes" rot="R90">
-<attribute name="NAME" x="76.2" y="-15.24" size="1.778" layer="95" rot="R90"/>
+<instance part="D8" gate="D$1" x="43.18" y="-22.86" smashed="yes" rot="R90">
+<attribute name="NAME" x="38.1" y="-20.32" size="1.778" layer="95" rot="R90"/>
 </instance>
 <instance part="R4" gate="G$1" x="91.44" y="43.18" smashed="yes">
 <attribute name="NAME" x="87.63" y="44.6786" size="1.778" layer="95"/>
@@ -8756,22 +8761,18 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <attribute name="NAME" x="27.94" y="86.36" size="1.778" layer="95"/>
 <attribute name="VALUE" x="20.32" y="40.64" size="1.778" layer="96"/>
 </instance>
-<instance part="S1" gate="G$1" x="88.9" y="-10.16" smashed="yes">
-<attribute name="NAME" x="88.9" y="-8.636" size="1.778" layer="95" font="vector" align="bottom-center"/>
+<instance part="S1" gate="G$1" x="50.8" y="-15.24" smashed="yes">
+<attribute name="NAME" x="50.8" y="-13.716" size="1.778" layer="95" font="vector" align="bottom-center"/>
 </instance>
 <instance part="SG1" gate="G$1" x="-68.58" y="38.1" smashed="yes" rot="R90">
 <attribute name="NAME" x="-74.93" y="35.56" size="1.778" layer="95" rot="R90"/>
 </instance>
-<instance part="R3" gate="G$1" x="101.6" y="27.94" smashed="yes">
-<attribute name="NAME" x="97.79" y="29.4386" size="1.778" layer="95"/>
-<attribute name="VALUE" x="97.79" y="24.638" size="1.778" layer="96"/>
+<instance part="R3" gate="G$1" x="101.6" y="17.78" smashed="yes">
+<attribute name="NAME" x="97.79" y="19.2786" size="1.778" layer="95"/>
+<attribute name="VALUE" x="97.79" y="14.478" size="1.778" layer="96"/>
 </instance>
-<instance part="D1" gate="D$1" x="121.92" y="30.48" smashed="yes">
-<attribute name="NAME" x="124.46" y="35.56" size="1.778" layer="95"/>
-</instance>
-<instance part="R6" gate="G$1" x="2.54" y="68.58" smashed="yes" rot="R180">
-<attribute name="NAME" x="6.35" y="67.0814" size="1.778" layer="95" rot="R180"/>
-<attribute name="VALUE" x="6.35" y="71.882" size="1.778" layer="96" rot="R180"/>
+<instance part="D1" gate="D$1" x="121.92" y="27.94" smashed="yes">
+<attribute name="NAME" x="124.46" y="33.02" size="1.778" layer="95"/>
 </instance>
 </instances>
 <busses>
@@ -8789,13 +8790,13 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <pinref part="D6" gate="D$1" pin="P$2"/>
 <wire x1="-12.7" y1="27.94" x2="-7.62" y2="27.94" width="0.1524" layer="91"/>
 <wire x1="-7.62" y1="27.94" x2="0" y2="27.94" width="0.1524" layer="91"/>
-<wire x1="-7.62" y1="35.56" x2="-7.62" y2="27.94" width="0.1524" layer="91"/>
+<wire x1="-7.62" y1="36.576" x2="-7.62" y2="27.94" width="0.1524" layer="91"/>
 <junction x="-7.62" y="27.94"/>
-<wire x1="-12.7" y1="27.94" x2="-12.7" y2="-10.16" width="0.1524" layer="91"/>
+<wire x1="-12.7" y1="27.94" x2="-12.7" y2="-15.24" width="0.1524" layer="91"/>
 <junction x="-12.7" y="27.94"/>
 <pinref part="GND2" gate="1" pin="GND"/>
 <pinref part="J7" gate="G$1" pin="1"/>
-<wire x1="-12.7" y1="-10.16" x2="-12.7" y2="-35.56" width="0.1524" layer="91"/>
+<wire x1="-12.7" y1="-15.24" x2="-12.7" y2="-35.56" width="0.1524" layer="91"/>
 <wire x1="-60.96" y1="66.04" x2="-53.34" y2="66.04" width="0.1524" layer="91"/>
 <label x="-55.88" y="66.04" size="1.778" layer="95" rot="MR0"/>
 <wire x1="-53.34" y1="66.04" x2="-53.34" y2="73.66" width="0.1524" layer="91"/>
@@ -8806,42 +8807,44 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <pinref part="J5" gate="J$1" pin="3"/>
 <wire x1="-60.96" y1="86.36" x2="-53.34" y2="86.36" width="0.1524" layer="91"/>
 <wire x1="-53.34" y1="86.36" x2="-53.34" y2="99.06" width="0.1524" layer="91"/>
-<wire x1="-53.34" y1="99.06" x2="-45.72" y2="99.06" width="0.1524" layer="91"/>
-<wire x1="-45.72" y1="99.06" x2="0" y2="99.06" width="0.1524" layer="91"/>
 <wire x1="0" y1="99.06" x2="0" y2="96.52" width="0.1524" layer="91"/>
 <pinref part="C1" gate="G$1" pin="1"/>
 <label x="-60.96" y="86.36" size="1.778" layer="95"/>
 <pinref part="D4" gate="D$1" pin="P$1"/>
-<junction x="-45.72" y="99.06"/>
 <wire x1="-53.34" y1="99.06" x2="-78.74" y2="99.06" width="0.1524" layer="91"/>
 <junction x="-53.34" y="99.06"/>
 <wire x1="-78.74" y1="99.06" x2="-78.74" y2="73.66" width="0.1524" layer="91"/>
 <junction x="-78.74" y="73.66"/>
-<wire x1="66.04" y1="-10.16" x2="-12.7" y2="-10.16" width="0.1524" layer="91"/>
-<junction x="-12.7" y="-10.16"/>
+<wire x1="27.94" y1="-15.24" x2="-12.7" y2="-15.24" width="0.1524" layer="91"/>
+<junction x="-12.7" y="-15.24"/>
 <pinref part="R1" gate="G$1" pin="1"/>
 <pinref part="Q2" gate="G$1" pin="S"/>
-<wire x1="73.66" y1="-5.08" x2="88.9" y2="-5.08" width="0.1524" layer="91"/>
-<wire x1="88.9" y1="-5.08" x2="88.9" y2="0" width="0.1524" layer="91"/>
-<label x="55.88" y="-10.16" size="1.778" layer="95"/>
-<wire x1="88.9" y1="0" x2="88.9" y2="2.54" width="0.1524" layer="91"/>
-<wire x1="83.82" y1="-10.16" x2="73.66" y2="-10.16" width="0.1524" layer="91"/>
-<wire x1="73.66" y1="-5.08" x2="73.66" y2="-10.16" width="0.1524" layer="91"/>
-<junction x="73.66" y="-10.16"/>
-<wire x1="73.66" y1="-10.16" x2="66.04" y2="-10.16" width="0.1524" layer="91"/>
-<wire x1="86.36" y1="0" x2="88.9" y2="0" width="0.1524" layer="91"/>
-<junction x="88.9" y="0"/>
+<wire x1="35.56" y1="-10.16" x2="50.8" y2="-10.16" width="0.1524" layer="91"/>
+<wire x1="50.8" y1="-10.16" x2="50.8" y2="-5.08" width="0.1524" layer="91"/>
+<label x="17.78" y="-15.24" size="1.778" layer="95"/>
+<wire x1="50.8" y1="-5.08" x2="50.8" y2="-2.54" width="0.1524" layer="91"/>
+<wire x1="45.72" y1="-15.24" x2="35.56" y2="-15.24" width="0.1524" layer="91"/>
+<wire x1="35.56" y1="-10.16" x2="35.56" y2="-15.24" width="0.1524" layer="91"/>
+<junction x="35.56" y="-15.24"/>
+<wire x1="48.26" y1="-5.08" x2="50.8" y2="-5.08" width="0.1524" layer="91"/>
+<junction x="50.8" y="-5.08"/>
 <pinref part="D7" gate="D$1" pin="P$2"/>
-<junction x="66.04" y="-10.16"/>
 <pinref part="D8" gate="D$1" pin="P$1"/>
-<wire x1="66.04" y1="-10.16" x2="66.04" y2="-17.78" width="0.1524" layer="91"/>
-<wire x1="66.04" y1="-17.78" x2="73.66" y2="-17.78" width="0.1524" layer="91"/>
+<wire x1="27.94" y1="-11.684" x2="27.94" y2="-15.24" width="0.1524" layer="91"/>
+<wire x1="27.94" y1="-15.24" x2="27.94" y2="-22.86" width="0.1524" layer="91"/>
+<wire x1="27.94" y1="-22.86" x2="39.116" y2="-22.86" width="0.1524" layer="91"/>
 <pinref part="U1" gate="G$1" pin="GND"/>
 <wire x1="-66.04" y1="35.56" x2="-66.04" y2="33.02" width="0.1524" layer="91"/>
 <wire x1="-66.04" y1="33.02" x2="-63.5" y2="33.02" width="0.1524" layer="91"/>
 <wire x1="-63.5" y1="33.02" x2="-63.5" y2="38.1" width="0.1524" layer="91"/>
 <pinref part="S1" gate="G$1" pin="1"/>
 <pinref part="SG1" gate="G$1" pin="1"/>
+<wire x1="27.94" y1="-15.24" x2="35.56" y2="-15.24" width="0.1524" layer="91"/>
+<junction x="27.94" y="-15.24"/>
+<wire x1="-53.34" y1="99.06" x2="-45.72" y2="99.06" width="0.1524" layer="91"/>
+<wire x1="-45.72" y1="99.06" x2="-45.72" y2="95.504" width="0.1524" layer="91"/>
+<wire x1="-45.72" y1="99.06" x2="0" y2="99.06" width="0.1524" layer="91"/>
+<junction x="-45.72" y="99.06"/>
 </segment>
 <segment>
 <wire x1="124.46" y1="78.74" x2="124.46" y2="68.58" width="0.1524" layer="91"/>
@@ -8859,23 +8862,23 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <wire x1="154.94" y1="68.58" x2="154.94" y2="30.48" width="0.1524" layer="91"/>
 <pinref part="GND1" gate="1" pin="GND"/>
 <pinref part="J3" gate="G$1" pin="2"/>
-<wire x1="154.94" y1="30.48" x2="154.94" y2="0" width="0.1524" layer="91"/>
-<wire x1="154.94" y1="0" x2="154.94" y2="-38.1" width="0.1524" layer="91"/>
-<wire x1="137.16" y1="5.08" x2="129.54" y2="5.08" width="0.1524" layer="91"/>
-<label x="132.08" y="5.08" size="1.778" layer="95"/>
-<wire x1="129.54" y1="5.08" x2="129.54" y2="0" width="0.1524" layer="91"/>
-<wire x1="129.54" y1="0" x2="154.94" y2="0" width="0.1524" layer="91"/>
-<junction x="154.94" y="0"/>
+<wire x1="154.94" y1="30.48" x2="154.94" y2="-7.62" width="0.1524" layer="91"/>
+<wire x1="154.94" y1="-7.62" x2="154.94" y2="-38.1" width="0.1524" layer="91"/>
+<wire x1="137.16" y1="0" x2="129.54" y2="0" width="0.1524" layer="91"/>
+<label x="132.08" y="0" size="1.778" layer="95"/>
+<wire x1="129.54" y1="0" x2="129.54" y2="-7.62" width="0.1524" layer="91"/>
+<wire x1="129.54" y1="-7.62" x2="154.94" y2="-7.62" width="0.1524" layer="91"/>
+<junction x="154.94" y="-7.62"/>
 <pinref part="Q5" gate="G$1" pin="S"/>
 <wire x1="86.36" y1="45.72" x2="86.36" y2="43.18" width="0.1524" layer="91"/>
 <wire x1="86.36" y1="43.18" x2="86.36" y2="38.1" width="0.1524" layer="91"/>
 <pinref part="R4" gate="G$1" pin="1"/>
 <junction x="86.36" y="43.18"/>
-<wire x1="86.36" y1="38.1" x2="121.92" y2="38.1" width="0.1524" layer="91"/>
 <label x="147.32" y="30.48" size="1.778" layer="95"/>
-<wire x1="121.92" y1="38.1" x2="137.16" y2="38.1" width="0.1524" layer="91"/>
-<wire x1="137.16" y1="38.1" x2="137.16" y2="30.48" width="0.1524" layer="91"/>
-<wire x1="137.16" y1="30.48" x2="154.94" y2="30.48" width="0.1524" layer="91"/>
+<wire x1="121.92" y1="32.004" x2="121.92" y2="38.1" width="0.1524" layer="91"/>
+<wire x1="121.92" y1="38.1" x2="132.08" y2="38.1" width="0.1524" layer="91"/>
+<wire x1="132.08" y1="38.1" x2="132.08" y2="30.48" width="0.1524" layer="91"/>
+<wire x1="132.08" y1="30.48" x2="154.94" y2="30.48" width="0.1524" layer="91"/>
 <junction x="154.94" y="30.48"/>
 <pinref part="J4" gate="G$1" pin="2"/>
 <wire x1="40.64" y1="101.6" x2="40.64" y2="93.98" width="0.1524" layer="91"/>
@@ -8886,10 +8889,13 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <wire x1="154.94" y1="99.06" x2="154.94" y2="68.58" width="0.1524" layer="91"/>
 <junction x="154.94" y="68.58"/>
 <pinref part="J1" gate="G$1" pin="1"/>
-<wire x1="137.16" y1="20.32" x2="137.16" y2="30.48" width="0.1524" layer="91"/>
-<junction x="137.16" y="30.48"/>
+<wire x1="137.16" y1="20.32" x2="132.08" y2="20.32" width="0.1524" layer="91"/>
+<wire x1="132.08" y1="20.32" x2="132.08" y2="30.48" width="0.1524" layer="91"/>
+<junction x="132.08" y="30.48"/>
 <pinref part="D1" gate="D$1" pin="P$1"/>
+<wire x1="86.36" y1="38.1" x2="121.92" y2="38.1" width="0.1524" layer="91"/>
 <junction x="121.92" y="38.1"/>
+<label x="132.08" y="20.32" size="1.778" layer="95"/>
 </segment>
 <segment>
 <pinref part="J7" gate="G$1" pin="5"/>
@@ -8905,9 +8911,9 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <label x="10.16" y="45.72" size="1.778" layer="95"/>
 <pinref part="U1" gate="G$1" pin="VIN"/>
 <pinref part="Q4" gate="G$1" pin="D"/>
-<wire x1="114.3" y1="20.32" x2="114.3" y2="22.86" width="0.1524" layer="91"/>
-<wire x1="114.3" y1="22.86" x2="5.08" y2="22.86" width="0.1524" layer="91"/>
-<label x="109.22" y="22.86" size="1.778" layer="95"/>
+<wire x1="76.2" y1="15.24" x2="76.2" y2="22.86" width="0.1524" layer="91"/>
+<wire x1="76.2" y1="22.86" x2="5.08" y2="22.86" width="0.1524" layer="91"/>
+<label x="71.12" y="15.24" size="1.778" layer="95"/>
 <wire x1="5.08" y1="45.72" x2="5.08" y2="22.86" width="0.1524" layer="91"/>
 </segment>
 </net>
@@ -8969,7 +8975,7 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <wire x1="-60.96" y1="63.5" x2="-50.8" y2="63.5" width="0.1524" layer="91"/>
 <label x="10.16" y="53.34" size="1.778" layer="95"/>
 <wire x1="15.24" y1="53.34" x2="-7.62" y2="53.34" width="0.1524" layer="91"/>
-<wire x1="-7.62" y1="53.34" x2="-7.62" y2="50.8" width="0.1524" layer="91"/>
+<wire x1="-7.62" y1="53.34" x2="-7.62" y2="44.704" width="0.1524" layer="91"/>
 <pinref part="D6" gate="D$1" pin="P$1"/>
 <wire x1="-50.8" y1="71.12" x2="-7.62" y2="71.12" width="0.1524" layer="91"/>
 <wire x1="-7.62" y1="71.12" x2="-7.62" y2="53.34" width="0.1524" layer="91"/>
@@ -8987,12 +8993,11 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <wire x1="5.08" y1="81.28" x2="5.08" y2="73.66" width="0.1524" layer="91"/>
 <wire x1="5.08" y1="73.66" x2="15.24" y2="73.66" width="0.1524" layer="91"/>
 <label x="10.16" y="73.66" size="1.778" layer="95"/>
-<label x="-33.02" y="83.82" size="1.778" layer="95"/>
 <pinref part="D4" gate="D$1" pin="P$2"/>
 <wire x1="5.08" y1="81.28" x2="0" y2="81.28" width="0.1524" layer="91"/>
 <junction x="0" y="81.28"/>
 <wire x1="-60.96" y1="81.28" x2="-45.72" y2="81.28" width="0.1524" layer="91"/>
-<wire x1="-45.72" y1="81.28" x2="-45.72" y2="83.82" width="0.1524" layer="91"/>
+<wire x1="-45.72" y1="81.28" x2="-45.72" y2="87.376" width="0.1524" layer="91"/>
 <wire x1="-45.72" y1="81.28" x2="0" y2="81.28" width="0.1524" layer="91"/>
 <junction x="-45.72" y="81.28"/>
 <pinref part="U1" gate="G$1" pin="A0"/>
@@ -9038,26 +9043,21 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 </segment>
 <segment>
 <pinref part="J1" gate="G$1" pin="2"/>
-<wire x1="137.16" y1="17.78" x2="127" y2="17.78" width="0.1524" layer="91"/>
-<wire x1="127" y1="17.78" x2="127" y2="22.86" width="0.1524" layer="91"/>
-<wire x1="127" y1="22.86" x2="127" y2="30.48" width="0.1524" layer="91"/>
+<wire x1="137.16" y1="17.78" x2="121.92" y2="17.78" width="0.1524" layer="91"/>
 <pinref part="R3" gate="G$1" pin="2"/>
 <label x="129.54" y="17.78" size="1.778" layer="95"/>
-<wire x1="116.84" y1="27.94" x2="106.68" y2="27.94" width="0.1524" layer="91"/>
-<label x="127" y="30.48" size="1.778" layer="95"/>
+<wire x1="121.92" y1="17.78" x2="106.68" y2="17.78" width="0.1524" layer="91"/>
+<label x="121.92" y="10.16" size="1.778" layer="95"/>
 <pinref part="D1" gate="D$1" pin="P$2"/>
-<wire x1="121.92" y1="22.86" x2="127" y2="22.86" width="0.1524" layer="91"/>
-<junction x="127" y="22.86"/>
-<wire x1="116.84" y1="27.94" x2="116.84" y2="22.86" width="0.1524" layer="91"/>
-<wire x1="116.84" y1="22.86" x2="121.92" y2="22.86" width="0.1524" layer="91"/>
-<junction x="121.92" y="22.86"/>
+<wire x1="121.92" y1="23.876" x2="121.92" y2="17.78" width="0.1524" layer="91"/>
+<junction x="121.92" y="17.78"/>
 </segment>
 </net>
 <net name="BTN" class="0">
 <segment>
 <pinref part="D3" gate="G$1" pin="A"/>
-<label x="55.88" y="-27.94" size="1.778" layer="95"/>
-<wire x1="55.88" y1="-27.94" x2="76.2" y2="-27.94" width="0.1524" layer="91"/>
+<label x="17.78" y="-33.02" size="1.778" layer="95"/>
+<wire x1="17.78" y1="-33.02" x2="38.1" y2="-33.02" width="0.1524" layer="91"/>
 </segment>
 <segment>
 <wire x1="45.72" y1="68.58" x2="53.34" y2="68.58" width="0.1524" layer="91"/>
@@ -9070,7 +9070,6 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <wire x1="15.24" y1="68.58" x2="7.62" y2="68.58" width="0.1524" layer="91"/>
 <label x="10.16" y="68.58" size="1.778" layer="95"/>
 <pinref part="U1" gate="G$1" pin="A2"/>
-<pinref part="R6" gate="G$1" pin="1"/>
 </segment>
 <segment>
 <pinref part="J2" gate="G$1" pin="2"/>
@@ -9129,15 +9128,16 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <segment>
 <pinref part="Q2" gate="G$1" pin="G"/>
 <pinref part="R1" gate="G$1" pin="2"/>
-<wire x1="83.82" y1="5.08" x2="73.66" y2="5.08" width="0.1524" layer="91"/>
-<label x="55.88" y="5.08" size="1.778" layer="95"/>
-<wire x1="73.66" y1="5.08" x2="66.04" y2="5.08" width="0.1524" layer="91"/>
-<wire x1="66.04" y1="5.08" x2="55.88" y2="5.08" width="0.1524" layer="91"/>
-<wire x1="73.66" y1="5.08" x2="73.66" y2="0" width="0.1524" layer="91"/>
-<junction x="73.66" y="5.08"/>
-<wire x1="73.66" y1="0" x2="76.2" y2="0" width="0.1524" layer="91"/>
+<wire x1="45.72" y1="0" x2="35.56" y2="0" width="0.1524" layer="91"/>
+<label x="17.78" y="0" size="1.778" layer="95"/>
+<wire x1="27.94" y1="-3.556" x2="27.94" y2="0" width="0.1524" layer="91"/>
+<wire x1="27.94" y1="0" x2="17.78" y2="0" width="0.1524" layer="91"/>
+<wire x1="35.56" y1="0" x2="35.56" y2="-5.08" width="0.1524" layer="91"/>
+<junction x="35.56" y="0"/>
+<wire x1="35.56" y1="-5.08" x2="38.1" y2="-5.08" width="0.1524" layer="91"/>
 <pinref part="D7" gate="D$1" pin="P$1"/>
-<junction x="66.04" y="5.08"/>
+<wire x1="27.94" y1="0" x2="35.56" y2="0" width="0.1524" layer="91"/>
+<junction x="27.94" y="0"/>
 </segment>
 <segment>
 <wire x1="45.72" y1="71.12" x2="53.34" y2="71.12" width="0.1524" layer="91"/>
@@ -9154,12 +9154,12 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <segment>
 <pinref part="R2" gate="G$1" pin="2"/>
 <pinref part="Q4" gate="G$1" pin="S"/>
-<wire x1="114.3" y1="10.16" x2="114.3" y2="7.62" width="0.1524" layer="91"/>
-<wire x1="114.3" y1="7.62" x2="111.76" y2="7.62" width="0.1524" layer="91"/>
+<wire x1="76.2" y1="5.08" x2="76.2" y2="2.54" width="0.1524" layer="91"/>
+<wire x1="76.2" y1="2.54" x2="73.66" y2="2.54" width="0.1524" layer="91"/>
 <pinref part="J3" gate="G$1" pin="1"/>
-<wire x1="137.16" y1="7.62" x2="114.3" y2="7.62" width="0.1524" layer="91"/>
-<junction x="114.3" y="7.62"/>
-<label x="119.38" y="7.62" size="1.778" layer="95"/>
+<wire x1="137.16" y1="2.54" x2="76.2" y2="2.54" width="0.1524" layer="91"/>
+<junction x="76.2" y="2.54"/>
+<label x="81.28" y="2.54" size="1.778" layer="95"/>
 </segment>
 </net>
 <net name="N$2" class="0">
@@ -9167,30 +9167,30 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <pinref part="Q4" gate="G$1" pin="G"/>
 <pinref part="R2" gate="G$1" pin="1"/>
 <pinref part="Q2" gate="G$1" pin="D"/>
-<wire x1="99.06" y1="12.7" x2="88.9" y2="12.7" width="0.1524" layer="91"/>
-<junction x="99.06" y="12.7"/>
-<wire x1="109.22" y1="12.7" x2="99.06" y2="12.7" width="0.1524" layer="91"/>
+<wire x1="60.96" y1="7.62" x2="50.8" y2="7.62" width="0.1524" layer="91"/>
+<junction x="60.96" y="7.62"/>
+<wire x1="71.12" y1="7.62" x2="60.96" y2="7.62" width="0.1524" layer="91"/>
 <pinref part="D2" gate="G$1" pin="A"/>
-<wire x1="99.06" y1="2.54" x2="99.06" y2="7.62" width="0.1524" layer="91"/>
-<junction x="99.06" y="12.7"/>
-<wire x1="99.06" y1="7.62" x2="99.06" y2="12.7" width="0.1524" layer="91"/>
-<wire x1="101.6" y1="7.62" x2="99.06" y2="7.62" width="0.1524" layer="91"/>
-<junction x="99.06" y="7.62"/>
+<wire x1="60.96" y1="-2.54" x2="60.96" y2="2.54" width="0.1524" layer="91"/>
+<junction x="60.96" y="7.62"/>
+<wire x1="60.96" y1="2.54" x2="60.96" y2="7.62" width="0.1524" layer="91"/>
+<wire x1="63.5" y1="2.54" x2="60.96" y2="2.54" width="0.1524" layer="91"/>
+<junction x="60.96" y="2.54"/>
 </segment>
 </net>
 <net name="N$5" class="0">
 <segment>
 <pinref part="D3" gate="G$1" pin="C"/>
 <pinref part="D2" gate="G$1" pin="C"/>
-<wire x1="86.36" y1="-27.94" x2="99.06" y2="-27.94" width="0.1524" layer="91"/>
-<wire x1="99.06" y1="-10.16" x2="99.06" y2="-7.62" width="0.1524" layer="91"/>
-<wire x1="99.06" y1="-17.78" x2="99.06" y2="-27.94" width="0.1524" layer="91"/>
-<wire x1="99.06" y1="-17.78" x2="88.9" y2="-17.78" width="0.1524" layer="91"/>
-<junction x="99.06" y="-17.78"/>
+<wire x1="48.26" y1="-33.02" x2="60.96" y2="-33.02" width="0.1524" layer="91"/>
+<wire x1="60.96" y1="-15.24" x2="60.96" y2="-12.7" width="0.1524" layer="91"/>
+<wire x1="60.96" y1="-22.86" x2="60.96" y2="-33.02" width="0.1524" layer="91"/>
+<wire x1="60.96" y1="-22.86" x2="47.244" y2="-22.86" width="0.1524" layer="91"/>
+<junction x="60.96" y="-22.86"/>
 <pinref part="D8" gate="D$1" pin="P$2"/>
-<wire x1="99.06" y1="-10.16" x2="93.98" y2="-10.16" width="0.1524" layer="91"/>
-<wire x1="99.06" y1="-10.16" x2="99.06" y2="-17.78" width="0.1524" layer="91"/>
-<junction x="99.06" y="-10.16"/>
+<wire x1="60.96" y1="-15.24" x2="55.88" y2="-15.24" width="0.1524" layer="91"/>
+<wire x1="60.96" y1="-15.24" x2="60.96" y2="-22.86" width="0.1524" layer="91"/>
+<junction x="60.96" y="-15.24"/>
 <pinref part="S1" gate="G$1" pin="2"/>
 </segment>
 </net>
@@ -9230,19 +9230,13 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <net name="ST" class="0">
 <segment>
 <pinref part="U1" gate="G$1" pin="D2"/>
-<wire x1="45.72" y1="55.88" x2="76.2" y2="55.88" width="0.1524" layer="91"/>
-<wire x1="76.2" y1="55.88" x2="76.2" y2="27.94" width="0.1524" layer="91"/>
+<wire x1="45.72" y1="55.88" x2="78.74" y2="55.88" width="0.1524" layer="91"/>
+<wire x1="78.74" y1="55.88" x2="78.74" y2="17.78" width="0.1524" layer="91"/>
 <pinref part="R3" gate="G$1" pin="1"/>
-<wire x1="76.2" y1="27.94" x2="96.52" y2="27.94" width="0.1524" layer="91"/>
+<wire x1="78.74" y1="17.78" x2="96.52" y2="17.78" width="0.1524" layer="91"/>
 <label x="45.72" y="55.88" size="1.778" layer="95"/>
 </segment>
 </net>
-<net name="N$3" class="0">
-<segment>
-<pinref part="R6" gate="G$1" pin="2"/>
-<wire x1="-2.54" y1="68.58" x2="-5.08" y2="68.58" width="0.1524" layer="91"/>
-</segment>
-</net>
 </nets>
 </sheet>
 </sheets>

+ 164 - 157
schematic/ECU.s#8

@@ -6623,7 +6623,7 @@ grid 2.54 mm</description>
 <packageinstance name="TO92"/>
 </packageinstances>
 </package3d>
-<package3d name="TO220BV" urn="urn:adsk.eagle:package:29484/3" type="model" library_version="4">
+<package3d name="TO220BV" urn="urn:adsk.eagle:package:29484/4" type="model" library_version="5">
 <description>Molded Package
 grid 2.54 mm</description>
 <packageinstances>
@@ -6718,7 +6718,7 @@ grid 2.54 mm</description>
 </symbol>
 </symbols>
 <devicesets>
-<deviceset name="NMOSFET" urn="urn:adsk.eagle:component:16378730/3" prefix="Q" library_version="4">
+<deviceset name="NMOSFET" urn="urn:adsk.eagle:component:16378730/4" prefix="Q" library_version="5">
 <description>&lt;b&gt; N-Channel MOSFET - Generic</description>
 <gates>
 <gate name="G$1" symbol="MFNS" x="-2.54" y="0"/>
@@ -6747,6 +6747,7 @@ grid 2.54 mm</description>
 <attribute name="SUB-CATEGORY" value="MOSFET" constant="no"/>
 <attribute name="THERMALLOSS" value="" constant="no"/>
 <attribute name="TYPE" value="N-Channel" constant="no"/>
+<attribute name="VALUE" value="NMOSFET" constant="no"/>
 </technology>
 <technology name="_">
 <attribute name="CATEGORY" value="Transistor" constant="no"/>
@@ -6761,6 +6762,7 @@ grid 2.54 mm</description>
 <attribute name="SUB-CATEGORY" value="MOSFET" constant="no"/>
 <attribute name="THERMALLOSS" value="" constant="no"/>
 <attribute name="TYPE" value="N-Channel" constant="no"/>
+<attribute name="VALUE" value="NMOSFET" constant="no"/>
 </technology>
 </technologies>
 </device>
@@ -6787,6 +6789,7 @@ grid 2.54 mm</description>
 <attribute name="SUB-CATEGORY" value="MOSFET" constant="no"/>
 <attribute name="THERMALLOSS" value="" constant="no"/>
 <attribute name="TYPE" value="N-Channel" constant="no"/>
+<attribute name="VALUE" value="NMOSFET" constant="no"/>
 </technology>
 </technologies>
 </device>
@@ -6797,7 +6800,7 @@ grid 2.54 mm</description>
 <connect gate="G$1" pin="S" pad="S"/>
 </connects>
 <package3dinstances>
-<package3dinstance package3d_urn="urn:adsk.eagle:package:29484/3"/>
+<package3dinstance package3d_urn="urn:adsk.eagle:package:29484/4"/>
 </package3dinstances>
 <technologies>
 <technology name="_">
@@ -6813,12 +6816,13 @@ grid 2.54 mm</description>
 <attribute name="SUB-CATEGORY" value="MOSFET" constant="no"/>
 <attribute name="THERMALLOSS" value="" constant="no"/>
 <attribute name="TYPE" value="N-Channel" constant="no"/>
+<attribute name="VALUE" value="NMOSFET" constant="no"/>
 </technology>
 </technologies>
 </device>
 </devices>
 </deviceset>
-<deviceset name="PMOSFET_" urn="urn:adsk.eagle:component:16378732/3" prefix="Q" library_version="4">
+<deviceset name="PMOSFET_" urn="urn:adsk.eagle:component:16378732/4" prefix="Q" library_version="5">
 <description>&lt;b&gt;P-Channel MOSFET - Popular parts&lt;/b&gt;</description>
 <gates>
 <gate name="G$1" symbol="MFPS" x="-2.54" y="0"/>
@@ -6837,30 +6841,32 @@ grid 2.54 mm</description>
 <technology name="BSS84">
 <attribute name="CATEGORY" value="Transistor" constant="no"/>
 <attribute name="DESCRIPTION" value="MOSFET P-CH 50V 130MA SOT-23"/>
-<attribute name="DRAIN_CURRENT" value="" constant="no"/>
+<attribute name="DRAIN_CURRENT" value="130mA" constant="no"/>
 <attribute name="MANUFACTURER" value="ON Semiconductor" constant="no"/>
 <attribute name="MPN" value="BSS84" constant="no"/>
-<attribute name="OPERATING_TEMP" value="" constant="no"/>
-<attribute name="PART_STATUS" value="" constant="no"/>
-<attribute name="ROHS_COMPLIANT" value="" constant="no"/>
+<attribute name="OPERATING_TEMP" value="-55°C ~ 150°C" constant="no"/>
+<attribute name="PART_STATUS" value="Active" constant="no"/>
+<attribute name="ROHS_COMPLIANT" value="Yes" constant="no"/>
 <attribute name="SERIES" value="" constant="no"/>
 <attribute name="SUB-CATEGORY" value="MOSFET" constant="no"/>
-<attribute name="THERMALLOSS" value="" constant="no"/>
+<attribute name="THERMALLOSS" value="360mW" constant="no"/>
 <attribute name="TYPE" value="P-Channel" constant="no"/>
+<attribute name="VALUE" value="BSS84" constant="no"/>
 </technology>
 <technology name="IRLML5203">
 <attribute name="CATEGORY" value="Transistor" constant="no"/>
 <attribute name="DESCRIPTION" value="MOSFET P-CH 30V 3A SOT-23" constant="no"/>
-<attribute name="DRAIN_CURRENT" value="" constant="no"/>
+<attribute name="DRAIN_CURRENT" value="3A" constant="no"/>
 <attribute name="MANUFACTURER" value="Infineon Technologies" constant="no"/>
 <attribute name="MPN" value="IRLML5203TRPBF" constant="no"/>
-<attribute name="OPERATING_TEMP" value="" constant="no"/>
-<attribute name="PART_STATUS" value="" constant="no"/>
-<attribute name="ROHS_COMPLIANT" value="" constant="no"/>
+<attribute name="OPERATING_TEMP" value="-55°C ~ 150°C" constant="no"/>
+<attribute name="PART_STATUS" value="Active" constant="no"/>
+<attribute name="ROHS_COMPLIANT" value="Yes" constant="no"/>
 <attribute name="SERIES" value="" constant="no"/>
 <attribute name="SUB-CATEGORY" value="MOSFET" constant="no"/>
-<attribute name="THERMALLOSS" value="" constant="no"/>
+<attribute name="THERMALLOSS" value="1.25W" constant="no"/>
 <attribute name="TYPE" value="P-Channel" constant="no"/>
+<attribute name="VALUE" value="IRLML5203" constant="no"/>
 </technology>
 </technologies>
 </device>
@@ -7267,13 +7273,6 @@ Source: http://www.vishay.com .. dcrcw.pdf</description>
 <packageinstance name="R3225"/>
 </packageinstances>
 </package3d>
-<package3d name="R4527" urn="urn:adsk.eagle:package:13310/1" type="box" library_version="1">
-<description>Package 4527
-Source: http://www.vishay.com/docs/31059/wsrhigh.pdf</description>
-<packageinstances>
-<packageinstance name="R4527"/>
-</packageinstances>
-</package3d>
 <package3d name="R5025" urn="urn:adsk.eagle:package:13308/1" type="box" library_version="1">
 <description>RESISTOR</description>
 <packageinstances>
@@ -7287,6 +7286,13 @@ Source: http://download.siliconexpert.com/pdfs/2005/02/24/Semi_Ap/2/VSH/Resistor
 <packageinstance name="R6332"/>
 </packageinstances>
 </package3d>
+<package3d name="R4527" urn="urn:adsk.eagle:package:13310/2" type="model" library_version="3">
+<description>Package 4527
+Source: http://www.vishay.com/docs/31059/wsrhigh.pdf</description>
+<packageinstances>
+<packageinstance name="R4527"/>
+</packageinstances>
+</package3d>
 </packages3d>
 <symbols>
 <symbol name="R" urn="urn:adsk.eagle:symbol:13232/1" library_version="1">
@@ -7303,7 +7309,7 @@ Source: http://download.siliconexpert.com/pdfs/2005/02/24/Semi_Ap/2/VSH/Resistor
 </symbol>
 </symbols>
 <devicesets>
-<deviceset name="R" urn="urn:adsk.eagle:component:13322/1" prefix="R" uservalue="yes" library_version="1">
+<deviceset name="R" urn="urn:adsk.eagle:component:13322/2" prefix="R" uservalue="yes" library_version="3">
 <description>&lt;B&gt;RESISTOR&lt;/B&gt;, European symbol</description>
 <gates>
 <gate name="G$1" symbol="R" x="0" y="0"/>
@@ -7540,7 +7546,7 @@ Source: http://download.siliconexpert.com/pdfs/2005/02/24/Semi_Ap/2/VSH/Resistor
 <connect gate="G$1" pin="2" pad="2"/>
 </connects>
 <package3dinstances>
-<package3dinstance package3d_urn="urn:adsk.eagle:package:13310/1"/>
+<package3dinstance package3d_urn="urn:adsk.eagle:package:13310/2"/>
 </package3dinstances>
 <technologies>
 <technology name="">
@@ -7666,19 +7672,19 @@ Source: http://download.siliconexpert.com/pdfs/2005/02/24/Semi_Ap/2/VSH/Resistor
 </packages3d>
 <symbols>
 <symbol name="TVS_DIODE">
-<wire x1="0" y1="0" x2="-2.54" y2="2.54" width="0.254" layer="94"/>
-<wire x1="2.54" y1="2.54" x2="0" y2="0" width="0.254" layer="94"/>
-<wire x1="-5.08" y1="-2.54" x2="-2.54" y2="0" width="0.254" layer="94"/>
-<wire x1="-2.54" y1="0" x2="2.54" y2="0" width="0.254" layer="94"/>
-<wire x1="2.54" y1="0" x2="5.08" y2="2.54" width="0.254" layer="94"/>
-<wire x1="0" y1="0" x2="-2.54" y2="-2.54" width="0.254" layer="94"/>
-<wire x1="2.54" y1="-2.54" x2="0" y2="0" width="0.254" layer="94"/>
-<wire x1="-2.54" y1="2.54" x2="2.54" y2="2.54" width="0.254" layer="94"/>
-<wire x1="-2.54" y1="-2.54" x2="2.54" y2="-2.54" width="0.254" layer="94"/>
-<pin name="P$1" x="0" y="7.62" visible="off" length="middle" rot="R270"/>
-<pin name="P$2" x="0" y="-7.62" visible="off" length="middle" rot="R90"/>
-<text x="2.54" y="5.08" size="1.778" layer="95">&gt;NAME</text>
-<text x="2.54" y="-7.62" size="1.778" layer="96">&gt;VALUE</text>
+<wire x1="0" y1="0" x2="-1.27" y2="1.524" width="0.254" layer="94"/>
+<wire x1="1.27" y1="1.524" x2="0" y2="0" width="0.254" layer="94"/>
+<wire x1="-1.778" y1="-0.508" x2="-1.27" y2="0" width="0.254" layer="94"/>
+<wire x1="-1.27" y1="0" x2="1.27" y2="0" width="0.254" layer="94"/>
+<wire x1="1.27" y1="0" x2="1.778" y2="0.508" width="0.254" layer="94"/>
+<wire x1="0" y1="0" x2="-1.27" y2="-1.524" width="0.254" layer="94"/>
+<wire x1="1.27" y1="-1.524" x2="0" y2="0" width="0.254" layer="94"/>
+<wire x1="-1.27" y1="1.524" x2="1.27" y2="1.524" width="0.254" layer="94"/>
+<wire x1="-1.27" y1="-1.524" x2="1.27" y2="-1.524" width="0.254" layer="94"/>
+<pin name="P$1" x="0" y="4.064" visible="off" length="short" rot="R270"/>
+<pin name="P$2" x="0" y="-4.064" visible="off" length="short" rot="R90"/>
+<text x="2.54" y="2.54" size="1.778" layer="95">&gt;NAME</text>
+<text x="2.54" y="-2.54" size="1.778" layer="96">&gt;VALUE</text>
 </symbol>
 <symbol name="ARDUINO">
 <wire x1="-10.16" y1="20.32" x2="-10.16" y2="-20.32" width="0.254" layer="94"/>
@@ -8625,16 +8631,16 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <part name="J5" library="SparkFun-Connectors" library_urn="urn:adsk.eagle:library:513" deviceset="CONN_03" device="" package3d_urn="urn:adsk.eagle:package:38063/1" value="THROTTLE"/>
 <part name="C1" library="Capacitor" library_urn="urn:adsk.eagle:library:16290819" deviceset="C" device="CHIP-1206(3216-METRIC)" package3d_urn="urn:adsk.eagle:package:16290893/2" technology="_" value="0.1uF"/>
 <part name="J6" library="SparkFun-Connectors" library_urn="urn:adsk.eagle:library:513" deviceset="CONN_02" device="" package3d_urn="urn:adsk.eagle:package:38039/1" value="LED"/>
-<part name="Q2" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" deviceset="NMOSFET" device="SOT23" package3d_urn="urn:adsk.eagle:package:28738/2" value=""/>
+<part name="Q2" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" deviceset="NMOSFET" device="SOT23" package3d_urn="urn:adsk.eagle:package:28738/2" value="NMOSFET"/>
 <part name="R2" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="R1206" package3d_urn="urn:adsk.eagle:package:13301/1" value="10K"/>
 <part name="R1" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="R1206" package3d_urn="urn:adsk.eagle:package:13301/1" value="10K"/>
 <part name="D2" library="Diode" library_urn="urn:adsk.eagle:library:16378169" deviceset="DIODE" device="DO-215-AC" package3d_urn="urn:adsk.eagle:package:9427057/2" technology="_" value=""/>
-<part name="Q4" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" deviceset="PMOSFET_" device="" package3d_urn="urn:adsk.eagle:package:28738/2" technology="BSS84" value=""/>
+<part name="Q4" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" deviceset="PMOSFET_" device="" package3d_urn="urn:adsk.eagle:package:28738/2" technology="BSS84" value="BSS84"/>
 <part name="D3" library="Diode" library_urn="urn:adsk.eagle:library:16378169" deviceset="DIODE" device="DO-215-AC" package3d_urn="urn:adsk.eagle:package:9427057/2" technology="_" value=""/>
-<part name="Q5" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" deviceset="NMOSFET" device="SOT23" package3d_urn="urn:adsk.eagle:package:28738/2"/>
+<part name="Q5" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" deviceset="NMOSFET" device="SOT23" package3d_urn="urn:adsk.eagle:package:28738/2" value="NMOSFET"/>
 <part name="J7" library="SparkFun-Connectors" library_urn="urn:adsk.eagle:library:513" deviceset="CONN_06" device="SILK_FEMALE_PTH" package3d_urn="urn:adsk.eagle:package:38009/1" value="SPEED"/>
 <part name="C3" library="Capacitor" library_urn="urn:adsk.eagle:library:16290819" deviceset="C" device="CHIP-1206(3216-METRIC)" package3d_urn="urn:adsk.eagle:package:16290893/2" technology="_" value="0.1uF"/>
-<part name="Q1" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" deviceset="NMOSFET" device="SOT23" package3d_urn="urn:adsk.eagle:package:28738/2"/>
+<part name="Q1" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" deviceset="NMOSFET" device="SOT23" package3d_urn="urn:adsk.eagle:package:28738/2" value="NMOSFET"/>
 <part name="D4" library="eScooter" deviceset="TVS_DIODE" device="SMA" package3d_urn="urn:adsk.eagle:package:21928182/1"/>
 <part name="D6" library="eScooter" deviceset="TVS_DIODE" device="SMA" package3d_urn="urn:adsk.eagle:package:21928182/1"/>
 <part name="D7" library="eScooter" deviceset="TVS_DIODE" device="SMA" package3d_urn="urn:adsk.eagle:package:21928182/1"/>
@@ -8663,9 +8669,9 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <attribute name="VALUE" x="147.32" y="60.706" size="1.778" layer="96" font="vector" rot="R180"/>
 <attribute name="NAME" x="147.32" y="40.132" size="1.778" layer="95" font="vector" rot="R180"/>
 </instance>
-<instance part="J3" gate="G$1" x="144.78" y="7.62" smashed="yes" rot="R180">
-<attribute name="VALUE" x="147.32" y="12.446" size="1.778" layer="96" font="vector" rot="R180"/>
-<attribute name="NAME" x="147.32" y="2.032" size="1.778" layer="95" font="vector" rot="R180"/>
+<instance part="J3" gate="G$1" x="144.78" y="2.54" smashed="yes" rot="R180">
+<attribute name="VALUE" x="147.32" y="7.366" size="1.778" layer="96" font="vector" rot="R180"/>
+<attribute name="NAME" x="147.32" y="-3.048" size="1.778" layer="95" font="vector" rot="R180"/>
 </instance>
 <instance part="J4" gate="G$1" x="38.1" y="109.22" smashed="yes" rot="MR270">
 <attribute name="VALUE" x="43.18" y="112.014" size="1.778" layer="96" font="vector" rot="MR0"/>
@@ -8683,29 +8689,29 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <attribute name="VALUE" x="147.32" y="94.234" size="1.778" layer="96" font="vector" rot="MR0"/>
 <attribute name="NAME" x="147.32" y="84.328" size="1.778" layer="95" font="vector" rot="MR0"/>
 </instance>
-<instance part="Q2" gate="G$1" x="86.36" y="7.62" smashed="yes">
-<attribute name="NAME" x="92.71" y="8.89" size="1.778" layer="95"/>
-<attribute name="VALUE" x="92.71" y="6.35" size="1.778" layer="96"/>
+<instance part="Q2" gate="G$1" x="48.26" y="2.54" smashed="yes">
+<attribute name="NAME" x="54.61" y="3.81" size="1.778" layer="95"/>
+<attribute name="VALUE" x="54.61" y="1.27" size="1.778" layer="96"/>
 </instance>
-<instance part="R2" gate="G$1" x="106.68" y="7.62" smashed="yes">
-<attribute name="NAME" x="102.87" y="9.1186" size="1.778" layer="95"/>
-<attribute name="VALUE" x="102.87" y="4.318" size="1.778" layer="96"/>
+<instance part="R2" gate="G$1" x="68.58" y="2.54" smashed="yes">
+<attribute name="NAME" x="64.77" y="4.0386" size="1.778" layer="95"/>
+<attribute name="VALUE" x="64.77" y="-0.762" size="1.778" layer="96"/>
 </instance>
-<instance part="R1" gate="G$1" x="81.28" y="0" smashed="yes" rot="R180">
-<attribute name="NAME" x="85.09" y="-1.4986" size="1.778" layer="95" rot="R180"/>
-<attribute name="VALUE" x="85.09" y="3.302" size="1.778" layer="96" rot="R180"/>
+<instance part="R1" gate="G$1" x="43.18" y="-5.08" smashed="yes" rot="R180">
+<attribute name="NAME" x="46.99" y="-6.5786" size="1.778" layer="95" rot="R180"/>
+<attribute name="VALUE" x="46.99" y="-1.778" size="1.778" layer="96" rot="R180"/>
 </instance>
-<instance part="D2" gate="G$1" x="99.06" y="-2.54" smashed="yes" rot="R270">
-<attribute name="NAME" x="104.14" y="-2.54" size="1.778" layer="95" rot="R270" align="center"/>
-<attribute name="VALUE" x="93.98" y="-2.54" size="1.778" layer="95" rot="R270" align="center"/>
+<instance part="D2" gate="G$1" x="60.96" y="-7.62" smashed="yes" rot="R270">
+<attribute name="NAME" x="66.04" y="-7.62" size="1.778" layer="95" rot="R270" align="center"/>
+<attribute name="VALUE" x="55.88" y="-7.62" size="1.778" layer="95" rot="R270" align="center"/>
 </instance>
-<instance part="Q4" gate="G$1" x="111.76" y="15.24" smashed="yes" rot="MR180">
-<attribute name="NAME" x="118.11" y="13.97" size="1.778" layer="95" rot="MR180"/>
-<attribute name="VALUE" x="118.11" y="16.51" size="1.778" layer="96" rot="MR180"/>
+<instance part="Q4" gate="G$1" x="73.66" y="10.16" smashed="yes" rot="MR180">
+<attribute name="NAME" x="80.01" y="8.89" size="1.778" layer="95" rot="MR180"/>
+<attribute name="VALUE" x="80.01" y="11.43" size="1.778" layer="96" rot="MR180"/>
 </instance>
-<instance part="D3" gate="G$1" x="81.28" y="-27.94" smashed="yes">
-<attribute name="NAME" x="81.28" y="-22.86" size="1.778" layer="95" align="center"/>
-<attribute name="VALUE" x="81.28" y="-33.02" size="1.778" layer="95" align="center"/>
+<instance part="D3" gate="G$1" x="43.18" y="-33.02" smashed="yes">
+<attribute name="NAME" x="43.18" y="-27.94" size="1.778" layer="95" align="center"/>
+<attribute name="VALUE" x="43.18" y="-38.1" size="1.778" layer="95" align="center"/>
 </instance>
 <instance part="Q5" gate="G$1" x="88.9" y="50.8" smashed="yes" rot="MR0">
 <attribute name="NAME" x="82.55" y="52.07" size="1.778" layer="95" rot="MR0"/>
@@ -8724,14 +8730,14 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <instance part="D4" gate="D$1" x="-45.72" y="91.44" smashed="yes">
 <attribute name="NAME" x="-43.18" y="96.52" size="1.778" layer="95"/>
 </instance>
-<instance part="D6" gate="D$1" x="-7.62" y="43.18" smashed="yes">
-<attribute name="NAME" x="-5.08" y="48.26" size="1.778" layer="95"/>
+<instance part="D6" gate="D$1" x="-7.62" y="40.64" smashed="yes">
+<attribute name="NAME" x="-5.08" y="45.72" size="1.778" layer="95"/>
 </instance>
-<instance part="D7" gate="D$1" x="66.04" y="-2.54" smashed="yes">
-<attribute name="NAME" x="68.58" y="2.54" size="1.778" layer="95"/>
+<instance part="D7" gate="D$1" x="27.94" y="-7.62" smashed="yes">
+<attribute name="NAME" x="30.48" y="-2.54" size="1.778" layer="95"/>
 </instance>
-<instance part="D8" gate="D$1" x="81.28" y="-17.78" smashed="yes" rot="R90">
-<attribute name="NAME" x="76.2" y="-15.24" size="1.778" layer="95" rot="R90"/>
+<instance part="D8" gate="D$1" x="43.18" y="-22.86" smashed="yes" rot="R90">
+<attribute name="NAME" x="38.1" y="-20.32" size="1.778" layer="95" rot="R90"/>
 </instance>
 <instance part="R4" gate="G$1" x="91.44" y="43.18" smashed="yes">
 <attribute name="NAME" x="87.63" y="44.6786" size="1.778" layer="95"/>
@@ -8755,18 +8761,18 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <attribute name="NAME" x="27.94" y="86.36" size="1.778" layer="95"/>
 <attribute name="VALUE" x="20.32" y="40.64" size="1.778" layer="96"/>
 </instance>
-<instance part="S1" gate="G$1" x="88.9" y="-10.16" smashed="yes">
-<attribute name="NAME" x="88.9" y="-8.636" size="1.778" layer="95" font="vector" align="bottom-center"/>
+<instance part="S1" gate="G$1" x="50.8" y="-15.24" smashed="yes">
+<attribute name="NAME" x="50.8" y="-13.716" size="1.778" layer="95" font="vector" align="bottom-center"/>
 </instance>
 <instance part="SG1" gate="G$1" x="-68.58" y="38.1" smashed="yes" rot="R90">
 <attribute name="NAME" x="-74.93" y="35.56" size="1.778" layer="95" rot="R90"/>
 </instance>
-<instance part="R3" gate="G$1" x="101.6" y="27.94" smashed="yes">
-<attribute name="NAME" x="97.79" y="29.4386" size="1.778" layer="95"/>
-<attribute name="VALUE" x="97.79" y="24.638" size="1.778" layer="96"/>
+<instance part="R3" gate="G$1" x="101.6" y="17.78" smashed="yes">
+<attribute name="NAME" x="97.79" y="19.2786" size="1.778" layer="95"/>
+<attribute name="VALUE" x="97.79" y="14.478" size="1.778" layer="96"/>
 </instance>
-<instance part="D1" gate="D$1" x="121.92" y="30.48" smashed="yes">
-<attribute name="NAME" x="124.46" y="35.56" size="1.778" layer="95"/>
+<instance part="D1" gate="D$1" x="121.92" y="27.94" smashed="yes">
+<attribute name="NAME" x="124.46" y="33.02" size="1.778" layer="95"/>
 </instance>
 </instances>
 <busses>
@@ -8784,13 +8790,13 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <pinref part="D6" gate="D$1" pin="P$2"/>
 <wire x1="-12.7" y1="27.94" x2="-7.62" y2="27.94" width="0.1524" layer="91"/>
 <wire x1="-7.62" y1="27.94" x2="0" y2="27.94" width="0.1524" layer="91"/>
-<wire x1="-7.62" y1="35.56" x2="-7.62" y2="27.94" width="0.1524" layer="91"/>
+<wire x1="-7.62" y1="36.576" x2="-7.62" y2="27.94" width="0.1524" layer="91"/>
 <junction x="-7.62" y="27.94"/>
-<wire x1="-12.7" y1="27.94" x2="-12.7" y2="-10.16" width="0.1524" layer="91"/>
+<wire x1="-12.7" y1="27.94" x2="-12.7" y2="-15.24" width="0.1524" layer="91"/>
 <junction x="-12.7" y="27.94"/>
 <pinref part="GND2" gate="1" pin="GND"/>
 <pinref part="J7" gate="G$1" pin="1"/>
-<wire x1="-12.7" y1="-10.16" x2="-12.7" y2="-35.56" width="0.1524" layer="91"/>
+<wire x1="-12.7" y1="-15.24" x2="-12.7" y2="-35.56" width="0.1524" layer="91"/>
 <wire x1="-60.96" y1="66.04" x2="-53.34" y2="66.04" width="0.1524" layer="91"/>
 <label x="-55.88" y="66.04" size="1.778" layer="95" rot="MR0"/>
 <wire x1="-53.34" y1="66.04" x2="-53.34" y2="73.66" width="0.1524" layer="91"/>
@@ -8801,42 +8807,44 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <pinref part="J5" gate="J$1" pin="3"/>
 <wire x1="-60.96" y1="86.36" x2="-53.34" y2="86.36" width="0.1524" layer="91"/>
 <wire x1="-53.34" y1="86.36" x2="-53.34" y2="99.06" width="0.1524" layer="91"/>
-<wire x1="-53.34" y1="99.06" x2="-45.72" y2="99.06" width="0.1524" layer="91"/>
-<wire x1="-45.72" y1="99.06" x2="0" y2="99.06" width="0.1524" layer="91"/>
 <wire x1="0" y1="99.06" x2="0" y2="96.52" width="0.1524" layer="91"/>
 <pinref part="C1" gate="G$1" pin="1"/>
 <label x="-60.96" y="86.36" size="1.778" layer="95"/>
 <pinref part="D4" gate="D$1" pin="P$1"/>
-<junction x="-45.72" y="99.06"/>
 <wire x1="-53.34" y1="99.06" x2="-78.74" y2="99.06" width="0.1524" layer="91"/>
 <junction x="-53.34" y="99.06"/>
 <wire x1="-78.74" y1="99.06" x2="-78.74" y2="73.66" width="0.1524" layer="91"/>
 <junction x="-78.74" y="73.66"/>
-<wire x1="66.04" y1="-10.16" x2="-12.7" y2="-10.16" width="0.1524" layer="91"/>
-<junction x="-12.7" y="-10.16"/>
+<wire x1="27.94" y1="-15.24" x2="-12.7" y2="-15.24" width="0.1524" layer="91"/>
+<junction x="-12.7" y="-15.24"/>
 <pinref part="R1" gate="G$1" pin="1"/>
 <pinref part="Q2" gate="G$1" pin="S"/>
-<wire x1="73.66" y1="-5.08" x2="88.9" y2="-5.08" width="0.1524" layer="91"/>
-<wire x1="88.9" y1="-5.08" x2="88.9" y2="0" width="0.1524" layer="91"/>
-<label x="55.88" y="-10.16" size="1.778" layer="95"/>
-<wire x1="88.9" y1="0" x2="88.9" y2="2.54" width="0.1524" layer="91"/>
-<wire x1="83.82" y1="-10.16" x2="73.66" y2="-10.16" width="0.1524" layer="91"/>
-<wire x1="73.66" y1="-5.08" x2="73.66" y2="-10.16" width="0.1524" layer="91"/>
-<junction x="73.66" y="-10.16"/>
-<wire x1="73.66" y1="-10.16" x2="66.04" y2="-10.16" width="0.1524" layer="91"/>
-<wire x1="86.36" y1="0" x2="88.9" y2="0" width="0.1524" layer="91"/>
-<junction x="88.9" y="0"/>
+<wire x1="35.56" y1="-10.16" x2="50.8" y2="-10.16" width="0.1524" layer="91"/>
+<wire x1="50.8" y1="-10.16" x2="50.8" y2="-5.08" width="0.1524" layer="91"/>
+<label x="17.78" y="-15.24" size="1.778" layer="95"/>
+<wire x1="50.8" y1="-5.08" x2="50.8" y2="-2.54" width="0.1524" layer="91"/>
+<wire x1="45.72" y1="-15.24" x2="35.56" y2="-15.24" width="0.1524" layer="91"/>
+<wire x1="35.56" y1="-10.16" x2="35.56" y2="-15.24" width="0.1524" layer="91"/>
+<junction x="35.56" y="-15.24"/>
+<wire x1="48.26" y1="-5.08" x2="50.8" y2="-5.08" width="0.1524" layer="91"/>
+<junction x="50.8" y="-5.08"/>
 <pinref part="D7" gate="D$1" pin="P$2"/>
-<junction x="66.04" y="-10.16"/>
 <pinref part="D8" gate="D$1" pin="P$1"/>
-<wire x1="66.04" y1="-10.16" x2="66.04" y2="-17.78" width="0.1524" layer="91"/>
-<wire x1="66.04" y1="-17.78" x2="73.66" y2="-17.78" width="0.1524" layer="91"/>
+<wire x1="27.94" y1="-11.684" x2="27.94" y2="-15.24" width="0.1524" layer="91"/>
+<wire x1="27.94" y1="-15.24" x2="27.94" y2="-22.86" width="0.1524" layer="91"/>
+<wire x1="27.94" y1="-22.86" x2="39.116" y2="-22.86" width="0.1524" layer="91"/>
 <pinref part="U1" gate="G$1" pin="GND"/>
 <wire x1="-66.04" y1="35.56" x2="-66.04" y2="33.02" width="0.1524" layer="91"/>
 <wire x1="-66.04" y1="33.02" x2="-63.5" y2="33.02" width="0.1524" layer="91"/>
 <wire x1="-63.5" y1="33.02" x2="-63.5" y2="38.1" width="0.1524" layer="91"/>
 <pinref part="S1" gate="G$1" pin="1"/>
 <pinref part="SG1" gate="G$1" pin="1"/>
+<wire x1="27.94" y1="-15.24" x2="35.56" y2="-15.24" width="0.1524" layer="91"/>
+<junction x="27.94" y="-15.24"/>
+<wire x1="-53.34" y1="99.06" x2="-45.72" y2="99.06" width="0.1524" layer="91"/>
+<wire x1="-45.72" y1="99.06" x2="-45.72" y2="95.504" width="0.1524" layer="91"/>
+<wire x1="-45.72" y1="99.06" x2="0" y2="99.06" width="0.1524" layer="91"/>
+<junction x="-45.72" y="99.06"/>
 </segment>
 <segment>
 <wire x1="124.46" y1="78.74" x2="124.46" y2="68.58" width="0.1524" layer="91"/>
@@ -8854,23 +8862,23 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <wire x1="154.94" y1="68.58" x2="154.94" y2="30.48" width="0.1524" layer="91"/>
 <pinref part="GND1" gate="1" pin="GND"/>
 <pinref part="J3" gate="G$1" pin="2"/>
-<wire x1="154.94" y1="30.48" x2="154.94" y2="0" width="0.1524" layer="91"/>
-<wire x1="154.94" y1="0" x2="154.94" y2="-38.1" width="0.1524" layer="91"/>
-<wire x1="137.16" y1="5.08" x2="129.54" y2="5.08" width="0.1524" layer="91"/>
-<label x="132.08" y="5.08" size="1.778" layer="95"/>
-<wire x1="129.54" y1="5.08" x2="129.54" y2="0" width="0.1524" layer="91"/>
-<wire x1="129.54" y1="0" x2="154.94" y2="0" width="0.1524" layer="91"/>
-<junction x="154.94" y="0"/>
+<wire x1="154.94" y1="30.48" x2="154.94" y2="-7.62" width="0.1524" layer="91"/>
+<wire x1="154.94" y1="-7.62" x2="154.94" y2="-38.1" width="0.1524" layer="91"/>
+<wire x1="137.16" y1="0" x2="129.54" y2="0" width="0.1524" layer="91"/>
+<label x="132.08" y="0" size="1.778" layer="95"/>
+<wire x1="129.54" y1="0" x2="129.54" y2="-7.62" width="0.1524" layer="91"/>
+<wire x1="129.54" y1="-7.62" x2="154.94" y2="-7.62" width="0.1524" layer="91"/>
+<junction x="154.94" y="-7.62"/>
 <pinref part="Q5" gate="G$1" pin="S"/>
 <wire x1="86.36" y1="45.72" x2="86.36" y2="43.18" width="0.1524" layer="91"/>
 <wire x1="86.36" y1="43.18" x2="86.36" y2="38.1" width="0.1524" layer="91"/>
 <pinref part="R4" gate="G$1" pin="1"/>
 <junction x="86.36" y="43.18"/>
-<wire x1="86.36" y1="38.1" x2="121.92" y2="38.1" width="0.1524" layer="91"/>
 <label x="147.32" y="30.48" size="1.778" layer="95"/>
-<wire x1="121.92" y1="38.1" x2="137.16" y2="38.1" width="0.1524" layer="91"/>
-<wire x1="137.16" y1="38.1" x2="137.16" y2="30.48" width="0.1524" layer="91"/>
-<wire x1="137.16" y1="30.48" x2="154.94" y2="30.48" width="0.1524" layer="91"/>
+<wire x1="121.92" y1="32.004" x2="121.92" y2="38.1" width="0.1524" layer="91"/>
+<wire x1="121.92" y1="38.1" x2="132.08" y2="38.1" width="0.1524" layer="91"/>
+<wire x1="132.08" y1="38.1" x2="132.08" y2="30.48" width="0.1524" layer="91"/>
+<wire x1="132.08" y1="30.48" x2="154.94" y2="30.48" width="0.1524" layer="91"/>
 <junction x="154.94" y="30.48"/>
 <pinref part="J4" gate="G$1" pin="2"/>
 <wire x1="40.64" y1="101.6" x2="40.64" y2="93.98" width="0.1524" layer="91"/>
@@ -8881,10 +8889,13 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <wire x1="154.94" y1="99.06" x2="154.94" y2="68.58" width="0.1524" layer="91"/>
 <junction x="154.94" y="68.58"/>
 <pinref part="J1" gate="G$1" pin="1"/>
-<wire x1="137.16" y1="20.32" x2="137.16" y2="30.48" width="0.1524" layer="91"/>
-<junction x="137.16" y="30.48"/>
+<wire x1="137.16" y1="20.32" x2="132.08" y2="20.32" width="0.1524" layer="91"/>
+<wire x1="132.08" y1="20.32" x2="132.08" y2="30.48" width="0.1524" layer="91"/>
+<junction x="132.08" y="30.48"/>
 <pinref part="D1" gate="D$1" pin="P$1"/>
+<wire x1="86.36" y1="38.1" x2="121.92" y2="38.1" width="0.1524" layer="91"/>
 <junction x="121.92" y="38.1"/>
+<label x="132.08" y="20.32" size="1.778" layer="95"/>
 </segment>
 <segment>
 <pinref part="J7" gate="G$1" pin="5"/>
@@ -8900,9 +8911,9 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <label x="10.16" y="45.72" size="1.778" layer="95"/>
 <pinref part="U1" gate="G$1" pin="VIN"/>
 <pinref part="Q4" gate="G$1" pin="D"/>
-<wire x1="114.3" y1="20.32" x2="114.3" y2="22.86" width="0.1524" layer="91"/>
-<wire x1="114.3" y1="22.86" x2="5.08" y2="22.86" width="0.1524" layer="91"/>
-<label x="109.22" y="22.86" size="1.778" layer="95"/>
+<wire x1="76.2" y1="15.24" x2="76.2" y2="22.86" width="0.1524" layer="91"/>
+<wire x1="76.2" y1="22.86" x2="5.08" y2="22.86" width="0.1524" layer="91"/>
+<label x="71.12" y="15.24" size="1.778" layer="95"/>
 <wire x1="5.08" y1="45.72" x2="5.08" y2="22.86" width="0.1524" layer="91"/>
 </segment>
 </net>
@@ -8964,7 +8975,7 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <wire x1="-60.96" y1="63.5" x2="-50.8" y2="63.5" width="0.1524" layer="91"/>
 <label x="10.16" y="53.34" size="1.778" layer="95"/>
 <wire x1="15.24" y1="53.34" x2="-7.62" y2="53.34" width="0.1524" layer="91"/>
-<wire x1="-7.62" y1="53.34" x2="-7.62" y2="50.8" width="0.1524" layer="91"/>
+<wire x1="-7.62" y1="53.34" x2="-7.62" y2="44.704" width="0.1524" layer="91"/>
 <pinref part="D6" gate="D$1" pin="P$1"/>
 <wire x1="-50.8" y1="71.12" x2="-7.62" y2="71.12" width="0.1524" layer="91"/>
 <wire x1="-7.62" y1="71.12" x2="-7.62" y2="53.34" width="0.1524" layer="91"/>
@@ -8987,7 +8998,7 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <wire x1="5.08" y1="81.28" x2="0" y2="81.28" width="0.1524" layer="91"/>
 <junction x="0" y="81.28"/>
 <wire x1="-60.96" y1="81.28" x2="-45.72" y2="81.28" width="0.1524" layer="91"/>
-<wire x1="-45.72" y1="81.28" x2="-45.72" y2="83.82" width="0.1524" layer="91"/>
+<wire x1="-45.72" y1="81.28" x2="-45.72" y2="87.376" width="0.1524" layer="91"/>
 <wire x1="-45.72" y1="81.28" x2="0" y2="81.28" width="0.1524" layer="91"/>
 <junction x="-45.72" y="81.28"/>
 <pinref part="U1" gate="G$1" pin="A0"/>
@@ -9033,26 +9044,21 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 </segment>
 <segment>
 <pinref part="J1" gate="G$1" pin="2"/>
-<wire x1="137.16" y1="17.78" x2="127" y2="17.78" width="0.1524" layer="91"/>
-<wire x1="127" y1="17.78" x2="127" y2="22.86" width="0.1524" layer="91"/>
-<wire x1="127" y1="22.86" x2="127" y2="30.48" width="0.1524" layer="91"/>
+<wire x1="137.16" y1="17.78" x2="121.92" y2="17.78" width="0.1524" layer="91"/>
 <pinref part="R3" gate="G$1" pin="2"/>
 <label x="129.54" y="17.78" size="1.778" layer="95"/>
-<wire x1="116.84" y1="27.94" x2="106.68" y2="27.94" width="0.1524" layer="91"/>
-<label x="127" y="30.48" size="1.778" layer="95"/>
+<wire x1="121.92" y1="17.78" x2="106.68" y2="17.78" width="0.1524" layer="91"/>
+<label x="121.92" y="10.16" size="1.778" layer="95"/>
 <pinref part="D1" gate="D$1" pin="P$2"/>
-<wire x1="121.92" y1="22.86" x2="127" y2="22.86" width="0.1524" layer="91"/>
-<junction x="127" y="22.86"/>
-<wire x1="116.84" y1="27.94" x2="116.84" y2="22.86" width="0.1524" layer="91"/>
-<wire x1="116.84" y1="22.86" x2="121.92" y2="22.86" width="0.1524" layer="91"/>
-<junction x="121.92" y="22.86"/>
+<wire x1="121.92" y1="23.876" x2="121.92" y2="17.78" width="0.1524" layer="91"/>
+<junction x="121.92" y="17.78"/>
 </segment>
 </net>
 <net name="BTN" class="0">
 <segment>
 <pinref part="D3" gate="G$1" pin="A"/>
-<label x="55.88" y="-27.94" size="1.778" layer="95"/>
-<wire x1="55.88" y1="-27.94" x2="76.2" y2="-27.94" width="0.1524" layer="91"/>
+<label x="17.78" y="-33.02" size="1.778" layer="95"/>
+<wire x1="17.78" y1="-33.02" x2="38.1" y2="-33.02" width="0.1524" layer="91"/>
 </segment>
 <segment>
 <wire x1="45.72" y1="68.58" x2="53.34" y2="68.58" width="0.1524" layer="91"/>
@@ -9123,15 +9129,16 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <segment>
 <pinref part="Q2" gate="G$1" pin="G"/>
 <pinref part="R1" gate="G$1" pin="2"/>
-<wire x1="83.82" y1="5.08" x2="73.66" y2="5.08" width="0.1524" layer="91"/>
-<label x="55.88" y="5.08" size="1.778" layer="95"/>
-<wire x1="73.66" y1="5.08" x2="66.04" y2="5.08" width="0.1524" layer="91"/>
-<wire x1="66.04" y1="5.08" x2="55.88" y2="5.08" width="0.1524" layer="91"/>
-<wire x1="73.66" y1="5.08" x2="73.66" y2="0" width="0.1524" layer="91"/>
-<junction x="73.66" y="5.08"/>
-<wire x1="73.66" y1="0" x2="76.2" y2="0" width="0.1524" layer="91"/>
+<wire x1="45.72" y1="0" x2="35.56" y2="0" width="0.1524" layer="91"/>
+<label x="17.78" y="0" size="1.778" layer="95"/>
+<wire x1="27.94" y1="-3.556" x2="27.94" y2="0" width="0.1524" layer="91"/>
+<wire x1="27.94" y1="0" x2="17.78" y2="0" width="0.1524" layer="91"/>
+<wire x1="35.56" y1="0" x2="35.56" y2="-5.08" width="0.1524" layer="91"/>
+<junction x="35.56" y="0"/>
+<wire x1="35.56" y1="-5.08" x2="38.1" y2="-5.08" width="0.1524" layer="91"/>
 <pinref part="D7" gate="D$1" pin="P$1"/>
-<junction x="66.04" y="5.08"/>
+<wire x1="27.94" y1="0" x2="35.56" y2="0" width="0.1524" layer="91"/>
+<junction x="27.94" y="0"/>
 </segment>
 <segment>
 <wire x1="45.72" y1="71.12" x2="53.34" y2="71.12" width="0.1524" layer="91"/>
@@ -9148,12 +9155,12 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <segment>
 <pinref part="R2" gate="G$1" pin="2"/>
 <pinref part="Q4" gate="G$1" pin="S"/>
-<wire x1="114.3" y1="10.16" x2="114.3" y2="7.62" width="0.1524" layer="91"/>
-<wire x1="114.3" y1="7.62" x2="111.76" y2="7.62" width="0.1524" layer="91"/>
+<wire x1="76.2" y1="5.08" x2="76.2" y2="2.54" width="0.1524" layer="91"/>
+<wire x1="76.2" y1="2.54" x2="73.66" y2="2.54" width="0.1524" layer="91"/>
 <pinref part="J3" gate="G$1" pin="1"/>
-<wire x1="137.16" y1="7.62" x2="114.3" y2="7.62" width="0.1524" layer="91"/>
-<junction x="114.3" y="7.62"/>
-<label x="119.38" y="7.62" size="1.778" layer="95"/>
+<wire x1="137.16" y1="2.54" x2="76.2" y2="2.54" width="0.1524" layer="91"/>
+<junction x="76.2" y="2.54"/>
+<label x="81.28" y="2.54" size="1.778" layer="95"/>
 </segment>
 </net>
 <net name="N$2" class="0">
@@ -9161,30 +9168,30 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <pinref part="Q4" gate="G$1" pin="G"/>
 <pinref part="R2" gate="G$1" pin="1"/>
 <pinref part="Q2" gate="G$1" pin="D"/>
-<wire x1="99.06" y1="12.7" x2="88.9" y2="12.7" width="0.1524" layer="91"/>
-<junction x="99.06" y="12.7"/>
-<wire x1="109.22" y1="12.7" x2="99.06" y2="12.7" width="0.1524" layer="91"/>
+<wire x1="60.96" y1="7.62" x2="50.8" y2="7.62" width="0.1524" layer="91"/>
+<junction x="60.96" y="7.62"/>
+<wire x1="71.12" y1="7.62" x2="60.96" y2="7.62" width="0.1524" layer="91"/>
 <pinref part="D2" gate="G$1" pin="A"/>
-<wire x1="99.06" y1="2.54" x2="99.06" y2="7.62" width="0.1524" layer="91"/>
-<junction x="99.06" y="12.7"/>
-<wire x1="99.06" y1="7.62" x2="99.06" y2="12.7" width="0.1524" layer="91"/>
-<wire x1="101.6" y1="7.62" x2="99.06" y2="7.62" width="0.1524" layer="91"/>
-<junction x="99.06" y="7.62"/>
+<wire x1="60.96" y1="-2.54" x2="60.96" y2="2.54" width="0.1524" layer="91"/>
+<junction x="60.96" y="7.62"/>
+<wire x1="60.96" y1="2.54" x2="60.96" y2="7.62" width="0.1524" layer="91"/>
+<wire x1="63.5" y1="2.54" x2="60.96" y2="2.54" width="0.1524" layer="91"/>
+<junction x="60.96" y="2.54"/>
 </segment>
 </net>
 <net name="N$5" class="0">
 <segment>
 <pinref part="D3" gate="G$1" pin="C"/>
 <pinref part="D2" gate="G$1" pin="C"/>
-<wire x1="86.36" y1="-27.94" x2="99.06" y2="-27.94" width="0.1524" layer="91"/>
-<wire x1="99.06" y1="-10.16" x2="99.06" y2="-7.62" width="0.1524" layer="91"/>
-<wire x1="99.06" y1="-17.78" x2="99.06" y2="-27.94" width="0.1524" layer="91"/>
-<wire x1="99.06" y1="-17.78" x2="88.9" y2="-17.78" width="0.1524" layer="91"/>
-<junction x="99.06" y="-17.78"/>
+<wire x1="48.26" y1="-33.02" x2="60.96" y2="-33.02" width="0.1524" layer="91"/>
+<wire x1="60.96" y1="-15.24" x2="60.96" y2="-12.7" width="0.1524" layer="91"/>
+<wire x1="60.96" y1="-22.86" x2="60.96" y2="-33.02" width="0.1524" layer="91"/>
+<wire x1="60.96" y1="-22.86" x2="47.244" y2="-22.86" width="0.1524" layer="91"/>
+<junction x="60.96" y="-22.86"/>
 <pinref part="D8" gate="D$1" pin="P$2"/>
-<wire x1="99.06" y1="-10.16" x2="93.98" y2="-10.16" width="0.1524" layer="91"/>
-<wire x1="99.06" y1="-10.16" x2="99.06" y2="-17.78" width="0.1524" layer="91"/>
-<junction x="99.06" y="-10.16"/>
+<wire x1="60.96" y1="-15.24" x2="55.88" y2="-15.24" width="0.1524" layer="91"/>
+<wire x1="60.96" y1="-15.24" x2="60.96" y2="-22.86" width="0.1524" layer="91"/>
+<junction x="60.96" y="-15.24"/>
 <pinref part="S1" gate="G$1" pin="2"/>
 </segment>
 </net>
@@ -9224,10 +9231,10 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <net name="ST" class="0">
 <segment>
 <pinref part="U1" gate="G$1" pin="D2"/>
-<wire x1="45.72" y1="55.88" x2="76.2" y2="55.88" width="0.1524" layer="91"/>
-<wire x1="76.2" y1="55.88" x2="76.2" y2="27.94" width="0.1524" layer="91"/>
+<wire x1="45.72" y1="55.88" x2="78.74" y2="55.88" width="0.1524" layer="91"/>
+<wire x1="78.74" y1="55.88" x2="78.74" y2="17.78" width="0.1524" layer="91"/>
 <pinref part="R3" gate="G$1" pin="1"/>
-<wire x1="76.2" y1="27.94" x2="96.52" y2="27.94" width="0.1524" layer="91"/>
+<wire x1="78.74" y1="17.78" x2="96.52" y2="17.78" width="0.1524" layer="91"/>
 <label x="45.72" y="55.88" size="1.778" layer="95"/>
 </segment>
 </net>

+ 167 - 162
schematic/ECU.s#9

@@ -6623,7 +6623,7 @@ grid 2.54 mm</description>
 <packageinstance name="TO92"/>
 </packageinstances>
 </package3d>
-<package3d name="TO220BV" urn="urn:adsk.eagle:package:29484/3" type="model" library_version="4">
+<package3d name="TO220BV" urn="urn:adsk.eagle:package:29484/4" type="model" library_version="5">
 <description>Molded Package
 grid 2.54 mm</description>
 <packageinstances>
@@ -6718,7 +6718,7 @@ grid 2.54 mm</description>
 </symbol>
 </symbols>
 <devicesets>
-<deviceset name="NMOSFET" urn="urn:adsk.eagle:component:16378730/3" prefix="Q" library_version="4">
+<deviceset name="NMOSFET" urn="urn:adsk.eagle:component:16378730/4" prefix="Q" library_version="5">
 <description>&lt;b&gt; N-Channel MOSFET - Generic</description>
 <gates>
 <gate name="G$1" symbol="MFNS" x="-2.54" y="0"/>
@@ -6747,6 +6747,7 @@ grid 2.54 mm</description>
 <attribute name="SUB-CATEGORY" value="MOSFET" constant="no"/>
 <attribute name="THERMALLOSS" value="" constant="no"/>
 <attribute name="TYPE" value="N-Channel" constant="no"/>
+<attribute name="VALUE" value="NMOSFET" constant="no"/>
 </technology>
 <technology name="_">
 <attribute name="CATEGORY" value="Transistor" constant="no"/>
@@ -6761,6 +6762,7 @@ grid 2.54 mm</description>
 <attribute name="SUB-CATEGORY" value="MOSFET" constant="no"/>
 <attribute name="THERMALLOSS" value="" constant="no"/>
 <attribute name="TYPE" value="N-Channel" constant="no"/>
+<attribute name="VALUE" value="NMOSFET" constant="no"/>
 </technology>
 </technologies>
 </device>
@@ -6787,6 +6789,7 @@ grid 2.54 mm</description>
 <attribute name="SUB-CATEGORY" value="MOSFET" constant="no"/>
 <attribute name="THERMALLOSS" value="" constant="no"/>
 <attribute name="TYPE" value="N-Channel" constant="no"/>
+<attribute name="VALUE" value="NMOSFET" constant="no"/>
 </technology>
 </technologies>
 </device>
@@ -6797,7 +6800,7 @@ grid 2.54 mm</description>
 <connect gate="G$1" pin="S" pad="S"/>
 </connects>
 <package3dinstances>
-<package3dinstance package3d_urn="urn:adsk.eagle:package:29484/3"/>
+<package3dinstance package3d_urn="urn:adsk.eagle:package:29484/4"/>
 </package3dinstances>
 <technologies>
 <technology name="_">
@@ -6813,12 +6816,13 @@ grid 2.54 mm</description>
 <attribute name="SUB-CATEGORY" value="MOSFET" constant="no"/>
 <attribute name="THERMALLOSS" value="" constant="no"/>
 <attribute name="TYPE" value="N-Channel" constant="no"/>
+<attribute name="VALUE" value="NMOSFET" constant="no"/>
 </technology>
 </technologies>
 </device>
 </devices>
 </deviceset>
-<deviceset name="PMOSFET_" urn="urn:adsk.eagle:component:16378732/3" prefix="Q" library_version="4">
+<deviceset name="PMOSFET_" urn="urn:adsk.eagle:component:16378732/4" prefix="Q" library_version="5">
 <description>&lt;b&gt;P-Channel MOSFET - Popular parts&lt;/b&gt;</description>
 <gates>
 <gate name="G$1" symbol="MFPS" x="-2.54" y="0"/>
@@ -6837,30 +6841,32 @@ grid 2.54 mm</description>
 <technology name="BSS84">
 <attribute name="CATEGORY" value="Transistor" constant="no"/>
 <attribute name="DESCRIPTION" value="MOSFET P-CH 50V 130MA SOT-23"/>
-<attribute name="DRAIN_CURRENT" value="" constant="no"/>
+<attribute name="DRAIN_CURRENT" value="130mA" constant="no"/>
 <attribute name="MANUFACTURER" value="ON Semiconductor" constant="no"/>
 <attribute name="MPN" value="BSS84" constant="no"/>
-<attribute name="OPERATING_TEMP" value="" constant="no"/>
-<attribute name="PART_STATUS" value="" constant="no"/>
-<attribute name="ROHS_COMPLIANT" value="" constant="no"/>
+<attribute name="OPERATING_TEMP" value="-55°C ~ 150°C" constant="no"/>
+<attribute name="PART_STATUS" value="Active" constant="no"/>
+<attribute name="ROHS_COMPLIANT" value="Yes" constant="no"/>
 <attribute name="SERIES" value="" constant="no"/>
 <attribute name="SUB-CATEGORY" value="MOSFET" constant="no"/>
-<attribute name="THERMALLOSS" value="" constant="no"/>
+<attribute name="THERMALLOSS" value="360mW" constant="no"/>
 <attribute name="TYPE" value="P-Channel" constant="no"/>
+<attribute name="VALUE" value="BSS84" constant="no"/>
 </technology>
 <technology name="IRLML5203">
 <attribute name="CATEGORY" value="Transistor" constant="no"/>
 <attribute name="DESCRIPTION" value="MOSFET P-CH 30V 3A SOT-23" constant="no"/>
-<attribute name="DRAIN_CURRENT" value="" constant="no"/>
+<attribute name="DRAIN_CURRENT" value="3A" constant="no"/>
 <attribute name="MANUFACTURER" value="Infineon Technologies" constant="no"/>
 <attribute name="MPN" value="IRLML5203TRPBF" constant="no"/>
-<attribute name="OPERATING_TEMP" value="" constant="no"/>
-<attribute name="PART_STATUS" value="" constant="no"/>
-<attribute name="ROHS_COMPLIANT" value="" constant="no"/>
+<attribute name="OPERATING_TEMP" value="-55°C ~ 150°C" constant="no"/>
+<attribute name="PART_STATUS" value="Active" constant="no"/>
+<attribute name="ROHS_COMPLIANT" value="Yes" constant="no"/>
 <attribute name="SERIES" value="" constant="no"/>
 <attribute name="SUB-CATEGORY" value="MOSFET" constant="no"/>
-<attribute name="THERMALLOSS" value="" constant="no"/>
+<attribute name="THERMALLOSS" value="1.25W" constant="no"/>
 <attribute name="TYPE" value="P-Channel" constant="no"/>
+<attribute name="VALUE" value="IRLML5203" constant="no"/>
 </technology>
 </technologies>
 </device>
@@ -7267,13 +7273,6 @@ Source: http://www.vishay.com .. dcrcw.pdf</description>
 <packageinstance name="R3225"/>
 </packageinstances>
 </package3d>
-<package3d name="R4527" urn="urn:adsk.eagle:package:13310/1" type="box" library_version="1">
-<description>Package 4527
-Source: http://www.vishay.com/docs/31059/wsrhigh.pdf</description>
-<packageinstances>
-<packageinstance name="R4527"/>
-</packageinstances>
-</package3d>
 <package3d name="R5025" urn="urn:adsk.eagle:package:13308/1" type="box" library_version="1">
 <description>RESISTOR</description>
 <packageinstances>
@@ -7287,6 +7286,13 @@ Source: http://download.siliconexpert.com/pdfs/2005/02/24/Semi_Ap/2/VSH/Resistor
 <packageinstance name="R6332"/>
 </packageinstances>
 </package3d>
+<package3d name="R4527" urn="urn:adsk.eagle:package:13310/2" type="model" library_version="3">
+<description>Package 4527
+Source: http://www.vishay.com/docs/31059/wsrhigh.pdf</description>
+<packageinstances>
+<packageinstance name="R4527"/>
+</packageinstances>
+</package3d>
 </packages3d>
 <symbols>
 <symbol name="R" urn="urn:adsk.eagle:symbol:13232/1" library_version="1">
@@ -7303,7 +7309,7 @@ Source: http://download.siliconexpert.com/pdfs/2005/02/24/Semi_Ap/2/VSH/Resistor
 </symbol>
 </symbols>
 <devicesets>
-<deviceset name="R" urn="urn:adsk.eagle:component:13322/1" prefix="R" uservalue="yes" library_version="1">
+<deviceset name="R" urn="urn:adsk.eagle:component:13322/2" prefix="R" uservalue="yes" library_version="3">
 <description>&lt;B&gt;RESISTOR&lt;/B&gt;, European symbol</description>
 <gates>
 <gate name="G$1" symbol="R" x="0" y="0"/>
@@ -7540,7 +7546,7 @@ Source: http://download.siliconexpert.com/pdfs/2005/02/24/Semi_Ap/2/VSH/Resistor
 <connect gate="G$1" pin="2" pad="2"/>
 </connects>
 <package3dinstances>
-<package3dinstance package3d_urn="urn:adsk.eagle:package:13310/1"/>
+<package3dinstance package3d_urn="urn:adsk.eagle:package:13310/2"/>
 </package3dinstances>
 <technologies>
 <technology name="">
@@ -7666,19 +7672,19 @@ Source: http://download.siliconexpert.com/pdfs/2005/02/24/Semi_Ap/2/VSH/Resistor
 </packages3d>
 <symbols>
 <symbol name="TVS_DIODE">
-<wire x1="0" y1="0" x2="-2.54" y2="2.54" width="0.254" layer="94"/>
-<wire x1="2.54" y1="2.54" x2="0" y2="0" width="0.254" layer="94"/>
-<wire x1="-5.08" y1="-2.54" x2="-2.54" y2="0" width="0.254" layer="94"/>
-<wire x1="-2.54" y1="0" x2="2.54" y2="0" width="0.254" layer="94"/>
-<wire x1="2.54" y1="0" x2="5.08" y2="2.54" width="0.254" layer="94"/>
-<wire x1="0" y1="0" x2="-2.54" y2="-2.54" width="0.254" layer="94"/>
-<wire x1="2.54" y1="-2.54" x2="0" y2="0" width="0.254" layer="94"/>
-<wire x1="-2.54" y1="2.54" x2="2.54" y2="2.54" width="0.254" layer="94"/>
-<wire x1="-2.54" y1="-2.54" x2="2.54" y2="-2.54" width="0.254" layer="94"/>
-<pin name="P$1" x="0" y="7.62" visible="off" length="middle" rot="R270"/>
-<pin name="P$2" x="0" y="-7.62" visible="off" length="middle" rot="R90"/>
-<text x="2.54" y="5.08" size="1.778" layer="95">&gt;NAME</text>
-<text x="2.54" y="-7.62" size="1.778" layer="96">&gt;VALUE</text>
+<wire x1="0" y1="0" x2="-1.27" y2="1.524" width="0.254" layer="94"/>
+<wire x1="1.27" y1="1.524" x2="0" y2="0" width="0.254" layer="94"/>
+<wire x1="-1.778" y1="-0.508" x2="-1.27" y2="0" width="0.254" layer="94"/>
+<wire x1="-1.27" y1="0" x2="1.27" y2="0" width="0.254" layer="94"/>
+<wire x1="1.27" y1="0" x2="1.778" y2="0.508" width="0.254" layer="94"/>
+<wire x1="0" y1="0" x2="-1.27" y2="-1.524" width="0.254" layer="94"/>
+<wire x1="1.27" y1="-1.524" x2="0" y2="0" width="0.254" layer="94"/>
+<wire x1="-1.27" y1="1.524" x2="1.27" y2="1.524" width="0.254" layer="94"/>
+<wire x1="-1.27" y1="-1.524" x2="1.27" y2="-1.524" width="0.254" layer="94"/>
+<pin name="P$1" x="0" y="4.064" visible="off" length="short" rot="R270"/>
+<pin name="P$2" x="0" y="-4.064" visible="off" length="short" rot="R90"/>
+<text x="2.54" y="2.54" size="1.778" layer="95">&gt;NAME</text>
+<text x="2.54" y="-2.54" size="1.778" layer="96">&gt;VALUE</text>
 </symbol>
 <symbol name="ARDUINO">
 <wire x1="-10.16" y1="20.32" x2="-10.16" y2="-20.32" width="0.254" layer="94"/>
@@ -8625,16 +8631,16 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <part name="J5" library="SparkFun-Connectors" library_urn="urn:adsk.eagle:library:513" deviceset="CONN_03" device="" package3d_urn="urn:adsk.eagle:package:38063/1" value="THROTTLE"/>
 <part name="C1" library="Capacitor" library_urn="urn:adsk.eagle:library:16290819" deviceset="C" device="CHIP-1206(3216-METRIC)" package3d_urn="urn:adsk.eagle:package:16290893/2" technology="_" value="0.1uF"/>
 <part name="J6" library="SparkFun-Connectors" library_urn="urn:adsk.eagle:library:513" deviceset="CONN_02" device="" package3d_urn="urn:adsk.eagle:package:38039/1" value="LED"/>
-<part name="Q2" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" deviceset="NMOSFET" device="SOT23" package3d_urn="urn:adsk.eagle:package:28738/2" value=""/>
+<part name="Q2" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" deviceset="NMOSFET" device="SOT23" package3d_urn="urn:adsk.eagle:package:28738/2" value="NMOSFET"/>
 <part name="R2" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="R1206" package3d_urn="urn:adsk.eagle:package:13301/1" value="10K"/>
 <part name="R1" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="R1206" package3d_urn="urn:adsk.eagle:package:13301/1" value="10K"/>
 <part name="D2" library="Diode" library_urn="urn:adsk.eagle:library:16378169" deviceset="DIODE" device="DO-215-AC" package3d_urn="urn:adsk.eagle:package:9427057/2" technology="_" value=""/>
-<part name="Q4" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" deviceset="PMOSFET_" device="" package3d_urn="urn:adsk.eagle:package:28738/2" technology="BSS84" value=""/>
+<part name="Q4" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" deviceset="PMOSFET_" device="" package3d_urn="urn:adsk.eagle:package:28738/2" technology="BSS84" value="BSS84"/>
 <part name="D3" library="Diode" library_urn="urn:adsk.eagle:library:16378169" deviceset="DIODE" device="DO-215-AC" package3d_urn="urn:adsk.eagle:package:9427057/2" technology="_" value=""/>
-<part name="Q5" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" deviceset="NMOSFET" device="SOT23" package3d_urn="urn:adsk.eagle:package:28738/2"/>
+<part name="Q5" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" deviceset="NMOSFET" device="SOT23" package3d_urn="urn:adsk.eagle:package:28738/2" value="NMOSFET"/>
 <part name="J7" library="SparkFun-Connectors" library_urn="urn:adsk.eagle:library:513" deviceset="CONN_06" device="SILK_FEMALE_PTH" package3d_urn="urn:adsk.eagle:package:38009/1" value="SPEED"/>
 <part name="C3" library="Capacitor" library_urn="urn:adsk.eagle:library:16290819" deviceset="C" device="CHIP-1206(3216-METRIC)" package3d_urn="urn:adsk.eagle:package:16290893/2" technology="_" value="0.1uF"/>
-<part name="Q1" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" deviceset="NMOSFET" device="SOT23" package3d_urn="urn:adsk.eagle:package:28738/2"/>
+<part name="Q1" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" deviceset="NMOSFET" device="SOT23" package3d_urn="urn:adsk.eagle:package:28738/2" value="NMOSFET"/>
 <part name="D4" library="eScooter" deviceset="TVS_DIODE" device="SMA" package3d_urn="urn:adsk.eagle:package:21928182/1"/>
 <part name="D6" library="eScooter" deviceset="TVS_DIODE" device="SMA" package3d_urn="urn:adsk.eagle:package:21928182/1"/>
 <part name="D7" library="eScooter" deviceset="TVS_DIODE" device="SMA" package3d_urn="urn:adsk.eagle:package:21928182/1"/>
@@ -8663,9 +8669,9 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <attribute name="VALUE" x="147.32" y="60.706" size="1.778" layer="96" font="vector" rot="R180"/>
 <attribute name="NAME" x="147.32" y="40.132" size="1.778" layer="95" font="vector" rot="R180"/>
 </instance>
-<instance part="J3" gate="G$1" x="144.78" y="7.62" smashed="yes" rot="R180">
-<attribute name="VALUE" x="147.32" y="12.446" size="1.778" layer="96" font="vector" rot="R180"/>
-<attribute name="NAME" x="147.32" y="2.032" size="1.778" layer="95" font="vector" rot="R180"/>
+<instance part="J3" gate="G$1" x="144.78" y="2.54" smashed="yes" rot="R180">
+<attribute name="VALUE" x="147.32" y="7.366" size="1.778" layer="96" font="vector" rot="R180"/>
+<attribute name="NAME" x="147.32" y="-3.048" size="1.778" layer="95" font="vector" rot="R180"/>
 </instance>
 <instance part="J4" gate="G$1" x="38.1" y="109.22" smashed="yes" rot="MR270">
 <attribute name="VALUE" x="43.18" y="112.014" size="1.778" layer="96" font="vector" rot="MR0"/>
@@ -8683,29 +8689,29 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <attribute name="VALUE" x="147.32" y="94.234" size="1.778" layer="96" font="vector" rot="MR0"/>
 <attribute name="NAME" x="147.32" y="84.328" size="1.778" layer="95" font="vector" rot="MR0"/>
 </instance>
-<instance part="Q2" gate="G$1" x="86.36" y="7.62" smashed="yes">
-<attribute name="NAME" x="92.71" y="8.89" size="1.778" layer="95"/>
-<attribute name="VALUE" x="92.71" y="6.35" size="1.778" layer="96"/>
+<instance part="Q2" gate="G$1" x="48.26" y="2.54" smashed="yes">
+<attribute name="NAME" x="54.61" y="3.81" size="1.778" layer="95"/>
+<attribute name="VALUE" x="54.61" y="1.27" size="1.778" layer="96"/>
 </instance>
-<instance part="R2" gate="G$1" x="106.68" y="7.62" smashed="yes">
-<attribute name="NAME" x="102.87" y="9.1186" size="1.778" layer="95"/>
-<attribute name="VALUE" x="102.87" y="4.318" size="1.778" layer="96"/>
+<instance part="R2" gate="G$1" x="68.58" y="2.54" smashed="yes">
+<attribute name="NAME" x="64.77" y="4.0386" size="1.778" layer="95"/>
+<attribute name="VALUE" x="64.77" y="-0.762" size="1.778" layer="96"/>
 </instance>
-<instance part="R1" gate="G$1" x="81.28" y="0" smashed="yes" rot="R180">
-<attribute name="NAME" x="85.09" y="-1.4986" size="1.778" layer="95" rot="R180"/>
-<attribute name="VALUE" x="85.09" y="3.302" size="1.778" layer="96" rot="R180"/>
+<instance part="R1" gate="G$1" x="43.18" y="-5.08" smashed="yes" rot="R180">
+<attribute name="NAME" x="46.99" y="-6.5786" size="1.778" layer="95" rot="R180"/>
+<attribute name="VALUE" x="46.99" y="-1.778" size="1.778" layer="96" rot="R180"/>
 </instance>
-<instance part="D2" gate="G$1" x="99.06" y="-2.54" smashed="yes" rot="R270">
-<attribute name="NAME" x="104.14" y="-2.54" size="1.778" layer="95" rot="R270" align="center"/>
-<attribute name="VALUE" x="93.98" y="-2.54" size="1.778" layer="95" rot="R270" align="center"/>
+<instance part="D2" gate="G$1" x="60.96" y="-7.62" smashed="yes" rot="R270">
+<attribute name="NAME" x="66.04" y="-7.62" size="1.778" layer="95" rot="R270" align="center"/>
+<attribute name="VALUE" x="55.88" y="-7.62" size="1.778" layer="95" rot="R270" align="center"/>
 </instance>
-<instance part="Q4" gate="G$1" x="111.76" y="15.24" smashed="yes" rot="MR180">
-<attribute name="NAME" x="118.11" y="13.97" size="1.778" layer="95" rot="MR180"/>
-<attribute name="VALUE" x="118.11" y="16.51" size="1.778" layer="96" rot="MR180"/>
+<instance part="Q4" gate="G$1" x="73.66" y="10.16" smashed="yes" rot="MR180">
+<attribute name="NAME" x="80.01" y="8.89" size="1.778" layer="95" rot="MR180"/>
+<attribute name="VALUE" x="80.01" y="11.43" size="1.778" layer="96" rot="MR180"/>
 </instance>
-<instance part="D3" gate="G$1" x="81.28" y="-27.94" smashed="yes">
-<attribute name="NAME" x="81.28" y="-22.86" size="1.778" layer="95" align="center"/>
-<attribute name="VALUE" x="81.28" y="-33.02" size="1.778" layer="95" align="center"/>
+<instance part="D3" gate="G$1" x="43.18" y="-33.02" smashed="yes">
+<attribute name="NAME" x="43.18" y="-27.94" size="1.778" layer="95" align="center"/>
+<attribute name="VALUE" x="43.18" y="-38.1" size="1.778" layer="95" align="center"/>
 </instance>
 <instance part="Q5" gate="G$1" x="88.9" y="50.8" smashed="yes" rot="MR0">
 <attribute name="NAME" x="82.55" y="52.07" size="1.778" layer="95" rot="MR0"/>
@@ -8724,14 +8730,14 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <instance part="D4" gate="D$1" x="-45.72" y="91.44" smashed="yes">
 <attribute name="NAME" x="-43.18" y="96.52" size="1.778" layer="95"/>
 </instance>
-<instance part="D6" gate="D$1" x="-7.62" y="43.18" smashed="yes">
-<attribute name="NAME" x="-5.08" y="48.26" size="1.778" layer="95"/>
+<instance part="D6" gate="D$1" x="-7.62" y="40.64" smashed="yes">
+<attribute name="NAME" x="-5.08" y="45.72" size="1.778" layer="95"/>
 </instance>
-<instance part="D7" gate="D$1" x="66.04" y="-2.54" smashed="yes">
-<attribute name="NAME" x="68.58" y="2.54" size="1.778" layer="95"/>
+<instance part="D7" gate="D$1" x="27.94" y="-7.62" smashed="yes">
+<attribute name="NAME" x="30.48" y="-2.54" size="1.778" layer="95"/>
 </instance>
-<instance part="D8" gate="D$1" x="81.28" y="-17.78" smashed="yes" rot="R90">
-<attribute name="NAME" x="76.2" y="-15.24" size="1.778" layer="95" rot="R90"/>
+<instance part="D8" gate="D$1" x="43.18" y="-22.86" smashed="yes" rot="R90">
+<attribute name="NAME" x="38.1" y="-20.32" size="1.778" layer="95" rot="R90"/>
 </instance>
 <instance part="R4" gate="G$1" x="91.44" y="43.18" smashed="yes">
 <attribute name="NAME" x="87.63" y="44.6786" size="1.778" layer="95"/>
@@ -8755,18 +8761,18 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <attribute name="NAME" x="27.94" y="86.36" size="1.778" layer="95"/>
 <attribute name="VALUE" x="20.32" y="40.64" size="1.778" layer="96"/>
 </instance>
-<instance part="S1" gate="G$1" x="88.9" y="-10.16" smashed="yes">
-<attribute name="NAME" x="88.9" y="-8.636" size="1.778" layer="95" font="vector" align="bottom-center"/>
+<instance part="S1" gate="G$1" x="50.8" y="-15.24" smashed="yes">
+<attribute name="NAME" x="50.8" y="-13.716" size="1.778" layer="95" font="vector" align="bottom-center"/>
 </instance>
 <instance part="SG1" gate="G$1" x="-68.58" y="38.1" smashed="yes" rot="R90">
 <attribute name="NAME" x="-74.93" y="35.56" size="1.778" layer="95" rot="R90"/>
 </instance>
-<instance part="R3" gate="G$1" x="101.6" y="27.94" smashed="yes">
-<attribute name="NAME" x="97.79" y="29.4386" size="1.778" layer="95"/>
-<attribute name="VALUE" x="97.79" y="24.638" size="1.778" layer="96"/>
+<instance part="R3" gate="G$1" x="101.6" y="17.78" smashed="yes">
+<attribute name="NAME" x="97.79" y="19.2786" size="1.778" layer="95"/>
+<attribute name="VALUE" x="97.79" y="14.478" size="1.778" layer="96"/>
 </instance>
-<instance part="D1" gate="D$1" x="121.92" y="30.48" smashed="yes">
-<attribute name="NAME" x="124.46" y="35.56" size="1.778" layer="95"/>
+<instance part="D1" gate="D$1" x="121.92" y="27.94" smashed="yes">
+<attribute name="NAME" x="124.46" y="33.02" size="1.778" layer="95"/>
 </instance>
 </instances>
 <busses>
@@ -8784,13 +8790,13 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <pinref part="D6" gate="D$1" pin="P$2"/>
 <wire x1="-12.7" y1="27.94" x2="-7.62" y2="27.94" width="0.1524" layer="91"/>
 <wire x1="-7.62" y1="27.94" x2="0" y2="27.94" width="0.1524" layer="91"/>
-<wire x1="-7.62" y1="35.56" x2="-7.62" y2="27.94" width="0.1524" layer="91"/>
+<wire x1="-7.62" y1="36.576" x2="-7.62" y2="27.94" width="0.1524" layer="91"/>
 <junction x="-7.62" y="27.94"/>
-<wire x1="-12.7" y1="27.94" x2="-12.7" y2="-10.16" width="0.1524" layer="91"/>
+<wire x1="-12.7" y1="27.94" x2="-12.7" y2="-15.24" width="0.1524" layer="91"/>
 <junction x="-12.7" y="27.94"/>
 <pinref part="GND2" gate="1" pin="GND"/>
 <pinref part="J7" gate="G$1" pin="1"/>
-<wire x1="-12.7" y1="-10.16" x2="-12.7" y2="-35.56" width="0.1524" layer="91"/>
+<wire x1="-12.7" y1="-15.24" x2="-12.7" y2="-35.56" width="0.1524" layer="91"/>
 <wire x1="-60.96" y1="66.04" x2="-53.34" y2="66.04" width="0.1524" layer="91"/>
 <label x="-55.88" y="66.04" size="1.778" layer="95" rot="MR0"/>
 <wire x1="-53.34" y1="66.04" x2="-53.34" y2="73.66" width="0.1524" layer="91"/>
@@ -8801,42 +8807,43 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <pinref part="J5" gate="J$1" pin="3"/>
 <wire x1="-60.96" y1="86.36" x2="-53.34" y2="86.36" width="0.1524" layer="91"/>
 <wire x1="-53.34" y1="86.36" x2="-53.34" y2="99.06" width="0.1524" layer="91"/>
-<wire x1="-53.34" y1="99.06" x2="-45.72" y2="99.06" width="0.1524" layer="91"/>
-<wire x1="-45.72" y1="99.06" x2="0" y2="99.06" width="0.1524" layer="91"/>
+<wire x1="-53.34" y1="99.06" x2="-45.72" y2="95.504" width="0.1524" layer="91"/>
+<wire x1="-45.72" y1="95.504" x2="0" y2="99.06" width="0.1524" layer="91"/>
 <wire x1="0" y1="99.06" x2="0" y2="96.52" width="0.1524" layer="91"/>
 <pinref part="C1" gate="G$1" pin="1"/>
 <label x="-60.96" y="86.36" size="1.778" layer="95"/>
 <pinref part="D4" gate="D$1" pin="P$1"/>
-<junction x="-45.72" y="99.06"/>
+<junction x="-45.72" y="95.504"/>
 <wire x1="-53.34" y1="99.06" x2="-78.74" y2="99.06" width="0.1524" layer="91"/>
 <junction x="-53.34" y="99.06"/>
 <wire x1="-78.74" y1="99.06" x2="-78.74" y2="73.66" width="0.1524" layer="91"/>
 <junction x="-78.74" y="73.66"/>
-<wire x1="66.04" y1="-10.16" x2="-12.7" y2="-10.16" width="0.1524" layer="91"/>
-<junction x="-12.7" y="-10.16"/>
+<wire x1="27.94" y1="-15.24" x2="-12.7" y2="-15.24" width="0.1524" layer="91"/>
+<junction x="-12.7" y="-15.24"/>
 <pinref part="R1" gate="G$1" pin="1"/>
 <pinref part="Q2" gate="G$1" pin="S"/>
-<wire x1="73.66" y1="-5.08" x2="88.9" y2="-5.08" width="0.1524" layer="91"/>
-<wire x1="88.9" y1="-5.08" x2="88.9" y2="0" width="0.1524" layer="91"/>
-<label x="55.88" y="-10.16" size="1.778" layer="95"/>
-<wire x1="88.9" y1="0" x2="88.9" y2="2.54" width="0.1524" layer="91"/>
-<wire x1="83.82" y1="-10.16" x2="73.66" y2="-10.16" width="0.1524" layer="91"/>
-<wire x1="73.66" y1="-5.08" x2="73.66" y2="-10.16" width="0.1524" layer="91"/>
-<junction x="73.66" y="-10.16"/>
-<wire x1="73.66" y1="-10.16" x2="66.04" y2="-10.16" width="0.1524" layer="91"/>
-<wire x1="86.36" y1="0" x2="88.9" y2="0" width="0.1524" layer="91"/>
-<junction x="88.9" y="0"/>
+<wire x1="35.56" y1="-10.16" x2="50.8" y2="-10.16" width="0.1524" layer="91"/>
+<wire x1="50.8" y1="-10.16" x2="50.8" y2="-5.08" width="0.1524" layer="91"/>
+<label x="17.78" y="-15.24" size="1.778" layer="95"/>
+<wire x1="50.8" y1="-5.08" x2="50.8" y2="-2.54" width="0.1524" layer="91"/>
+<wire x1="45.72" y1="-15.24" x2="35.56" y2="-15.24" width="0.1524" layer="91"/>
+<wire x1="35.56" y1="-10.16" x2="35.56" y2="-15.24" width="0.1524" layer="91"/>
+<junction x="35.56" y="-15.24"/>
+<wire x1="48.26" y1="-5.08" x2="50.8" y2="-5.08" width="0.1524" layer="91"/>
+<junction x="50.8" y="-5.08"/>
 <pinref part="D7" gate="D$1" pin="P$2"/>
-<junction x="66.04" y="-10.16"/>
 <pinref part="D8" gate="D$1" pin="P$1"/>
-<wire x1="66.04" y1="-10.16" x2="66.04" y2="-17.78" width="0.1524" layer="91"/>
-<wire x1="66.04" y1="-17.78" x2="73.66" y2="-17.78" width="0.1524" layer="91"/>
+<wire x1="27.94" y1="-11.684" x2="27.94" y2="-15.24" width="0.1524" layer="91"/>
+<wire x1="27.94" y1="-15.24" x2="27.94" y2="-22.86" width="0.1524" layer="91"/>
+<wire x1="27.94" y1="-22.86" x2="39.116" y2="-22.86" width="0.1524" layer="91"/>
 <pinref part="U1" gate="G$1" pin="GND"/>
 <wire x1="-66.04" y1="35.56" x2="-66.04" y2="33.02" width="0.1524" layer="91"/>
 <wire x1="-66.04" y1="33.02" x2="-63.5" y2="33.02" width="0.1524" layer="91"/>
 <wire x1="-63.5" y1="33.02" x2="-63.5" y2="38.1" width="0.1524" layer="91"/>
 <pinref part="S1" gate="G$1" pin="1"/>
 <pinref part="SG1" gate="G$1" pin="1"/>
+<wire x1="27.94" y1="-15.24" x2="35.56" y2="-15.24" width="0.1524" layer="91"/>
+<junction x="27.94" y="-15.24"/>
 </segment>
 <segment>
 <wire x1="124.46" y1="78.74" x2="124.46" y2="68.58" width="0.1524" layer="91"/>
@@ -8854,23 +8861,23 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <wire x1="154.94" y1="68.58" x2="154.94" y2="30.48" width="0.1524" layer="91"/>
 <pinref part="GND1" gate="1" pin="GND"/>
 <pinref part="J3" gate="G$1" pin="2"/>
-<wire x1="154.94" y1="30.48" x2="154.94" y2="0" width="0.1524" layer="91"/>
-<wire x1="154.94" y1="0" x2="154.94" y2="-38.1" width="0.1524" layer="91"/>
-<wire x1="137.16" y1="5.08" x2="129.54" y2="5.08" width="0.1524" layer="91"/>
-<label x="132.08" y="5.08" size="1.778" layer="95"/>
-<wire x1="129.54" y1="5.08" x2="129.54" y2="0" width="0.1524" layer="91"/>
-<wire x1="129.54" y1="0" x2="154.94" y2="0" width="0.1524" layer="91"/>
-<junction x="154.94" y="0"/>
+<wire x1="154.94" y1="30.48" x2="154.94" y2="-7.62" width="0.1524" layer="91"/>
+<wire x1="154.94" y1="-7.62" x2="154.94" y2="-38.1" width="0.1524" layer="91"/>
+<wire x1="137.16" y1="0" x2="129.54" y2="0" width="0.1524" layer="91"/>
+<label x="132.08" y="0" size="1.778" layer="95"/>
+<wire x1="129.54" y1="0" x2="129.54" y2="-7.62" width="0.1524" layer="91"/>
+<wire x1="129.54" y1="-7.62" x2="154.94" y2="-7.62" width="0.1524" layer="91"/>
+<junction x="154.94" y="-7.62"/>
 <pinref part="Q5" gate="G$1" pin="S"/>
 <wire x1="86.36" y1="45.72" x2="86.36" y2="43.18" width="0.1524" layer="91"/>
 <wire x1="86.36" y1="43.18" x2="86.36" y2="38.1" width="0.1524" layer="91"/>
 <pinref part="R4" gate="G$1" pin="1"/>
 <junction x="86.36" y="43.18"/>
-<wire x1="86.36" y1="38.1" x2="121.92" y2="38.1" width="0.1524" layer="91"/>
 <label x="147.32" y="30.48" size="1.778" layer="95"/>
-<wire x1="121.92" y1="38.1" x2="137.16" y2="38.1" width="0.1524" layer="91"/>
-<wire x1="137.16" y1="38.1" x2="137.16" y2="30.48" width="0.1524" layer="91"/>
-<wire x1="137.16" y1="30.48" x2="154.94" y2="30.48" width="0.1524" layer="91"/>
+<wire x1="121.92" y1="32.004" x2="121.92" y2="38.1" width="0.1524" layer="91"/>
+<wire x1="121.92" y1="38.1" x2="132.08" y2="38.1" width="0.1524" layer="91"/>
+<wire x1="132.08" y1="38.1" x2="132.08" y2="30.48" width="0.1524" layer="91"/>
+<wire x1="132.08" y1="30.48" x2="154.94" y2="30.48" width="0.1524" layer="91"/>
 <junction x="154.94" y="30.48"/>
 <pinref part="J4" gate="G$1" pin="2"/>
 <wire x1="40.64" y1="101.6" x2="40.64" y2="93.98" width="0.1524" layer="91"/>
@@ -8881,10 +8888,13 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <wire x1="154.94" y1="99.06" x2="154.94" y2="68.58" width="0.1524" layer="91"/>
 <junction x="154.94" y="68.58"/>
 <pinref part="J1" gate="G$1" pin="1"/>
-<wire x1="137.16" y1="20.32" x2="137.16" y2="30.48" width="0.1524" layer="91"/>
-<junction x="137.16" y="30.48"/>
+<wire x1="137.16" y1="20.32" x2="132.08" y2="20.32" width="0.1524" layer="91"/>
+<wire x1="132.08" y1="20.32" x2="132.08" y2="30.48" width="0.1524" layer="91"/>
+<junction x="132.08" y="30.48"/>
 <pinref part="D1" gate="D$1" pin="P$1"/>
+<wire x1="86.36" y1="38.1" x2="121.92" y2="38.1" width="0.1524" layer="91"/>
 <junction x="121.92" y="38.1"/>
+<label x="132.08" y="20.32" size="1.778" layer="95"/>
 </segment>
 <segment>
 <pinref part="J7" gate="G$1" pin="5"/>
@@ -8900,9 +8910,9 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <label x="10.16" y="45.72" size="1.778" layer="95"/>
 <pinref part="U1" gate="G$1" pin="VIN"/>
 <pinref part="Q4" gate="G$1" pin="D"/>
-<wire x1="114.3" y1="20.32" x2="114.3" y2="22.86" width="0.1524" layer="91"/>
-<wire x1="114.3" y1="22.86" x2="5.08" y2="22.86" width="0.1524" layer="91"/>
-<label x="109.22" y="22.86" size="1.778" layer="95"/>
+<wire x1="76.2" y1="15.24" x2="76.2" y2="22.86" width="0.1524" layer="91"/>
+<wire x1="76.2" y1="22.86" x2="5.08" y2="22.86" width="0.1524" layer="91"/>
+<label x="71.12" y="15.24" size="1.778" layer="95"/>
 <wire x1="5.08" y1="45.72" x2="5.08" y2="22.86" width="0.1524" layer="91"/>
 </segment>
 </net>
@@ -8963,14 +8973,13 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <wire x1="-50.8" y1="71.12" x2="-50.8" y2="63.5" width="0.1524" layer="91"/>
 <wire x1="-60.96" y1="63.5" x2="-50.8" y2="63.5" width="0.1524" layer="91"/>
 <label x="10.16" y="53.34" size="1.778" layer="95"/>
-<wire x1="15.24" y1="53.34" x2="2.54" y2="53.34" width="0.1524" layer="91"/>
-<wire x1="2.54" y1="53.34" x2="-7.62" y2="53.34" width="0.1524" layer="91"/>
-<wire x1="-7.62" y1="53.34" x2="-7.62" y2="50.8" width="0.1524" layer="91"/>
+<wire x1="15.24" y1="53.34" x2="-7.62" y2="53.34" width="0.1524" layer="91"/>
+<wire x1="-7.62" y1="53.34" x2="-7.62" y2="44.704" width="0.1524" layer="91"/>
 <pinref part="D6" gate="D$1" pin="P$1"/>
-<wire x1="-50.8" y1="71.12" x2="2.54" y2="71.12" width="0.1524" layer="91"/>
-<wire x1="2.54" y1="71.12" x2="2.54" y2="53.34" width="0.1524" layer="91"/>
+<wire x1="-50.8" y1="71.12" x2="-7.62" y2="71.12" width="0.1524" layer="91"/>
+<wire x1="-7.62" y1="71.12" x2="-7.62" y2="53.34" width="0.1524" layer="91"/>
 <junction x="-50.8" y="71.12"/>
-<junction x="2.54" y="53.34"/>
+<junction x="-7.62" y="53.34"/>
 <pinref part="U1" gate="G$1" pin="5V"/>
 </segment>
 </net>
@@ -8988,7 +8997,7 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <wire x1="5.08" y1="81.28" x2="0" y2="81.28" width="0.1524" layer="91"/>
 <junction x="0" y="81.28"/>
 <wire x1="-60.96" y1="81.28" x2="-45.72" y2="81.28" width="0.1524" layer="91"/>
-<wire x1="-45.72" y1="81.28" x2="-45.72" y2="83.82" width="0.1524" layer="91"/>
+<wire x1="-45.72" y1="81.28" x2="-45.72" y2="87.376" width="0.1524" layer="91"/>
 <wire x1="-45.72" y1="81.28" x2="0" y2="81.28" width="0.1524" layer="91"/>
 <junction x="-45.72" y="81.28"/>
 <pinref part="U1" gate="G$1" pin="A0"/>
@@ -9034,26 +9043,21 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 </segment>
 <segment>
 <pinref part="J1" gate="G$1" pin="2"/>
-<wire x1="137.16" y1="17.78" x2="127" y2="17.78" width="0.1524" layer="91"/>
-<wire x1="127" y1="17.78" x2="127" y2="22.86" width="0.1524" layer="91"/>
-<wire x1="127" y1="22.86" x2="127" y2="30.48" width="0.1524" layer="91"/>
+<wire x1="137.16" y1="17.78" x2="121.92" y2="17.78" width="0.1524" layer="91"/>
 <pinref part="R3" gate="G$1" pin="2"/>
 <label x="129.54" y="17.78" size="1.778" layer="95"/>
-<wire x1="116.84" y1="27.94" x2="106.68" y2="27.94" width="0.1524" layer="91"/>
-<label x="127" y="30.48" size="1.778" layer="95"/>
+<wire x1="121.92" y1="17.78" x2="106.68" y2="17.78" width="0.1524" layer="91"/>
+<label x="121.92" y="10.16" size="1.778" layer="95"/>
 <pinref part="D1" gate="D$1" pin="P$2"/>
-<wire x1="121.92" y1="22.86" x2="127" y2="22.86" width="0.1524" layer="91"/>
-<junction x="127" y="22.86"/>
-<wire x1="116.84" y1="27.94" x2="116.84" y2="22.86" width="0.1524" layer="91"/>
-<wire x1="116.84" y1="22.86" x2="121.92" y2="22.86" width="0.1524" layer="91"/>
-<junction x="121.92" y="22.86"/>
+<wire x1="121.92" y1="23.876" x2="121.92" y2="17.78" width="0.1524" layer="91"/>
+<junction x="121.92" y="17.78"/>
 </segment>
 </net>
 <net name="BTN" class="0">
 <segment>
 <pinref part="D3" gate="G$1" pin="A"/>
-<label x="55.88" y="-27.94" size="1.778" layer="95"/>
-<wire x1="55.88" y1="-27.94" x2="76.2" y2="-27.94" width="0.1524" layer="91"/>
+<label x="17.78" y="-33.02" size="1.778" layer="95"/>
+<wire x1="17.78" y1="-33.02" x2="38.1" y2="-33.02" width="0.1524" layer="91"/>
 </segment>
 <segment>
 <wire x1="45.72" y1="68.58" x2="53.34" y2="68.58" width="0.1524" layer="91"/>
@@ -9124,15 +9128,16 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <segment>
 <pinref part="Q2" gate="G$1" pin="G"/>
 <pinref part="R1" gate="G$1" pin="2"/>
-<wire x1="83.82" y1="5.08" x2="73.66" y2="5.08" width="0.1524" layer="91"/>
-<label x="55.88" y="5.08" size="1.778" layer="95"/>
-<wire x1="73.66" y1="5.08" x2="66.04" y2="5.08" width="0.1524" layer="91"/>
-<wire x1="66.04" y1="5.08" x2="55.88" y2="5.08" width="0.1524" layer="91"/>
-<wire x1="73.66" y1="5.08" x2="73.66" y2="0" width="0.1524" layer="91"/>
-<junction x="73.66" y="5.08"/>
-<wire x1="73.66" y1="0" x2="76.2" y2="0" width="0.1524" layer="91"/>
+<wire x1="45.72" y1="0" x2="35.56" y2="0" width="0.1524" layer="91"/>
+<label x="17.78" y="0" size="1.778" layer="95"/>
+<wire x1="27.94" y1="-3.556" x2="27.94" y2="0" width="0.1524" layer="91"/>
+<wire x1="27.94" y1="0" x2="17.78" y2="0" width="0.1524" layer="91"/>
+<wire x1="35.56" y1="0" x2="35.56" y2="-5.08" width="0.1524" layer="91"/>
+<junction x="35.56" y="0"/>
+<wire x1="35.56" y1="-5.08" x2="38.1" y2="-5.08" width="0.1524" layer="91"/>
 <pinref part="D7" gate="D$1" pin="P$1"/>
-<junction x="66.04" y="5.08"/>
+<wire x1="27.94" y1="0" x2="35.56" y2="0" width="0.1524" layer="91"/>
+<junction x="27.94" y="0"/>
 </segment>
 <segment>
 <wire x1="45.72" y1="71.12" x2="53.34" y2="71.12" width="0.1524" layer="91"/>
@@ -9149,12 +9154,12 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <segment>
 <pinref part="R2" gate="G$1" pin="2"/>
 <pinref part="Q4" gate="G$1" pin="S"/>
-<wire x1="114.3" y1="10.16" x2="114.3" y2="7.62" width="0.1524" layer="91"/>
-<wire x1="114.3" y1="7.62" x2="111.76" y2="7.62" width="0.1524" layer="91"/>
+<wire x1="76.2" y1="5.08" x2="76.2" y2="2.54" width="0.1524" layer="91"/>
+<wire x1="76.2" y1="2.54" x2="73.66" y2="2.54" width="0.1524" layer="91"/>
 <pinref part="J3" gate="G$1" pin="1"/>
-<wire x1="137.16" y1="7.62" x2="114.3" y2="7.62" width="0.1524" layer="91"/>
-<junction x="114.3" y="7.62"/>
-<label x="119.38" y="7.62" size="1.778" layer="95"/>
+<wire x1="137.16" y1="2.54" x2="76.2" y2="2.54" width="0.1524" layer="91"/>
+<junction x="76.2" y="2.54"/>
+<label x="81.28" y="2.54" size="1.778" layer="95"/>
 </segment>
 </net>
 <net name="N$2" class="0">
@@ -9162,30 +9167,30 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <pinref part="Q4" gate="G$1" pin="G"/>
 <pinref part="R2" gate="G$1" pin="1"/>
 <pinref part="Q2" gate="G$1" pin="D"/>
-<wire x1="99.06" y1="12.7" x2="88.9" y2="12.7" width="0.1524" layer="91"/>
-<junction x="99.06" y="12.7"/>
-<wire x1="109.22" y1="12.7" x2="99.06" y2="12.7" width="0.1524" layer="91"/>
+<wire x1="60.96" y1="7.62" x2="50.8" y2="7.62" width="0.1524" layer="91"/>
+<junction x="60.96" y="7.62"/>
+<wire x1="71.12" y1="7.62" x2="60.96" y2="7.62" width="0.1524" layer="91"/>
 <pinref part="D2" gate="G$1" pin="A"/>
-<wire x1="99.06" y1="2.54" x2="99.06" y2="7.62" width="0.1524" layer="91"/>
-<junction x="99.06" y="12.7"/>
-<wire x1="99.06" y1="7.62" x2="99.06" y2="12.7" width="0.1524" layer="91"/>
-<wire x1="101.6" y1="7.62" x2="99.06" y2="7.62" width="0.1524" layer="91"/>
-<junction x="99.06" y="7.62"/>
+<wire x1="60.96" y1="-2.54" x2="60.96" y2="2.54" width="0.1524" layer="91"/>
+<junction x="60.96" y="7.62"/>
+<wire x1="60.96" y1="2.54" x2="60.96" y2="7.62" width="0.1524" layer="91"/>
+<wire x1="63.5" y1="2.54" x2="60.96" y2="2.54" width="0.1524" layer="91"/>
+<junction x="60.96" y="2.54"/>
 </segment>
 </net>
 <net name="N$5" class="0">
 <segment>
 <pinref part="D3" gate="G$1" pin="C"/>
 <pinref part="D2" gate="G$1" pin="C"/>
-<wire x1="86.36" y1="-27.94" x2="99.06" y2="-27.94" width="0.1524" layer="91"/>
-<wire x1="99.06" y1="-10.16" x2="99.06" y2="-7.62" width="0.1524" layer="91"/>
-<wire x1="99.06" y1="-17.78" x2="99.06" y2="-27.94" width="0.1524" layer="91"/>
-<wire x1="99.06" y1="-17.78" x2="88.9" y2="-17.78" width="0.1524" layer="91"/>
-<junction x="99.06" y="-17.78"/>
+<wire x1="48.26" y1="-33.02" x2="60.96" y2="-33.02" width="0.1524" layer="91"/>
+<wire x1="60.96" y1="-15.24" x2="60.96" y2="-12.7" width="0.1524" layer="91"/>
+<wire x1="60.96" y1="-22.86" x2="60.96" y2="-33.02" width="0.1524" layer="91"/>
+<wire x1="60.96" y1="-22.86" x2="47.244" y2="-22.86" width="0.1524" layer="91"/>
+<junction x="60.96" y="-22.86"/>
 <pinref part="D8" gate="D$1" pin="P$2"/>
-<wire x1="99.06" y1="-10.16" x2="93.98" y2="-10.16" width="0.1524" layer="91"/>
-<wire x1="99.06" y1="-10.16" x2="99.06" y2="-17.78" width="0.1524" layer="91"/>
-<junction x="99.06" y="-10.16"/>
+<wire x1="60.96" y1="-15.24" x2="55.88" y2="-15.24" width="0.1524" layer="91"/>
+<wire x1="60.96" y1="-15.24" x2="60.96" y2="-22.86" width="0.1524" layer="91"/>
+<junction x="60.96" y="-15.24"/>
 <pinref part="S1" gate="G$1" pin="2"/>
 </segment>
 </net>
@@ -9225,10 +9230,10 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <net name="ST" class="0">
 <segment>
 <pinref part="U1" gate="G$1" pin="D2"/>
-<wire x1="45.72" y1="55.88" x2="76.2" y2="55.88" width="0.1524" layer="91"/>
-<wire x1="76.2" y1="55.88" x2="76.2" y2="27.94" width="0.1524" layer="91"/>
+<wire x1="45.72" y1="55.88" x2="78.74" y2="55.88" width="0.1524" layer="91"/>
+<wire x1="78.74" y1="55.88" x2="78.74" y2="17.78" width="0.1524" layer="91"/>
 <pinref part="R3" gate="G$1" pin="1"/>
-<wire x1="76.2" y1="27.94" x2="96.52" y2="27.94" width="0.1524" layer="91"/>
+<wire x1="78.74" y1="17.78" x2="96.52" y2="17.78" width="0.1524" layer="91"/>
 <label x="45.72" y="55.88" size="1.778" layer="95"/>
 </segment>
 </net>

+ 190 - 185
schematic/ECU.sch

@@ -6623,7 +6623,7 @@ grid 2.54 mm</description>
 <packageinstance name="TO92"/>
 </packageinstances>
 </package3d>
-<package3d name="TO220BV" urn="urn:adsk.eagle:package:29484/3" type="model" library_version="4">
+<package3d name="TO220BV" urn="urn:adsk.eagle:package:29484/4" type="model" library_version="5">
 <description>Molded Package
 grid 2.54 mm</description>
 <packageinstances>
@@ -6718,7 +6718,7 @@ grid 2.54 mm</description>
 </symbol>
 </symbols>
 <devicesets>
-<deviceset name="NMOSFET" urn="urn:adsk.eagle:component:16378730/3" prefix="Q" library_version="4">
+<deviceset name="NMOSFET" urn="urn:adsk.eagle:component:16378730/4" prefix="Q" library_version="5">
 <description>&lt;b&gt; N-Channel MOSFET - Generic</description>
 <gates>
 <gate name="G$1" symbol="MFNS" x="-2.54" y="0"/>
@@ -6747,6 +6747,7 @@ grid 2.54 mm</description>
 <attribute name="SUB-CATEGORY" value="MOSFET" constant="no"/>
 <attribute name="THERMALLOSS" value="" constant="no"/>
 <attribute name="TYPE" value="N-Channel" constant="no"/>
+<attribute name="VALUE" value="NMOSFET" constant="no"/>
 </technology>
 <technology name="_">
 <attribute name="CATEGORY" value="Transistor" constant="no"/>
@@ -6761,6 +6762,7 @@ grid 2.54 mm</description>
 <attribute name="SUB-CATEGORY" value="MOSFET" constant="no"/>
 <attribute name="THERMALLOSS" value="" constant="no"/>
 <attribute name="TYPE" value="N-Channel" constant="no"/>
+<attribute name="VALUE" value="NMOSFET" constant="no"/>
 </technology>
 </technologies>
 </device>
@@ -6787,6 +6789,7 @@ grid 2.54 mm</description>
 <attribute name="SUB-CATEGORY" value="MOSFET" constant="no"/>
 <attribute name="THERMALLOSS" value="" constant="no"/>
 <attribute name="TYPE" value="N-Channel" constant="no"/>
+<attribute name="VALUE" value="NMOSFET" constant="no"/>
 </technology>
 </technologies>
 </device>
@@ -6797,7 +6800,7 @@ grid 2.54 mm</description>
 <connect gate="G$1" pin="S" pad="S"/>
 </connects>
 <package3dinstances>
-<package3dinstance package3d_urn="urn:adsk.eagle:package:29484/3"/>
+<package3dinstance package3d_urn="urn:adsk.eagle:package:29484/4"/>
 </package3dinstances>
 <technologies>
 <technology name="_">
@@ -6813,12 +6816,13 @@ grid 2.54 mm</description>
 <attribute name="SUB-CATEGORY" value="MOSFET" constant="no"/>
 <attribute name="THERMALLOSS" value="" constant="no"/>
 <attribute name="TYPE" value="N-Channel" constant="no"/>
+<attribute name="VALUE" value="NMOSFET" constant="no"/>
 </technology>
 </technologies>
 </device>
 </devices>
 </deviceset>
-<deviceset name="PMOSFET_" urn="urn:adsk.eagle:component:16378732/3" prefix="Q" library_version="4">
+<deviceset name="PMOSFET_" urn="urn:adsk.eagle:component:16378732/4" prefix="Q" library_version="5">
 <description>&lt;b&gt;P-Channel MOSFET - Popular parts&lt;/b&gt;</description>
 <gates>
 <gate name="G$1" symbol="MFPS" x="-2.54" y="0"/>
@@ -6837,30 +6841,32 @@ grid 2.54 mm</description>
 <technology name="BSS84">
 <attribute name="CATEGORY" value="Transistor" constant="no"/>
 <attribute name="DESCRIPTION" value="MOSFET P-CH 50V 130MA SOT-23"/>
-<attribute name="DRAIN_CURRENT" value="" constant="no"/>
+<attribute name="DRAIN_CURRENT" value="130mA" constant="no"/>
 <attribute name="MANUFACTURER" value="ON Semiconductor" constant="no"/>
 <attribute name="MPN" value="BSS84" constant="no"/>
-<attribute name="OPERATING_TEMP" value="" constant="no"/>
-<attribute name="PART_STATUS" value="" constant="no"/>
-<attribute name="ROHS_COMPLIANT" value="" constant="no"/>
+<attribute name="OPERATING_TEMP" value="-55°C ~ 150°C" constant="no"/>
+<attribute name="PART_STATUS" value="Active" constant="no"/>
+<attribute name="ROHS_COMPLIANT" value="Yes" constant="no"/>
 <attribute name="SERIES" value="" constant="no"/>
 <attribute name="SUB-CATEGORY" value="MOSFET" constant="no"/>
-<attribute name="THERMALLOSS" value="" constant="no"/>
+<attribute name="THERMALLOSS" value="360mW" constant="no"/>
 <attribute name="TYPE" value="P-Channel" constant="no"/>
+<attribute name="VALUE" value="BSS84" constant="no"/>
 </technology>
 <technology name="IRLML5203">
 <attribute name="CATEGORY" value="Transistor" constant="no"/>
 <attribute name="DESCRIPTION" value="MOSFET P-CH 30V 3A SOT-23" constant="no"/>
-<attribute name="DRAIN_CURRENT" value="" constant="no"/>
+<attribute name="DRAIN_CURRENT" value="3A" constant="no"/>
 <attribute name="MANUFACTURER" value="Infineon Technologies" constant="no"/>
 <attribute name="MPN" value="IRLML5203TRPBF" constant="no"/>
-<attribute name="OPERATING_TEMP" value="" constant="no"/>
-<attribute name="PART_STATUS" value="" constant="no"/>
-<attribute name="ROHS_COMPLIANT" value="" constant="no"/>
+<attribute name="OPERATING_TEMP" value="-55°C ~ 150°C" constant="no"/>
+<attribute name="PART_STATUS" value="Active" constant="no"/>
+<attribute name="ROHS_COMPLIANT" value="Yes" constant="no"/>
 <attribute name="SERIES" value="" constant="no"/>
 <attribute name="SUB-CATEGORY" value="MOSFET" constant="no"/>
-<attribute name="THERMALLOSS" value="" constant="no"/>
+<attribute name="THERMALLOSS" value="1.25W" constant="no"/>
 <attribute name="TYPE" value="P-Channel" constant="no"/>
+<attribute name="VALUE" value="IRLML5203" constant="no"/>
 </technology>
 </technologies>
 </device>
@@ -7267,13 +7273,6 @@ Source: http://www.vishay.com .. dcrcw.pdf</description>
 <packageinstance name="R3225"/>
 </packageinstances>
 </package3d>
-<package3d name="R4527" urn="urn:adsk.eagle:package:13310/1" type="box" library_version="1">
-<description>Package 4527
-Source: http://www.vishay.com/docs/31059/wsrhigh.pdf</description>
-<packageinstances>
-<packageinstance name="R4527"/>
-</packageinstances>
-</package3d>
 <package3d name="R5025" urn="urn:adsk.eagle:package:13308/1" type="box" library_version="1">
 <description>RESISTOR</description>
 <packageinstances>
@@ -7287,6 +7286,13 @@ Source: http://download.siliconexpert.com/pdfs/2005/02/24/Semi_Ap/2/VSH/Resistor
 <packageinstance name="R6332"/>
 </packageinstances>
 </package3d>
+<package3d name="R4527" urn="urn:adsk.eagle:package:13310/2" type="model" library_version="3">
+<description>Package 4527
+Source: http://www.vishay.com/docs/31059/wsrhigh.pdf</description>
+<packageinstances>
+<packageinstance name="R4527"/>
+</packageinstances>
+</package3d>
 </packages3d>
 <symbols>
 <symbol name="R" urn="urn:adsk.eagle:symbol:13232/1" library_version="1">
@@ -7303,7 +7309,7 @@ Source: http://download.siliconexpert.com/pdfs/2005/02/24/Semi_Ap/2/VSH/Resistor
 </symbol>
 </symbols>
 <devicesets>
-<deviceset name="R" urn="urn:adsk.eagle:component:13322/1" prefix="R" uservalue="yes" library_version="1">
+<deviceset name="R" urn="urn:adsk.eagle:component:13322/2" prefix="R" uservalue="yes" library_version="3">
 <description>&lt;B&gt;RESISTOR&lt;/B&gt;, European symbol</description>
 <gates>
 <gate name="G$1" symbol="R" x="0" y="0"/>
@@ -7540,7 +7546,7 @@ Source: http://download.siliconexpert.com/pdfs/2005/02/24/Semi_Ap/2/VSH/Resistor
 <connect gate="G$1" pin="2" pad="2"/>
 </connects>
 <package3dinstances>
-<package3dinstance package3d_urn="urn:adsk.eagle:package:13310/1"/>
+<package3dinstance package3d_urn="urn:adsk.eagle:package:13310/2"/>
 </package3dinstances>
 <technologies>
 <technology name="">
@@ -7666,19 +7672,19 @@ Source: http://download.siliconexpert.com/pdfs/2005/02/24/Semi_Ap/2/VSH/Resistor
 </packages3d>
 <symbols>
 <symbol name="TVS_DIODE">
-<wire x1="0" y1="0" x2="-2.54" y2="2.54" width="0.254" layer="94"/>
-<wire x1="2.54" y1="2.54" x2="0" y2="0" width="0.254" layer="94"/>
-<wire x1="-5.08" y1="-2.54" x2="-2.54" y2="0" width="0.254" layer="94"/>
-<wire x1="-2.54" y1="0" x2="2.54" y2="0" width="0.254" layer="94"/>
-<wire x1="2.54" y1="0" x2="5.08" y2="2.54" width="0.254" layer="94"/>
-<wire x1="0" y1="0" x2="-2.54" y2="-2.54" width="0.254" layer="94"/>
-<wire x1="2.54" y1="-2.54" x2="0" y2="0" width="0.254" layer="94"/>
-<wire x1="-2.54" y1="2.54" x2="2.54" y2="2.54" width="0.254" layer="94"/>
-<wire x1="-2.54" y1="-2.54" x2="2.54" y2="-2.54" width="0.254" layer="94"/>
-<pin name="P$1" x="0" y="7.62" visible="off" length="middle" rot="R270"/>
-<pin name="P$2" x="0" y="-7.62" visible="off" length="middle" rot="R90"/>
-<text x="2.54" y="5.08" size="1.778" layer="95">&gt;NAME</text>
-<text x="2.54" y="-7.62" size="1.778" layer="96">&gt;VALUE</text>
+<wire x1="0" y1="0" x2="-1.27" y2="1.524" width="0.254" layer="94"/>
+<wire x1="1.27" y1="1.524" x2="0" y2="0" width="0.254" layer="94"/>
+<wire x1="-1.778" y1="-0.508" x2="-1.27" y2="0" width="0.254" layer="94"/>
+<wire x1="-1.27" y1="0" x2="1.27" y2="0" width="0.254" layer="94"/>
+<wire x1="1.27" y1="0" x2="1.778" y2="0.508" width="0.254" layer="94"/>
+<wire x1="0" y1="0" x2="-1.27" y2="-1.524" width="0.254" layer="94"/>
+<wire x1="1.27" y1="-1.524" x2="0" y2="0" width="0.254" layer="94"/>
+<wire x1="-1.27" y1="1.524" x2="1.27" y2="1.524" width="0.254" layer="94"/>
+<wire x1="-1.27" y1="-1.524" x2="1.27" y2="-1.524" width="0.254" layer="94"/>
+<pin name="P$1" x="0" y="4.064" visible="off" length="short" rot="R270"/>
+<pin name="P$2" x="0" y="-4.064" visible="off" length="short" rot="R90"/>
+<text x="2.54" y="2.54" size="1.778" layer="95">&gt;NAME</text>
+<text x="2.54" y="-2.54" size="1.778" layer="96">&gt;VALUE</text>
 </symbol>
 <symbol name="ARDUINO">
 <wire x1="-10.16" y1="20.32" x2="-10.16" y2="-20.32" width="0.254" layer="94"/>
@@ -8625,16 +8631,16 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <part name="J5" library="SparkFun-Connectors" library_urn="urn:adsk.eagle:library:513" deviceset="CONN_03" device="" package3d_urn="urn:adsk.eagle:package:38063/1" value="THROTTLE"/>
 <part name="C1" library="Capacitor" library_urn="urn:adsk.eagle:library:16290819" deviceset="C" device="CHIP-1206(3216-METRIC)" package3d_urn="urn:adsk.eagle:package:16290893/2" technology="_" value="0.1uF"/>
 <part name="J6" library="SparkFun-Connectors" library_urn="urn:adsk.eagle:library:513" deviceset="CONN_02" device="" package3d_urn="urn:adsk.eagle:package:38039/1" value="LED"/>
-<part name="Q2" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" deviceset="NMOSFET" device="SOT23" package3d_urn="urn:adsk.eagle:package:28738/2" value=""/>
+<part name="Q2" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" deviceset="NMOSFET" device="SOT23" package3d_urn="urn:adsk.eagle:package:28738/2" value="NMOSFET"/>
 <part name="R2" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="R1206" package3d_urn="urn:adsk.eagle:package:13301/1" value="10K"/>
 <part name="R1" library="eagle-ltspice" library_urn="urn:adsk.eagle:library:217" deviceset="R" device="R1206" package3d_urn="urn:adsk.eagle:package:13301/1" value="10K"/>
 <part name="D2" library="Diode" library_urn="urn:adsk.eagle:library:16378169" deviceset="DIODE" device="DO-215-AC" package3d_urn="urn:adsk.eagle:package:9427057/2" technology="_" value=""/>
-<part name="Q4" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" deviceset="PMOSFET_" device="" package3d_urn="urn:adsk.eagle:package:28738/2" technology="BSS84" value=""/>
+<part name="Q4" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" deviceset="PMOSFET_" device="" package3d_urn="urn:adsk.eagle:package:28738/2" technology="BSS84" value="BSS84"/>
 <part name="D3" library="Diode" library_urn="urn:adsk.eagle:library:16378169" deviceset="DIODE" device="DO-215-AC" package3d_urn="urn:adsk.eagle:package:9427057/2" technology="_" value=""/>
-<part name="Q5" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" deviceset="NMOSFET" device="SOT23" package3d_urn="urn:adsk.eagle:package:28738/2"/>
+<part name="Q5" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" deviceset="NMOSFET" device="SOT23" package3d_urn="urn:adsk.eagle:package:28738/2" value="NMOSFET"/>
 <part name="J7" library="SparkFun-Connectors" library_urn="urn:adsk.eagle:library:513" deviceset="CONN_06" device="SILK_FEMALE_PTH" package3d_urn="urn:adsk.eagle:package:38009/1" value="SPEED"/>
 <part name="C3" library="Capacitor" library_urn="urn:adsk.eagle:library:16290819" deviceset="C" device="CHIP-1206(3216-METRIC)" package3d_urn="urn:adsk.eagle:package:16290893/2" technology="_" value="0.1uF"/>
-<part name="Q1" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" deviceset="NMOSFET" device="SOT23" package3d_urn="urn:adsk.eagle:package:28738/2"/>
+<part name="Q1" library="Transistor" library_urn="urn:adsk.eagle:library:16378713" deviceset="NMOSFET" device="SOT23" package3d_urn="urn:adsk.eagle:package:28738/2" value="NMOSFET"/>
 <part name="D4" library="eScooter" deviceset="TVS_DIODE" device="SMA" package3d_urn="urn:adsk.eagle:package:21928182/1"/>
 <part name="D6" library="eScooter" deviceset="TVS_DIODE" device="SMA" package3d_urn="urn:adsk.eagle:package:21928182/1"/>
 <part name="D7" library="eScooter" deviceset="TVS_DIODE" device="SMA" package3d_urn="urn:adsk.eagle:package:21928182/1"/>
@@ -8663,49 +8669,49 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <attribute name="VALUE" x="147.32" y="60.706" size="1.778" layer="96" font="vector" rot="R180"/>
 <attribute name="NAME" x="147.32" y="40.132" size="1.778" layer="95" font="vector" rot="R180"/>
 </instance>
-<instance part="J3" gate="G$1" x="144.78" y="7.62" smashed="yes" rot="R180">
-<attribute name="VALUE" x="147.32" y="12.446" size="1.778" layer="96" font="vector" rot="R180"/>
-<attribute name="NAME" x="147.32" y="2.032" size="1.778" layer="95" font="vector" rot="R180"/>
+<instance part="J3" gate="G$1" x="144.78" y="2.54" smashed="yes" rot="R180">
+<attribute name="VALUE" x="147.32" y="7.366" size="1.778" layer="96" font="vector" rot="R180"/>
+<attribute name="NAME" x="147.32" y="-3.048" size="1.778" layer="95" font="vector" rot="R180"/>
 </instance>
-<instance part="J4" gate="G$1" x="38.1" y="109.22" smashed="yes" rot="MR270">
-<attribute name="VALUE" x="43.18" y="112.014" size="1.778" layer="96" font="vector" rot="MR0"/>
-<attribute name="NAME" x="29.972" y="111.76" size="1.778" layer="95" font="vector" rot="MR270"/>
+<instance part="J4" gate="G$1" x="38.1" y="114.3" smashed="yes" rot="MR270">
+<attribute name="VALUE" x="43.18" y="117.094" size="1.778" layer="96" font="vector" rot="MR0"/>
+<attribute name="NAME" x="29.972" y="116.84" size="1.778" layer="95" font="vector" rot="MR270"/>
 </instance>
 <instance part="J5" gate="J$1" x="-68.58" y="83.82" smashed="yes">
 <attribute name="VALUE" x="-73.66" y="89.154" size="1.778" layer="96" font="vector"/>
 <attribute name="NAME" x="-71.12" y="76.708" size="1.778" layer="95" font="vector"/>
 </instance>
-<instance part="C1" gate="G$1" x="0" y="93.98" smashed="yes">
-<attribute name="NAME" x="2.54" y="93.98" size="1.778" layer="95"/>
-<attribute name="VALUE" x="2.54" y="88.9" size="1.778" layer="96"/>
+<instance part="C1" gate="G$1" x="0" y="91.44" smashed="yes">
+<attribute name="NAME" x="2.54" y="91.44" size="1.778" layer="95"/>
+<attribute name="VALUE" x="2.54" y="86.36" size="1.778" layer="96"/>
 </instance>
 <instance part="J6" gate="G$1" x="144.78" y="88.9" smashed="yes" rot="MR0">
 <attribute name="VALUE" x="147.32" y="94.234" size="1.778" layer="96" font="vector" rot="MR0"/>
 <attribute name="NAME" x="147.32" y="84.328" size="1.778" layer="95" font="vector" rot="MR0"/>
 </instance>
-<instance part="Q2" gate="G$1" x="86.36" y="7.62" smashed="yes">
-<attribute name="NAME" x="92.71" y="8.89" size="1.778" layer="95"/>
-<attribute name="VALUE" x="92.71" y="6.35" size="1.778" layer="96"/>
+<instance part="Q2" gate="G$1" x="48.26" y="2.54" smashed="yes">
+<attribute name="NAME" x="54.61" y="3.81" size="1.778" layer="95"/>
+<attribute name="VALUE" x="54.61" y="1.27" size="1.778" layer="96"/>
 </instance>
-<instance part="R2" gate="G$1" x="106.68" y="7.62" smashed="yes">
-<attribute name="NAME" x="102.87" y="9.1186" size="1.778" layer="95"/>
-<attribute name="VALUE" x="102.87" y="4.318" size="1.778" layer="96"/>
+<instance part="R2" gate="G$1" x="68.58" y="2.54" smashed="yes">
+<attribute name="NAME" x="64.77" y="4.0386" size="1.778" layer="95"/>
+<attribute name="VALUE" x="64.77" y="-0.762" size="1.778" layer="96"/>
 </instance>
-<instance part="R1" gate="G$1" x="81.28" y="0" smashed="yes" rot="R180">
-<attribute name="NAME" x="85.09" y="-1.4986" size="1.778" layer="95" rot="R180"/>
-<attribute name="VALUE" x="85.09" y="3.302" size="1.778" layer="96" rot="R180"/>
+<instance part="R1" gate="G$1" x="43.18" y="-5.08" smashed="yes" rot="R180">
+<attribute name="NAME" x="46.99" y="-6.5786" size="1.778" layer="95" rot="R180"/>
+<attribute name="VALUE" x="46.99" y="-1.778" size="1.778" layer="96" rot="R180"/>
 </instance>
-<instance part="D2" gate="G$1" x="99.06" y="-2.54" smashed="yes" rot="R270">
-<attribute name="NAME" x="104.14" y="-2.54" size="1.778" layer="95" rot="R270" align="center"/>
-<attribute name="VALUE" x="93.98" y="-2.54" size="1.778" layer="95" rot="R270" align="center"/>
+<instance part="D2" gate="G$1" x="60.96" y="-7.62" smashed="yes" rot="R270">
+<attribute name="NAME" x="66.04" y="-7.62" size="1.778" layer="95" rot="R270" align="center"/>
+<attribute name="VALUE" x="55.88" y="-7.62" size="1.778" layer="95" rot="R270" align="center"/>
 </instance>
-<instance part="Q4" gate="G$1" x="111.76" y="15.24" smashed="yes" rot="MR180">
-<attribute name="NAME" x="118.11" y="13.97" size="1.778" layer="95" rot="MR180"/>
-<attribute name="VALUE" x="118.11" y="16.51" size="1.778" layer="96" rot="MR180"/>
+<instance part="Q4" gate="G$1" x="73.66" y="10.16" smashed="yes" rot="MR180">
+<attribute name="NAME" x="80.01" y="8.89" size="1.778" layer="95" rot="MR180"/>
+<attribute name="VALUE" x="80.01" y="11.43" size="1.778" layer="96" rot="MR180"/>
 </instance>
-<instance part="D3" gate="G$1" x="81.28" y="-27.94" smashed="yes">
-<attribute name="NAME" x="81.28" y="-22.86" size="1.778" layer="95" align="center"/>
-<attribute name="VALUE" x="81.28" y="-33.02" size="1.778" layer="95" align="center"/>
+<instance part="D3" gate="G$1" x="43.18" y="-33.02" smashed="yes">
+<attribute name="NAME" x="43.18" y="-27.94" size="1.778" layer="95" align="center"/>
+<attribute name="VALUE" x="43.18" y="-38.1" size="1.778" layer="95" align="center"/>
 </instance>
 <instance part="Q5" gate="G$1" x="88.9" y="50.8" smashed="yes" rot="MR0">
 <attribute name="NAME" x="82.55" y="52.07" size="1.778" layer="95" rot="MR0"/>
@@ -8722,16 +8728,16 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <attribute name="NAME" x="128.27" y="85.09" size="1.778" layer="95"/>
 </instance>
 <instance part="D4" gate="D$1" x="-45.72" y="91.44" smashed="yes">
-<attribute name="NAME" x="-43.18" y="96.52" size="1.778" layer="95"/>
+<attribute name="NAME" x="-43.18" y="93.98" size="1.778" layer="95"/>
 </instance>
 <instance part="D6" gate="D$1" x="-7.62" y="40.64" smashed="yes">
-<attribute name="NAME" x="-5.08" y="45.72" size="1.778" layer="95"/>
+<attribute name="NAME" x="-5.08" y="43.18" size="1.778" layer="95"/>
 </instance>
-<instance part="D7" gate="D$1" x="66.04" y="-2.54" smashed="yes">
-<attribute name="NAME" x="68.58" y="2.54" size="1.778" layer="95"/>
+<instance part="D7" gate="D$1" x="27.94" y="-7.62" smashed="yes">
+<attribute name="NAME" x="30.48" y="-5.08" size="1.778" layer="95"/>
 </instance>
-<instance part="D8" gate="D$1" x="81.28" y="-17.78" smashed="yes" rot="R90">
-<attribute name="NAME" x="76.2" y="-15.24" size="1.778" layer="95" rot="R90"/>
+<instance part="D8" gate="D$1" x="43.18" y="-22.86" smashed="yes" rot="R90">
+<attribute name="NAME" x="40.64" y="-20.32" size="1.778" layer="95" rot="R90"/>
 </instance>
 <instance part="R4" gate="G$1" x="91.44" y="43.18" smashed="yes">
 <attribute name="NAME" x="87.63" y="44.6786" size="1.778" layer="95"/>
@@ -8755,18 +8761,18 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <attribute name="NAME" x="27.94" y="86.36" size="1.778" layer="95"/>
 <attribute name="VALUE" x="20.32" y="40.64" size="1.778" layer="96"/>
 </instance>
-<instance part="S1" gate="G$1" x="88.9" y="-10.16" smashed="yes">
-<attribute name="NAME" x="88.9" y="-8.636" size="1.778" layer="95" font="vector" align="bottom-center"/>
+<instance part="S1" gate="G$1" x="50.8" y="-15.24" smashed="yes">
+<attribute name="NAME" x="50.8" y="-13.716" size="1.778" layer="95" font="vector" align="bottom-center"/>
 </instance>
 <instance part="SG1" gate="G$1" x="-68.58" y="38.1" smashed="yes" rot="R90">
 <attribute name="NAME" x="-74.93" y="35.56" size="1.778" layer="95" rot="R90"/>
 </instance>
-<instance part="R3" gate="G$1" x="101.6" y="27.94" smashed="yes">
-<attribute name="NAME" x="97.79" y="29.4386" size="1.778" layer="95"/>
-<attribute name="VALUE" x="97.79" y="24.638" size="1.778" layer="96"/>
+<instance part="R3" gate="G$1" x="101.6" y="17.78" smashed="yes">
+<attribute name="NAME" x="97.79" y="19.2786" size="1.778" layer="95"/>
+<attribute name="VALUE" x="97.79" y="14.478" size="1.778" layer="96"/>
 </instance>
-<instance part="D1" gate="D$1" x="121.92" y="30.48" smashed="yes">
-<attribute name="NAME" x="124.46" y="35.56" size="1.778" layer="95"/>
+<instance part="D1" gate="D$1" x="121.92" y="27.94" smashed="yes">
+<attribute name="NAME" x="124.46" y="30.48" size="1.778" layer="95"/>
 </instance>
 </instances>
 <busses>
@@ -8784,13 +8790,13 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <pinref part="D6" gate="D$1" pin="P$2"/>
 <wire x1="-12.7" y1="27.94" x2="-7.62" y2="27.94" width="0.1524" layer="91"/>
 <wire x1="-7.62" y1="27.94" x2="0" y2="27.94" width="0.1524" layer="91"/>
-<wire x1="-7.62" y1="33.02" x2="-7.62" y2="27.94" width="0.1524" layer="91"/>
+<wire x1="-7.62" y1="36.576" x2="-7.62" y2="27.94" width="0.1524" layer="91"/>
 <junction x="-7.62" y="27.94"/>
-<wire x1="-12.7" y1="27.94" x2="-12.7" y2="-10.16" width="0.1524" layer="91"/>
+<wire x1="-12.7" y1="27.94" x2="-12.7" y2="-15.24" width="0.1524" layer="91"/>
 <junction x="-12.7" y="27.94"/>
 <pinref part="GND2" gate="1" pin="GND"/>
 <pinref part="J7" gate="G$1" pin="1"/>
-<wire x1="-12.7" y1="-10.16" x2="-12.7" y2="-35.56" width="0.1524" layer="91"/>
+<wire x1="-12.7" y1="-15.24" x2="-12.7" y2="-35.56" width="0.1524" layer="91"/>
 <wire x1="-60.96" y1="66.04" x2="-53.34" y2="66.04" width="0.1524" layer="91"/>
 <label x="-55.88" y="66.04" size="1.778" layer="95" rot="MR0"/>
 <wire x1="-53.34" y1="66.04" x2="-53.34" y2="73.66" width="0.1524" layer="91"/>
@@ -8801,42 +8807,44 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <pinref part="J5" gate="J$1" pin="3"/>
 <wire x1="-60.96" y1="86.36" x2="-53.34" y2="86.36" width="0.1524" layer="91"/>
 <wire x1="-53.34" y1="86.36" x2="-53.34" y2="99.06" width="0.1524" layer="91"/>
-<wire x1="-53.34" y1="99.06" x2="-45.72" y2="99.06" width="0.1524" layer="91"/>
-<wire x1="-45.72" y1="99.06" x2="0" y2="99.06" width="0.1524" layer="91"/>
-<wire x1="0" y1="99.06" x2="0" y2="96.52" width="0.1524" layer="91"/>
+<wire x1="0" y1="99.06" x2="0" y2="93.98" width="0.1524" layer="91"/>
 <pinref part="C1" gate="G$1" pin="1"/>
 <label x="-60.96" y="86.36" size="1.778" layer="95"/>
 <pinref part="D4" gate="D$1" pin="P$1"/>
-<junction x="-45.72" y="99.06"/>
 <wire x1="-53.34" y1="99.06" x2="-78.74" y2="99.06" width="0.1524" layer="91"/>
 <junction x="-53.34" y="99.06"/>
 <wire x1="-78.74" y1="99.06" x2="-78.74" y2="73.66" width="0.1524" layer="91"/>
 <junction x="-78.74" y="73.66"/>
-<wire x1="66.04" y1="-10.16" x2="-12.7" y2="-10.16" width="0.1524" layer="91"/>
-<junction x="-12.7" y="-10.16"/>
+<wire x1="27.94" y1="-15.24" x2="-12.7" y2="-15.24" width="0.1524" layer="91"/>
+<junction x="-12.7" y="-15.24"/>
 <pinref part="R1" gate="G$1" pin="1"/>
 <pinref part="Q2" gate="G$1" pin="S"/>
-<wire x1="73.66" y1="-5.08" x2="88.9" y2="-5.08" width="0.1524" layer="91"/>
-<wire x1="88.9" y1="-5.08" x2="88.9" y2="0" width="0.1524" layer="91"/>
-<label x="55.88" y="-10.16" size="1.778" layer="95"/>
-<wire x1="88.9" y1="0" x2="88.9" y2="2.54" width="0.1524" layer="91"/>
-<wire x1="83.82" y1="-10.16" x2="73.66" y2="-10.16" width="0.1524" layer="91"/>
-<wire x1="73.66" y1="-5.08" x2="73.66" y2="-10.16" width="0.1524" layer="91"/>
-<junction x="73.66" y="-10.16"/>
-<wire x1="73.66" y1="-10.16" x2="66.04" y2="-10.16" width="0.1524" layer="91"/>
-<wire x1="86.36" y1="0" x2="88.9" y2="0" width="0.1524" layer="91"/>
-<junction x="88.9" y="0"/>
+<wire x1="35.56" y1="-10.16" x2="50.8" y2="-10.16" width="0.1524" layer="91"/>
+<wire x1="50.8" y1="-10.16" x2="50.8" y2="-5.08" width="0.1524" layer="91"/>
+<label x="17.78" y="-15.24" size="1.778" layer="95"/>
+<wire x1="50.8" y1="-5.08" x2="50.8" y2="-2.54" width="0.1524" layer="91"/>
+<wire x1="45.72" y1="-15.24" x2="35.56" y2="-15.24" width="0.1524" layer="91"/>
+<wire x1="35.56" y1="-10.16" x2="35.56" y2="-15.24" width="0.1524" layer="91"/>
+<junction x="35.56" y="-15.24"/>
+<wire x1="48.26" y1="-5.08" x2="50.8" y2="-5.08" width="0.1524" layer="91"/>
+<junction x="50.8" y="-5.08"/>
 <pinref part="D7" gate="D$1" pin="P$2"/>
-<junction x="66.04" y="-10.16"/>
 <pinref part="D8" gate="D$1" pin="P$1"/>
-<wire x1="66.04" y1="-10.16" x2="66.04" y2="-17.78" width="0.1524" layer="91"/>
-<wire x1="66.04" y1="-17.78" x2="73.66" y2="-17.78" width="0.1524" layer="91"/>
+<wire x1="27.94" y1="-11.684" x2="27.94" y2="-15.24" width="0.1524" layer="91"/>
+<wire x1="27.94" y1="-15.24" x2="27.94" y2="-22.86" width="0.1524" layer="91"/>
+<wire x1="27.94" y1="-22.86" x2="39.116" y2="-22.86" width="0.1524" layer="91"/>
 <pinref part="U1" gate="G$1" pin="GND"/>
 <wire x1="-66.04" y1="35.56" x2="-66.04" y2="33.02" width="0.1524" layer="91"/>
 <wire x1="-66.04" y1="33.02" x2="-63.5" y2="33.02" width="0.1524" layer="91"/>
 <wire x1="-63.5" y1="33.02" x2="-63.5" y2="38.1" width="0.1524" layer="91"/>
 <pinref part="S1" gate="G$1" pin="1"/>
 <pinref part="SG1" gate="G$1" pin="1"/>
+<wire x1="27.94" y1="-15.24" x2="35.56" y2="-15.24" width="0.1524" layer="91"/>
+<junction x="27.94" y="-15.24"/>
+<wire x1="-53.34" y1="99.06" x2="-45.72" y2="99.06" width="0.1524" layer="91"/>
+<wire x1="-45.72" y1="99.06" x2="-45.72" y2="95.504" width="0.1524" layer="91"/>
+<wire x1="-45.72" y1="99.06" x2="0" y2="99.06" width="0.1524" layer="91"/>
+<junction x="-45.72" y="99.06"/>
 </segment>
 <segment>
 <wire x1="124.46" y1="78.74" x2="124.46" y2="68.58" width="0.1524" layer="91"/>
@@ -8854,37 +8862,38 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <wire x1="154.94" y1="68.58" x2="154.94" y2="30.48" width="0.1524" layer="91"/>
 <pinref part="GND1" gate="1" pin="GND"/>
 <pinref part="J3" gate="G$1" pin="2"/>
-<wire x1="154.94" y1="30.48" x2="154.94" y2="0" width="0.1524" layer="91"/>
-<wire x1="154.94" y1="0" x2="154.94" y2="-38.1" width="0.1524" layer="91"/>
-<wire x1="137.16" y1="5.08" x2="129.54" y2="5.08" width="0.1524" layer="91"/>
-<label x="132.08" y="5.08" size="1.778" layer="95"/>
-<wire x1="129.54" y1="5.08" x2="129.54" y2="0" width="0.1524" layer="91"/>
-<wire x1="129.54" y1="0" x2="154.94" y2="0" width="0.1524" layer="91"/>
-<junction x="154.94" y="0"/>
+<wire x1="154.94" y1="30.48" x2="154.94" y2="-7.62" width="0.1524" layer="91"/>
+<wire x1="154.94" y1="-7.62" x2="154.94" y2="-38.1" width="0.1524" layer="91"/>
+<wire x1="137.16" y1="0" x2="129.54" y2="0" width="0.1524" layer="91"/>
+<label x="132.08" y="0" size="1.778" layer="95"/>
+<wire x1="129.54" y1="0" x2="129.54" y2="-7.62" width="0.1524" layer="91"/>
+<wire x1="129.54" y1="-7.62" x2="154.94" y2="-7.62" width="0.1524" layer="91"/>
+<junction x="154.94" y="-7.62"/>
 <pinref part="Q5" gate="G$1" pin="S"/>
 <wire x1="86.36" y1="45.72" x2="86.36" y2="43.18" width="0.1524" layer="91"/>
 <wire x1="86.36" y1="43.18" x2="86.36" y2="38.1" width="0.1524" layer="91"/>
 <pinref part="R4" gate="G$1" pin="1"/>
 <junction x="86.36" y="43.18"/>
-<wire x1="86.36" y1="38.1" x2="121.92" y2="38.1" width="0.1524" layer="91"/>
 <label x="147.32" y="30.48" size="1.778" layer="95"/>
-<wire x1="121.92" y1="38.1" x2="137.16" y2="38.1" width="0.1524" layer="91"/>
-<wire x1="137.16" y1="38.1" x2="137.16" y2="30.48" width="0.1524" layer="91"/>
-<wire x1="137.16" y1="30.48" x2="154.94" y2="30.48" width="0.1524" layer="91"/>
+<wire x1="121.92" y1="32.004" x2="121.92" y2="38.1" width="0.1524" layer="91"/>
+<wire x1="121.92" y1="38.1" x2="132.08" y2="38.1" width="0.1524" layer="91"/>
+<wire x1="132.08" y1="38.1" x2="132.08" y2="30.48" width="0.1524" layer="91"/>
+<wire x1="132.08" y1="30.48" x2="154.94" y2="30.48" width="0.1524" layer="91"/>
 <junction x="154.94" y="30.48"/>
 <pinref part="J4" gate="G$1" pin="2"/>
-<wire x1="40.64" y1="101.6" x2="40.64" y2="93.98" width="0.1524" layer="91"/>
-<label x="40.64" y="96.52" size="1.778" layer="95" rot="R90"/>
-<wire x1="40.64" y1="93.98" x2="116.84" y2="93.98" width="0.1524" layer="91"/>
-<wire x1="116.84" y1="93.98" x2="116.84" y2="99.06" width="0.1524" layer="91"/>
-<wire x1="116.84" y1="99.06" x2="154.94" y2="99.06" width="0.1524" layer="91"/>
+<wire x1="40.64" y1="106.68" x2="40.64" y2="99.06" width="0.1524" layer="91"/>
+<label x="40.64" y="101.6" size="1.778" layer="95" rot="R90"/>
+<wire x1="40.64" y1="99.06" x2="154.94" y2="99.06" width="0.1524" layer="91"/>
 <wire x1="154.94" y1="99.06" x2="154.94" y2="68.58" width="0.1524" layer="91"/>
 <junction x="154.94" y="68.58"/>
 <pinref part="J1" gate="G$1" pin="1"/>
-<wire x1="137.16" y1="20.32" x2="137.16" y2="30.48" width="0.1524" layer="91"/>
-<junction x="137.16" y="30.48"/>
+<wire x1="137.16" y1="20.32" x2="132.08" y2="20.32" width="0.1524" layer="91"/>
+<wire x1="132.08" y1="20.32" x2="132.08" y2="30.48" width="0.1524" layer="91"/>
+<junction x="132.08" y="30.48"/>
 <pinref part="D1" gate="D$1" pin="P$1"/>
+<wire x1="86.36" y1="38.1" x2="121.92" y2="38.1" width="0.1524" layer="91"/>
 <junction x="121.92" y="38.1"/>
+<label x="132.08" y="20.32" size="1.778" layer="95"/>
 </segment>
 <segment>
 <pinref part="J7" gate="G$1" pin="5"/>
@@ -8900,19 +8909,19 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <label x="10.16" y="45.72" size="1.778" layer="95"/>
 <pinref part="U1" gate="G$1" pin="VIN"/>
 <pinref part="Q4" gate="G$1" pin="D"/>
-<wire x1="114.3" y1="20.32" x2="114.3" y2="22.86" width="0.1524" layer="91"/>
-<wire x1="114.3" y1="22.86" x2="5.08" y2="22.86" width="0.1524" layer="91"/>
-<label x="109.22" y="22.86" size="1.778" layer="95"/>
+<wire x1="76.2" y1="15.24" x2="76.2" y2="22.86" width="0.1524" layer="91"/>
+<wire x1="76.2" y1="22.86" x2="5.08" y2="22.86" width="0.1524" layer="91"/>
+<label x="71.12" y="15.24" size="1.778" layer="95"/>
 <wire x1="5.08" y1="45.72" x2="5.08" y2="22.86" width="0.1524" layer="91"/>
 </segment>
 </net>
 <net name="DIN" class="0">
 <segment>
 <pinref part="J4" gate="G$1" pin="3"/>
-<wire x1="38.1" y1="101.6" x2="38.1" y2="91.44" width="0.1524" layer="91"/>
-<label x="38.1" y="96.52" size="1.778" layer="95" rot="R90"/>
-<wire x1="38.1" y1="91.44" x2="58.42" y2="91.44" width="0.1524" layer="91"/>
-<wire x1="58.42" y1="91.44" x2="58.42" y2="76.2" width="0.1524" layer="91"/>
+<wire x1="38.1" y1="106.68" x2="38.1" y2="96.52" width="0.1524" layer="91"/>
+<label x="38.1" y="101.6" size="1.778" layer="95" rot="R90"/>
+<wire x1="38.1" y1="96.52" x2="58.42" y2="96.52" width="0.1524" layer="91"/>
+<wire x1="58.42" y1="96.52" x2="58.42" y2="76.2" width="0.1524" layer="91"/>
 <label x="45.72" y="76.2" size="1.778" layer="95"/>
 <wire x1="58.42" y1="76.2" x2="45.72" y2="76.2" width="0.1524" layer="91"/>
 <pinref part="U1" gate="G$1" pin="D10"/>
@@ -8921,11 +8930,11 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <net name="CS" class="0">
 <segment>
 <pinref part="J4" gate="G$1" pin="4"/>
-<wire x1="35.56" y1="101.6" x2="35.56" y2="88.9" width="0.1524" layer="91"/>
-<label x="35.56" y="96.52" size="1.778" layer="95" rot="R90"/>
-<wire x1="35.56" y1="88.9" x2="55.88" y2="88.9" width="0.1524" layer="91"/>
+<wire x1="35.56" y1="106.68" x2="35.56" y2="93.98" width="0.1524" layer="91"/>
+<label x="35.56" y="101.6" size="1.778" layer="95" rot="R90"/>
+<wire x1="35.56" y1="93.98" x2="55.88" y2="93.98" width="0.1524" layer="91"/>
 <label x="45.72" y="78.74" size="1.778" layer="95"/>
-<wire x1="55.88" y1="88.9" x2="55.88" y2="78.74" width="0.1524" layer="91"/>
+<wire x1="55.88" y1="93.98" x2="55.88" y2="78.74" width="0.1524" layer="91"/>
 <wire x1="55.88" y1="78.74" x2="45.72" y2="78.74" width="0.1524" layer="91"/>
 <pinref part="U1" gate="G$1" pin="D11"/>
 </segment>
@@ -8933,11 +8942,11 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <net name="CLK" class="0">
 <segment>
 <pinref part="J4" gate="G$1" pin="5"/>
-<wire x1="33.02" y1="101.6" x2="33.02" y2="86.36" width="0.1524" layer="91"/>
-<label x="33.02" y="96.52" size="1.778" layer="95" rot="R90"/>
-<wire x1="33.02" y1="86.36" x2="53.34" y2="86.36" width="0.1524" layer="91"/>
+<wire x1="33.02" y1="106.68" x2="33.02" y2="91.44" width="0.1524" layer="91"/>
+<label x="33.02" y="101.6" size="1.778" layer="95" rot="R90"/>
+<wire x1="33.02" y1="91.44" x2="53.34" y2="91.44" width="0.1524" layer="91"/>
 <label x="45.72" y="81.28" size="1.778" layer="95"/>
-<wire x1="53.34" y1="86.36" x2="53.34" y2="81.28" width="0.1524" layer="91"/>
+<wire x1="53.34" y1="91.44" x2="53.34" y2="81.28" width="0.1524" layer="91"/>
 <wire x1="53.34" y1="81.28" x2="45.72" y2="81.28" width="0.1524" layer="91"/>
 <pinref part="U1" gate="G$1" pin="D12"/>
 </segment>
@@ -8950,8 +8959,8 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 </segment>
 <segment>
 <pinref part="J4" gate="G$1" pin="1"/>
-<wire x1="43.18" y1="101.6" x2="43.18" y2="96.52" width="0.1524" layer="91"/>
-<label x="43.18" y="96.52" size="1.778" layer="95" rot="R90"/>
+<wire x1="43.18" y1="106.68" x2="43.18" y2="101.6" width="0.1524" layer="91"/>
+<label x="43.18" y="101.6" size="1.778" layer="95" rot="R90"/>
 </segment>
 <segment>
 <pinref part="J5" gate="J$1" pin="2"/>
@@ -8964,7 +8973,7 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <wire x1="-60.96" y1="63.5" x2="-50.8" y2="63.5" width="0.1524" layer="91"/>
 <label x="10.16" y="53.34" size="1.778" layer="95"/>
 <wire x1="15.24" y1="53.34" x2="-7.62" y2="53.34" width="0.1524" layer="91"/>
-<wire x1="-7.62" y1="53.34" x2="-7.62" y2="48.26" width="0.1524" layer="91"/>
+<wire x1="-7.62" y1="53.34" x2="-7.62" y2="44.704" width="0.1524" layer="91"/>
 <pinref part="D6" gate="D$1" pin="P$1"/>
 <wire x1="-50.8" y1="71.12" x2="-7.62" y2="71.12" width="0.1524" layer="91"/>
 <wire x1="-7.62" y1="71.12" x2="-7.62" y2="53.34" width="0.1524" layer="91"/>
@@ -8978,16 +8987,15 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <pinref part="J5" gate="J$1" pin="1"/>
 <label x="-60.96" y="81.28" size="1.778" layer="95"/>
 <pinref part="C1" gate="G$1" pin="2"/>
-<wire x1="0" y1="81.28" x2="0" y2="88.9" width="0.1524" layer="91"/>
+<wire x1="0" y1="81.28" x2="0" y2="86.36" width="0.1524" layer="91"/>
 <wire x1="5.08" y1="81.28" x2="5.08" y2="73.66" width="0.1524" layer="91"/>
 <wire x1="5.08" y1="73.66" x2="15.24" y2="73.66" width="0.1524" layer="91"/>
 <label x="10.16" y="73.66" size="1.778" layer="95"/>
-<label x="-33.02" y="83.82" size="1.778" layer="95"/>
 <pinref part="D4" gate="D$1" pin="P$2"/>
 <wire x1="5.08" y1="81.28" x2="0" y2="81.28" width="0.1524" layer="91"/>
 <junction x="0" y="81.28"/>
 <wire x1="-60.96" y1="81.28" x2="-45.72" y2="81.28" width="0.1524" layer="91"/>
-<wire x1="-45.72" y1="81.28" x2="-45.72" y2="83.82" width="0.1524" layer="91"/>
+<wire x1="-45.72" y1="81.28" x2="-45.72" y2="87.376" width="0.1524" layer="91"/>
 <wire x1="-45.72" y1="81.28" x2="0" y2="81.28" width="0.1524" layer="91"/>
 <junction x="-45.72" y="81.28"/>
 <pinref part="U1" gate="G$1" pin="A0"/>
@@ -9033,26 +9041,21 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 </segment>
 <segment>
 <pinref part="J1" gate="G$1" pin="2"/>
-<wire x1="137.16" y1="17.78" x2="127" y2="17.78" width="0.1524" layer="91"/>
-<wire x1="127" y1="17.78" x2="127" y2="22.86" width="0.1524" layer="91"/>
-<wire x1="127" y1="22.86" x2="127" y2="30.48" width="0.1524" layer="91"/>
+<wire x1="137.16" y1="17.78" x2="121.92" y2="17.78" width="0.1524" layer="91"/>
 <pinref part="R3" gate="G$1" pin="2"/>
 <label x="129.54" y="17.78" size="1.778" layer="95"/>
-<wire x1="116.84" y1="27.94" x2="106.68" y2="27.94" width="0.1524" layer="91"/>
-<label x="127" y="30.48" size="1.778" layer="95"/>
+<wire x1="121.92" y1="17.78" x2="106.68" y2="17.78" width="0.1524" layer="91"/>
+<label x="121.92" y="10.16" size="1.778" layer="95"/>
 <pinref part="D1" gate="D$1" pin="P$2"/>
-<wire x1="121.92" y1="22.86" x2="127" y2="22.86" width="0.1524" layer="91"/>
-<junction x="127" y="22.86"/>
-<wire x1="116.84" y1="27.94" x2="116.84" y2="22.86" width="0.1524" layer="91"/>
-<wire x1="116.84" y1="22.86" x2="121.92" y2="22.86" width="0.1524" layer="91"/>
-<junction x="121.92" y="22.86"/>
+<wire x1="121.92" y1="23.876" x2="121.92" y2="17.78" width="0.1524" layer="91"/>
+<junction x="121.92" y="17.78"/>
 </segment>
 </net>
 <net name="BTN" class="0">
 <segment>
 <pinref part="D3" gate="G$1" pin="A"/>
-<label x="55.88" y="-27.94" size="1.778" layer="95"/>
-<wire x1="55.88" y1="-27.94" x2="76.2" y2="-27.94" width="0.1524" layer="91"/>
+<label x="17.78" y="-33.02" size="1.778" layer="95"/>
+<wire x1="17.78" y1="-33.02" x2="38.1" y2="-33.02" width="0.1524" layer="91"/>
 </segment>
 <segment>
 <wire x1="45.72" y1="68.58" x2="53.34" y2="68.58" width="0.1524" layer="91"/>
@@ -9123,15 +9126,16 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <segment>
 <pinref part="Q2" gate="G$1" pin="G"/>
 <pinref part="R1" gate="G$1" pin="2"/>
-<wire x1="83.82" y1="5.08" x2="73.66" y2="5.08" width="0.1524" layer="91"/>
-<label x="55.88" y="5.08" size="1.778" layer="95"/>
-<wire x1="73.66" y1="5.08" x2="66.04" y2="5.08" width="0.1524" layer="91"/>
-<wire x1="66.04" y1="5.08" x2="55.88" y2="5.08" width="0.1524" layer="91"/>
-<wire x1="73.66" y1="5.08" x2="73.66" y2="0" width="0.1524" layer="91"/>
-<junction x="73.66" y="5.08"/>
-<wire x1="73.66" y1="0" x2="76.2" y2="0" width="0.1524" layer="91"/>
+<wire x1="45.72" y1="0" x2="35.56" y2="0" width="0.1524" layer="91"/>
+<label x="17.78" y="0" size="1.778" layer="95"/>
+<wire x1="27.94" y1="-3.556" x2="27.94" y2="0" width="0.1524" layer="91"/>
+<wire x1="27.94" y1="0" x2="17.78" y2="0" width="0.1524" layer="91"/>
+<wire x1="35.56" y1="0" x2="35.56" y2="-5.08" width="0.1524" layer="91"/>
+<junction x="35.56" y="0"/>
+<wire x1="35.56" y1="-5.08" x2="38.1" y2="-5.08" width="0.1524" layer="91"/>
 <pinref part="D7" gate="D$1" pin="P$1"/>
-<junction x="66.04" y="5.08"/>
+<wire x1="27.94" y1="0" x2="35.56" y2="0" width="0.1524" layer="91"/>
+<junction x="27.94" y="0"/>
 </segment>
 <segment>
 <wire x1="45.72" y1="71.12" x2="53.34" y2="71.12" width="0.1524" layer="91"/>
@@ -9148,12 +9152,13 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <segment>
 <pinref part="R2" gate="G$1" pin="2"/>
 <pinref part="Q4" gate="G$1" pin="S"/>
-<wire x1="114.3" y1="10.16" x2="114.3" y2="7.62" width="0.1524" layer="91"/>
-<wire x1="114.3" y1="7.62" x2="111.76" y2="7.62" width="0.1524" layer="91"/>
+<wire x1="76.2" y1="5.08" x2="76.2" y2="2.54" width="0.1524" layer="91"/>
+<wire x1="76.2" y1="2.54" x2="73.66" y2="2.54" width="0.1524" layer="91"/>
 <pinref part="J3" gate="G$1" pin="1"/>
-<wire x1="137.16" y1="7.62" x2="114.3" y2="7.62" width="0.1524" layer="91"/>
-<junction x="114.3" y="7.62"/>
-<label x="119.38" y="7.62" size="1.778" layer="95"/>
+<wire x1="137.16" y1="2.54" x2="76.2" y2="2.54" width="0.1524" layer="91"/>
+<junction x="76.2" y="2.54"/>
+<label x="81.28" y="2.54" size="1.778" layer="95"/>
+<label x="132.08" y="2.54" size="1.778" layer="95"/>
 </segment>
 </net>
 <net name="N$2" class="0">
@@ -9161,30 +9166,30 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <pinref part="Q4" gate="G$1" pin="G"/>
 <pinref part="R2" gate="G$1" pin="1"/>
 <pinref part="Q2" gate="G$1" pin="D"/>
-<wire x1="99.06" y1="12.7" x2="88.9" y2="12.7" width="0.1524" layer="91"/>
-<junction x="99.06" y="12.7"/>
-<wire x1="109.22" y1="12.7" x2="99.06" y2="12.7" width="0.1524" layer="91"/>
+<wire x1="60.96" y1="7.62" x2="50.8" y2="7.62" width="0.1524" layer="91"/>
+<junction x="60.96" y="7.62"/>
+<wire x1="71.12" y1="7.62" x2="60.96" y2="7.62" width="0.1524" layer="91"/>
 <pinref part="D2" gate="G$1" pin="A"/>
-<wire x1="99.06" y1="2.54" x2="99.06" y2="7.62" width="0.1524" layer="91"/>
-<junction x="99.06" y="12.7"/>
-<wire x1="99.06" y1="7.62" x2="99.06" y2="12.7" width="0.1524" layer="91"/>
-<wire x1="101.6" y1="7.62" x2="99.06" y2="7.62" width="0.1524" layer="91"/>
-<junction x="99.06" y="7.62"/>
+<wire x1="60.96" y1="-2.54" x2="60.96" y2="2.54" width="0.1524" layer="91"/>
+<junction x="60.96" y="7.62"/>
+<wire x1="60.96" y1="2.54" x2="60.96" y2="7.62" width="0.1524" layer="91"/>
+<wire x1="63.5" y1="2.54" x2="60.96" y2="2.54" width="0.1524" layer="91"/>
+<junction x="60.96" y="2.54"/>
 </segment>
 </net>
 <net name="N$5" class="0">
 <segment>
 <pinref part="D3" gate="G$1" pin="C"/>
 <pinref part="D2" gate="G$1" pin="C"/>
-<wire x1="86.36" y1="-27.94" x2="99.06" y2="-27.94" width="0.1524" layer="91"/>
-<wire x1="99.06" y1="-10.16" x2="99.06" y2="-7.62" width="0.1524" layer="91"/>
-<wire x1="99.06" y1="-17.78" x2="99.06" y2="-27.94" width="0.1524" layer="91"/>
-<wire x1="99.06" y1="-17.78" x2="88.9" y2="-17.78" width="0.1524" layer="91"/>
-<junction x="99.06" y="-17.78"/>
+<wire x1="48.26" y1="-33.02" x2="60.96" y2="-33.02" width="0.1524" layer="91"/>
+<wire x1="60.96" y1="-15.24" x2="60.96" y2="-12.7" width="0.1524" layer="91"/>
+<wire x1="60.96" y1="-22.86" x2="60.96" y2="-33.02" width="0.1524" layer="91"/>
+<wire x1="60.96" y1="-22.86" x2="47.244" y2="-22.86" width="0.1524" layer="91"/>
+<junction x="60.96" y="-22.86"/>
 <pinref part="D8" gate="D$1" pin="P$2"/>
-<wire x1="99.06" y1="-10.16" x2="93.98" y2="-10.16" width="0.1524" layer="91"/>
-<wire x1="99.06" y1="-10.16" x2="99.06" y2="-17.78" width="0.1524" layer="91"/>
-<junction x="99.06" y="-10.16"/>
+<wire x1="60.96" y1="-15.24" x2="55.88" y2="-15.24" width="0.1524" layer="91"/>
+<wire x1="60.96" y1="-15.24" x2="60.96" y2="-22.86" width="0.1524" layer="91"/>
+<junction x="60.96" y="-15.24"/>
 <pinref part="S1" gate="G$1" pin="2"/>
 </segment>
 </net>
@@ -9224,10 +9229,10 @@ SparkFun BigTime Watch Kit&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
 <net name="ST" class="0">
 <segment>
 <pinref part="U1" gate="G$1" pin="D2"/>
-<wire x1="45.72" y1="55.88" x2="76.2" y2="55.88" width="0.1524" layer="91"/>
-<wire x1="76.2" y1="55.88" x2="76.2" y2="27.94" width="0.1524" layer="91"/>
+<wire x1="45.72" y1="55.88" x2="81.28" y2="55.88" width="0.1524" layer="91"/>
+<wire x1="81.28" y1="55.88" x2="81.28" y2="17.78" width="0.1524" layer="91"/>
 <pinref part="R3" gate="G$1" pin="1"/>
-<wire x1="76.2" y1="27.94" x2="96.52" y2="27.94" width="0.1524" layer="91"/>
+<wire x1="81.28" y1="17.78" x2="96.52" y2="17.78" width="0.1524" layer="91"/>
 <label x="45.72" y="55.88" size="1.778" layer="95"/>
 </segment>
 </net>

+ 16 - 16
schematic/eScooter.l#1

@@ -6,7 +6,7 @@
 <setting alwaysvectorfont="no"/>
 <setting verticaltext="up"/>
 </settings>
-<grid distance="0.1" unitdist="inch" unit="inch" style="lines" multiple="1" display="no" altdistance="0.01" altunitdist="inch" altunit="inch"/>
+<grid distance="0.1" unitdist="inch" unit="inch" style="lines" multiple="1" display="yes" altdistance="0.01" altunitdist="inch" altunit="inch"/>
 <layers>
 <layer number="1" name="Top" color="4" fill="1" visible="yes" active="yes"/>
 <layer number="16" name="Bottom" color="1" fill="1" visible="yes" active="yes"/>
@@ -396,19 +396,19 @@ Source: http://www.avagotech.com/docs/AV02-0410EN</description>
 <text x="-5.08" y="-10.16" size="1.778" layer="96">&gt;VALUE</text>
 </symbol>
 <symbol name="TVS_DIODE">
-<wire x1="0" y1="0" x2="-2.54" y2="2.54" width="0.254" layer="94"/>
-<wire x1="2.54" y1="2.54" x2="0" y2="0" width="0.254" layer="94"/>
-<wire x1="-5.08" y1="-2.54" x2="-2.54" y2="0" width="0.254" layer="94"/>
-<wire x1="-2.54" y1="0" x2="2.54" y2="0" width="0.254" layer="94"/>
-<wire x1="2.54" y1="0" x2="5.08" y2="2.54" width="0.254" layer="94"/>
-<wire x1="0" y1="0" x2="-2.54" y2="-2.54" width="0.254" layer="94"/>
-<wire x1="2.54" y1="-2.54" x2="0" y2="0" width="0.254" layer="94"/>
-<wire x1="-2.54" y1="2.54" x2="2.54" y2="2.54" width="0.254" layer="94"/>
-<wire x1="-2.54" y1="-2.54" x2="2.54" y2="-2.54" width="0.254" layer="94"/>
-<pin name="P$1" x="0" y="7.62" visible="off" length="middle" rot="R270"/>
-<pin name="P$2" x="0" y="-7.62" visible="off" length="middle" rot="R90"/>
-<text x="2.54" y="5.08" size="1.778" layer="95">&gt;NAME</text>
-<text x="2.54" y="-7.62" size="1.778" layer="96">&gt;VALUE</text>
+<wire x1="0" y1="0" x2="-1.27" y2="1.524" width="0.254" layer="94"/>
+<wire x1="1.27" y1="1.524" x2="0" y2="0" width="0.254" layer="94"/>
+<wire x1="-2.286" y1="-0.762" x2="-1.27" y2="0" width="0.254" layer="94"/>
+<wire x1="-1.27" y1="0" x2="1.27" y2="0" width="0.254" layer="94"/>
+<wire x1="1.27" y1="0" x2="2.032" y2="0.762" width="0.254" layer="94"/>
+<wire x1="0" y1="0" x2="-1.27" y2="-1.524" width="0.254" layer="94"/>
+<wire x1="1.27" y1="-1.524" x2="0" y2="0" width="0.254" layer="94"/>
+<wire x1="-1.27" y1="1.524" x2="1.27" y2="1.524" width="0.254" layer="94"/>
+<wire x1="-1.27" y1="-1.524" x2="1.27" y2="-1.524" width="0.254" layer="94"/>
+<pin name="P$1" x="0" y="4.064" visible="off" length="short" rot="R270"/>
+<pin name="P$2" x="0" y="-4.064" visible="off" length="short" rot="R90"/>
+<text x="2.54" y="2.54" size="1.778" layer="95">&gt;NAME</text>
+<text x="2.54" y="-2.54" size="1.778" layer="96">&gt;VALUE</text>
 </symbol>
 <symbol name="XT60">
 <description>XT60 connector</description>
@@ -577,8 +577,8 @@ Source: http://www.avagotech.com/docs/AV02-0410EN</description>
 <devices>
 <device name="" package="XT60">
 <connects>
-<connect gate="G$1" pin="P$1" pad="VCC"/>
-<connect gate="G$1" pin="P$2" pad="GND"/>
+<connect gate="G$1" pin="P$1" pad="GND"/>
+<connect gate="G$1" pin="P$2" pad="VCC"/>
 </connects>
 <technologies>
 <technology name=""/>

+ 16 - 12
schematic/eScooter.l#2

@@ -6,7 +6,7 @@
 <setting alwaysvectorfont="no"/>
 <setting verticaltext="up"/>
 </settings>
-<grid distance="0.1" unitdist="inch" unit="inch" style="lines" multiple="1" display="no" altdistance="0.01" altunitdist="inch" altunit="inch"/>
+<grid distance="0.01" unitdist="inch" unit="inch" style="lines" multiple="1" display="yes" altdistance="0.01" altunitdist="inch" altunit="inch"/>
 <layers>
 <layer number="1" name="Top" color="4" fill="1" visible="yes" active="yes"/>
 <layer number="16" name="Bottom" color="1" fill="1" visible="yes" active="yes"/>
@@ -396,17 +396,17 @@ Source: http://www.avagotech.com/docs/AV02-0410EN</description>
 <text x="-5.08" y="-10.16" size="1.778" layer="96">&gt;VALUE</text>
 </symbol>
 <symbol name="TVS_DIODE">
-<wire x1="0" y1="0" x2="-2.54" y2="2.54" width="0.254" layer="94"/>
-<wire x1="2.54" y1="2.54" x2="0" y2="0" width="0.254" layer="94"/>
-<wire x1="-5.08" y1="-2.54" x2="-2.54" y2="0" width="0.254" layer="94"/>
-<wire x1="-2.54" y1="0" x2="2.54" y2="0" width="0.254" layer="94"/>
-<wire x1="2.54" y1="0" x2="5.08" y2="2.54" width="0.254" layer="94"/>
-<wire x1="0" y1="0" x2="-2.54" y2="-2.54" width="0.254" layer="94"/>
-<wire x1="2.54" y1="-2.54" x2="0" y2="0" width="0.254" layer="94"/>
-<wire x1="-2.54" y1="2.54" x2="2.54" y2="2.54" width="0.254" layer="94"/>
-<wire x1="-2.54" y1="-2.54" x2="2.54" y2="-2.54" width="0.254" layer="94"/>
-<pin name="P$1" x="0" y="7.62" visible="off" length="middle" rot="R270"/>
-<pin name="P$2" x="0" y="-7.62" visible="off" length="middle" rot="R90"/>
+<wire x1="0" y1="0" x2="-1.27" y2="1.524" width="0.254" layer="94"/>
+<wire x1="1.27" y1="1.524" x2="0" y2="0" width="0.254" layer="94"/>
+<wire x1="-2.286" y1="-0.762" x2="-1.27" y2="0" width="0.254" layer="94"/>
+<wire x1="-1.27" y1="0" x2="1.27" y2="0" width="0.254" layer="94"/>
+<wire x1="1.27" y1="0" x2="2.032" y2="0.762" width="0.254" layer="94"/>
+<wire x1="0" y1="0" x2="-1.27" y2="-1.524" width="0.254" layer="94"/>
+<wire x1="1.27" y1="-1.524" x2="0" y2="0" width="0.254" layer="94"/>
+<wire x1="-1.27" y1="1.524" x2="1.27" y2="1.524" width="0.254" layer="94"/>
+<wire x1="-1.27" y1="-1.524" x2="1.27" y2="-1.524" width="0.254" layer="94"/>
+<pin name="P$1" x="0" y="4.064" visible="off" length="short" rot="R270"/>
+<pin name="P$2" x="0" y="-4.064" visible="off" length="short" rot="R90"/>
 <text x="2.54" y="5.08" size="1.778" layer="95">&gt;NAME</text>
 <text x="2.54" y="-7.62" size="1.778" layer="96">&gt;VALUE</text>
 </symbol>
@@ -576,6 +576,10 @@ Source: http://www.avagotech.com/docs/AV02-0410EN</description>
 </gates>
 <devices>
 <device name="" package="XT60">
+<connects>
+<connect gate="G$1" pin="P$1" pad="GND"/>
+<connect gate="G$1" pin="P$2" pad="VCC"/>
+</connects>
 <technologies>
 <technology name=""/>
 </technologies>

+ 17 - 13
schematic/eScooter.l#3

@@ -6,7 +6,7 @@
 <setting alwaysvectorfont="no"/>
 <setting verticaltext="up"/>
 </settings>
-<grid distance="0.1" unitdist="inch" unit="inch" style="lines" multiple="1" display="no" altdistance="0.01" altunitdist="inch" altunit="inch"/>
+<grid distance="0.01" unitdist="inch" unit="inch" style="lines" multiple="1" display="yes" altdistance="0.01" altunitdist="inch" altunit="inch"/>
 <layers>
 <layer number="1" name="Top" color="4" fill="1" visible="yes" active="yes"/>
 <layer number="16" name="Bottom" color="1" fill="1" visible="yes" active="yes"/>
@@ -396,17 +396,17 @@ Source: http://www.avagotech.com/docs/AV02-0410EN</description>
 <text x="-5.08" y="-10.16" size="1.778" layer="96">&gt;VALUE</text>
 </symbol>
 <symbol name="TVS_DIODE">
-<wire x1="0" y1="0" x2="-2.54" y2="2.54" width="0.254" layer="94"/>
-<wire x1="2.54" y1="2.54" x2="0" y2="0" width="0.254" layer="94"/>
-<wire x1="-5.08" y1="-2.54" x2="-2.54" y2="0" width="0.254" layer="94"/>
-<wire x1="-2.54" y1="0" x2="2.54" y2="0" width="0.254" layer="94"/>
-<wire x1="2.54" y1="0" x2="5.08" y2="2.54" width="0.254" layer="94"/>
-<wire x1="0" y1="0" x2="-2.54" y2="-2.54" width="0.254" layer="94"/>
-<wire x1="2.54" y1="-2.54" x2="0" y2="0" width="0.254" layer="94"/>
-<wire x1="-2.54" y1="2.54" x2="2.54" y2="2.54" width="0.254" layer="94"/>
-<wire x1="-2.54" y1="-2.54" x2="2.54" y2="-2.54" width="0.254" layer="94"/>
-<pin name="P$1" x="0" y="7.62" visible="off" length="middle" rot="R270"/>
-<pin name="P$2" x="0" y="-7.62" visible="off" length="middle" rot="R90"/>
+<wire x1="0" y1="0" x2="-1.27" y2="1.524" width="0.254" layer="94"/>
+<wire x1="1.27" y1="1.524" x2="0" y2="0" width="0.254" layer="94"/>
+<wire x1="-2.286" y1="-0.762" x2="-1.27" y2="0" width="0.254" layer="94"/>
+<wire x1="-1.27" y1="0" x2="1.27" y2="0" width="0.254" layer="94"/>
+<wire x1="1.27" y1="0" x2="2.032" y2="0.762" width="0.254" layer="94"/>
+<wire x1="0" y1="0" x2="-1.27" y2="-1.524" width="0.254" layer="94"/>
+<wire x1="1.27" y1="-1.524" x2="0" y2="0" width="0.254" layer="94"/>
+<wire x1="-1.27" y1="1.524" x2="1.27" y2="1.524" width="0.254" layer="94"/>
+<wire x1="-1.27" y1="-1.524" x2="1.27" y2="-1.524" width="0.254" layer="94"/>
+<pin name="P$1" x="0" y="6.604" visible="off" length="middle" rot="R270"/>
+<pin name="P$2" x="0" y="-6.604" visible="off" length="middle" rot="R90"/>
 <text x="2.54" y="5.08" size="1.778" layer="95">&gt;NAME</text>
 <text x="2.54" y="-7.62" size="1.778" layer="96">&gt;VALUE</text>
 </symbol>
@@ -572,10 +572,14 @@ Source: http://www.avagotech.com/docs/AV02-0410EN</description>
 </deviceset>
 <deviceset name="XT60">
 <gates>
-<gate name="G$1" symbol="XT60" x="0" y="-2.54"/>
+<gate name="G$1" symbol="XT60" x="0" y="0"/>
 </gates>
 <devices>
 <device name="" package="XT60">
+<connects>
+<connect gate="G$1" pin="P$1" pad="GND"/>
+<connect gate="G$1" pin="P$2" pad="VCC"/>
+</connects>
 <technologies>
 <technology name=""/>
 </technologies>

+ 14 - 14
schematic/eScooter.l#4

@@ -6,7 +6,7 @@
 <setting alwaysvectorfont="no"/>
 <setting verticaltext="up"/>
 </settings>
-<grid distance="0.1" unitdist="inch" unit="inch" style="lines" multiple="1" display="yes" altdistance="0.01" altunitdist="inch" altunit="inch"/>
+<grid distance="0.01" unitdist="inch" unit="inch" style="lines" multiple="1" display="yes" altdistance="0.01" altunitdist="inch" altunit="inch"/>
 <layers>
 <layer number="1" name="Top" color="4" fill="1" visible="yes" active="yes"/>
 <layer number="16" name="Bottom" color="1" fill="1" visible="yes" active="yes"/>
@@ -396,17 +396,17 @@ Source: http://www.avagotech.com/docs/AV02-0410EN</description>
 <text x="-5.08" y="-10.16" size="1.778" layer="96">&gt;VALUE</text>
 </symbol>
 <symbol name="TVS_DIODE">
-<wire x1="0" y1="0" x2="-2.54" y2="2.54" width="0.254" layer="94"/>
-<wire x1="2.54" y1="2.54" x2="0" y2="0" width="0.254" layer="94"/>
-<wire x1="-5.08" y1="-2.54" x2="-2.54" y2="0" width="0.254" layer="94"/>
-<wire x1="-2.54" y1="0" x2="2.54" y2="0" width="0.254" layer="94"/>
-<wire x1="2.54" y1="0" x2="5.08" y2="2.54" width="0.254" layer="94"/>
-<wire x1="0" y1="0" x2="-2.54" y2="-2.54" width="0.254" layer="94"/>
-<wire x1="2.54" y1="-2.54" x2="0" y2="0" width="0.254" layer="94"/>
-<wire x1="-2.54" y1="2.54" x2="2.54" y2="2.54" width="0.254" layer="94"/>
-<wire x1="-2.54" y1="-2.54" x2="2.54" y2="-2.54" width="0.254" layer="94"/>
-<pin name="P$1" x="0" y="7.62" visible="off" length="middle" rot="R270"/>
-<pin name="P$2" x="0" y="-7.62" visible="off" length="middle" rot="R90"/>
+<wire x1="0" y1="0" x2="-1.27" y2="1.524" width="0.254" layer="94"/>
+<wire x1="1.27" y1="1.524" x2="0" y2="0" width="0.254" layer="94"/>
+<wire x1="-2.286" y1="-0.762" x2="-1.27" y2="0" width="0.254" layer="94"/>
+<wire x1="-1.27" y1="0" x2="1.27" y2="0" width="0.254" layer="94"/>
+<wire x1="1.27" y1="0" x2="2.032" y2="0.762" width="0.254" layer="94"/>
+<wire x1="0" y1="0" x2="-1.27" y2="-1.27" width="0.254" layer="94"/>
+<wire x1="1.27" y1="-1.27" x2="0" y2="0" width="0.254" layer="94"/>
+<wire x1="-1.27" y1="1.524" x2="1.27" y2="1.524" width="0.254" layer="94"/>
+<wire x1="-1.27" y1="-1.27" x2="1.27" y2="-1.27" width="0.254" layer="94"/>
+<pin name="P$1" x="0" y="6.604" visible="off" length="middle" rot="R270"/>
+<pin name="P$2" x="0" y="-6.35" visible="off" length="middle" rot="R90"/>
 <text x="2.54" y="5.08" size="1.778" layer="95">&gt;NAME</text>
 <text x="2.54" y="-7.62" size="1.778" layer="96">&gt;VALUE</text>
 </symbol>
@@ -577,8 +577,8 @@ Source: http://www.avagotech.com/docs/AV02-0410EN</description>
 <devices>
 <device name="" package="XT60">
 <connects>
-<connect gate="G$1" pin="P$1" pad="VCC"/>
-<connect gate="G$1" pin="P$2" pad="GND"/>
+<connect gate="G$1" pin="P$1" pad="GND"/>
+<connect gate="G$1" pin="P$2" pad="VCC"/>
 </connects>
 <technologies>
 <technology name=""/>

+ 4 - 4
schematic/eScooter.l#5

@@ -412,8 +412,8 @@ Source: http://www.avagotech.com/docs/AV02-0410EN</description>
 </symbol>
 <symbol name="XT60">
 <description>XT60 connector</description>
-<pin name="$1" x="-5.08" y="5.08" visible="off" length="middle" direction="sup"/>
-<pin name="$2" x="-5.08" y="2.54" visible="off" length="middle" direction="sup"/>
+<pin name="P$1" x="-5.08" y="5.08" visible="off" length="middle" direction="sup"/>
+<pin name="P$2" x="-5.08" y="2.54" visible="off" length="middle" direction="sup"/>
 <wire x1="-2.54" y1="7.62" x2="2.54" y2="7.62" width="0.254" layer="94"/>
 <wire x1="2.54" y1="7.62" x2="2.54" y2="0" width="0.254" layer="94"/>
 <wire x1="2.54" y1="0" x2="-2.54" y2="0" width="0.254" layer="94"/>
@@ -577,8 +577,8 @@ Source: http://www.avagotech.com/docs/AV02-0410EN</description>
 <devices>
 <device name="" package="XT60">
 <connects>
-<connect gate="G$1" pin="$1" pad="VCC"/>
-<connect gate="G$1" pin="$2" pad="GND"/>
+<connect gate="G$1" pin="P$1" pad="GND"/>
+<connect gate="G$1" pin="P$2" pad="VCC"/>
 </connects>
 <technologies>
 <technology name=""/>

+ 5 - 5
schematic/eScooter.l#6

@@ -6,7 +6,7 @@
 <setting alwaysvectorfont="no"/>
 <setting verticaltext="up"/>
 </settings>
-<grid distance="0.1" unitdist="inch" unit="inch" style="lines" multiple="1" display="yes" altdistance="0.01" altunitdist="inch" altunit="inch"/>
+<grid distance="0.1" unitdist="inch" unit="inch" style="lines" multiple="1" display="no" altdistance="0.01" altunitdist="inch" altunit="inch"/>
 <layers>
 <layer number="1" name="Top" color="4" fill="1" visible="yes" active="yes"/>
 <layer number="16" name="Bottom" color="1" fill="1" visible="yes" active="yes"/>
@@ -412,8 +412,8 @@ Source: http://www.avagotech.com/docs/AV02-0410EN</description>
 </symbol>
 <symbol name="XT60">
 <description>XT60 connector</description>
-<pin name="$1" x="-5.08" y="5.08" visible="off" length="middle" direction="sup"/>
-<pin name="$2" x="-5.08" y="2.54" visible="off" length="middle" direction="sup"/>
+<pin name="P$1" x="-5.08" y="5.08" visible="off" length="middle" direction="sup"/>
+<pin name="P$2" x="-5.08" y="2.54" visible="off" length="middle" direction="sup"/>
 <wire x1="-2.54" y1="7.62" x2="2.54" y2="7.62" width="0.254" layer="94"/>
 <wire x1="2.54" y1="7.62" x2="2.54" y2="0" width="0.254" layer="94"/>
 <wire x1="2.54" y1="0" x2="-2.54" y2="0" width="0.254" layer="94"/>
@@ -577,8 +577,8 @@ Source: http://www.avagotech.com/docs/AV02-0410EN</description>
 <devices>
 <device name="" package="XT60">
 <connects>
-<connect gate="G$1" pin="$1" pad="VCC"/>
-<connect gate="G$1" pin="$2" pad="GND"/>
+<connect gate="G$1" pin="P$1" pad="VCC"/>
+<connect gate="G$1" pin="P$2" pad="GND"/>
 </connects>
 <technologies>
 <technology name=""/>

+ 3 - 7
schematic/eScooter.l#7

@@ -6,7 +6,7 @@
 <setting alwaysvectorfont="no"/>
 <setting verticaltext="up"/>
 </settings>
-<grid distance="0.1" unitdist="inch" unit="inch" style="lines" multiple="1" display="yes" altdistance="0.01" altunitdist="inch" altunit="inch"/>
+<grid distance="0.1" unitdist="inch" unit="inch" style="lines" multiple="1" display="no" altdistance="0.01" altunitdist="inch" altunit="inch"/>
 <layers>
 <layer number="1" name="Top" color="4" fill="1" visible="yes" active="yes"/>
 <layer number="16" name="Bottom" color="1" fill="1" visible="yes" active="yes"/>
@@ -412,8 +412,8 @@ Source: http://www.avagotech.com/docs/AV02-0410EN</description>
 </symbol>
 <symbol name="XT60">
 <description>XT60 connector</description>
-<pin name="VCC" x="-5.08" y="5.08" visible="off" length="middle" direction="sup"/>
-<pin name="GND" x="-5.08" y="2.54" visible="off" length="middle" direction="sup"/>
+<pin name="P$1" x="-5.08" y="5.08" visible="off" length="middle" direction="sup"/>
+<pin name="P$2" x="-5.08" y="2.54" visible="off" length="middle" direction="sup"/>
 <wire x1="-2.54" y1="7.62" x2="2.54" y2="7.62" width="0.254" layer="94"/>
 <wire x1="2.54" y1="7.62" x2="2.54" y2="0" width="0.254" layer="94"/>
 <wire x1="2.54" y1="0" x2="-2.54" y2="0" width="0.254" layer="94"/>
@@ -576,10 +576,6 @@ Source: http://www.avagotech.com/docs/AV02-0410EN</description>
 </gates>
 <devices>
 <device name="" package="XT60">
-<connects>
-<connect gate="G$1" pin="GND" pad="GND"/>
-<connect gate="G$1" pin="VCC" pad="VCC"/>
-</connects>
 <technologies>
 <technology name=""/>
 </technologies>

+ 3 - 7
schematic/eScooter.l#8

@@ -412,8 +412,8 @@ Source: http://www.avagotech.com/docs/AV02-0410EN</description>
 </symbol>
 <symbol name="XT60">
 <description>XT60 connector</description>
-<pin name="VCC" x="-5.08" y="5.08" length="middle" direction="sup"/>
-<pin name="GND" x="-5.08" y="2.54" length="middle" direction="sup"/>
+<pin name="P$1" x="-5.08" y="5.08" visible="off" length="middle" direction="sup"/>
+<pin name="P$2" x="-5.08" y="2.54" visible="off" length="middle" direction="sup"/>
 <wire x1="-2.54" y1="7.62" x2="2.54" y2="7.62" width="0.254" layer="94"/>
 <wire x1="2.54" y1="7.62" x2="2.54" y2="0" width="0.254" layer="94"/>
 <wire x1="2.54" y1="0" x2="-2.54" y2="0" width="0.254" layer="94"/>
@@ -572,14 +572,10 @@ Source: http://www.avagotech.com/docs/AV02-0410EN</description>
 </deviceset>
 <deviceset name="XT60">
 <gates>
-<gate name="G$1" symbol="XT60" x="0" y="0"/>
+<gate name="G$1" symbol="XT60" x="0" y="-2.54"/>
 </gates>
 <devices>
 <device name="" package="XT60">
-<connects>
-<connect gate="G$1" pin="GND" pad="GND"/>
-<connect gate="G$1" pin="VCC" pad="VCC"/>
-</connects>
 <technologies>
 <technology name=""/>
 </technologies>

+ 8 - 3
schematic/eScooter.l#9

@@ -412,8 +412,8 @@ Source: http://www.avagotech.com/docs/AV02-0410EN</description>
 </symbol>
 <symbol name="XT60">
 <description>XT60 connector</description>
-<pin name="VCC" x="-5.08" y="5.08" length="middle" direction="sup"/>
-<pin name="GND" x="-5.08" y="2.54" length="middle" direction="sup"/>
+<pin name="P$1" x="-5.08" y="5.08" visible="off" length="middle" direction="sup"/>
+<pin name="P$2" x="-5.08" y="2.54" visible="off" length="middle" direction="sup"/>
 <wire x1="-2.54" y1="7.62" x2="2.54" y2="7.62" width="0.254" layer="94"/>
 <wire x1="2.54" y1="7.62" x2="2.54" y2="0" width="0.254" layer="94"/>
 <wire x1="2.54" y1="0" x2="-2.54" y2="0" width="0.254" layer="94"/>
@@ -572,9 +572,14 @@ Source: http://www.avagotech.com/docs/AV02-0410EN</description>
 </deviceset>
 <deviceset name="XT60">
 <gates>
+<gate name="G$1" symbol="XT60" x="0" y="0"/>
 </gates>
 <devices>
-<device name="">
+<device name="" package="XT60">
+<connects>
+<connect gate="G$1" pin="P$1" pad="VCC"/>
+<connect gate="G$1" pin="P$2" pad="GND"/>
+</connects>
 <technologies>
 <technology name=""/>
 </technologies>

+ 14 - 14
schematic/eScooter.lbr

@@ -6,7 +6,7 @@
 <setting alwaysvectorfont="no"/>
 <setting verticaltext="up"/>
 </settings>
-<grid distance="0.1" unitdist="inch" unit="inch" style="lines" multiple="1" display="no" altdistance="0.01" altunitdist="inch" altunit="inch"/>
+<grid distance="0.01" unitdist="inch" unit="inch" style="lines" multiple="1" display="yes" altdistance="0.01" altunitdist="inch" altunit="inch"/>
 <layers>
 <layer number="1" name="Top" color="4" fill="1" visible="yes" active="yes"/>
 <layer number="16" name="Bottom" color="1" fill="1" visible="yes" active="yes"/>
@@ -396,19 +396,19 @@ Source: http://www.avagotech.com/docs/AV02-0410EN</description>
 <text x="-5.08" y="-10.16" size="1.778" layer="96">&gt;VALUE</text>
 </symbol>
 <symbol name="TVS_DIODE">
-<wire x1="0" y1="0" x2="-2.54" y2="2.54" width="0.254" layer="94"/>
-<wire x1="2.54" y1="2.54" x2="0" y2="0" width="0.254" layer="94"/>
-<wire x1="-5.08" y1="-2.54" x2="-2.54" y2="0" width="0.254" layer="94"/>
-<wire x1="-2.54" y1="0" x2="2.54" y2="0" width="0.254" layer="94"/>
-<wire x1="2.54" y1="0" x2="5.08" y2="2.54" width="0.254" layer="94"/>
-<wire x1="0" y1="0" x2="-2.54" y2="-2.54" width="0.254" layer="94"/>
-<wire x1="2.54" y1="-2.54" x2="0" y2="0" width="0.254" layer="94"/>
-<wire x1="-2.54" y1="2.54" x2="2.54" y2="2.54" width="0.254" layer="94"/>
-<wire x1="-2.54" y1="-2.54" x2="2.54" y2="-2.54" width="0.254" layer="94"/>
-<pin name="P$1" x="0" y="7.62" visible="off" length="middle" rot="R270"/>
-<pin name="P$2" x="0" y="-7.62" visible="off" length="middle" rot="R90"/>
-<text x="2.54" y="5.08" size="1.778" layer="95">&gt;NAME</text>
-<text x="2.54" y="-7.62" size="1.778" layer="96">&gt;VALUE</text>
+<wire x1="0" y1="0" x2="-1.27" y2="1.524" width="0.254" layer="94"/>
+<wire x1="1.27" y1="1.524" x2="0" y2="0" width="0.254" layer="94"/>
+<wire x1="-1.778" y1="-0.508" x2="-1.27" y2="0" width="0.254" layer="94"/>
+<wire x1="-1.27" y1="0" x2="1.27" y2="0" width="0.254" layer="94"/>
+<wire x1="1.27" y1="0" x2="1.778" y2="0.508" width="0.254" layer="94"/>
+<wire x1="0" y1="0" x2="-1.27" y2="-1.524" width="0.254" layer="94"/>
+<wire x1="1.27" y1="-1.524" x2="0" y2="0" width="0.254" layer="94"/>
+<wire x1="-1.27" y1="1.524" x2="1.27" y2="1.524" width="0.254" layer="94"/>
+<wire x1="-1.27" y1="-1.524" x2="1.27" y2="-1.524" width="0.254" layer="94"/>
+<pin name="P$1" x="0" y="4.064" visible="off" length="short" rot="R270"/>
+<pin name="P$2" x="0" y="-4.064" visible="off" length="short" rot="R90"/>
+<text x="2.54" y="2.54" size="1.778" layer="95">&gt;NAME</text>
+<text x="2.54" y="-2.54" size="1.778" layer="96">&gt;VALUE</text>
 </symbol>
 <symbol name="XT60">
 <description>XT60 connector</description>