diff --git a/build/shared/examples/Analog/AnalogInOutSerial/AnalogInOutSerial.pde b/build/shared/examples/3.Analog/AnalogInOutSerial/AnalogInOutSerial.pde similarity index 100% rename from build/shared/examples/Analog/AnalogInOutSerial/AnalogInOutSerial.pde rename to build/shared/examples/3.Analog/AnalogInOutSerial/AnalogInOutSerial.pde diff --git a/build/shared/examples/Analog/AnalogInSerial/AnalogInSerial.pde b/build/shared/examples/3.Analog/AnalogInSerial/AnalogInSerial.pde similarity index 100% rename from build/shared/examples/Analog/AnalogInSerial/AnalogInSerial.pde rename to build/shared/examples/3.Analog/AnalogInSerial/AnalogInSerial.pde diff --git a/build/shared/examples/Analog/AnalogInput/AnalogInput.pde b/build/shared/examples/3.Analog/AnalogInput/AnalogInput.pde similarity index 100% rename from build/shared/examples/Analog/AnalogInput/AnalogInput.pde rename to build/shared/examples/3.Analog/AnalogInput/AnalogInput.pde diff --git a/build/shared/examples/Analog/AnalogWriteMega/AnalogWriteMega.pde b/build/shared/examples/3.Analog/AnalogWriteMega/AnalogWriteMega.pde similarity index 100% rename from build/shared/examples/Analog/AnalogWriteMega/AnalogWriteMega.pde rename to build/shared/examples/3.Analog/AnalogWriteMega/AnalogWriteMega.pde diff --git a/build/shared/examples/Analog/Calibration/Calibration.pde b/build/shared/examples/3.Analog/Calibration/Calibration.pde similarity index 100% rename from build/shared/examples/Analog/Calibration/Calibration.pde rename to build/shared/examples/3.Analog/Calibration/Calibration.pde diff --git a/build/shared/examples/Analog/Fading/Fading.pde b/build/shared/examples/3.Analog/Fading/Fading.pde similarity index 100% rename from build/shared/examples/Analog/Fading/Fading.pde rename to build/shared/examples/3.Analog/Fading/Fading.pde diff --git a/build/shared/examples/Analog/Smoothing/Smoothing.pde b/build/shared/examples/3.Analog/Smoothing/Smoothing.pde similarity index 100% rename from build/shared/examples/Analog/Smoothing/Smoothing.pde rename to build/shared/examples/3.Analog/Smoothing/Smoothing.pde diff --git a/build/shared/examples/Communication/ASCIITable/ASCIITable.pde b/build/shared/examples/4.Communication/ASCIITable/ASCIITable.pde similarity index 100% rename from build/shared/examples/Communication/ASCIITable/ASCIITable.pde rename to build/shared/examples/4.Communication/ASCIITable/ASCIITable.pde diff --git a/build/shared/examples/Communication/Dimmer/Dimmer.pde b/build/shared/examples/4.Communication/Dimmer/Dimmer.pde similarity index 100% rename from build/shared/examples/Communication/Dimmer/Dimmer.pde rename to build/shared/examples/4.Communication/Dimmer/Dimmer.pde diff --git a/build/shared/examples/Communication/Graph/Graph.pde b/build/shared/examples/4.Communication/Graph/Graph.pde similarity index 100% rename from build/shared/examples/Communication/Graph/Graph.pde rename to build/shared/examples/4.Communication/Graph/Graph.pde diff --git a/build/shared/examples/Communication/MIDI/Midi.pde b/build/shared/examples/4.Communication/MIDI/Midi.pde similarity index 100% rename from build/shared/examples/Communication/MIDI/Midi.pde rename to build/shared/examples/4.Communication/MIDI/Midi.pde diff --git a/build/shared/examples/Communication/MultiSerialMega/MultiSerialMega.pde b/build/shared/examples/4.Communication/MultiSerialMega/MultiSerialMega.pde similarity index 100% rename from build/shared/examples/Communication/MultiSerialMega/MultiSerialMega.pde rename to build/shared/examples/4.Communication/MultiSerialMega/MultiSerialMega.pde diff --git a/build/shared/examples/Communication/PhysicalPixel/PhysicalPixel.pde b/build/shared/examples/4.Communication/PhysicalPixel/PhysicalPixel.pde similarity index 100% rename from build/shared/examples/Communication/PhysicalPixel/PhysicalPixel.pde rename to build/shared/examples/4.Communication/PhysicalPixel/PhysicalPixel.pde diff --git a/build/shared/examples/Communication/SerialCallResponse/SerialCallResponse.pde b/build/shared/examples/4.Communication/SerialCallResponse/SerialCallResponse.pde similarity index 100% rename from build/shared/examples/Communication/SerialCallResponse/SerialCallResponse.pde rename to build/shared/examples/4.Communication/SerialCallResponse/SerialCallResponse.pde diff --git a/build/shared/examples/Communication/SerialCallResponseASCII/SerialCallResponseASCII.pde b/build/shared/examples/4.Communication/SerialCallResponseASCII/SerialCallResponseASCII.pde similarity index 100% rename from build/shared/examples/Communication/SerialCallResponseASCII/SerialCallResponseASCII.pde rename to build/shared/examples/4.Communication/SerialCallResponseASCII/SerialCallResponseASCII.pde diff --git a/build/shared/examples/Communication/VirtualColorMixer/VirtualColorMixer.pde b/build/shared/examples/4.Communication/VirtualColorMixer/VirtualColorMixer.pde similarity index 100% rename from build/shared/examples/Communication/VirtualColorMixer/VirtualColorMixer.pde rename to build/shared/examples/4.Communication/VirtualColorMixer/VirtualColorMixer.pde diff --git a/build/shared/examples/Control/Arrays/Arrays.pde b/build/shared/examples/5.Control/Arrays/Arrays.pde similarity index 100% rename from build/shared/examples/Control/Arrays/Arrays.pde rename to build/shared/examples/5.Control/Arrays/Arrays.pde diff --git a/build/shared/examples/Control/ForLoopIteration/ForLoopIteration.pde b/build/shared/examples/5.Control/ForLoopIteration/ForLoopIteration.pde similarity index 100% rename from build/shared/examples/Control/ForLoopIteration/ForLoopIteration.pde rename to build/shared/examples/5.Control/ForLoopIteration/ForLoopIteration.pde diff --git a/build/shared/examples/Control/IfStatementConditional/IfStatementConditional.pde b/build/shared/examples/5.Control/IfStatementConditional/IfStatementConditional.pde similarity index 100% rename from build/shared/examples/Control/IfStatementConditional/IfStatementConditional.pde rename to build/shared/examples/5.Control/IfStatementConditional/IfStatementConditional.pde diff --git a/build/shared/examples/Control/WhileStatementConditional/WhileStatementConditional.pde b/build/shared/examples/5.Control/WhileStatementConditional/WhileStatementConditional.pde similarity index 100% rename from build/shared/examples/Control/WhileStatementConditional/WhileStatementConditional.pde rename to build/shared/examples/5.Control/WhileStatementConditional/WhileStatementConditional.pde diff --git a/build/shared/examples/Control/switchCase/switchCase.pde b/build/shared/examples/5.Control/switchCase/switchCase.pde similarity index 100% rename from build/shared/examples/Control/switchCase/switchCase.pde rename to build/shared/examples/5.Control/switchCase/switchCase.pde diff --git a/build/shared/examples/Control/switchCase2/switchCase2.pde b/build/shared/examples/5.Control/switchCase2/switchCase2.pde similarity index 100% rename from build/shared/examples/Control/switchCase2/switchCase2.pde rename to build/shared/examples/5.Control/switchCase2/switchCase2.pde diff --git a/build/shared/examples/Sensors/ADXL3xx/ADXL3xx.pde b/build/shared/examples/6.Sensors/ADXL3xx/ADXL3xx.pde similarity index 100% rename from build/shared/examples/Sensors/ADXL3xx/ADXL3xx.pde rename to build/shared/examples/6.Sensors/ADXL3xx/ADXL3xx.pde diff --git a/build/shared/examples/Sensors/Knock/Knock.pde b/build/shared/examples/6.Sensors/Knock/Knock.pde similarity index 100% rename from build/shared/examples/Sensors/Knock/Knock.pde rename to build/shared/examples/6.Sensors/Knock/Knock.pde diff --git a/build/shared/examples/Sensors/Memsic2125/Memsic2125.pde b/build/shared/examples/6.Sensors/Memsic2125/Memsic2125.pde similarity index 100% rename from build/shared/examples/Sensors/Memsic2125/Memsic2125.pde rename to build/shared/examples/6.Sensors/Memsic2125/Memsic2125.pde diff --git a/build/shared/examples/Sensors/Ping/Ping.pde b/build/shared/examples/6.Sensors/Ping/Ping.pde similarity index 100% rename from build/shared/examples/Sensors/Ping/Ping.pde rename to build/shared/examples/6.Sensors/Ping/Ping.pde diff --git a/build/shared/examples/Display/RowColumnScanning/RowColumnScanning.pde b/build/shared/examples/7.Display/RowColumnScanning/RowColumnScanning.pde similarity index 100% rename from build/shared/examples/Display/RowColumnScanning/RowColumnScanning.pde rename to build/shared/examples/7.Display/RowColumnScanning/RowColumnScanning.pde diff --git a/build/shared/examples/Display/barGraph/barGraph.pde b/build/shared/examples/7.Display/barGraph/barGraph.pde similarity index 100% rename from build/shared/examples/Display/barGraph/barGraph.pde rename to build/shared/examples/7.Display/barGraph/barGraph.pde