From 09b9e2d6017aa52a69a3236e59aaa04970f8a0cc Mon Sep 17 00:00:00 2001 From: Sonny Li Date: Fri, 14 Jul 2023 14:16:26 -0400 Subject: [PATCH] Update learner-projects-june.mdx --- blogs/learner-projects-june.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/blogs/learner-projects-june.mdx b/blogs/learner-projects-june.mdx index 51b085f..8631913 100644 --- a/blogs/learner-projects-june.mdx +++ b/blogs/learner-projects-june.mdx @@ -54,6 +54,8 @@ An account register page for LoL using HTML forms and CSS, which also includes r #### Raspberry Pi Project +![Gonzo](https://i.imgur.com/Ozn9N23.png) + **Built by:** [@b321gonzo](https://www.codedex.io/@b321gonzo) 🇺🇸 Using [Raspberry Pi](website), Brett aka @b321gonzo implemented a feature so that if he were to press the green button, the motor would turn on at a slow speed. However, if he chooses to press it two more times, it goes from slow to medium to fast and then back to slow, and so on. The red does the same thing but in the opposite direction. If green is going and he presses red, or vice versa, the motor will stop. Pretty cool!