From c858fbf845f37c47854f02fa2b3d4a0849e17fcb Mon Sep 17 00:00:00 2001 From: Jim Tannenbaum Date: Mon, 3 Jul 2023 15:06:48 -0400 Subject: [PATCH] Update adc.md Fixed pins for potentiometer --- docs/micropython/adc.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/micropython/adc.md b/docs/micropython/adc.md index 991d92e..c4a69e4 100644 --- a/docs/micropython/adc.md +++ b/docs/micropython/adc.md @@ -12,10 +12,10 @@ 1. We will also use one of the potentiometers from Bag 5. - - Insert the pins of the potentiometer into ```j30, j29, and j28``` + - Insert the pins of the potentiometer into ```j30, j28, and j26``` - Using one of the jumper wires in Bag 5, insert one end to ```f30``` and the other end into the ```j8``` - - Take the second jumper wire, insert one end into the ```g29``` and the other into ```j10``` - - Using the third jumper wire, insert one end into ```f28``` and the other end into ```j6``` + - Take the second jumper wire, insert one end into the ```g28``` and the other into ```j10``` + - Using the third jumper wire, insert one end into ```f26``` and the other end into ```j6``` 1. When you are finished, your breadboard should look similar to the image below (Note: your LED and wires may be different colors)