From 7825d5fff2273a1a01ff18bdbe488fe64152ccb1 Mon Sep 17 00:00:00 2001 From: Joachim Hummel Date: Sun, 3 Dec 2023 10:58:16 +0000 Subject: [PATCH] Edit Readme --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index d9dc52d..c2d8110 100644 --- a/README.md +++ b/README.md @@ -10,5 +10,20 @@ Another great day of learning how to code with the Raspberry Pi Pico and MicroPy Created a dashing, flashing sequence of LEDs ------------------------------------------------------------------------------------------------------- +Day 3 Complete! + +Great job makers, you ve now got the skills to use physical inputs with MicroPython (which will come in handy for the rest of the calendar) and can code if statements in all sorts of interesting new ways! + +Today you have learnt: + + How to create a circuit with physical inputs + How to code physical inputs with MicroPython + What if statements are and how to use them + How to use elif and else within if statements + How to use 'and and 'or' within if statement conditions + Combined physical inputs with physical outputs + +------------------------------------------------------------------------------------------------------- +