From 8c04e5f923a803fdbf804ec7e1abf46fe312e5f8 Mon Sep 17 00:00:00 2001 From: ckd2-elford <cosmo2.elford@live.uwe.ac.uk> Date: Tue, 24 Oct 2023 17:22:17 +0000 Subject: [PATCH] Update file README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 24c7064..2f16193 100644 --- a/README.md +++ b/README.md @@ -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 2 -- GitLab