Skip to content

A calculator for the micro:bit that reads values in binary

Notifications You must be signed in to change notification settings

WallysFerreira/micro-calc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

A calculator for the micro:bit that reads values in binary

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages