🤖
KidsCode
  • Welcome to KidsCode
  • Setting up mBlock
  • Arduino Lessons
    • Arduino Beginner Lessons
      • Blinking an LED
      • LED Switching
      • LED Chasing
      • Traffic Signal
      • Buzzer
      • Buzzer + Push Button
      • LED + Push Button
    • Bluetooth LED
  • Arduino Robot Car
    • Arduino Bluetooth Car
      • What you will need
      • Circuit Diagram
      • Assembly the Car
      • Upload the Code
      • Bluetooth setup and Test
  • Micro:bit Beginners
    • micro:bit, the hardware
    • Overview of MakeCode
    • Video Library
    • Lesson 1
      • My micro:bit
      • Safety first!
      • Plug in your micro:bit
      • My name is?
      • Learning Outcomes
    • Lesson 2
      • Whats your name again?
      • How fast is your heart beat?
    • Lesson 3
      • Please switch on the TV
      • One, Two, Three
      • Keep pressing that buttons
    • Lesson 4
      • Variable, what is that!!
      • Step Counter
      • 1 + 1 = 2
  • Micro:bit Advanced Activities
    • Blinking an LED
    • Traffic Signal
Powered by GitBook
On this page
  • Smiley buttons
  • YES, NO buttons

Was this helpful?

  1. Micro:bit Beginners
  2. Lesson 3

Keep pressing that buttons

This is a option lesson where you allow the kids to play around and code different things when the buttons are pressed.

PreviousOne, Two, ThreeNextLesson 4

Last updated 5 years ago

Was this helpful?

Teachers Notes

This is an optional lesson. Allow the kids to experiment to add different strings it icons when the buttons are pressed.

Smiley buttons

Kids tasks

In this task you need to show a happy face when you press button A and a sad face when you press button B

Save you code as Smiley Buttons

YES, NO buttons

Kids tasks

In this task you need to display

  • YES when button A is pressed

  • NO when button B is pressed

  • MAYBE when A+B is pressed

Save you code as YES NO Buttons