Skip to content
Snippets Groups Projects
Commit 8c04e5f9 authored by ckd2-elford's avatar ckd2-elford
Browse files

Update file README.md

parent ed4d1b77
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ Getting the LED to turn on with a battery and 220 Ohm resistor. In our week 3 la
Working:
Code:
`
```
import RPi.GPIO as GPIO
GPIO.setmode(GPIO.BCM)
......@@ -17,8 +17,8 @@ GPIO.setwarnings(False)
GPIO.setup(18,GPIO.OUT)
GPIO.output(18,GPIO.HIGH)
`
[![Task 1](~/Task1.JPG)]
```
[![Task 1](~/Task1.JPG "Task 1")]
## Task 2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment