diff --git a/README.md b/README.md index 2f1619303baf21c7d211bbe35382550cd654a73b..ab8aae93891a8dce30287ad05a2220c66b94b955 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,9 @@ ### Authors Cosmo Elford -## Task 1 +## Task 1, 2 Getting the LED to turn on with a battery and 220 Ohm resistor. In our week 3 lab session I discovered I didn't have the battery so I used the Raspberry Pi as a power source instead. -Working: - Code: ``` import RPi.GPIO as GPIO @@ -18,7 +16,11 @@ GPIO.setwarnings(False) GPIO.setup(18,GPIO.OUT) GPIO.output(18,GPIO.HIGH) ``` -[] +<img src="Task1.JPG" width="30%"> + +I then upgraded the breadboard using the same principles I learnt in the previous task. + + ## Task 2