Skip to content

Commit d0a9ee6

Browse files
committed
Fix several minor typos.
1 parent 861da33 commit d0a9ee6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

GemmaM0Embroidery/ClassNotes.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
% Author : $Author$
99
% Created By : Robert Heller
1010
% Created : Mon Apr 7 08:03:44 2025
11-
% Last Modified : <250409.1500>
11+
% Last Modified : <250520.0847>
1212
%
1313
% Description
1414
%
@@ -86,7 +86,7 @@ \section{Who I am}
8686

8787
\section{What we will be making}
8888

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,
9090
sew-able microprocessor with some sew-able lighting devices.
9191

9292
\part{Materials and Tools}
@@ -471,7 +471,7 @@ \section{Description of the code}
471471
The code is broken up into sections, with a blank line between each section.
472472
Each section starts with a comment line. This is a line starting with a hash
473473
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
475475
the code is meant to do.
476476

477477
The first part of the code (lines 1-5) load in library code, specificly:
@@ -499,7 +499,7 @@ \section{Description of the code}
499499
\texttt{True} is always true. The code in the body of the loop, lines 23-35
500500
are executed repeatedly so long as power is applied.
501501

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
503503
(line 24). Then the snap switch is tested, if the snap switch is closed
504504
(tested in line 26). If the switch is closed, the pixel indexed as
505505
\texttt{LitPixel} is set to full red, then the \texttt{LitPixel} is switched

0 commit comments

Comments
 (0)