Skip to content

Commit 9ee82a7

Browse files
committed
Copy edit
1 parent d371f68 commit 9ee82a7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ldr.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# A Light Dependent Resistor (LDR)
1+
# Light-dependent resistor (LDR)
22

33
## Analogue inputs
44

@@ -18,7 +18,7 @@ Capacitors are electrical components that store charge.
1818

1919
![](images/capacitor.png)
2020

21-
When current is fed into a capacitor it will begin to store charge. The voltage across the capacitor will start off low, and increase as the charge builds up.
21+
When current is fed into a capacitor, it will begin to store charge. The voltage across the capacitor will start off low, and increase as the charge builds up.
2222

2323
By putting a resistor in series with the capacitor, you can slow the speed at which it charges. With a high resistance, the capacitor will charge slowly, whereas a low resistance will let it charge quickly.
2424

@@ -34,7 +34,7 @@ When light hits the LDR, its resistance is very low, but when it's in the dark i
3434

3535
By placing a capacitor in series with an LDR, the capacitor will charge at different speeds depending on whether it's light or dark.
3636

37-
## Creating a light sensing circuit
37+
## Creating a light-sensing circuit
3838

3939
1. Place an LDR into your breadboard, as shown below:
4040

@@ -63,4 +63,4 @@ Use the following code to set up the light sensor:
6363

6464
```
6565

66-
Run this code and then cover the LDR with your hand, and watch the value change. Try shining a strong light onto the LDR.
66+
Run this code, then cover the LDR with your hand and watch the value change. Try shining a strong light onto the LDR.

0 commit comments

Comments
 (0)