Skip to content

Commit e6c4691

Browse files
committed
Add progressive links between all worksheets
1 parent 729c98c commit e6c4691

File tree

8 files changed

+13
-4
lines changed

8 files changed

+13
-4
lines changed

analogue.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,3 +187,4 @@ while True:
187187
- Use potentiometers to control the visual settings of a Camera Module in real time
188188
- Find more analogue sensors that will work with the ADC
189189
- Use potentiometers to control a player in a [PyGame Zero](http://pygame-zero.readthedocs.io) game, or in [Minecraft](https://www.raspberrypi.org/learning/getting-started-with-minecraft-pi/)
190+
- Continue to the next worksheet on using [Motors](motors.md)

buzzer.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,5 @@ Set up the circuit as shown below:
4444
```
4545

4646
## What Next?
47-
- Have a go at building a [traffic light](trafficlights.md) system using gpiozero.
47+
48+
- Continue to the next worksheet on building a [traffic lights](trafficlights.md) system using GPIO Zero.

distance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,3 +124,4 @@ Now you've learned to use an ultrasonic distance sensor, you could:
124124
- Build a proximity sensor alert using a buzzer or a sound file
125125
- Build a Pi camera photo booth which is activated when a person is close enough to the camera
126126
- Build a robot with a distance sensor to stop it bumping into other objects
127+
- Continue to the next worksheet on [analogue inputs](analogue.md)

ldr.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,6 @@ Use the following code to set up the light sensor:
6666
Run this code, then cover the LDR with your hand and watch the value change. Try shining a strong light onto the LDR.
6767

6868
## What Next?
69+
6970
- You could have a go at using your new knowledge of LDRs to build a [laser-tripwire](https://www.raspberrypi.org/learning/laser-tripwire/).
71+
- Continue to the next worksheet on using a [Passive Infra-red Sensor](pir.md)

motors.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ If you had a robot with two wheels you would want to control the two motors toge
305305

306306
## What next?
307307

308-
Now you've learned how motors work, why not try:
308+
Now you've learned how motors work, you can try:
309309

310-
- Making your own robot with our [Build a robot](http://raspberrypi.org/learning/robo-butler/) resource?
311-
- Making a [spinning flower wheel](http://raspberrypi.org/learning/spinning-flower-wheel/)?
310+
- Making your own robot with our [Build a robot](https://www.raspberrypi.org/learning/robo-butler/) resource
311+
- Making a [spinning flower wheel](https://www.raspberrypi.org/learning/spinning-flower-wheel/)

pir.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,6 @@ while True:
3131
```
3232

3333
## What Next?
34+
3435
- Now you know how to use a PIR, why not have a go at building a [Parent Detector](https://www.raspberrypi.org/learning/parent-detector)
36+
- Continue to the next worksheet on using an [Ultrasonic Distance Sensor](distance.md)

trafficlights.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,3 +282,4 @@ As well as controlling the whole set of lights together, you can also control ea
282282

283283
- Try adding a second button for the other side of the road. You'll probably need to use GPIO Zero `button.when_pressed` rather than `wait_for_press`, which can only be used for one button at a time.
284284
- Refer to the documentation at [gpiozero.readthedocs.org](https://gpiozero.readthedocs.org/) for more information on what can be done with GPIO Zero.
285+
- Continue to the next worksheet on using a [Light Dependent Resitor](ldr.md)

worksheet.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,3 +202,4 @@ There are lots of other things you can control or monitor with your Raspberry Pi
202202
- [Using a PIR Sensor](pir.md)
203203
- [Using an ultrasonic distance sensor](distance.md)
204204
- [Analogue inputs](analogue.md)
205+
- [Using motors](motors.md)

0 commit comments

Comments
 (0)