Add projects_beginner_my_pet

2025-08-12 09:40:40 +02:00
parent 1786b6ff63
commit 290b46bd0f

@@ -0,0 +1,22 @@
# My pet
Create an electronic pet ala tamaguchi.
## Week 1.
Learn how to show images in the display.
- Show a Happy face in the display.
- Show a Sad face in the display.
## Week 2.
Learn how to play sound on the micro:bit.
- Play a Happy sound, when your pet is happy.
- Play a Sad sound, when your pet is sad.
## Week 3.
Learn about timers and state switching in programming.
Add a Hungry and Sleep state.
How do you wake up your pet from the Sleep state?
What should happen once your has been woken up?