Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 510 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 510 Bytes

micro:calc

Calculator for the micro:bit made with MicroPython

How to use

Select operation

The user selects the operation desired using the left button (A Button).

  • 1 Press: Addition
  • 2 Presses: Subtraction
  • 3 Presses: Multiplication
  • 4 Presses: Division

Input values

The user inputs the values using bits. The left button inserts a 0 bit and the right button inserts an 1 bit. The insertion starts from the least significant bit.