From 3cf32691c2e244600eebdd107bbfb7f532842509 Mon Sep 17 00:00:00 2001 From: "Mark A. Yoder" <Mark.A.Yoder@Rose-Hulman.edu> Date: Tue, 10 Oct 2023 16:16:26 -0400 Subject: [PATCH] Added Your Turn --- intro/blinkLED.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/intro/blinkLED.rst b/intro/blinkLED.rst index fdec5347..ca5d7ce0 100644 --- a/intro/blinkLED.rst +++ b/intro/blinkLED.rst @@ -260,6 +260,12 @@ on and off. Enter Ctrl+c to stop the script. Congratulations, you've blinked an LED. +Your turn +^^^^^^^^^ + +Now that you have an LED blinking, try blinking a different LED. +Or, blink more than one LED at a time. Try slowing down, or speeding up +the blink rate. Blinking via Python ------------------- -- GitLab