Coin Flipper
A simple Micro:bit project that works like a digital coin toss.
What it does
- Press Button A to flip the coin
- The Micro:bit randomly chooses one of two outcomes
- The LED display shows a pattern for the result
Controls
- Button A: Flip the coin
Coding Concepts
- Random Boolean values
- If/else conditions
- LED patterns
- Probability
What I learned
I learned how randomness can be used in coding to create different outcomes, just like a real coin toss.