|
8 | 8 | % Author : $Author$ |
9 | 9 | % Created By : Robert Heller |
10 | 10 | % Created : Mon Apr 7 08:03:44 2025 |
11 | | -% Last Modified : <250409.1500> |
| 11 | +% Last Modified : <250520.0847> |
12 | 12 | % |
13 | 13 | % Description |
14 | 14 | % |
@@ -86,7 +86,7 @@ \section{Who I am} |
86 | 86 |
|
87 | 87 | \section{What we will be making} |
88 | 88 |
|
89 | | -We will be creating a light up embroidering piece. We will use a small, |
| 89 | +We will be creating a light up embroidery piece. We will use a small, |
90 | 90 | sew-able microprocessor with some sew-able lighting devices. |
91 | 91 |
|
92 | 92 | \part{Materials and Tools} |
@@ -471,7 +471,7 @@ \section{Description of the code} |
471 | 471 | The code is broken up into sections, with a blank line between each section. |
472 | 472 | Each section starts with a comment line. This is a line starting with a hash |
473 | 473 | character (\texttt{\#}). These lines are ignored by the Python processor -- they |
474 | | -are meant for people reading the code to get a bettering understanding of what |
| 474 | +are meant for people reading the code to get a better understanding of what |
475 | 475 | the code is meant to do. |
476 | 476 |
|
477 | 477 | The first part of the code (lines 1-5) load in library code, specificly: |
@@ -499,7 +499,7 @@ \section{Description of the code} |
499 | 499 | \texttt{True} is always true. The code in the body of the loop, lines 23-35 |
500 | 500 | are executed repeatedly so long as power is applied. |
501 | 501 |
|
502 | | -The loop body starts but turning all of the pixels in the pixel buffer off |
| 502 | +The loop body starts by turning all of the pixels in the pixel buffer off |
503 | 503 | (line 24). Then the snap switch is tested, if the snap switch is closed |
504 | 504 | (tested in line 26). If the switch is closed, the pixel indexed as |
505 | 505 | \texttt{LitPixel} is set to full red, then the \texttt{LitPixel} is switched |
|
0 commit comments