Skip to content
This repository was archived by the owner on Jul 19, 2018. It is now read-only.

Commit e05f22d

Browse files
authored
List worksheets on cover sheet
1 parent a7daf1b commit e05f22d

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

learn.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
By working through this resource and the associated worksheets, you will learn:
2-
3-
- How to use GPIO pins
4-
- How to create a circuit on a breadboard
5-
- How to control GPIO pins with Python code
6-
- How to use LEDs, a button, a buzzer, an LDR, a PIR, and an ultrasonic distance sensor.
1+
By working through this resource, you will learn how to use Python and GPIO Zero to control:
72

3+
- [LEDs and buttons](worksheet.md)
4+
- [an active buzzer](buzzer.md)
5+
- [traffic lights](trafficlights.md)
6+
- [a light-dependent resistor](ldr.md)
7+
- [a PIR motion sensor](pir.md)
8+
- [an ultrasonic distance sensor](distance.md)
9+
- [analogue inputs](analogue.md)
10+
- [motors](motors.md)

0 commit comments

Comments
 (0)