diff --git a/docs/assignments/week09.md b/docs/assignments/week09.md
index fdef8d17d57e2359f8a192a99a39b4901414484a..1910842dac9575e6260a840f03f8d812ed2ea31e 100644
--- a/docs/assignments/week09.md
+++ b/docs/assignments/week09.md
@@ -102,6 +102,18 @@ I only had 3 components to solder the ESP32C3, a resistor and LED as well as con
 We did a good amount of Surface Mount Soldering during our [Fab Academy prep](https://fabacademy.org/2023/labs/charlotte/students/dan-stone/assignments/week00/#surface-mount-soldering) so the getting the 3 components 
 down was pretty straight forward 
 
+
+Not I the components in place (stuffing)
+
+
+![](../images/imagW8/Z0.jpg)
+
+and soldered 
+
+![](../images/imagW8/Z1.jpg)
+ 
+ And here we have it 
+
 ![](../images/imagW8/Assembly1.jpg)
 
 ## Coding 
@@ -186,7 +198,8 @@ void loop() {
 }
 
 ```
-While I was getting the Button set up I pushed too hard on the connector and stripped the 
+
+However.....while I was getting the Button set up I pushed too hard on the connector and stripped the 
 trace.
 
 ![](../images/imagW8/Assembly2.jpg)
diff --git a/docs/assignments/week10.md b/docs/assignments/week10.md
index be3c5878adcca85feebcbad51a7e73bf3daeea2e..42881b13f5133f45ee5eb8a2452dee8c2a5ddd49 100644
--- a/docs/assignments/week10.md
+++ b/docs/assignments/week10.md
@@ -21,18 +21,25 @@ Add an output device to a microcontroller board you’ve designed and program it
 
 **Accomplishment**
 
-1. Understood how to interact with the ESC that did not have a data sheet.
+1. Set up the a servo (for locking mechanism) to be controlled by the board I designed last week 
 
-2. Designed my own solution for my micrcontroller to control the ESC 
+2. Designed a sub board to connect the servo (output device 1), button and 2 status LEDs (outputs 2 and 3)
 
-3. Use a transistor and a capacitor in my circuit design for the first time 
+3. Milling, stuffed and soldered the servo control board
 
-4. Milled and soldered my Motor control sub board
+4. Coded the microcontroller, connected the control boards and servo board and got it to work!!
 
-5. Connected my Motor control board with main board 
+5 Tackled a 4th output device - a spinning motor controled by and ESC 
 
-6. Codded a program to run motor at 2 different speeds
+6. Designed my own solution for my micrcontroller to control the ESC 
 
+7. Use a transistor and a capacitor in my circuit design for the first time 
+
+8. Milled and soldered my Motor control sub board
+
+9. Connected my Motor control board with main board 
+
+10. Hit a road black with transistor and wating for delivery of new batch to finish 
 
 
 ## ESP32 servo set up/test
diff --git a/docs/index.md b/docs/index.md
index 9433cc8c3f7822d799a45c87bedde7cd44c08d6a..dcae54bd20051f8c51f8904726c6c869744bd487 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -29,4 +29,6 @@ Weekly assignments
 
 8. Computer controlled machining
 
-9. Electronics Production
\ No newline at end of file
+9. Electronics Production
+
+10. Output devices 
\ No newline at end of file