Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 752 Bytes

010205_FidgetBit.md

File metadata and controls

25 lines (18 loc) · 752 Bytes
layout
default

Fidget:bit Challenge

Home

Fidget spinners were so last month, figet:bits are the new rage!

Fidget spinner on dog

Image Source

Your Challenge

Make a fidget:bit out of the micro:bit, create a unique output for each of the following inputs:

  1. on button A pressed
  2. on button B pressed
  3. on button A+B pressed
  4. on shake

Don't forget that you should:

  1. Start by writing pseudocode to plan out what your program should do.
  2. Comment your code, so that others can read the code and understand what it does.
  3. Test your code first in the simulator and then on the physical device.