Skip to content

Commit 10a3ba9

Browse files
committed
fixed spellings
1 parent 684b18c commit 10a3ba9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/tutorials/generic/interfacing-a-joystick/interfacing-a-joystick.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ Finally we make the LED blink with the values read from the sensors as a direct
4040
*/
4141
4242
int ledPin = 13;
43-
int joyPin1 = A0; // slider variable connecetd to analog pin 0
44-
int joyPin2 = A1; // slider variable connecetd to analog pin 1
43+
int joyPin1 = A0; // slider variable connected to analog pin 0
44+
int joyPin2 = A1; // slider variable connected to analog pin 1
4545
int value1 = 0; // variable to read the value from the analog pin 0
4646
int value2 = 0; // variable to read the value from the analog pin 1
4747

content/tutorials/generic/two-switches-one-pin/two-switches-one-pin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ One downside of the scheme (there always has to be a downside doesn't there?) is
3232
* (20K) pullup resistor is turned off, but when the pullup resistor is turned on,
3333
* it will overwhelm the 200K resistor and the pin will report HIGH.
3434
*
35-
* Schematic Diagram ( can't beleive I drew this funky ascii schematic )
35+
* Schematic Diagram ( can't believe I drew this funky ascii schematic )
3636
*
3737
*
3838
* +5 V

0 commit comments

Comments
 (0)